.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:246,230,220;--color-primary-1:224,173,139;--color-primary-2:193,91,23;--color-primary-3:97,46,12;--color-primary-4:29,14,3;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--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:"AHJ 2024 Font";--paragraphs-font-family:"AHJ 2024 Font"; }@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); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT { position:relative;display:block; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT { background-color: transparent; background-image: none; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row .container > .video-iframe-container { display: none; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row > .video-iframe-container { display: none; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .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); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT { border-width: 0; border-radius: 0; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .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; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .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:var(--paragraphs-font-family);height:40rem;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; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !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:50rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#UakDMB15Pk0QpZf2KZLwgoi54AsnTo8C { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;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-secondary-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; }
#nmuof4vX7qQlc5QTBFPbRq6wkTTQCT37 { 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:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#i2Dd7TTCl0Bu5LrTZeMHOcKqNMDa4hCT { position:absolute;display:block;z-index:15016;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:9.942626953125rem;left:24.154052734375rem;overflow:hidden;display:block; }
#gEP1zvJQzdrJ3Tu0gPbQFBVT6olFEodA { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OXVFBoMVwoZVNWrbUmH9nin0m5wZCPME { background-color:rgba(0,0,0,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 #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:11rem;left:2.75rem;display:block; }
#oK33MaXH9APUzggBTRS5lndiJilSTD1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXvwxCs6pmKKTMUivOteTXRcXiJzFSUx { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem; }
#fXvwxCs6pmKKTMUivOteTXRcXiJzFSUx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#THTa4899gdWeDzNlTJeRqRxTMUp3pxPu { 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:15143;opacity:1;top:11.25rem;left:20.3125rem; }
#THTa4899gdWeDzNlTJeRqRxTMUp3pxPu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#M4s5U0KP4gFI6tae0kkG3LRyL6ZlI1qF { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#DsES53Dz9yQfaUTynlXrNhcJgeHmQg5H { background-color:rgba(0,0,0,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 #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:11rem;left:2.75rem;display:none; }
#ugdtcGwMWwhWxs8Zacbf03MTwmTf3hL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MRdTPemciwpVltXH93r37o6C7c1GgEHN { background-color:rgba(var(--color-secondary-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 #ff8700;border-left:0.3125rem solid #ff8700;border-right:0.3125rem solid #ff8700;border-bottom:0.3125rem solid #ff8700;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: 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:"ahj 2024 font";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.884115219116rem;left:5.0091152191162rem;display:none; }
#oJMZ2VHG4RQGN3N4I9uWbQZaodBd58cB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI { position:relative;display:none; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI { border-width: 0; border-radius: 0; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .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; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#uaTwxonBwwBvIiREPzp6aHO9yalCV4L3 { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:4.1875rem;left:0rem;display:none; }
#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI { position:relative;display:none; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI { border-width: 0; border-radius: 0; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .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; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#mKbodegpbJi9T8CcrpTMgOloiZ7SwXR8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#ClwexWm3hN2dbJOZKmdA7Rh7MFyu0vA2 { 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:23.875rem;width:60rem;display:none; }
#IcJQvVZg4syXs8Zz5wGBE7l7y9yBSz4F { 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:5.125rem;width:14.0625rem;display:none; }
#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA { position:relative;display:none; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA { border-width: 0; border-radius: 0; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .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; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#hHtDCDdpzgm5Iqo08bWgJCyb1BDUuzye { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:1rem;left:0rem;display:none; }
#Vrppi6bhbOHUoDypFXL2XSdPDgKxDHFl { 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:34.9375rem;width:21.5rem;display:none; }
#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e.adaptive-delivery-prevent-bg, #B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e.lazyload, #B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e.lazyloading { background-image: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { background-color: transparent; background-image: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container > .video-iframe-container { display: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row > .video-iframe-container { display: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .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); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { border-width: 0; border-radius: 0; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#AqQ1m8KWryyIBL8J5o5WEOpVwzIQGlSu { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.5rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WcaWwlDk5IayEK8F9WSd6nCO9gSDB6eX { background-color:rgba(var(--color-primary-3),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:4.875rem;left:27rem;display:block; }
#KnnpWcb14eCgSnDar479BVUCXgu48Fsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofG5M2VbATwwr5skzaB3xPKpqAFfdSoT { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:6rem;width:14.625rem;top:0rem;left:22.3125rem;display:block; }
#BkCZyJeauzhreanNSGzVxhS4OmuZUhfc { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:6rem;width:14.625rem;top:0rem;left:22.3125rem;display:none; }
#nF3nKEuaHhitd1TmF9R95PvuZmstOmrP { background-color:rgba(var(--color-primary-3),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:4.875rem;left:27rem;display:none; }
#SL9O6tvKNq3TSuOmTMVB6ppqgXRgRec7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeTU42QLz4TG50pXxuNgnPwb4X50or5F { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.5rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#assARzqZSQn279yW46HAidOalWJ8Z2R2 { background-color:rgba(var(--color-primary-3),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:4.875rem;left:27rem;display:none; }
#CiSPT1MTkVOMZiwQicHwLdkIUDdKI1pX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PbZaESip6CxMt7sf2N6nOTgND8nhF3zB { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:6rem;width:14.625rem;top:0rem;left:22.3125rem;display:none; }
#kWbAxi6HMaxmn0HXP1qn18Rn2XqWHmuL { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.5rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f4VWQ8EWODr1ZQs9udGnVFF55VEwVHJb { background-color:rgba(var(--color-primary-3),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:4.875rem;left:27rem;display:none; }
#qNcdqi6W3PghVqWqSgi75SwyzdUt3FqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiriKD5hLanRasFydvGGRu0AvmTBXJky { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:6rem;width:14.625rem;top:0rem;left:22.3125rem;display:none; }
#PquZCErMoaTC8AcszQCqvSf2tOpR2Esg { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.5rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#W8IyvbhQmBzUMeuHOIFFtD5IXk9t1yVw { background-color:rgba(var(--color-primary-3),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:4.875rem;left:27rem;display:none; }
#o4HmcInyV1npv59z78E4vTyg0TynpA08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDdxdzqav5U6lE1ZEtT3WUkQrRL1Fet9 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:6rem;width:14.625rem;top:0rem;left:22.3125rem;display:none; }
#d2txHzxFsMDv6IUkf3if9VHsA9y3bLoH { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.5rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#y11qKpA4Db96yhg54WDZEUEk3SIwunCs { background-color:rgba(var(--color-primary-3),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:4.875rem;left:27rem;display:none; }
#fJvn10thh1eGgBUcE3J7tQv2moSoyHif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWLmzWvTBdzTihdPtL2pdkNXriX4OCmL { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:6rem;width:14.625rem;top:0rem;left:22.3125rem;display:none; }
#fJ8K66I3Myllyb2cZ4n2KKzMHOhdDq8u { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.5rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ODftw98DBhy7A2goc3ePEaXG0I6ZruTr { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.875rem;left:0rem;display:none; }
#zrQvWThTaAUhOyLgnKIGXg2ZIiDBPX8l { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:4.125rem;left:0.375rem;display:none; }
#Rf22JzyNyrDfUuvR0lPyrPdrTLwsO5NW { color:#000000;display:block;width:19rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:14rem;left:1rem;display:none; }
#nV96HT0XB5EnXIt3XreqeOF6XffKRA0o { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.625rem;top:14.875rem;left:0.4375rem;display:none; }
#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO.adaptive-delivery-prevent-bg, #dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO.lazyload, #dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO.lazyloading { background-image: none; }#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO > .row .container { border-width: 0; border-radius: 0; }#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO > .row .container { width:60rem;height:40rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#Q4EbDRcSqLoNUTC0oO8T8sLXwRyfyQup { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA { 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; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA.adaptive-delivery-prevent-bg, #SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA.lazyload, #SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA.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; } #SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row .container { border-width: 0; border-radius: 0; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }body { position:relative;display:block; }
#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT { display:block; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row .container { width:47.75rem;position:relative;display:block; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe { display:block; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { width:47.75rem;position:relative;display:block; }#UakDMB15Pk0QpZf2KZLwgoi54AsnTo8C { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#ubi438Kq2hEgIZZqMU4iN5s45ix3O2Tb { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#nmuof4vX7qQlc5QTBFPbRq6wkTTQCT37 { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#i2Dd7TTCl0Bu5LrTZeMHOcKqNMDa4hCT { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#gEP1zvJQzdrJ3Tu0gPbQFBVT6olFEodA { top:11.1875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#OXVFBoMVwoZVNWrbUmH9nin0m5wZCPME { width:21rem;height:3.4375rem;top:11rem;left:0rem;display:block; }
#oK33MaXH9APUzggBTRS5lndiJilSTD1g { display:block; }
#fXvwxCs6pmKKTMUivOteTXRcXiJzFSUx { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#fXvwxCs6pmKKTMUivOteTXRcXiJzFSUx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#THTa4899gdWeDzNlTJeRqRxTMUp3pxPu { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:block; }
#THTa4899gdWeDzNlTJeRqRxTMUp3pxPu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#M4s5U0KP4gFI6tae0kkG3LRyL6ZlI1qF { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#DsES53Dz9yQfaUTynlXrNhcJgeHmQg5H { width:21rem;height:3.4375rem;top:11rem;left:0rem;display:none; }
#ugdtcGwMWwhWxs8Zacbf03MTwmTf3hL6 { display:block; }
#MRdTPemciwpVltXH93r37o6C7c1GgEHN { width:14.8125rem;height:3.3125rem;top:16.875rem;left:0rem;display:none; }
#oJMZ2VHG4RQGN3N4I9uWbQZaodBd58cB { display:block; }
#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI { display:none; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .row .container { width:47.75rem;position:relative;display:none; }#uaTwxonBwwBvIiREPzp6aHO9yalCV4L3 { top:4.1875rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI { display:none; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row .container { width:47.75rem;position:relative;display:none; }#mKbodegpbJi9T8CcrpTMgOloiZ7SwXR8 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#ClwexWm3hN2dbJOZKmdA7Rh7MFyu0vA2 { width:47.75rem;height:19rem;display:none; }
#IcJQvVZg4syXs8Zz5wGBE7l7y9yBSz4F { width:14.0625rem;height:5.125rem;display:none; }
#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA { display:none; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .row .container { width:47.75rem;position:relative;display:none; }#hHtDCDdpzgm5Iqo08bWgJCyb1BDUuzye { top:1rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#Vrppi6bhbOHUoDypFXL2XSdPDgKxDHFl { width:21.5rem;height:34.9375rem;display:none; }
#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e { display:block; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { width:47.75rem;position:relative;display:block; }#AqQ1m8KWryyIBL8J5o5WEOpVwzIQGlSu { top:1.625rem;left:0rem;width:15.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
#WcaWwlDk5IayEK8F9WSd6nCO9gSDB6eX { width:6.25rem;height:2.5rem;top:4.875rem;left:20.875rem;display:block; }
#KnnpWcb14eCgSnDar479BVUCXgu48Fsr { display:block; }
#ofG5M2VbATwwr5skzaB3xPKpqAFfdSoT { top:0rem;left:16.1875rem;width:14.625rem;height:6rem;display:block; }
#BkCZyJeauzhreanNSGzVxhS4OmuZUhfc { top:0rem;left:16.1875rem;width:14.625rem;height:6rem;display:none; }
#nF3nKEuaHhitd1TmF9R95PvuZmstOmrP { width:6.25rem;height:2.5rem;top:4.875rem;left:20.875rem;display:none; }
#SL9O6tvKNq3TSuOmTMVB6ppqgXRgRec7 { display:block; }
#qeTU42QLz4TG50pXxuNgnPwb4X50or5F { top:7.0625rem;left:0rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#assARzqZSQn279yW46HAidOalWJ8Z2R2 { width:6.25rem;height:2.5rem;top:4.875rem;left:20.875rem;display:none; }
#CiSPT1MTkVOMZiwQicHwLdkIUDdKI1pX { display:block; }
#PbZaESip6CxMt7sf2N6nOTgND8nhF3zB { top:0rem;left:16.1875rem;width:14.625rem;height:6rem;display:none; }
#kWbAxi6HMaxmn0HXP1qn18Rn2XqWHmuL { top:12.375rem;left:0rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#f4VWQ8EWODr1ZQs9udGnVFF55VEwVHJb { width:6.25rem;height:2.5rem;top:4.875rem;left:20.875rem;display:none; }
#qNcdqi6W3PghVqWqSgi75SwyzdUt3FqH { display:block; }
#oiriKD5hLanRasFydvGGRu0AvmTBXJky { top:0rem;left:16.1875rem;width:14.625rem;height:6rem;display:none; }
#PquZCErMoaTC8AcszQCqvSf2tOpR2Esg { top:17.5rem;left:0rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#W8IyvbhQmBzUMeuHOIFFtD5IXk9t1yVw { width:6.25rem;height:2.5rem;top:4.875rem;left:20.875rem;display:none; }
#o4HmcInyV1npv59z78E4vTyg0TynpA08 { display:block; }
#dDdxdzqav5U6lE1ZEtT3WUkQrRL1Fet9 { top:0rem;left:16.1875rem;width:14.625rem;height:6rem;display:none; }
#d2txHzxFsMDv6IUkf3if9VHsA9y3bLoH { top:22.625rem;left:0rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#y11qKpA4Db96yhg54WDZEUEk3SIwunCs { width:6.25rem;height:2.5rem;top:4.875rem;left:20.875rem;display:none; }
#fJvn10thh1eGgBUcE3J7tQv2moSoyHif { display:block; }
#RWLmzWvTBdzTihdPtL2pdkNXriX4OCmL { top:0rem;left:16.1875rem;width:14.625rem;height:6rem;display:none; }
#fJ8K66I3Myllyb2cZ4n2KKzMHOhdDq8u { top:27.875rem;left:0rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#ODftw98DBhy7A2goc3ePEaXG0I6ZruTr { top:0.875rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#zrQvWThTaAUhOyLgnKIGXg2ZIiDBPX8l { top:4.125rem;left:0rem;width:18.9375rem;height:6.8125rem;font-size:0.875rem;display:none; }
#Rf22JzyNyrDfUuvR0lPyrPdrTLwsO5NW { top:14rem;left:0rem;width:19rem;height:2.25rem;font-size:0.75rem;display:none; }
#nV96HT0XB5EnXIt3XreqeOF6XffKRA0o { top:14.875rem;left:0rem;width:18.9375rem;height:12.625rem;font-size:0.75rem;display:none; }
#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO { display:none; }#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO > .row .container { width:47.75rem;position:relative;display:none; }#Q4EbDRcSqLoNUTC0oO8T8sLXwRyfyQup { display:none; }
#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA { display:block; } #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; } #SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row .container { width:47.75rem;position:relative;display:block; }body { position:relative;background-color:#f9f5f0;background-image:none;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); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/63058d09-b69d-47cb-883c-584e83fdcc95/Untitleddesign2.crop_653x315_98,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT.adaptive-delivery-prevent-bg, #IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT.lazyload, #IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT.lazyloading { background-image: none; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row .container { background-color: transparent; background-image: none; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row .container > .video-iframe-container { display: none; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row > .video-iframe-container { display: none; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .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); }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row .container { border-width: 0; border-radius: 0; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJfo8MDrM6MFTzfRdaUTAqUAE7VUtsmT > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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(226,188,137,0.26); }#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(226,188,137,0.26); }#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#G1oUq2SxoOPr64KGuI2Gizik7ZAJFLVe > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; }#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;color:rgba(var(--color-tertiary-0),1);display:none; }
#ubi438Kq2hEgIZZqMU4iN5s45ix3O2Tb { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;background-color:rgba(var(--color-secondary-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;display:none; }
#nmuof4vX7qQlc5QTBFPbRq6wkTTQCT37 { width:6.06228125rem;height:4.56163125rem;top:1.130642414093rem;left:6.9683163762094rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i2Dd7TTCl0Bu5LrTZeMHOcKqNMDa4hCT { width:10rem;height:3.81185rem;top:6.6916236877444rem;left:5.0672743916511rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gEP1zvJQzdrJ3Tu0gPbQFBVT6olFEodA { width:20rem;height:4.62890625rem;top:11.21718788147rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(0,0,0,0);display:block; }
#OXVFBoMVwoZVNWrbUmH9nin0m5wZCPME { width:18.275rem;height:3.3375rem;top:24.374351501465rem;left:0.87456601858137rem;font-size:1.0625rem;line-height:2;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;text-align:center;text-align-last:center;color:#646464;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#oK33MaXH9APUzggBTRS5lndiJilSTD1g { display:block; }
#fXvwxCs6pmKKTMUivOteTXRcXiJzFSUx { display:flex;width:2.625rem;height:2.625rem;top:24.811634063721rem;left:1.3747830986977rem;z-index:15154; }
#fXvwxCs6pmKKTMUivOteTXRcXiJzFSUx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#THTa4899gdWeDzNlTJeRqRxTMUp3pxPu { display:flex;width:3.125rem;height:3.125rem;top:24.437286376953rem;left:15.999348938465rem;z-index:15155; }
#THTa4899gdWeDzNlTJeRqRxTMUp3pxPu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#M4s5U0KP4gFI6tae0kkG3LRyL6ZlI1qF { width:12.434375rem;height:0.81163125rem;top:33.874134063721rem;left:3.7825520634651rem;font-size:0.625rem;z-index:15022;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#DsES53Dz9yQfaUTynlXrNhcJgeHmQg5H { width:18.125rem;height:3.1875rem;top:29.124786376953rem;left:0.89952260255812rem;font-size:1.0625rem;line-height:2;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #ff0000;border-left:0.125rem dashed #ff0000;border-right:0.125rem dashed #ff0000;border-bottom:0.125rem dashed #ff0000;text-align:center;text-align-last:center;color:#646464;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#ugdtcGwMWwhWxs8Zacbf03MTwmTf3hL6 { display:block; }
#MRdTPemciwpVltXH93r37o6C7c1GgEHN { width:17.970285rem;height:4.22135375rem;top:19.138673782349rem;left:1.0831163525581rem;border-top:0.1875rem dashed rgba(var(--color-primary-4),1);border-left:0.1875rem dashed rgba(var(--color-primary-4),1);border-right:0.1875rem dashed rgba(var(--color-primary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-primary-4),1);background-color:rgba(13,152,30,0.79);background-image:none;z-index:15020;font-size:1.4375rem;color:#030409;font-weight:300;font-style:normal;line-height:1;display:block; }
#oJMZ2VHG4RQGN3N4I9uWbQZaodBd58cB { display:block; }
#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI { display:block; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI { background-color: transparent; background-image: none; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .row .container > .video-iframe-container { display: none; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .row > .video-iframe-container { display: none; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .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); }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI { border-width: 0; border-radius: 0; }#hrAtTf2aDUnU60Wsifc8L9Q78pbD6FSI > .row .container { width:20rem;background-color:transparent;background-image:none;height:8.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#uaTwxonBwwBvIiREPzp6aHO9yalCV4L3 { top:4.22265625rem;left:-0.12499988079071rem;width:20rem;height:1.54296875rem;z-index:15000;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-size:1.1875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI { background-color:rgba(var(--color-tertiary-0),1);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; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row .container { background-color: transparent; background-image: none; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row .container > .video-iframe-container { display: none; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row > .video-iframe-container { display: none; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .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); }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row .container { border-width: 0; border-radius: 0; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvhoFoO8S1mrezgonlLC7otg8eVT1vZI > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#mKbodegpbJi9T8CcrpTMgOloiZ7SwXR8 { top:1.625rem;left:11.937500536442rem;width:7.6875rem;height:1.055775rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#ClwexWm3hN2dbJOZKmdA7Rh7MFyu0vA2 { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IcJQvVZg4syXs8Zz5wGBE7l7y9yBSz4F { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA { display:block; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA { background-color: transparent; background-image: none; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .row .container > .video-iframe-container { display: none; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .row > .video-iframe-container { display: none; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .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); }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA { border-width: 0; border-radius: 0; }#HCMgpQxy7CkWFZStopRR4sSTluGTr2QA > .row .container { width:20rem;background-color:transparent;background-image:none;height:40.498043060303rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#hHtDCDdpzgm5Iqo08bWgJCyb1BDUuzye { top:1.0375003814698rem;left:0rem;width:20rem;height:4.62890625rem;z-index:15001;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-size:1.1875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#Vrppi6bhbOHUoDypFXL2XSdPDgKxDHFl { top:7.9991302490238rem;left:0rem;width:20rem;height:32.5rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { background-color: transparent; background-image: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container > .video-iframe-container { display: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row > .video-iframe-container { display: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .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); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { border-width: 0; border-radius: 0; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { width:20rem;height:58.75rem;position:relative;display:block; }#AqQ1m8KWryyIBL8J5o5WEOpVwzIQGlSu { width:14.5625rem;height:1.055775rem;top:29.0625rem;left:2.75rem;font-size:0.8125rem;z-index:14989;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#WcaWwlDk5IayEK8F9WSd6nCO9gSDB6eX { width:5.125rem;height:2rem;top:30.375rem;left:7.5rem;z-index:14994;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.8125rem;background-color:#189a34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KnnpWcb14eCgSnDar479BVUCXgu48Fsr { display:block; }
#ofG5M2VbATwwr5skzaB3xPKpqAFfdSoT { width:17.9375rem;height:3rem;top:28.25rem;left:0.9375rem;z-index:14988;border-top:0.125rem solid #e2bc89;border-left:0.125rem solid #e2bc89;border-right:0.125rem solid #e2bc89;border-bottom:0.125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#BkCZyJeauzhreanNSGzVxhS4OmuZUhfc { width:17.9375rem;height:3rem;top:33.5625rem;left:1.125rem;z-index:14991;border-top:0.125rem solid #e2bc89;border-left:0.125rem solid #e2bc89;border-right:0.125rem solid #e2bc89;border-bottom:0.125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#nF3nKEuaHhitd1TmF9R95PvuZmstOmrP { width:5.125rem;height:2rem;top:35.6875rem;left:7.625rem;z-index:14997;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.8125rem;background-color:#189a34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SL9O6tvKNq3TSuOmTMVB6ppqgXRgRec7 { display:block; }
#qeTU42QLz4TG50pXxuNgnPwb4X50or5F { width:14.5625rem;height:1.05625rem;top:34.375rem;left:2.875rem;font-size:0.8125rem;z-index:14992;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#assARzqZSQn279yW46HAidOalWJ8Z2R2 { width:5.125rem;height:2rem;top:41rem;left:7.625rem;z-index:15000;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.8125rem;background-color:#189a34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CiSPT1MTkVOMZiwQicHwLdkIUDdKI1pX { display:block; }
#PbZaESip6CxMt7sf2N6nOTgND8nhF3zB { width:17.9375rem;height:3rem;top:38.875rem;left:1.125rem;z-index:14994;border-top:0.125rem solid #e2bc89;border-left:0.125rem solid #e2bc89;border-right:0.125rem solid #e2bc89;border-bottom:0.125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#kWbAxi6HMaxmn0HXP1qn18Rn2XqWHmuL { width:14.5625rem;height:1.05625rem;top:39.6875rem;left:2.875rem;font-size:0.8125rem;z-index:14995;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#f4VWQ8EWODr1ZQs9udGnVFF55VEwVHJb { width:5.125rem;height:2rem;top:46.125rem;left:7.625rem;z-index:15003;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.8125rem;background-color:#189a34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qNcdqi6W3PghVqWqSgi75SwyzdUt3FqH { display:block; }
#oiriKD5hLanRasFydvGGRu0AvmTBXJky { width:17.9375rem;height:3rem;top:44rem;left:1.125rem;z-index:14997;border-top:0.125rem solid #e2bc89;border-left:0.125rem solid #e2bc89;border-right:0.125rem solid #e2bc89;border-bottom:0.125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#PquZCErMoaTC8AcszQCqvSf2tOpR2Esg { width:14.5625rem;height:1.05625rem;top:44.8125rem;left:2.8125rem;font-size:0.8125rem;z-index:14998;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#W8IyvbhQmBzUMeuHOIFFtD5IXk9t1yVw { width:5.125rem;height:2rem;top:51.25rem;left:7.625rem;z-index:15006;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.8125rem;background-color:#189a34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o4HmcInyV1npv59z78E4vTyg0TynpA08 { display:block; }
#dDdxdzqav5U6lE1ZEtT3WUkQrRL1Fet9 { width:17.9375rem;height:3rem;top:49.125rem;left:1.125rem;z-index:15000;border-top:0.125rem solid #e2bc89;border-left:0.125rem solid #e2bc89;border-right:0.125rem solid #e2bc89;border-bottom:0.125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#d2txHzxFsMDv6IUkf3if9VHsA9y3bLoH { width:14.5625rem;height:1.05625rem;top:49.9375rem;left:2.8125rem;font-size:0.8125rem;z-index:15001;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#y11qKpA4Db96yhg54WDZEUEk3SIwunCs { width:5.125rem;height:2rem;top:56.5rem;left:7.625rem;z-index:15009;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.8125rem;background-color:#189a34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fJvn10thh1eGgBUcE3J7tQv2moSoyHif { display:block; }
#RWLmzWvTBdzTihdPtL2pdkNXriX4OCmL { width:17.9375rem;height:3rem;top:54.375rem;left:1.125rem;z-index:15003;border-top:0.125rem solid #e2bc89;border-left:0.125rem solid #e2bc89;border-right:0.125rem solid #e2bc89;border-bottom:0.125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fJ8K66I3Myllyb2cZ4n2KKzMHOhdDq8u { width:14.5625rem;height:1.05625rem;top:55.1875rem;left:2.8125rem;font-size:0.8125rem;z-index:15004;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ODftw98DBhy7A2goc3ePEaXG0I6ZruTr { top:0.91250014305113rem;left:0rem;width:20rem;height:2.4370625rem;z-index:15002;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#zrQvWThTaAUhOyLgnKIGXg2ZIiDBPX8l { top:4.1492190361023rem;left:0.43749988079071rem;width:19rem;height:5.6803375rem;z-index:15010;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#Rf22JzyNyrDfUuvR0lPyrPdrTLwsO5NW { top:12.961718559265rem;left:-0.125rem;width:20rem;height:0.975rem;z-index:15011;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:400;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#nV96HT0XB5EnXIt3XreqeOF6XffKRA0o { top:14.89909362793rem;left:0.49934905767441rem;width:19rem;height:11.69271875rem;z-index:15011;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-size:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-4),1);display:block; }
#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO { display:block; }#dHc5nbNRB9kK2dRzT1r95rtMQcpDJZXO > .row .container { width:20rem;height:51.625rem;position:relative;display:block; }#Q4EbDRcSqLoNUTC0oO8T8sLXwRyfyQup { top:4.4390258789062rem;left:0rem;width:20rem;height:47.125rem;z-index:15014;display:block; }
#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA { 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; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA.adaptive-delivery-prevent-bg, #SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA.lazyload, #SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA.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; } #SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row .container { background-color: transparent; background-image: none; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row .container > .video-iframe-container { display: none; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row > .video-iframe-container { display: none; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .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); }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row .container { border-width: 0; border-radius: 0; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA::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; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkSgZWt4nfSRuLN3rswd45pUKEsW9CKA > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }