.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:237,234,229;--color-primary-1:195,184,167;--color-primary-2:135,113,79;--color-primary-3:68,57,40;--color-primary-4:20,17,12;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;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); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ { 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; } #NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ { background-color: transparent; background-image: none; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row .container > .video-iframe-container { display: none; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row > .video-iframe-container { display: none; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .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); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ { border-width: 0; border-radius: 0; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .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; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .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; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG { 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; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG.adaptive-delivery-prevent-bg, #gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG.lazyload, #gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG.lazyloading { background-image: none; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container { background-color: transparent; background-image: none; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container > .video-iframe-container { display: none; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row > .video-iframe-container { display: none; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .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); }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container { border-width: 0; border-radius: 0; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container { width:60rem;height:32.6875rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#U28CgdgsasV0ylPqtVe3OncPTMWuNqJ1 { 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; }
#qfcD7GgL81JU0PNwKUzq8plLbo3s8Tyv { 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; }
#aglVvbrtlTP27VvTvErK2OBuvyZzCsu2 { 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; }
#DMT2XayCTON7d6Q0WO2aBC2rsZnZ9Al6 { 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.43685rem;width:10.4361875rem;top:6.4420576095581rem;left:12.245008468628rem;overflow:hidden;display:block; }
#QSKwWlfy9az0TVyARxgxe2o2iq12Anar { position:absolute;display:block;z-index:15019;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.6875rem;width:5.6875rem;top:13.50390625rem;left:14.6220703125rem;overflow:hidden;display:block; }
#tfHiHIZO7eLG6CqR9efXJW5pWvmn936k { 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 #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000000;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:17.50632rem;height:4.006945rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.128473281861rem;left:8.6783847808837rem;display:block; }
#cJsOJvgz5DQgBv8gr4MFf0zLNcCpqiFf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHDcA10yUUtF1Jhasbl8qqkonT97PQaf { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:harmattan;font-size:3rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.203125rem;left:8.9345703125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#I2PbdoTef6Zi8vuaxXdmTWd1K3Nnn5CX { color:#000000;display:block;width:19.0625rem;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:0.9375rem;left:0.4375rem;display:none; }
#RQ2u9dy1Kn8lph9I88Q54rposNodekDA { position:relative;display:none; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA { border-width: 0; border-radius: 0; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .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; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .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; }#dQsDoc2fzcF1O8eZn6rs54RqDxPNivM4 { color:#000000;display:block;width:19.0625rem;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:0.9375rem;left:0.4375rem;display:none; }
#NUZ9XAS2taWPEqHdA5hHzstcJagkEuqw { 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.125rem;overflow:hidden;display:none; }
#zn60T5qP7I1xF5ea3AvAGbNpyzbruF1X { background-color:#5d92ff;background-image:none;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:#ffffff;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GtWCFtFE87hIDt3c6ac5yhPOpTJ9d8ob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#teDmk9FH1hILap0eEsrD03ctTLxXReAD { background-color:#5d92ff;background-image:none;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:#ffffff;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#kTOIyPOLI9PFumHDJwGI61VIQSBq1Pc2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkDWvLzITOVoHGugx4uSbN3vDhl7cHXJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#rEBFJmAb3kDa8kmkBfb2e68JDxW9ob3X { 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; }
#ay4dz0Dk0cgvTCL7iQFIkko1VbRhhgdf { 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; }
#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO { 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:none; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO.adaptive-delivery-prevent-bg, #p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO.lazyload, #p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO.lazyloading { background-image: none; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row .container { border-width: 0; border-radius: 0; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:none; }#htybw7WheGkcza8aT2kiBFKbuuIEoBnL { 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:6.875rem;width:6.875rem;top:0.87451171875rem;left:49.01513671875rem;overflow:hidden;display:block; }
#FOCOi7eXD2ffd7Ean6R6uu4mxac6I0nX { color:#000000;display:block;width:14.562rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:45.125rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#hHy0T8gL8rlDn3JuGGOPSe8ASkaHlKsL { 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:6.875rem;width:6.875rem;top:0.90380859375rem;left:34.060546875rem;overflow:hidden;display:block; }
#H8nJWILmKvWTwsRTC7PnLdJ3228LH15Q { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:30rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#yDD87nhNfoOBe6MfBizpreB9sUMIU4MK { color:#326c8b;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:15rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#etls3enkuc2e3mlK0CaAdp8mKdMLqV3U { position:absolute;display:block;z-index:15004;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.875rem;width:6.875rem;top:0.90380859375rem;left:19.02978515625rem;overflow:hidden;display:block; }
#AzUdkG6kJI8feI3vq5qaJ0MRFdNXnRIc { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:0.873046875rem;left:4.060546875rem;overflow:hidden;display:block; }
#wd2K1N2x0ZcTzgbk5dwZGONLSxzPnwDa { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:0.1875rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ { 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:none; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ.adaptive-delivery-prevent-bg, #yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ.lazyload, #yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ.lazyloading { background-image: none; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row .container { border-width: 0; border-radius: 0; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:none; }#rMOTz2eJlX5Se6fiQvaHFIIEl5F3Gv69 { 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:6.875rem;width:6.875rem;top:0.5625rem;left:49.060546875rem;overflow:hidden;display:block; }
#UGvIdJ9XpmZPmXTISeQANxy7Tvi4Q1Ze { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.8095703125rem;left:45.43798828125rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#MrOFd0RueedzvA75X8Eqk9eEXgzGmW1z { 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:6.875rem;width:6.875rem;top:0.56103515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#xb2HsAiLOipNLOPeaZSk6tV6ulGJQOuw { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.8095703125rem;left:30.1875rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#n75NCFQTUQLrvlyZSvfzmE9P8lO29qaG { position:absolute;display:block;z-index:15004;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.875rem;width:6.875rem;top:0.56103515625rem;left:19.060546875rem;overflow:hidden;display:block; }
#sV3lSNVB2AvXJ2ePs6F2SPqINmVrL09u { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:9.6064453125rem;left:15rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#bUrGyylPOtITTxozf0HvMe8e9JvenEEP { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:0.56103515625rem;left:4.060546875rem;overflow:hidden;display:block; }
#o9hHOBruv7AxtgBZfquBbSn8JmNWXdop { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.6064453125rem;left:0rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#QN1TxykECz2cfkShUW80c61pafFeXt4J { 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:none; }#QN1TxykECz2cfkShUW80c61pafFeXt4J.adaptive-delivery-prevent-bg, #QN1TxykECz2cfkShUW80c61pafFeXt4J.lazyload, #QN1TxykECz2cfkShUW80c61pafFeXt4J.lazyloading { background-image: none; }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row .container { border-width: 0; border-radius: 0; }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:none; }#vXPPGpgtu4k0Tz3hJHyy5MHTTuqIhnAa { 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:6.875rem;width:6.875rem;top:0.65625rem;left:49.060546875rem;overflow:hidden;display:block; }
#qIIe2NndD6TLgKOCXo9U3eWOp8Wxc6ea { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.8076171875rem;left:45.37646484375rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#ZdHot7ZkwVgZL1Fqdr9xW4B2bE1FQhVC { position:absolute;display:block;z-index:15004;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.875rem;width:6.875rem;top:0.65478515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#u97OaHRWxZNZWup8vnJuXhGdlN6zkVEP { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:30.21826171875rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#PSzx2U9Tm8GFplNuwJZkarEixUVkeC3k { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:0.65478515625rem;left:19.060546875rem;overflow:hidden;display:block; }
#vvxdri0gnLPC4icdFEqQUm3ITmRhNOC7 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:15.0625rem;height:7.9947875rem;text-align:center;text-align-last:center;display:block; }
#vXVdBbWSTa9ku1UWAupIMP5MQd6yJXE1 { position:absolute;display:block;z-index:15006;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.875rem;width:6.875rem;top:0.65478515625rem;left:4.060546875rem;overflow:hidden;display:block; }
#MlTXE6V151QNL00e0dtxh53Qm4PVmm6d { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:0rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK { 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:none; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK.adaptive-delivery-prevent-bg, #vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK.lazyload, #vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK.lazyloading { background-image: none; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row .container { border-width: 0; border-radius: 0; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:none; }#mgSe484G8FS70sAc7J702l5KTbel9exf { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:8.9912109375rem;left:45.21826171875rem;height:14.39061875rem;text-align:center;text-align-last:center;display:block; }
#TNHuUK8t4wSwNQOLbfu78I6kGwO8fOpG { position:absolute;display:block;z-index:15008;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.875rem;width:6.875rem;top:1.125rem;left:49.060546875rem;overflow:hidden;display:block; }
#DVb2scSsK4sTNu513tbAF4I4kPsp6xwS { position:absolute;display:block;z-index:15009;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.875rem;width:6.875rem;top:1.12353515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#hEanA1fJiEJNDzd1k6wDCyzzNmBU0ie2 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.9912109375rem;left:30.18603515625rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#r4b0XfFIOeAu8G1WVq9POvk359C8gJT0 { position:absolute;display:block;z-index:15011;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.875rem;width:6.875rem;top:1.125rem;left:19.0625rem;overflow:hidden;display:block; }
#DEyn11tpO83vfnQEANLy3MCJKwU5lBCA { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.25rem;left:15.1875rem;height:11.192725rem;text-align:center;text-align-last:center;display:block; }
#XLTx8FFhXMNI5tMc5s98DbAcgfUqXuDn { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:9rem;left:0rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#cpSF9bCTc24kpAP22lKT6KsfsiJGEypb { position:absolute;display:block;z-index:15013;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.875rem;width:6.875rem;top:1.125rem;left:3.875rem;overflow:hidden;display:block; }
#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz { 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:none; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz.adaptive-delivery-prevent-bg, #TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz.lazyload, #TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz.lazyloading { background-image: none; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row .container { border-width: 0; border-radius: 0; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:none; }#MO4xQ3vXTCdcosqPaKJzmPW2uLauBuST { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.4375rem;left:45.375rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#yCTdr2kxgWlZBR2Fy9bPf10wM2LS63yX { position:absolute;display:block;z-index:15005;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.8125rem;width:6.8125rem;top:1.1875rem;left:48.875rem;overflow:hidden;display:block; }
#fXp1Rm9255Kyp6zXRqvecSyJaCkKUCqn { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.6240234375rem;left:30.125rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#qQ3EmIepBQcr8uzJvrpywtqFA3N8QDrM { position:absolute;display:block;z-index:15011;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.8125rem;width:6.8125rem;top:1.18359375rem;left:34.060546875rem;overflow:hidden;display:block; }
#Nm98zT91xSyKpZvzXROtesWAgK2EdCMp { position:absolute;display:block;z-index:15007;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.8125rem;width:6.8125rem;top:1.3125rem;left:19.0625rem;overflow:hidden;display:block; }
#Eah01Qd9ZyluKmlTQQ8uODRtF2gUhGRV { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:10.3125rem;left:15rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#CphLvfbXLZdUHd28S2hp4rkQNkax5xKI { position:absolute;display:block;z-index:15012;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.875rem;width:6.875rem;top:1.15283203125rem;left:4.060546875rem;overflow:hidden;display:block; }
#HTgTtRR5WxuJnkbOCiGfREIoSpn888nT { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:10.3125rem;left:0.18603515625rem;height:9.593725rem;text-align:center;text-align-last:center;display:block; }
#Jm547nJJRMM36EPgUoMt0SRBAoUqleae { position:relative;display:none; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae { border-width: 0; border-radius: 0; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .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; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .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; }#SwnLRrELvJVo7fMQMTyTkNJR1FSEKf3H { 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; }
#LqTH8Aexem2xQ4e9LQkw7scSPpmqg4IB { 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; }
#dME5I6MTBLvsyCCFUmTiTIuZdsQA9W1B { 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; }
#HMJ0cz0XT0SgVbMlmHDQa4sAf27JxZVd { 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; }
#GQISSqJxtrfz3ccDAKLAWRvb7Ow7KZAU { 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; }
#TmGiU5FT2nCaXrPaRCBxG1avin7SmUnd { 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; }
#Te1sbsta4MI8ak7PsAkKNVcnA7s9FCED { 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; }
#DytZ5iJMK568Nxpovuvz8TBEnJXP8fFq { 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; }
#vExi7owIIUTDWc5clAZy91nTy8r5OImi { color:#000000;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; }
#wznTmS6r546CX47RTC46LfRr8SAgKwWr { 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; }
#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz { 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; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz.adaptive-delivery-prevent-bg, #epZCmuvl9ZucqMUv4BT3maIEosOpzVqz.lazyload, #epZCmuvl9ZucqMUv4BT3maIEosOpzVqz.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; } #epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row .container { border-width: 0; border-radius: 0; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }body { position:relative;display:block; }
#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ { 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; } #NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row .container { width:47.75rem;position:relative;display:block; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG { display:block; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container { width:47.75rem;position:relative;display:block; }#U28CgdgsasV0ylPqtVe3OncPTMWuNqJ1 { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#qfcD7GgL81JU0PNwKUzq8plLbo3s8Tyv { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#aglVvbrtlTP27VvTvErK2OBuvyZzCsu2 { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#DMT2XayCTON7d6Q0WO2aBC2rsZnZ9Al6 { top:6.4375rem;left:6.1200084686279rem;width:10.375rem;height:4.4108366920391rem;display:block; }
#QSKwWlfy9az0TVyARxgxe2o2iq12Anar { top:13.5rem;left:8.4970703125rem;width:5.6875rem;height:5.6875rem;display:block; }
#tfHiHIZO7eLG6CqR9efXJW5pWvmn936k { width:17.5rem;height:4rem;top:26.125rem;left:2.5533847808838rem;display:block; }
#cJsOJvgz5DQgBv8gr4MFf0zLNcCpqiFf { display:block; }
#xHDcA10yUUtF1Jhasbl8qqkonT97PQaf { top:21.75rem;left:0rem;width:18.5625rem;height:7.4375rem;font-size:3.3125rem;display:block; }
#I2PbdoTef6Zi8vuaxXdmTWd1K3Nnn5CX { top:34.0625rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#RQ2u9dy1Kn8lph9I88Q54rposNodekDA { display:none; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row .container { width:47.75rem;position:relative;display:none; }#dQsDoc2fzcF1O8eZn6rs54RqDxPNivM4 { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#NUZ9XAS2taWPEqHdA5hHzstcJagkEuqw { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#zn60T5qP7I1xF5ea3AvAGbNpyzbruF1X { width:;height:;top:0rem;display:none; }
#GtWCFtFE87hIDt3c6ac5yhPOpTJ9d8ob { display:block; }
#teDmk9FH1hILap0eEsrD03ctTLxXReAD { width:;height:;top:0rem;display:none; }
#kTOIyPOLI9PFumHDJwGI61VIQSBq1Pc2 { display:block; }
#PkDWvLzITOVoHGugx4uSbN3vDhl7cHXJ { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#rEBFJmAb3kDa8kmkBfb2e68JDxW9ob3X { top:0rem;width:;height:;display:none; }
#ay4dz0Dk0cgvTCL7iQFIkko1VbRhhgdf { top:0rem;width:;height:;display:none; }
#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO { display:none; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row .container { width:47.75rem;position:relative;display:none; }#htybw7WheGkcza8aT2kiBFKbuuIEoBnL { top:0.8125rem;left:38.29638671875rem;width:6.875rem;height:6.875rem;display:block; }
#FOCOi7eXD2ffd7Ean6R6uu4mxac6I0nX { top:8.6875rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#hHy0T8gL8rlDn3JuGGOPSe8ASkaHlKsL { top:0.875rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#H8nJWILmKvWTwsRTC7PnLdJ3228LH15Q { top:8.6875rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#yDD87nhNfoOBe6MfBizpreB9sUMIU4MK { top:8.6875rem;left:9.375rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#etls3enkuc2e3mlK0CaAdp8mKdMLqV3U { top:0.875rem;left:14.43603515625rem;width:6.875rem;height:6.875rem;display:block; }
#AzUdkG6kJI8feI3vq5qaJ0MRFdNXnRIc { top:0.8125rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#wd2K1N2x0ZcTzgbk5dwZGONLSxzPnwDa { top:8.6875rem;left:0rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ { display:none; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row .container { width:47.75rem;position:relative;display:none; }#rMOTz2eJlX5Se6fiQvaHFIIEl5F3Gv69 { top:0.5625rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#UGvIdJ9XpmZPmXTISeQANxy7Tvi4Q1Ze { top:8.75rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#MrOFd0RueedzvA75X8Eqk9eEXgzGmW1z { top:0.5rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#xb2HsAiLOipNLOPeaZSk6tV6ulGJQOuw { top:8.75rem;left:21.3125rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#n75NCFQTUQLrvlyZSvfzmE9P8lO29qaG { top:0.5rem;left:14.466796875rem;width:6.875rem;height:6.875rem;display:block; }
#sV3lSNVB2AvXJ2ePs6F2SPqINmVrL09u { top:9.5625rem;left:9.375rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#bUrGyylPOtITTxozf0HvMe8e9JvenEEP { top:0.5rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#o9hHOBruv7AxtgBZfquBbSn8JmNWXdop { top:9.5625rem;left:0rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#QN1TxykECz2cfkShUW80c61pafFeXt4J { display:none; }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row .container { width:47.75rem;position:relative;display:none; }#vXPPGpgtu4k0Tz3hJHyy5MHTTuqIhnAa { top:0.625rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#qIIe2NndD6TLgKOCXo9U3eWOp8Wxc6ea { top:8.75rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#ZdHot7ZkwVgZL1Fqdr9xW4B2bE1FQhVC { top:0.625rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#u97OaHRWxZNZWup8vnJuXhGdlN6zkVEP { top:8.75rem;left:21.3125rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#PSzx2U9Tm8GFplNuwJZkarEixUVkeC3k { top:0.625rem;left:14.466796875rem;width:6.875rem;height:6.875rem;display:block; }
#vvxdri0gnLPC4icdFEqQUm3ITmRhNOC7 { top:8.75rem;left:9.375rem;width:14.5rem;height:7.9375rem;font-size:1rem;display:block; }
#vXVdBbWSTa9ku1UWAupIMP5MQd6yJXE1 { top:0.625rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#MlTXE6V151QNL00e0dtxh53Qm4PVmm6d { top:8.75rem;left:0rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK { display:none; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row .container { width:47.75rem;position:relative;display:none; }#mgSe484G8FS70sAc7J702l5KTbel9exf { top:8.9375rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#TNHuUK8t4wSwNQOLbfu78I6kGwO8fOpG { top:1.125rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#DVb2scSsK4sTNu513tbAF4I4kPsp6xwS { top:1.0625rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#hEanA1fJiEJNDzd1k6wDCyzzNmBU0ie2 { top:8.9375rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#r4b0XfFIOeAu8G1WVq9POvk359C8gJT0 { top:1.125rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
#DEyn11tpO83vfnQEANLy3MCJKwU5lBCA { top:9.25rem;left:9.375rem;width:14.5rem;height:11.1875rem;font-size:1rem;display:block; }
#XLTx8FFhXMNI5tMc5s98DbAcgfUqXuDn { top:9rem;left:0rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#cpSF9bCTc24kpAP22lKT6KsfsiJGEypb { top:1.125rem;left:2.34375rem;width:6.875rem;height:6.875rem;display:block; }
#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz { display:none; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row .container { width:47.75rem;position:relative;display:none; }#MO4xQ3vXTCdcosqPaKJzmPW2uLauBuST { top:9.4375rem;left:33.25rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#yCTdr2kxgWlZBR2Fy9bPf10wM2LS63yX { top:1.1875rem;left:38.15625rem;width:6.8125rem;height:6.8125rem;display:block; }
#fXp1Rm9255Kyp6zXRqvecSyJaCkKUCqn { top:9.5625rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#qQ3EmIepBQcr8uzJvrpywtqFA3N8QDrM { top:1.125rem;left:26.404296875rem;width:6.8125rem;height:6.8125rem;display:block; }
#Nm98zT91xSyKpZvzXROtesWAgK2EdCMp { top:1.3125rem;left:14.46875rem;width:6.8125rem;height:6.8125rem;display:block; }
#Eah01Qd9ZyluKmlTQQ8uODRtF2gUhGRV { top:10.3125rem;left:9.375rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#CphLvfbXLZdUHd28S2hp4rkQNkax5xKI { top:1.125rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#HTgTtRR5WxuJnkbOCiGfREIoSpn888nT { top:10.3125rem;left:0rem;width:14.5rem;height:9.5625rem;font-size:1rem;display:block; }
#Jm547nJJRMM36EPgUoMt0SRBAoUqleae { display:none; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row .container { width:47.75rem;position:relative;display:none; }#SwnLRrELvJVo7fMQMTyTkNJR1FSEKf3H { width:6.25rem;height:2.0625rem;display:none; }
#LqTH8Aexem2xQ4e9LQkw7scSPpmqg4IB { width:2.0625rem;height:2.0625rem;display:none; }
#dME5I6MTBLvsyCCFUmTiTIuZdsQA9W1B { width:2.0625rem;height:1.9375rem;display:none; }
#HMJ0cz0XT0SgVbMlmHDQa4sAf27JxZVd { width:2.0625rem;height:1.4375rem;display:none; }
#GQISSqJxtrfz3ccDAKLAWRvb7Ow7KZAU { width:3.75rem;height:1.25rem;display:none; }
#TmGiU5FT2nCaXrPaRCBxG1avin7SmUnd { width:1.75rem;height:1.25rem;display:none; }
#Te1sbsta4MI8ak7PsAkKNVcnA7s9FCED { width:1.25rem;height:1.375rem;display:none; }
#DytZ5iJMK568Nxpovuvz8TBEnJXP8fFq { width:3.125rem;height:1.25rem;display:none; }
#vExi7owIIUTDWc5clAZy91nTy8r5OImi { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#wznTmS6r546CX47RTC46LfRr8SAgKwWr { display:none; }
#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz { 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; } #epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row .container { width:47.75rem;position:relative;display:block; }body { position:relative;background-color:rgba(var(--color-tertiary-0),1);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); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ { 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; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ.adaptive-delivery-prevent-bg, #NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ.lazyload, #NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ.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; } #NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row .container { background-color: transparent; background-image: none; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row .container > .video-iframe-container { display: none; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row > .video-iframe-container { display: none; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .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); }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row .container { border-width: 0; border-radius: 0; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrQH2GfuUoEVQFSzr30a2ES1XlG4bcTQ > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG { 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; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG.adaptive-delivery-prevent-bg, #gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG.lazyload, #gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG.lazyloading { background-image: none; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container { background-color: transparent; background-image: none; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container > .video-iframe-container { display: none; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .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); }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row > .video-iframe-container { display: none; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .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); }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container { border-width: 0; border-radius: 0; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG::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; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSqTgKfpeT5RAE2q8Efk1PDwdE9z7GJG > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; }#U28CgdgsasV0ylPqtVe3OncPTMWuNqJ1 { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#qfcD7GgL81JU0PNwKUzq8plLbo3s8Tyv { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;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;display:none; }
#aglVvbrtlTP27VvTvErK2OBuvyZzCsu2 { width:8.3109375rem;height:6.3883125rem;top:0.80859375rem;left:5.844531416893rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DMT2XayCTON7d6Q0WO2aBC2rsZnZ9Al6 { width:12.8125rem;height:5.53276875rem;top:9.99783039093rem;left:3.5937500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QSKwWlfy9az0TVyARxgxe2o2iq12Anar { width:10.24925rem;height:10.24925rem;top:10.809374809265rem;left:4.8749998807907rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tfHiHIZO7eLG6CqR9efXJW5pWvmn936k { width:17.96875rem;height:4.5875rem;top:28.686719894409rem;left:1.015625rem;font-size:2.3125rem;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;color:rgba(var(--color-tertiary-4),1);border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;display:block; }
#cJsOJvgz5DQgBv8gr4MFf0zLNcCpqiFf { display:block; }
#xHDcA10yUUtF1Jhasbl8qqkonT97PQaf { width:18.62425rem;height:3.973525rem;top:23.558349609375rem;left:1.375732421875rem;font-size:3.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:.6;display:block; }
#I2PbdoTef6Zi8vuaxXdmTWd1K3Nnn5CX { top:34.0625rem;left:0.46875rem;width:19.0625rem;height:1.2999125rem;z-index:15009;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#d27b53;display:block; }
#RQ2u9dy1Kn8lph9I88Q54rposNodekDA { 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; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row .container { background-color: transparent; background-image: none; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row .container > .video-iframe-container { display: none; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row > .video-iframe-container { display: none; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .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); }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row .container { border-width: 0; border-radius: 0; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQ2u9dy1Kn8lph9I88Q54rposNodekDA > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#dQsDoc2fzcF1O8eZn6rs54RqDxPNivM4 { top:0.9375rem;left:0.46875rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#NUZ9XAS2taWPEqHdA5hHzstcJagkEuqw { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zn60T5qP7I1xF5ea3AvAGbNpyzbruF1X { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GtWCFtFE87hIDt3c6ac5yhPOpTJ9d8ob { display:block; }
#teDmk9FH1hILap0eEsrD03ctTLxXReAD { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kTOIyPOLI9PFumHDJwGI61VIQSBq1Pc2 { display:block; }
#PkDWvLzITOVoHGugx4uSbN3vDhl7cHXJ { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#rEBFJmAb3kDa8kmkBfb2e68JDxW9ob3X { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#ay4dz0Dk0cgvTCL7iQFIkko1VbRhhgdf { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO.adaptive-delivery-prevent-bg, #p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO.lazyload, #p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO.lazyloading { background-image: none; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row .container { background-color: transparent; background-image: none; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row .container > .video-iframe-container { display: none; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row > .video-iframe-container { display: none; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .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); }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row .container { border-width: 0; border-radius: 0; }#p4sysRS4LC7zakQtNIx4I2JLsZTTtnuO > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; }#htybw7WheGkcza8aT2kiBFKbuuIEoBnL { width:6.875rem;height:6.875rem;top:70rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FOCOi7eXD2ffd7Ean6R6uu4mxac6I0nX { width:14.4980625rem;height:11.203325rem;top:78.125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#hHy0T8gL8rlDn3JuGGOPSe8ASkaHlKsL { width:6.875rem;height:6.875rem;top:48.125rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#H8nJWILmKvWTwsRTC7PnLdJ3228LH15Q { width:14.4980625rem;height:11.203325rem;top:56.25rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#yDD87nhNfoOBe6MfBizpreB9sUMIU4MK { width:14.4980625rem;height:12.803825rem;top:32.8125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#etls3enkuc2e3mlK0CaAdp8mKdMLqV3U { width:6.875rem;height:6.875rem;top:24.6875rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AzUdkG6kJI8feI3vq5qaJ0MRFdNXnRIc { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wd2K1N2x0ZcTzgbk5dwZGONLSxzPnwDa { width:14.4980625rem;height:11.203325rem;top:9.375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ.adaptive-delivery-prevent-bg, #yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ.lazyload, #yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ.lazyloading { background-image: none; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row .container { background-color: transparent; background-image: none; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row .container > .video-iframe-container { display: none; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row > .video-iframe-container { display: none; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .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); }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row .container { border-width: 0; border-radius: 0; }#yQWl65MNolPgaW9v0OFUbdqSdO4UgKcQ > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; }#rMOTz2eJlX5Se6fiQvaHFIIEl5F3Gv69 { width:6.875rem;height:6.875rem;top:68.4375rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UGvIdJ9XpmZPmXTISeQANxy7Tvi4Q1Ze { width:14.4980625rem;height:11.203325rem;top:76.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#MrOFd0RueedzvA75X8Eqk9eEXgzGmW1z { width:6.875rem;height:6.875rem;top:45rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xb2HsAiLOipNLOPeaZSk6tV6ulGJQOuw { width:14.4980625rem;height:12.803825rem;top:53.125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#n75NCFQTUQLrvlyZSvfzmE9P8lO29qaG { width:6.875rem;height:6.875rem;top:23.125rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sV3lSNVB2AvXJ2ePs6F2SPqINmVrL09u { width:14.4980625rem;height:11.203325rem;top:31.25rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#bUrGyylPOtITTxozf0HvMe8e9JvenEEP { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o9hHOBruv7AxtgBZfquBbSn8JmNWXdop { width:14.4980625rem;height:11.203325rem;top:9.375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#QN1TxykECz2cfkShUW80c61pafFeXt4J { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QN1TxykECz2cfkShUW80c61pafFeXt4J.adaptive-delivery-prevent-bg, #QN1TxykECz2cfkShUW80c61pafFeXt4J.lazyload, #QN1TxykECz2cfkShUW80c61pafFeXt4J.lazyloading { background-image: none; }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row .container { background-color: transparent; background-image: none; }#QN1TxykECz2cfkShUW80c61pafFeXt4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row .container > .video-iframe-container { display: none; }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row > .video-iframe-container { display: none; }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .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); }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row .container { border-width: 0; border-radius: 0; }#QN1TxykECz2cfkShUW80c61pafFeXt4J > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; }#vXPPGpgtu4k0Tz3hJHyy5MHTTuqIhnAa { width:6.875rem;height:6.875rem;top:65.3125rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qIIe2NndD6TLgKOCXo9U3eWOp8Wxc6ea { width:14.4980625rem;height:12.803825rem;top:73.4375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#ZdHot7ZkwVgZL1Fqdr9xW4B2bE1FQhVC { width:6.875rem;height:6.875rem;top:41.875rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u97OaHRWxZNZWup8vnJuXhGdlN6zkVEP { width:14.4980625rem;height:12.803825rem;top:50rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#PSzx2U9Tm8GFplNuwJZkarEixUVkeC3k { width:6.875rem;height:6.875rem;top:24.6875rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vvxdri0gnLPC4icdFEqQUm3ITmRhNOC7 { width:14.4980625rem;height:6.40190625rem;top:32.8125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#vXVdBbWSTa9ku1UWAupIMP5MQd6yJXE1 { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MlTXE6V151QNL00e0dtxh53Qm4PVmm6d { width:14.4980625rem;height:12.803825rem;top:9.375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK.adaptive-delivery-prevent-bg, #vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK.lazyload, #vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK.lazyloading { background-image: none; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row .container { background-color: transparent; background-image: none; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row .container > .video-iframe-container { display: none; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row > .video-iframe-container { display: none; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .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); }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row .container { border-width: 0; border-radius: 0; }#vo7kQI6ZsqFNAAAHH6sLpz9NRKGyBbOK > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; }#mgSe484G8FS70sAc7J702l5KTbel9exf { width:14.4980625rem;height:12.8038rem;top:73.3125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#TNHuUK8t4wSwNQOLbfu78I6kGwO8fOpG { width:6.875rem;height:6.875rem;top:65.1875rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DVb2scSsK4sTNu513tbAF4I4kPsp6xwS { width:6.875rem;height:6.875rem;top:43.3125rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hEanA1fJiEJNDzd1k6wDCyzzNmBU0ie2 { width:14.4980625rem;height:11.203325rem;top:51.4375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#r4b0XfFIOeAu8G1WVq9POvk359C8gJT0 { width:6.8125rem;height:6.8125rem;top:23.0625rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DEyn11tpO83vfnQEANLy3MCJKwU5lBCA { width:14.4980625rem;height:9.6028875rem;top:31.125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#XLTx8FFhXMNI5tMc5s98DbAcgfUqXuDn { width:14.4980625rem;height:11.203325rem;top:9.3125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#cpSF9bCTc24kpAP22lKT6KsfsiJGEypb { width:6.8125rem;height:6.8125rem;top:1.25rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz.adaptive-delivery-prevent-bg, #TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz.lazyload, #TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz.lazyloading { background-image: none; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row .container { background-color: transparent; background-image: none; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row .container > .video-iframe-container { display: none; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row > .video-iframe-container { display: none; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .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); }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row .container { border-width: 0; border-radius: 0; }#TyzDrIcDwAHk0DRyeJNqrnTlQvsRHLsz > .row .container { width:20rem;height:88.125rem;position:relative;display:block; }#MO4xQ3vXTCdcosqPaKJzmPW2uLauBuST { width:14.4980625rem;height:11.203325rem;top:71.6875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#yCTdr2kxgWlZBR2Fy9bPf10wM2LS63yX { width:6.8125rem;height:6.8125rem;top:63.625rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fXp1Rm9255Kyp6zXRqvecSyJaCkKUCqn { width:14.4980625rem;height:11.203325rem;top:49.875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#qQ3EmIepBQcr8uzJvrpywtqFA3N8QDrM { width:6.8125rem;height:6.8125rem;top:41.8125rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Nm98zT91xSyKpZvzXROtesWAgK2EdCMp { width:6.8125rem;height:6.8125rem;top:20rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Eah01Qd9ZyluKmlTQQ8uODRtF2gUhGRV { width:14.4980625rem;height:9.6028875rem;top:28.0625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#CphLvfbXLZdUHd28S2hp4rkQNkax5xKI { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HTgTtRR5WxuJnkbOCiGfREIoSpn888nT { width:14.4980625rem;height:8.00238125rem;top:9.375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Jm547nJJRMM36EPgUoMt0SRBAoUqleae { 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; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row .container { background-color: transparent; background-image: none; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row .container > .video-iframe-container { display: none; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row > .video-iframe-container { display: none; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .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); }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row .container { border-width: 0; border-radius: 0; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jm547nJJRMM36EPgUoMt0SRBAoUqleae > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#SwnLRrELvJVo7fMQMTyTkNJR1FSEKf3H { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LqTH8Aexem2xQ4e9LQkw7scSPpmqg4IB { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dME5I6MTBLvsyCCFUmTiTIuZdsQA9W1B { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HMJ0cz0XT0SgVbMlmHDQa4sAf27JxZVd { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GQISSqJxtrfz3ccDAKLAWRvb7Ow7KZAU { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TmGiU5FT2nCaXrPaRCBxG1avin7SmUnd { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Te1sbsta4MI8ak7PsAkKNVcnA7s9FCED { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DytZ5iJMK568Nxpovuvz8TBEnJXP8fFq { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vExi7owIIUTDWc5clAZy91nTy8r5OImi { 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:rgba(var(--color-tertiary-4),1);display:block; }
#wznTmS6r546CX47RTC46LfRr8SAgKwWr { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz { 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; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz.adaptive-delivery-prevent-bg, #epZCmuvl9ZucqMUv4BT3maIEosOpzVqz.lazyload, #epZCmuvl9ZucqMUv4BT3maIEosOpzVqz.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; } #epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row .container { background-color: transparent; background-image: none; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row .container > .video-iframe-container { display: none; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row > .video-iframe-container { display: none; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .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); }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row .container { border-width: 0; border-radius: 0; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz::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; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epZCmuvl9ZucqMUv4BT3maIEosOpzVqz > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }