.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:239,234,230;--color-primary-1:206,191,179;--color-primary-2:173,148,128;--color-primary-3:153,121,96;--color-primary-4:135,113,79;--color-secondary-0:225,232,227;--color-secondary-1:156,179,160;--color-secondary-2:56,102,65;--color-secondary-3:28,51,33;--color-secondary-4:8,15,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"AHJ 2024 Font";--paragraphs-font-family:"AHJ 2024 Font"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e2bc89;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF { 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; } #n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF { background-color: transparent; background-image: none; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row .container > .video-iframe-container { display: none; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row > .video-iframe-container { display: none; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .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); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF { border-width: 0; border-radius: 0; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .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; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .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; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 { 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:none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.adaptive-delivery-prevent-bg, #atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.lazyload, #atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.lazyloading { background-image: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { border-width: 0; border-radius: 0; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#ylleUFD2dPrTdN6KtFUUDbN8zbBDC21X { 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; }
#xh9UG9COarnFZ9ZQ1qt3l2z84RUfRRfy { 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; }
#oS4k5H7EuiR58xeT3p6OyxiJy913SCES { 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; }
#TBngfTtqw0W4VrtmNhspDSzBIa8b1Do9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:10.437rem;top:9.942626953125rem;left:24.154052734375rem;overflow:hidden;display:block; }
#JaFkAg1XRopSTTxHrgz0lyUrNzAVP2ZS { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KzR6xgqHHZHaC5JaUES3JZyxVmbCCeDG { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #P9X1ndUaLz55IDGGcOltyN3QQs1nHlEK { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZU3MT8wbPsaguUt3alegPzVJoSv6lirO { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ah37QqHUNiAyNUvfuH14mX2o7vuU3cRk { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EFxQAB16TuwDqSuXiCLwMs2lAFGAlk6g { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #weXx7z2idVBE59xrXg7PMwdPLOWnPeC1 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDuTsAJAPzvSKROiMu3lP0mKJlBtuxRy { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAwLzzapLoAFdqNThrO4Kcs8zOEMa0PZ { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BawbQZQ4OPVAshPA2ycVOTkp6bt6eOuM { position:relative; }
#X1GbkzS3ZpcCZeVmECxLTqkKG55JUOup { position:relative;display:block; }
#IEMtQ7yi9ThWD3MhoRWfkxW3FiUvVc9G { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkG6lvfDwWsthfXk1IWX0u6THhL4Vu4f { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d3zIv4CznyfrPrquLOHqPWAKKt9V0A07 { position:relative; }
#ufi24QhFsMw6v9uPTyaxI88h4TQJ42TJ { 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; }
#ufi24QhFsMw6v9uPTyaxI88h4TQJ42TJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#M0gMFLSaVNgCdnKRpBmGzTWLw8DHaNMO { 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; }
#zhclyQtSBng8UsPdCFNHXXkUqTt5D27Z { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zr7Kq5ZKe7wuxsgvxd8Dh65g0DUUsPa6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:22.875rem;left:3.6875rem;display:none; }
#IJCKJVXJoMIRlVA4hNc8LLPE3ohLdCdc { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#F0phmb31ae3Cz9vTqi6b5Zbpay8509er { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aGubZ2uP7T785dPmU9BUOBioHoWa40AJ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nrirplTT0Ds1E6Gwg0UGZ8q1k9HM4z4w { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xhOfwC9yCZLLMd87Dg6bwGlXRZTxa6D2 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HNzWDaet5sS37GUaRFUTX3vrGzGPQPdl { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #he6p62ivekfuWPrMpp5CGiQArwIdD5sM { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QGBDmtTCyg8qTQETl7nHz5sgwcsa4pil { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rJyXG68g1Whs234itneG9xguf99rrHPu { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KCFmWTzuQKrrWf1SFm3JEf6pcE5zDoTR { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kp6m2vRzQchdobrTZDIAg2709MaEIFDW { position:relative; }
#Qkh7IPU4PX2FGgmuNfPvLfZxpdTlGhzN { position:relative;display:block; }
#mybrLsVwZFXkWM8xTahSrDAx1ikITPJZ { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Qw1nBf5AkZmNxkyt1nGoHQ9cTBS6A6aI { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eFS4qBH7U8tuxHAZ10fLze96yJUh3Dps { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-form-header {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:3.1875rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:first-of-type{padding-top:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:last-of-type{padding-bottom:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:24.361980438233rem;left:2.1341152191162rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:24.361980438233rem;left:2.1341152191162rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo { position:relative; }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { position:relative;display:block; }
#gJcw7FAyvbETE5yT46B8JKwbQ5AApTcw { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #x7QeuoDA6yIueoUSrCMb9yVAdOLU9s7D { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #WHJReBBplBM3uaFtofeb5nTIonWriPmK { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD { position:relative; }
#D79H6IIDmG9pWOo186da7lDnB4tGDgfo { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vl074fFWXc9nzWSUADDnTymUA7VKNksk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKlEoMg2MnawLa6HOB0hKqZrAg0kh1ZU { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#w8wCF3TQRtnk7yoXRLcw5R98iRI57Fol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GwPHdzTyhKDW9g9Tii60siHx0ATTTqU8 { 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:none; }
#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ { position:relative;display:none; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ { border-width: 0; border-radius: 0; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .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; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .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; }#tt869v3CoAtaLRsTWGCfrdgIG0WQfFmS { 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; }
#RSlWS0y1CSQQwxsIKVOmKp8EZTB7XVtf { 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; }
#Jgye0x8dS9vXrxbex44NV4nQ3AXiD1dw { 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; }
#ErXzVXrTPbKmA1UIwIvrVgkWTOwbrEEM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrheXwVXEkhaUhvdJITL7Aag32rdB0aH { 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; }
#gMsRsxRGFT8XxQ7EPvphZtT891mIyvcS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMUpIVH87ByJGpcskl0s9kT0mDk1qF7H { 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; }
#ktuAsceUo6q9QJRs7T2XaqfTp4A2l37h { 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; }
#IMFvg3Z8Jea9OFaiArlbl2srVQAVoly5 { 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; }
#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { position:relative;display:none; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { border-width: 0; border-radius: 0; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .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; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rPT1rwSXbsFCOf63B6bMvaOnHCnEahVU { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XT4FLUGRbb2hSRmXJ8pObH0PGTneCfpG { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.9375rem;top:10.065104484558rem;left:11.505208969116rem;overflow:hidden;display:none; }
#v2qZQ4BK4dd8dozfbBRNWNVUrnxGeAfV { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg { position:relative;display:none; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg { border-width: 0; border-radius: 0; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .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; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .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; }#TzJKcuZwcNzwUkzPb89NyKWvxgCTEte6 { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SxN4Z5lS2TQ9XRdX2l3i9LAsLEVmzrVX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#E7LJzGtRzKhsexTycsay1PVlJweZAGtZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#r8a2HK5f2TKUoN8ctsGNrIrhN88mvT7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHhFHM07bitBGsEuau07Bam7fdsI0Wno { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NlkkeLLg9wbk5WDvi61F2raCTQFt2Mwg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#paNHVh13h2vbbTQWewkoCoy61VRFlIti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7WTBHBbdffFe6TX5EMVInEuDWcq7fz5 { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eUBgbdchb0w6uPatXL2qDsRGhXQiuoKe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#FE2GCSygMvVcQokKv4WSqXLOgMCMsoNy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#IOiq6wCaDowikJRE7WIoq5FuHPM9Gp3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcMiAzkT9CqCVxnHCDqQiA8FAI83caSk { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uMbJWOQ8MgnEd4Fzn6cUd4XBtUBrgbf5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#ikRyTurDklNzPHsLJs1cOLTSWG9swdW7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#T4FtxC50quqhnHQ6UqCEw5ccSHz4Nt1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpI6PRdWtzS5IJRrkQMHXRBkJyKWgrVX { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BG455xrBRAlv8UAw6HhwELPZqsVPwLgQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#PXTQkTAc8IMlJtZEXVbaNvmmJTUQpRh1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#IxvNITcCbVELRKVyTdRQOQbusmlr6b1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IapuG9cUPZMklTe7UJHwp1hPSOxZTQfy { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZE4ZvRAvya2UVCgKQQPfQ7xJ7FR143RH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#EbVrmt79ZthO5KIfurC8565Un42lVrwa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#ZfOAqmOK8XN0CFUobIkug0iyoxL4KJrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6z9n0WSZVdrdsOcsAHUmJE87bx1MF8k { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cckFSnU5Qv0GNWHHuSfVGATMc2fRuVCX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#x6f5GbPX9fgO9uMkey2els5ft5IFH6Md { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#Hn7CA13LIVDUaIBA3xcoXN0mJSeBRNA1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPLQ11oyTgRJNrdlK2No66VRUAKFQpwk { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zPiqmR5RpXzad1DGaDvDayr3rUr4OKPB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic { position:relative;display:none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic { border-width: 0; border-radius: 0; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .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; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .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; }#hQmsLfcWSrPbhL3MX0ftaTbkXwlrc3wM { 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; }
#aTkvfbEA3DVT8Nge32s02FK1ZSTL6rIy { 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; }
#Tz5Z0soKfnpQntiFKScA2bp4TGtk4Qec { 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; }
#TeNl5P6J7AcPmlG8614BxBKHSyen9WmB { 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; }
#Mq6dIUGiWgvgpEiz0xZrJbKot1Pnt5Ns { 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; }
#GcnvZ3t5UrvkOpZtN5mztVkiGChfQWJi { 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; }
#Lfx44xDmPOLTO0yABPEkli8W3JnLXxhF { 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; }
#OQMeN24CTZ8kz6KJHJoP09KDPJo0MCvM { 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; }
#P10b02bni5u5PqxCzkf02AIkyCDJV98P { 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; }
#iSFQsJahuHlxhLBNcgvmFWkxMDLSUT0m { 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; }
#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK { position:relative;display:none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK { border-width: 0; border-radius: 0; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .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; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .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; }#vvZMVX8pfbNQQvbLFDT6d9kVD5vlLHTJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#Q4Ni8kOH8aJewt296yClo99zx8AyEgA2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#ockGZgWbOb8gINsVqIagRWDPcXA0R13M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 { 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; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3.adaptive-delivery-prevent-bg, #PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3.lazyload, #PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3.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; } #PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row .container { border-width: 0; border-radius: 0; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }body { position:relative;display:block; }
#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF { 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; } #n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row .container { width:47.75rem;position:relative;display:block; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 { display:none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { width:47.75rem;position:relative;display:none; }#ylleUFD2dPrTdN6KtFUUDbN8zbBDC21X { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#xh9UG9COarnFZ9ZQ1qt3l2z84RUfRRfy { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#oS4k5H7EuiR58xeT3p6OyxiJy913SCES { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#TBngfTtqw0W4VrtmNhspDSzBIa8b1Do9 { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#JaFkAg1XRopSTTxHrgz0lyUrNzAVP2ZS { top:11.1875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KzR6xgqHHZHaC5JaUES3JZyxVmbCCeDG {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #P9X1ndUaLz55IDGGcOltyN3QQs1nHlEK { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZU3MT8wbPsaguUt3alegPzVJoSv6lirO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ah37QqHUNiAyNUvfuH14mX2o7vuU3cRk {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EFxQAB16TuwDqSuXiCLwMs2lAFGAlk6g { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #weXx7z2idVBE59xrXg7PMwdPLOWnPeC1 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDuTsAJAPzvSKROiMu3lP0mKJlBtuxRy {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAwLzzapLoAFdqNThrO4Kcs8zOEMa0PZ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BawbQZQ4OPVAshPA2ycVOTkp6bt6eOuM {  }
#X1GbkzS3ZpcCZeVmECxLTqkKG55JUOup { display:block; }
#IEMtQ7yi9ThWD3MhoRWfkxW3FiUvVc9G { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkG6lvfDwWsthfXk1IWX0u6THhL4Vu4f {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d3zIv4CznyfrPrquLOHqPWAKKt9V0A07 {  }
#ufi24QhFsMw6v9uPTyaxI88h4TQJ42TJ { display:none; }
#ufi24QhFsMw6v9uPTyaxI88h4TQJ42TJ > img { max-width: 100%;max-height:100%; width:; height:; }#M0gMFLSaVNgCdnKRpBmGzTWLw8DHaNMO { display:none; }
#zhclyQtSBng8UsPdCFNHXXkUqTt5D27Z { display:none; }
#zr7Kq5ZKe7wuxsgvxd8Dh65g0DUUsPa6 { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#IJCKJVXJoMIRlVA4hNc8LLPE3ohLdCdc { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#F0phmb31ae3Cz9vTqi6b5Zbpay8509er { top:19.0625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aGubZ2uP7T785dPmU9BUOBioHoWa40AJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nrirplTT0Ds1E6Gwg0UGZ8q1k9HM4z4w { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xhOfwC9yCZLLMd87Dg6bwGlXRZTxa6D2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HNzWDaet5sS37GUaRFUTX3vrGzGPQPdl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #he6p62ivekfuWPrMpp5CGiQArwIdD5sM { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QGBDmtTCyg8qTQETl7nHz5sgwcsa4pil {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rJyXG68g1Whs234itneG9xguf99rrHPu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KCFmWTzuQKrrWf1SFm3JEf6pcE5zDoTR { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kp6m2vRzQchdobrTZDIAg2709MaEIFDW {  }
#Qkh7IPU4PX2FGgmuNfPvLfZxpdTlGhzN { display:block; }
#mybrLsVwZFXkWM8xTahSrDAx1ikITPJZ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Qw1nBf5AkZmNxkyt1nGoHQ9cTBS6A6aI {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eFS4qBH7U8tuxHAZ10fLze96yJUh3Dps {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#gJcw7FAyvbETE5yT46B8JKwbQ5AApTcw { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #x7QeuoDA6yIueoUSrCMb9yVAdOLU9s7D {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #WHJReBBplBM3uaFtofeb5nTIonWriPmK {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#D79H6IIDmG9pWOo186da7lDnB4tGDgfo { width:;height:;display:none; }
#vl074fFWXc9nzWSUADDnTymUA7VKNksk { display:block; }
#xKlEoMg2MnawLa6HOB0hKqZrAg0kh1ZU { width:;height:;display:none; }
#w8wCF3TQRtnk7yoXRLcw5R98iRI57Fol { display:block; }
#GwPHdzTyhKDW9g9Tii60siHx0ATTTqU8 { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ { display:none; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row .container { width:47.75rem;position:relative;display:none; }#tt869v3CoAtaLRsTWGCfrdgIG0WQfFmS { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#RSlWS0y1CSQQwxsIKVOmKp8EZTB7XVtf { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#Jgye0x8dS9vXrxbex44NV4nQ3AXiD1dw { width:;height:;top:0rem;display:none; }
#ErXzVXrTPbKmA1UIwIvrVgkWTOwbrEEM { display:block; }
#CrheXwVXEkhaUhvdJITL7Aag32rdB0aH { width:;height:;top:0rem;display:none; }
#gMsRsxRGFT8XxQ7EPvphZtT891mIyvcS { display:block; }
#aMUpIVH87ByJGpcskl0s9kT0mDk1qF7H { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#ktuAsceUo6q9QJRs7T2XaqfTp4A2l37h { top:0rem;width:;height:;display:none; }
#IMFvg3Z8Jea9OFaiArlbl2srVQAVoly5 { top:0rem;width:;height:;display:none; }
#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { display:none; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container { width:47.75rem;position:relative;display:none; }#rPT1rwSXbsFCOf63B6bMvaOnHCnEahVU { top:3.5625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#XT4FLUGRbb2hSRmXJ8pObH0PGTneCfpG { top:10.0625rem;left:5.3802089691162rem;width:9.9375rem;height:3.1875rem;display:none; }
#v2qZQ4BK4dd8dozfbBRNWNVUrnxGeAfV { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg { display:none; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row .container { width:47.75rem;position:relative;display:none; }#TzJKcuZwcNzwUkzPb89NyKWvxgCTEte6 { top:0.75rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#SxN4Z5lS2TQ9XRdX2l3i9LAsLEVmzrVX { width:47.75rem;height:27.75rem;display:none; }
#E7LJzGtRzKhsexTycsay1PVlJweZAGtZ { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#r8a2HK5f2TKUoN8ctsGNrIrhN88mvT7c { display:block; }
#VHhFHM07bitBGsEuau07Bam7fdsI0Wno { top:15.6875rem;left:2.042724609375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#NlkkeLLg9wbk5WDvi61F2raCTQFt2Mwg { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#paNHVh13h2vbbTQWewkoCoy61VRFlIti { display:block; }
#R7WTBHBbdffFe6TX5EMVInEuDWcq7fz5 { top:33.6875rem;left:1.74853515625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#eUBgbdchb0w6uPatXL2qDsRGhXQiuoKe { width:47.75rem;height:27.75rem;display:none; }
#FE2GCSygMvVcQokKv4WSqXLOgMCMsoNy { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#IOiq6wCaDowikJRE7WIoq5FuHPM9Gp3V { display:block; }
#IcMiAzkT9CqCVxnHCDqQiA8FAI83caSk { top:50.75rem;left:2.062255859375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#uMbJWOQ8MgnEd4Fzn6cUd4XBtUBrgbf5 { width:47.75rem;height:27.75rem;display:none; }
#ikRyTurDklNzPHsLJs1cOLTSWG9swdW7 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#T4FtxC50quqhnHQ6UqCEw5ccSHz4Nt1P { display:block; }
#dpI6PRdWtzS5IJRrkQMHXRBkJyKWgrVX { top:67.5625rem;left:2.170166015625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#BG455xrBRAlv8UAw6HhwELPZqsVPwLgQ { width:47.75rem;height:27.75rem;display:none; }
#PXTQkTAc8IMlJtZEXVbaNvmmJTUQpRh1 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#IxvNITcCbVELRKVyTdRQOQbusmlr6b1U { display:block; }
#IapuG9cUPZMklTe7UJHwp1hPSOxZTQfy { top:84.8125rem;left:1.74853515625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#ZE4ZvRAvya2UVCgKQQPfQ7xJ7FR143RH { width:47.75rem;height:27.75rem;display:none; }
#EbVrmt79ZthO5KIfurC8565Un42lVrwa { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#ZfOAqmOK8XN0CFUobIkug0iyoxL4KJrh { display:block; }
#U6z9n0WSZVdrdsOcsAHUmJE87bx1MF8k { top:101.6875rem;left:1.498291015625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#cckFSnU5Qv0GNWHHuSfVGATMc2fRuVCX { width:47.75rem;height:27.75rem;display:none; }
#x6f5GbPX9fgO9uMkey2els5ft5IFH6Md { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#Hn7CA13LIVDUaIBA3xcoXN0mJSeBRNA1 { display:block; }
#kPLQ11oyTgRJNrdlK2No66VRUAKFQpwk { top:118rem;left:1.74853515625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#zPiqmR5RpXzad1DGaDvDayr3rUr4OKPB { width:47.75rem;height:27.75rem;display:none; }
#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic { display:none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { width:47.75rem;position:relative;display:none; }#hQmsLfcWSrPbhL3MX0ftaTbkXwlrc3wM { width:6.25rem;height:2.0625rem;display:none; }
#aTkvfbEA3DVT8Nge32s02FK1ZSTL6rIy { width:2.0625rem;height:2.0625rem;display:none; }
#Tz5Z0soKfnpQntiFKScA2bp4TGtk4Qec { width:2.0625rem;height:1.9375rem;display:none; }
#TeNl5P6J7AcPmlG8614BxBKHSyen9WmB { width:2.0625rem;height:1.4375rem;display:none; }
#Mq6dIUGiWgvgpEiz0xZrJbKot1Pnt5Ns { width:3.75rem;height:1.25rem;display:none; }
#GcnvZ3t5UrvkOpZtN5mztVkiGChfQWJi { width:1.75rem;height:1.25rem;display:none; }
#Lfx44xDmPOLTO0yABPEkli8W3JnLXxhF { width:1.25rem;height:1.375rem;display:none; }
#OQMeN24CTZ8kz6KJHJoP09KDPJo0MCvM { width:3.125rem;height:1.25rem;display:none; }
#P10b02bni5u5PqxCzkf02AIkyCDJV98P { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#iSFQsJahuHlxhLBNcgvmFWkxMDLSUT0m { display:none; }
#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK { display:none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { width:47.75rem;position:relative;display:none; }#vvZMVX8pfbNQQvbLFDT6d9kVD5vlLHTJ { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Q4Ni8kOH8aJewt296yClo99zx8AyEgA2 { width:47.75rem;height:19rem;display:none; }
#ockGZgWbOb8gINsVqIagRWDPcXA0R13M { width:14.0625rem;height:5.125rem;display:none; }
#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 { display:none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row .container { width:47.75rem;position:relative;display:none; }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); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF { 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; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF.adaptive-delivery-prevent-bg, #n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF.lazyload, #n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF.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; } #n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row .container { background-color: transparent; background-image: none; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row .container > .video-iframe-container { display: none; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row > .video-iframe-container { display: none; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .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); }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row .container { border-width: 0; border-radius: 0; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0v2R3aOzddECn5ak0Wgc9zFNDOx9nmF > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.adaptive-delivery-prevent-bg, #atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.lazyload, #atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.lazyloading { background-image: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { background-color: transparent; background-image: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container > .video-iframe-container { display: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container { display: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .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); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { border-width: 0; border-radius: 0; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; }#ylleUFD2dPrTdN6KtFUUDbN8zbBDC21X { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:none; }
#xh9UG9COarnFZ9ZQ1qt3l2z84RUfRRfy { 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; }
#oS4k5H7EuiR58xeT3p6OyxiJy913SCES { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TBngfTtqw0W4VrtmNhspDSzBIa8b1Do9 { width:8.125rem;height:3.18725625rem;top:2.811279296875rem;left:5.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JaFkAg1XRopSTTxHrgz0lyUrNzAVP2ZS { width:20rem;height:6.171875rem;top:6.96533203125rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KzR6xgqHHZHaC5JaUES3JZyxVmbCCeDG {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #P9X1ndUaLz55IDGGcOltyN3QQs1nHlEK { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZU3MT8wbPsaguUt3alegPzVJoSv6lirO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ah37QqHUNiAyNUvfuH14mX2o7vuU3cRk {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EFxQAB16TuwDqSuXiCLwMs2lAFGAlk6g { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #weXx7z2idVBE59xrXg7PMwdPLOWnPeC1 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDuTsAJAPzvSKROiMu3lP0mKJlBtuxRy {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAwLzzapLoAFdqNThrO4Kcs8zOEMa0PZ { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BawbQZQ4OPVAshPA2ycVOTkp6bt6eOuM {  }
#X1GbkzS3ZpcCZeVmECxLTqkKG55JUOup { display:block; }
#IEMtQ7yi9ThWD3MhoRWfkxW3FiUvVc9G { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkG6lvfDwWsthfXk1IWX0u6THhL4Vu4f {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d3zIv4CznyfrPrquLOHqPWAKKt9V0A07 {  }
#ufi24QhFsMw6v9uPTyaxI88h4TQJ42TJ { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#ufi24QhFsMw6v9uPTyaxI88h4TQJ42TJ > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#M0gMFLSaVNgCdnKRpBmGzTWLw8DHaNMO { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#zhclyQtSBng8UsPdCFNHXXkUqTt5D27Z { top:15.875rem;left:0rem;width:20rem;height:13.5rem;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#zr7Kq5ZKe7wuxsgvxd8Dh65g0DUUsPa6 { top:20.3310546875rem;left:3.75rem;width:12.5rem;height:1.54296875rem;z-index:15153;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#IJCKJVXJoMIRlVA4hNc8LLPE3ohLdCdc { width:12.4340625rem;height:0.8125rem;top:56.06201171875rem;left:3.78173828125rem;font-size:0.625rem;z-index:15019;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH { display:flex;width:3.125rem;height:3.125rem;top:46.625rem;left:15.9375rem;z-index:14995; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ { display:flex;width:2.625rem;height:2.625rem;top:46.9375rem;left:1.3125rem;z-index:14996; }
#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#F0phmb31ae3Cz9vTqi6b5Zbpay8509er { width:19.375rem;height:1.54296875rem;top:14.3408203125rem;left:0.3125rem;font-size:1.1875rem;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aGubZ2uP7T785dPmU9BUOBioHoWa40AJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nrirplTT0Ds1E6Gwg0UGZ8q1k9HM4z4w { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xhOfwC9yCZLLMd87Dg6bwGlXRZTxa6D2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HNzWDaet5sS37GUaRFUTX3vrGzGPQPdl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #he6p62ivekfuWPrMpp5CGiQArwIdD5sM { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QGBDmtTCyg8qTQETl7nHz5sgwcsa4pil {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rJyXG68g1Whs234itneG9xguf99rrHPu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KCFmWTzuQKrrWf1SFm3JEf6pcE5zDoTR { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kp6m2vRzQchdobrTZDIAg2709MaEIFDW {  }
#Qkh7IPU4PX2FGgmuNfPvLfZxpdTlGhzN { display:block; }
#mybrLsVwZFXkWM8xTahSrDAx1ikITPJZ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Qw1nBf5AkZmNxkyt1nGoHQ9cTBS6A6aI {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eFS4qBH7U8tuxHAZ10fLze96yJUh3Dps {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;height:2.4375rem;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;border-top:0.0625rem solid #e2ceb0;border-left:0.0625rem solid #e2ceb0;border-right:0.0625rem solid #e2ceb0;border-bottom:0.0625rem solid #e2ceb0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { float:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:17.5rem;height:auto;top:21.8115234375rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto;line-height:1.6;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#b80023; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:17.5rem;height:auto;top:21.8115234375rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#gJcw7FAyvbETE5yT46B8JKwbQ5AApTcw { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #x7QeuoDA6yIueoUSrCMb9yVAdOLU9s7D {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #WHJReBBplBM3uaFtofeb5nTIonWriPmK {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#D79H6IIDmG9pWOo186da7lDnB4tGDgfo { top:46.6875rem;left:0.9375rem;width:18rem;height:3.0625rem;z-index:14990;font-size:1.0625rem;line-height:2;color:#646464;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;display:block; }
#vl074fFWXc9nzWSUADDnTymUA7VKNksk { display:block; }
#xKlEoMg2MnawLa6HOB0hKqZrAg0kh1ZU { top:51.37451171875rem;left:1.07421875rem;width:17.817875rem;height:2.880125rem;z-index:14991;font-size:1.0625rem;line-height:2;color:#646464;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed #ff0000;border-left:0.125rem dashed #ff0000;border-right:0.125rem dashed #ff0000;border-bottom:0.125rem dashed #ff0000;display:block; }
#w8wCF3TQRtnk7yoXRLcw5R98iRI57Fol { display:block; }
#GwPHdzTyhKDW9g9Tii60siHx0ATTTqU8 { width:3.1875rem;height:2.4375rem;top:17.12109375rem;left:8.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15016;display:block; }
#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ { background-color:#f9f5f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ.adaptive-delivery-prevent-bg, #Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ.lazyload, #Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ.lazyloading { background-image: none; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row .container { background-color: transparent; background-image: none; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row .container > .video-iframe-container { display: none; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row > .video-iframe-container { display: none; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .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); }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row .container { border-width: 0; border-radius: 0; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nxg8yCh3B66yV3IXKNvFSuCMGhFIQmSJ > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#tt869v3CoAtaLRsTWGCfrdgIG0WQfFmS { top:0.9375rem;left:0.46875rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#RSlWS0y1CSQQwxsIKVOmKp8EZTB7XVtf { 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; }
#Jgye0x8dS9vXrxbex44NV4nQ3AXiD1dw { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:rgba(var(--color-primary-4),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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ErXzVXrTPbKmA1UIwIvrVgkWTOwbrEEM { display:block; }
#CrheXwVXEkhaUhvdJITL7Aag32rdB0aH { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:rgba(var(--color-primary-4),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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gMsRsxRGFT8XxQ7EPvphZtT891mIyvcS { display:block; }
#aMUpIVH87ByJGpcskl0s9kT0mDk1qF7H { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#ktuAsceUo6q9QJRs7T2XaqfTp4A2l37h { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#IMFvg3Z8Jea9OFaiArlbl2srVQAVoly5 { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { display:block; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { background-color: transparent; background-image: none; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container > .video-iframe-container { display: none; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row > .video-iframe-container { display: none; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .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); }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { border-width: 0; border-radius: 0; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container { width:20rem;height:6.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#rPT1rwSXbsFCOf63B6bMvaOnHCnEahVU { width:20rem;height:1.05625rem;top:1.0750007629394rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15019;display:block; }
#XT4FLUGRbb2hSRmXJ8pObH0PGTneCfpG { width:7.25rem;height:2.125rem;top:3.0625002384186rem;left:10.399999976158rem;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#v2qZQ4BK4dd8dozfbBRNWNVUrnxGeAfV { width:7.625rem;height:2.0625rem;top:3.1250002384186rem;left:2.5867187976837rem;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg { display:block; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg { background-color: transparent; background-image: none; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row .container > .video-iframe-container { display: none; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row > .video-iframe-container { display: none; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .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); }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg { border-width: 0; border-radius: 0; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row .container { width:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:116.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row .container.adaptive-delivery-prevent-bg, #xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row .container.lazyload, #xv7CZD5Zhpt4EJ4eSA8ze1TQQJhibvUg > .row .container.lazyloading { background-image: none; }#TzJKcuZwcNzwUkzPb89NyKWvxgCTEte6 { width:19.9365rem;height:1.21853125rem;top:0.7958984375rem;left:0rem;font-size:0.9375rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15020;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxN4Z5lS2TQ9XRdX2l3i9LAsLEVmzrVX { top:3.544921875rem;left:0.279541015625rem;width:19.375rem;height:11.25rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#E7LJzGtRzKhsexTycsay1PVlJweZAGtZ { width:7.2495rem;height:2.061525rem;top:15.35693359375rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15018;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#r8a2HK5f2TKUoN8ctsGNrIrhN88mvT7c { display:block; }
#VHhFHM07bitBGsEuau07Bam7fdsI0Wno { width:11.25rem;height:1.9487875rem;top:15.607421875rem;left:8.042724609375rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15021;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#NlkkeLLg9wbk5WDvi61F2raCTQFt2Mwg { width:7.1860625rem;height:1.99805rem;top:31.322021484375rem;left:0.639404296875rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15021;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#paNHVh13h2vbbTQWewkoCoy61VRFlIti { display:block; }
#R7WTBHBbdffFe6TX5EMVInEuDWcq7fz5 { width:11.25rem;height:1.9487875rem;top:31.378662109375rem;left:7.87353515625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15024;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#eUBgbdchb0w6uPatXL2qDsRGhXQiuoKe { top:18.9990234375rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15024;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#FE2GCSygMvVcQokKv4WSqXLOgMCMsoNy { width:7.1860625rem;height:1.99805rem;top:47.7548828125rem;left:0.342041015625rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15024;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#IOiq6wCaDowikJRE7WIoq5FuHPM9Gp3V { display:block; }
#IcMiAzkT9CqCVxnHCDqQiA8FAI83caSk { width:11.25rem;height:1.9487875rem;top:47.87353515625rem;left:7.87353515625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15027;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#uMbJWOQ8MgnEd4Fzn6cUd4XBtUBrgbf5 { top:35rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15027;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ikRyTurDklNzPHsLJs1cOLTSWG9swdW7 { width:7.1860625rem;height:1.99805rem;top:64.702880859375rem;left:0.342041015625rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15027;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#T4FtxC50quqhnHQ6UqCEw5ccSHz4Nt1P { display:block; }
#dpI6PRdWtzS5IJRrkQMHXRBkJyKWgrVX { width:11.25rem;height:1.9487875rem;top:64.853515625rem;left:7.87353515625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15030;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#BG455xrBRAlv8UAw6HhwELPZqsVPwLgQ { top:51.93603515625rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15030;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#PXTQkTAc8IMlJtZEXVbaNvmmJTUQpRh1 { width:7.1860625rem;height:1.99805rem;top:81.18701171875rem;left:0.5rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15030;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#IxvNITcCbVELRKVyTdRQOQbusmlr6b1U { display:block; }
#IapuG9cUPZMklTe7UJHwp1hPSOxZTQfy { width:11.25rem;height:1.9487875rem;top:81.33642578125rem;left:7.87353515625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15033;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ZE4ZvRAvya2UVCgKQQPfQ7xJ7FR143RH { top:68.436279296875rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15033;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#EbVrmt79ZthO5KIfurC8565Un42lVrwa { width:7.1225625rem;height:1.93456875rem;top:97.248779296875rem;left:0.5625rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15033;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#ZfOAqmOK8XN0CFUobIkug0iyoxL4KJrh { display:block; }
#U6z9n0WSZVdrdsOcsAHUmJE87bx1MF8k { width:11.25rem;height:1.9487875rem;top:97.491455078125rem;left:7.87353515625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15036;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#cckFSnU5Qv0GNWHHuSfVGATMc2fRuVCX { top:84.9365234375rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15036;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#x6f5GbPX9fgO9uMkey2els5ft5IFH6Md { width:7.0590625rem;height:1.87109375rem;top:113.22509765625rem;left:0.72021484375rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15036;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#Hn7CA13LIVDUaIBA3xcoXN0mJSeBRNA1 { display:block; }
#kPLQ11oyTgRJNrdlK2No66VRUAKFQpwk { width:11.25rem;height:1.9487875rem;top:113.18603515625rem;left:7.87353515625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15039;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#zPiqmR5RpXzad1DGaDvDayr3rUr4OKPB { top:100.81176757812rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15039;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic { 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; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { background-color: transparent; background-image: none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container > .video-iframe-container { display: none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row > .video-iframe-container { display: none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .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); }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { border-width: 0; border-radius: 0; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#hQmsLfcWSrPbhL3MX0ftaTbkXwlrc3wM { 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; }
#aTkvfbEA3DVT8Nge32s02FK1ZSTL6rIy { 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; }
#Tz5Z0soKfnpQntiFKScA2bp4TGtk4Qec { 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; }
#TeNl5P6J7AcPmlG8614BxBKHSyen9WmB { 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; }
#Mq6dIUGiWgvgpEiz0xZrJbKot1Pnt5Ns { 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; }
#GcnvZ3t5UrvkOpZtN5mztVkiGChfQWJi { 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; }
#Lfx44xDmPOLTO0yABPEkli8W3JnLXxhF { 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; }
#OQMeN24CTZ8kz6KJHJoP09KDPJo0MCvM { 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; }
#P10b02bni5u5PqxCzkf02AIkyCDJV98P { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#iSFQsJahuHlxhLBNcgvmFWkxMDLSUT0m { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK { 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; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { background-color: transparent; background-image: none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container > .video-iframe-container { display: none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row > .video-iframe-container { display: none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .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); }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { border-width: 0; border-radius: 0; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#vvZMVX8pfbNQQvbLFDT6d9kVD5vlLHTJ { top:1.5rem;left:12.187500357628rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#Q4Ni8kOH8aJewt296yClo99zx8AyEgA2 { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ockGZgWbOb8gINsVqIagRWDPcXA0R13M { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 { 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; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3.adaptive-delivery-prevent-bg, #PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3.lazyload, #PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3.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; } #PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row .container { background-color: transparent; background-image: none; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row .container > .video-iframe-container { display: none; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row > .video-iframe-container { display: none; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .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); }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row .container { border-width: 0; border-radius: 0; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3::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; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PLV9dHIPviZOAJtmPmCtsaHFpzg7Ghh3 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }