.elementor-4122 .elementor-element.elementor-element-417807e5{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4122 .elementor-element.elementor-element-7a0884b8{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4122 .elementor-element.elementor-element-2eeb356b.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-4122 .elementor-element.elementor-element-330e3de8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4122 .elementor-element.elementor-element-231f628d{--spacer-size:50px;}body.elementor-page-4122:not(.elementor-motion-effects-element-type-background), body.elementor-page-4122 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1c94acd );}body.elementor-page-4122 .c27-main-header:not(.header-scroll) .header-skin{background-color:rgba(25,28,31,0);border-color:rgba(255,255,255,0);}@media(max-width:1024px){.elementor-4122 .elementor-element.elementor-element-7a0884b8{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-4122 .elementor-element.elementor-element-7a0884b8{--content-width:1600px;}}@media(max-width:767px){.elementor-4122 .elementor-element.elementor-element-7a0884b8{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-417807e5 *//* =====================================
   MAG WRAP - FINAL PRODUCTION VERSION
===================================== */

/* IMAGE */
.mag-wrap .wrap-img {
  float: left;
  width: 48%;
  height: 495px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 32px 24px 0;
  border-top: 40px solid #DE984F;
  border-bottom: 40px solid #DE984F;
  border-radius: 24px;
  box-sizing: border-box;
}

/* MAIN TITLE */
.mag-wrap .mag-title {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
  color: #C5591E;
  margin: 0 0 18px 0;
}

/* SUBTITLE */
.mag-wrap .mag-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 22px 0;
}

/* BODY TEXT */
.mag-wrap .mag-body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 18px 0;
}

/* LINKS (inherit body style) */
.mag-wrap .mag-body a {
  color: inherit;
  text-decoration: none;
}

/* CLEAR FLOAT */
.mag-wrap::after {
  content: "";
  display: block;
  clear: both;
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 1024px) {
  .mag-wrap .wrap-img {
    width: 46%;
    height: 420px;
    margin: 0 24px 22px 0;
    border-top: 32px solid #DE984F;
    border-bottom: 32px solid #DE984F;
    border-radius: 22px;
  }

  .mag-wrap .mag-title {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .mag-wrap .mag-subtitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .mag-wrap .mag-body {
    font-size: 16px;
    line-height: 26px;
  }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {
  .mag-wrap .wrap-img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 18px 0;
    border-top: 24px solid #DE984F;
    border-bottom: 24px solid #DE984F;
    border-radius: 20px;
  }

  .mag-wrap .mag-title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .mag-wrap .mag-subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .mag-wrap .mag-body {
    font-size: 15px;
    line-height: 24px;
  }
}/* End custom CSS */