.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:251,245,237;--color-secondary-1:241,222,196;--color-secondary-2:226,188,137;--color-secondary-3:113,94,69;--color-secondary-4:34,28,21;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe.adaptive-delivery-prevent-bg, #G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe.lazyload, #G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe.lazyloading { background-image: none; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { background-color: transparent; background-image: none; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container > .video-iframe-container { display: none; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row > .video-iframe-container { display: none; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { border-width: 0; border-radius: 0; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { width:60rem;height:41.25rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#UakDMB15Pk0QpZf2KZLwgoi54AsnTo8C { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#ubi438Kq2hEgIZZqMU4iN5s45ix3O2Tb { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#z6T672FEwZmXEya11B5iP1FcPtSQHetI { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.25rem;left:2.03125rem;display:block; }
#KRHH58U9te3FkeuIXmUM1Pv8vtox17lS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izqEyLOoeQVepHrddZ6AaWZaPqpsKD48 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15196;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#SZmhBXxMZKoDQDdesm5o8ZkdNQzoP9iO { position:absolute;display:block;z-index:15198;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.9375rem;top:17.9375rem;left:14rem;overflow:hidden;display:block; }
#bm9pBynN4EncU4FLvwzzMfboULN9G88T { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:18.125rem;left:4.6875rem;overflow:hidden;display:block; }
#LthFM3ap4mvND3Pz5QpPP2t6T2HxuiLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XOs4c3mGJeuukRK8LTNsAvB0ucCBQJbS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:0.5625rem;left:26.1875rem;overflow:hidden;display:block; }
#aX0ed36l7QZ7NsRGMfPOelzLldNgrAKR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:10.437rem;top:7.25rem;left:25.125rem;overflow:hidden;display:block; }
#yM5qSTB9pJ73vV97EfKTTDrf6wmT4NHE { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.9375rem;left:7.6875rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PpdPNxg2k3P6D8c17xau8TcTQ3oNVqlH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.0625rem;left:2.71875rem;display:block; }
#NaxBvQI4i9mmVbMtAygEJQO7SaMKdbyq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF.adaptive-delivery-prevent-bg, #Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF.lazyload, #Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF.lazyloading { background-image: none; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row .container { background-color: transparent; background-image: none; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row .container > .video-iframe-container { display: none; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row > .video-iframe-container { display: none; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row .container { border-width: 0; border-radius: 0; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:60rem;position:relative;display:block; }#h2UaRKmT78hb0JtSWTi4fei02h1OfKCU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:28.875rem;top:1.1875rem;left:18.437501907349rem;overflow:hidden;display:block; }
#bCCKuaG5Eb4rcczJhSbfZaQpaAIeAgzD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#dba761;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.937505722046rem;left:27.250001907349rem;display:block; }
#KuTW6h9PCZZPKoKdn1tPoDLlZEl3AMBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNeakh2OB0qMUplIx9nH5giWQ3DGJm9h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:28.875rem;top:22.000005722046rem;left:18.437501907349rem;overflow:hidden;display:block; }
#ToitRhdqQM7HxpnCvL1x1rk0IpQu7yrK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #dba761;border-left:0.3125rem solid #dba761;border-right:0.3125rem solid #dba761;border-bottom:0.3125rem solid #dba761;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#dba761;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.750007629394rem;left:27.250001907349rem;display:block; }
#aihaHKtbWlTza4ktAcqdN7ULoX9aikrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPQlfpIy7QpW1qpHN7zB67knfoTOdXFE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:28.875rem;top:42.875rem;left:18.4375rem;overflow:hidden;display:block; }
#zoriXpIryoUsJb1xWgm3KveCvxq5bkcR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #dba761;border-left:0.3125rem solid #dba761;border-right:0.3125rem solid #dba761;border-bottom:0.3125rem solid #dba761;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#dba761;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:59.625rem;left:27.0625rem;display:block; }
#OlOp3AK9gUN1fiqGFWhQZ1VSeBn5nhLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx { position:relative;display:block; }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx { background-color: transparent; background-image: none; }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row .container > .video-iframe-container { display: none; }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row > .video-iframe-container { display: none; }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx { border-width: 0; border-radius: 0; }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wN7z8xKXMPleLasn1KylCEvk8rLwPaeU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.3125rem;width:18.625rem;top:1.3528652191162rem;left:22.500001907349rem;display:block; }
#OQ5xlbmlEmONwGAcP7Ov5iyoNVEGDkUa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.375rem;width:18.6875rem;top:13.040365219116rem;left:22.500001907349rem;display:block; }
#Bnos0Z7MZnrMg5gL8HQrTCt7eTzLTiqr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.041666030884rem;left:16.187501907349rem;display:block; }
#SgaoQDwTzAe4QwKV18HBV7zfPhDzyZ5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 { position:relative;display:none; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 { border-width: 0; border-radius: 0; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GqGcFwpqFMRTH0Juh10K3GDH3fmOMOH3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;display:none; }
#BxEWJ0mIfOQlZUBCngDfl9m6aSxRu7ul { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;display:none; }
#OIXb34Z76ww7Igr70L9GPQPPJRZ5VIdg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.0625rem;display:none; }
#dBu7JeibWZwSENee9orvvKLsRyioQB5h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.0625rem;display:none; }
#bFkJnkCs3NMvcAHwT6yTtVDJkTWOO2RS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.75rem;display:none; }
#QR6lOqaTi8GbdPqTIq5pZ1AhTgCxgTQ9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.75rem;display:none; }
#MsLCKDSNeib9QSECLv15zsv1wZgID7wC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;display:none; }
#Qqb261D5eWBKSi51ENIOK52DKcGZodTT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.125rem;display:none; }
#aDm47uEag2MBVrKkoVEzExZJJzPaW8bC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.375rem;left:7rem;display:none; }
#KGwlnicpQfsnR9lb3m7MTR3U5hIspp3Q { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm.adaptive-delivery-prevent-bg, #syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm.lazyload, #syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm.lazyloading { background-image: none; }#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm > .row .container { border-width: 0; border-radius: 0; }#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#HRVsUq8fUMAx9dE4LTmr5GhPGTBW0U87 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#tQrV0TAaqM63oITwTcsl9qH6A78bxBa2 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mKMbNbKTux7uABwUgL8aTvDoJCh5p96C { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#icWCas5bCkbKTJSyvg3PgHeZGckL5tVU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mGFLfHGLGX3whACCJA2TdPzBif1lvHGC { box-sizing:content-box;color:rgba(178,1,41,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:11.3125rem;left:55.5rem;display:block; }
#ZTUfplc7ezn32D13Q4W0wKqzZs3urMtH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:17rem;left:35.4375rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z2oU7X4u0aiUkCA1iBoTxlP9EFBOgobU { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem #fdbd61 ;height:2.9375rem;width:20.1875rem;top:16.4375rem;left:35.3125rem;display:block; }
#Eb6c4EwclTNDWMlPTPsWKRB3XFTxBsQf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:16.3125rem;left:30.75rem;display:block; }
#nXMU4QLXCAmTJd63rivRtrLWUTd8TWHc { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:16.3125rem;left:26.75rem;display:block; }
#yGgWM4LVVTApL4HLymAW0wyyNzoKXUmS { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:16.3125rem;left:22.625rem;display:block; }
#NOMw3dPxie2hy9Nnw64HCTx510laLVs7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:12.37425rem;top:6.136474609375rem;left:21.185302734375rem;overflow:hidden;display:block; }
#C3OK0v3LMWndloFZlq0p7Weq5kTKxe0s { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DSk6HeLyF1F4DLBwhntzVdKJUSpNQ0Bd { position:absolute;display:block;z-index:15017;height:6.25rem;width:12.5rem;top:4.8190116882324rem;left:6.1744785308838rem;display:block; }
#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5.adaptive-delivery-prevent-bg, #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5.lazyload, #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5.lazyloading { background-image: none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container { border-width: 0; border-radius: 0; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe { display:block; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UakDMB15Pk0QpZf2KZLwgoi54AsnTo8C { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubi438Kq2hEgIZZqMU4iN5s45ix3O2Tb { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6T672FEwZmXEya11B5iP1FcPtSQHetI { width:23.875rem;height:5rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHH58U9te3FkeuIXmUM1Pv8vtox17lS { display:block; }
 }@media only screen and (max-width: 763px) { #izqEyLOoeQVepHrddZ6AaWZaPqpsKD48 { top:15.8125rem;left:0rem;width:22.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmhBXxMZKoDQDdesm5o8ZkdNQzoP9iO { top:17.9375rem;left:7.875rem;width:9.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9pBynN4EncU4FLvwzzMfboULN9G88T { top:18.125rem;left:0rem;width:9.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LthFM3ap4mvND3Pz5QpPP2t6T2HxuiLx { display:none; }
 }@media only screen and (max-width: 763px) { #XOs4c3mGJeuukRK8LTNsAvB0ucCBQJbS { top:0.5625rem;left:20.0625rem;width:8.3125rem;height:6.3891575358825rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX0ed36l7QZ7NsRGMfPOelzLldNgrAKR { top:7.25rem;left:19rem;width:10.375rem;height:4.4101905029974rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM5qSTB9pJ73vV97EfKTTDrf6wmT4NHE { top:12.9375rem;left:1.5625rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpdPNxg2k3P6D8c17xau8TcTQ3oNVqlH { width:22.5rem;height:2.5rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaxBvQI4i9mmVbMtAygEJQO7SaMKdbyq { display:block; }
 }@media only screen and (max-width: 763px) { #Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF { display:block; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2UaRKmT78hb0JtSWTi4fei02h1OfKCU { top:1.1875rem;left:12.312501907349rem;width:28.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCKuaG5Eb4rcczJhSbfZaQpaAIeAgzD { width:11.25rem;height:2.5rem;top:17.9375rem;left:21.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTW6h9PCZZPKoKdn1tPoDLlZEl3AMBQ { display:block; }
 }@media only screen and (max-width: 763px) { #TNeakh2OB0qMUplIx9nH5giWQ3DGJm9h { top:22rem;left:12.312501907349rem;width:28.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToitRhdqQM7HxpnCvL1x1rk0IpQu7yrK { width:11.25rem;height:2.5rem;top:38.75rem;left:21.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihaHKtbWlTza4ktAcqdN7ULoX9aikrl { display:block; }
 }@media only screen and (max-width: 763px) { #uPQlfpIy7QpW1qpHN7zB67knfoTOdXFE { top:42.875rem;left:12.3125rem;width:28.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoriXpIryoUsJb1xWgm3KveCvxq5bkcR { width:11.25rem;height:2.5rem;top:59.625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlOp3AK9gUN1fiqGFWhQZ1VSeBn5nhLO { display:block; }
 }@media only screen and (max-width: 763px) { #EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx { display:block; }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN7z8xKXMPleLasn1KylCEvk8rLwPaeU { top:1.3125rem;left:16.375001907349rem;width:18.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5xlbmlEmONwGAcP7Ov5iyoNVEGDkUa { top:13rem;left:16.375001907349rem;width:18.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnos0Z7MZnrMg5gL8HQrTCt7eTzLTiqr { width:31.25rem;height:2.5rem;top:25rem;left:10.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgaoQDwTzAe4QwKV18HBV7zfPhDzyZ5B { display:block; }
 }@media only screen and (max-width: 763px) { #ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 { display:none; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GqGcFwpqFMRTH0Juh10K3GDH3fmOMOH3 { width:6.25rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxEWJ0mIfOQlZUBCngDfl9m6aSxRu7ul { width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIXb34Z76ww7Igr70L9GPQPPJRZ5VIdg { width:2.0625rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBu7JeibWZwSENee9orvvKLsRyioQB5h { width:2.0625rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFkJnkCs3NMvcAHwT6yTtVDJkTWOO2RS { width:3.75rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR6lOqaTi8GbdPqTIq5pZ1AhTgCxgTQ9 { width:1.75rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsLCKDSNeib9QSECLv15zsv1wZgID7wC { width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qqb261D5eWBKSi51ENIOK52DKcGZodTT { width:3.125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDm47uEag2MBVrKkoVEzExZJJzPaW8bC { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGwlnicpQfsnR9lb3m7MTR3U5hIspp3Q { display:none; }
 }@media only screen and (max-width: 763px) { #syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm { display:block; }#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRVsUq8fUMAx9dE4LTmr5GhPGTBW0U87 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQrV0TAaqM63oITwTcsl9qH6A78bxBa2 { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKMbNbKTux7uABwUgL8aTvDoJCh5p96C { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icWCas5bCkbKTJSyvg3PgHeZGckL5tVU { top:20.75rem;left:12.467447280884rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGFLfHGLGX3whACCJA2TdPzBif1lvHGC { width:3.625rem;height:3.625rem;top:11.3125rem;left:44.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUfplc7ezn32D13Q4W0wKqzZs3urMtH { width:19.25rem;height:1.75rem;top:17rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2oU7X4u0aiUkCA1iBoTxlP9EFBOgobU { top:16.4375rem;left:27.625rem;width:20.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb6c4EwclTNDWMlPTPsWKRB3XFTxBsQf { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXMU4QLXCAmTJd63rivRtrLWUTd8TWHc { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgWM4LVVTApL4HLymAW0wyyNzoKXUmS { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOMw3dPxie2hy9Nnw64HCTx510laLVs7 { top:6.125rem;left:15.060302734375rem;width:12.3125rem;height:5.2859895549225rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3OK0v3LMWndloFZlq0p7Weq5kTKxe0s { top:0.8125rem;left:4.530517578125rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSk6HeLyF1F4DLBwhntzVdKJUSpNQ0Bd { top:4.8125rem;left:0.049478530883789rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 { display:none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe.adaptive-delivery-prevent-bg, #G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe.lazyload, #G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe.lazyloading { background-image: none; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { background-color: transparent; background-image: none; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container > .video-iframe-container { display: none; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row > .video-iframe-container { display: none; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { border-width: 0; border-radius: 0; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UakDMB15Pk0QpZf2KZLwgoi54AsnTo8C { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ubi438Kq2hEgIZZqMU4iN5s45ix3O2Tb { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6T672FEwZmXEya11B5iP1FcPtSQHetI { width:15.2125rem;height:3.4625rem;top:21.5625rem;left:2.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15200;display:block; }
 }@media only screen and (max-width: 763px) { #KRHH58U9te3FkeuIXmUM1Pv8vtox17lS { display:block; }
 }@media only screen and (max-width: 763px) { #izqEyLOoeQVepHrddZ6AaWZaPqpsKD48 { width:19.9986875rem;height:1.0559875rem;top:17.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmhBXxMZKoDQDdesm5o8ZkdNQzoP9iO { width:8.1236875rem;height:2.4987rem;top:19.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9pBynN4EncU4FLvwzzMfboULN9G88T { width:8.5611875rem;height:2.4375rem;top:19.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LthFM3ap4mvND3Pz5QpPP2t6T2HxuiLx { display:flex;top:22.3125rem;left:2.8125rem;width:2.125rem;height:2.125rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #XOs4c3mGJeuukRK8LTNsAvB0ucCBQJbS { width:8.3125rem;height:6.3891575358825rem;top:1.6875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX0ed36l7QZ7NsRGMfPOelzLldNgrAKR { width:10.375rem;height:4.4101905029974rem;top:9.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM5qSTB9pJ73vV97EfKTTDrf6wmT4NHE { width:12.5rem;height:2.11263125rem;top:14.5625rem;left:3.7500002980233rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpdPNxg2k3P6D8c17xau8TcTQ3oNVqlH { top:26.311198234558rem;left:0.62500005960463rem;width:18.70833375rem;height:2.45833375rem;z-index:15161;background-color:#e2bc89;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-size:0.9375rem;border-top:0.125rem solid #e2bc89;border-left:0.125rem solid #e2bc89;border-right:0.125rem solid #e2bc89;border-bottom:0.125rem solid #e2bc89;display:block; }
 }@media only screen and (max-width: 763px) { #NaxBvQI4i9mmVbMtAygEJQO7SaMKdbyq { display:block; }
 }@media only screen and (max-width: 763px) { #Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF { display:block; }#Wwoc8lL0aFyFz9I5tPbAiBDxMOQTTlXF > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2UaRKmT78hb0JtSWTi4fei02h1OfKCU { width:19.375rem;height:11.0625rem;top:0.50911426544189rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCKuaG5Eb4rcczJhSbfZaQpaAIeAgzD { width:11.25rem;height:2.5rem;top:11.570313453674rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTW6h9PCZZPKoKdn1tPoDLlZEl3AMBQ { display:block; }
 }@media only screen and (max-width: 763px) { #TNeakh2OB0qMUplIx9nH5giWQ3DGJm9h { width:19.375rem;height:11.0625rem;top:15.000000715256rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToitRhdqQM7HxpnCvL1x1rk0IpQu7yrK { width:11.25rem;height:2.5rem;top:26.062500953674rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihaHKtbWlTza4ktAcqdN7ULoX9aikrl { display:block; }
 }@media only screen and (max-width: 763px) { #uPQlfpIy7QpW1qpHN7zB67knfoTOdXFE { width:19.375rem;height:11.25rem;top:29.749995231628rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoriXpIryoUsJb1xWgm3KveCvxq5bkcR { width:11.25rem;height:2.5rem;top:40.998697996139rem;left:4.5000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlOp3AK9gUN1fiqGFWhQZ1VSeBn5nhLO { display:block; }
 }@media only screen and (max-width: 763px) { #EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx { display:block; }#EHKgClQlgO6JnTOeMiMCnQA1voDE39Jx > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN7z8xKXMPleLasn1KylCEvk8rLwPaeU { height:10.3125rem;width:18.625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5xlbmlEmONwGAcP7Ov5iyoNVEGDkUa { height:10.375rem;width:18.6875rem;top:12.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnos0Z7MZnrMg5gL8HQrTCt7eTzLTiqr { width:18.75rem;height:2.5rem;top:24.4375rem;left:0.8125rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SgaoQDwTzAe4QwKV18HBV7zfPhDzyZ5B { display:block; }
 }@media only screen and (max-width: 763px) { #ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 { background-color:#f9f5f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container { background-color: transparent; background-image: none; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container > .video-iframe-container { display: none; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row > .video-iframe-container { display: none; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container { border-width: 0; border-radius: 0; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndhOHfIeQfub35kqgmA4Tw5nALDCQym0 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqGcFwpqFMRTH0Juh10K3GDH3fmOMOH3 { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BxEWJ0mIfOQlZUBCngDfl9m6aSxRu7ul { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OIXb34Z76ww7Igr70L9GPQPPJRZ5VIdg { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dBu7JeibWZwSENee9orvvKLsRyioQB5h { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bFkJnkCs3NMvcAHwT6yTtVDJkTWOO2RS { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QR6lOqaTi8GbdPqTIq5pZ1AhTgCxgTQ9 { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MsLCKDSNeib9QSECLv15zsv1wZgID7wC { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qqb261D5eWBKSi51ENIOK52DKcGZodTT { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aDm47uEag2MBVrKkoVEzExZJJzPaW8bC { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KGwlnicpQfsnR9lb3m7MTR3U5hIspp3Q { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm { background-color:#e6c896;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm > .row .container { border-width: 0; border-radius: 0; }#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syzN9XcFU4P7ZnTu5TNPOxhO4iye37Gm > .row .container { width:20rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRVsUq8fUMAx9dE4LTmr5GhPGTBW0U87 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tQrV0TAaqM63oITwTcsl9qH6A78bxBa2 { width:16.4375rem;height:1.39865625rem;top:16.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKMbNbKTux7uABwUgL8aTvDoJCh5p96C { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #icWCas5bCkbKTJSyvg3PgHeZGckL5tVU { width:19.4375rem;height:1.2999125rem;top:30rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGFLfHGLGX3whACCJA2TdPzBif1lvHGC { width:3.125rem;height:3.125rem;top:15.25rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUfplc7ezn32D13Q4W0wKqzZs3urMtH { width:17.6875rem;height:1.5rem;top:21.4375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2oU7X4u0aiUkCA1iBoTxlP9EFBOgobU { width:17.9375rem;height:2.9375rem;top:20.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb6c4EwclTNDWMlPTPsWKRB3XFTxBsQf { width:3.125rem;height:3.125rem;top:25.1875rem;left:14.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXMU4QLXCAmTJd63rivRtrLWUTd8TWHc { width:3.125rem;height:3.125rem;top:25.1875rem;left:8rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgWM4LVVTApL4HLymAW0wyyNzoKXUmS { width:3.125rem;height:3.125rem;top:25.125rem;left:2.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOMw3dPxie2hy9Nnw64HCTx510laLVs7 { width:17.8125rem;height:7.7220135945956rem;top:5.731201171875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3OK0v3LMWndloFZlq0p7Weq5kTKxe0s { width:20rem;height:2.59874375rem;top:1.484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSk6HeLyF1F4DLBwhntzVdKJUSpNQ0Bd { width:12.5rem;height:6.25rem;top:12.757812976837rem;left:3.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5.adaptive-delivery-prevent-bg, #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5.lazyload, #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5.lazyloading { background-image: none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container { background-color: transparent; background-image: none; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container > .video-iframe-container { display: none; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row > .video-iframe-container { display: none; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container { border-width: 0; border-radius: 0; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZpQk54fJr4MdtmOH3xsrn2SxDyguIW5 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }