.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:transparent;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz { 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; } #E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz { background-color: transparent; background-image: none; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row .container > .video-iframe-container { display: none; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row > .video-iframe-container { display: none; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .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); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz { border-width: 0; border-radius: 0; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .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; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .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; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 { 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; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.adaptive-delivery-prevent-bg, #VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.lazyload, #VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.lazyloading { background-image: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { border-width: 0; border-radius: 0; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#ZFWTwQkqiNMfvRWUhsZTORcFS4aJ8gEg { 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; }
#TPM9J0eNRIFwTb1nefxiM3xnbdnQvdnB { 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; }
#TV4B8LwiDTmCyNFFRmz4g65iNBt3m96T { 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; }
#WZTOxPW3ykUHGHZfTDkCtGtKVbZIsVTE { 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; }
#hIK22xas7mPgRTTTKTaPbJ1ytuimNi5T { 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 #rTOCHFHzESocRgSAEG1UHmzMynM1XQHB { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lADHNhTCcdyIMaGUFAwB1PufbLDO7wV1 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tfDLXLgg0kXXlE2HnRKLMETWAeC8FufD { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tceoh05fGRTS8gp4E8zm9kta2vb5gUeJ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CyPaFp1czE4ICeHK8QCN6IHqTHUChW6H { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VkCf1S0KPyxyR66CticPeMLzqNrq9VrU { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ILiJQ4vGpNXAiofRAW689HtuwhaFQJ3t { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sEXInOgb2GsTb1UBdUfLvmepbTIRPqqK { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fCIIc8Vd1dAuIc4irveEN8WrGf81diCC { position:relative; }
#GTE8aEgyGwrPqZHrSme2AKGybo11zJkw { position:relative;display:block; }
#BlqMUHnaf4evEvAD8UHAqSMODS0Ebl64 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vn0eo5yTg2OPoRrLALXkx9Gh9SlghKdU { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oT0bPrxDO0TD40qD4Z1ShpgdSlHV6lWm { position:relative; }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o { 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; }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LFO0tTT0162VTaRr74Q2ZdCd5Sslb2tn { 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; }
#N2hqNaA2p1ZTh7Fm5hHoISFHvsKMlemo { 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; }
#BrcBoxuEz0mUfax8iMMVFgb4JO5KSxbm { 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; }
#bd9Mz5Z2HQGbs4JELaLhRCywSzz0o107 { 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; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh { 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; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 { 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; }
#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#CbwqNziRcAEdXo6U1uXSEw7I2gRA5taO { 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 #ruoa8DKm3vxKDJIq4534xq0yR07f3Vax { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ylwaPpXoDHaJAmrB6TSrwQfSDbKis6sr { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HAvTJRyvZIsXySLU9nNhq9CGxFqgHevD { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qd2wcPNkKwnLmAO8TKk7UV4XlmE0U26P { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MnwRvxhAkKEhRPuUiMrdv2MHB6TGupR2 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iu23FPghwFw2TypzsmJx3cTs5gFl5d5v { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zebiTeQxfiqAhGOJIEFMD3CI9ri7oNg2 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nBrOsw7KBZvhC3vNwvMtgASP9FVy4lkT { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BphgJdMR8Rw1v3vo7er67tx6lybN8WaJ { position:relative; }
#syStu2XHq6BUGEso4oXDpGtgTRUz89aD { position:relative;display:block; }
#wQQ7Tg5NqWqvUVhx1D78ul77c0snokFz { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xz2V6FtK106k2hlLq4TkeVp8f8KbpkLQ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LuEwtfvJkHHAfPbuf0lUfoTSSiB3igWV { position:relative; }
#isHIihGNeks26k2NB3pUNJ8hdlqiboSg { 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; }
#EHZQHm8W9ZyzrOonAoXXCDhvp2Wuy9hg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-form-header {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-container:first-of-type{padding-top:0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-container:last-of-type{padding-bottom:0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl  { 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:15003;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:14.38671875rem;left:4.04296875rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-info-text { font-size:0.75rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl {display:block;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl { 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:15003;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:14.38671875rem;left:4.04296875rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #EVGIrs5lztOkPRTeU1yLEmBze1Jcg8P4 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #ZMnUScdkAneaocikrzNwEr5FqGkmKtxA { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fkfXf56n55pTQ4T2d2ctVOfWOOEp1OQ6 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #pNE6ZaQ9WutwxfKHCtzTv5oSdOK7dFR8 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #FBfyEixOQ0ClIihckvFHAgEBNRxRoNRR { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #yBVnzlEAsteR5s9yDm1WQTMFq7KTBe8M { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Qi7mU1CsTAJ1uTydCVVdZMKdJW8kOV5C { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #DNv0BkaIFmZyXUfoUveAOO0PSarkMoRR { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #xzag6xS6BKZJ0cUzdykrInRadPlKEB43 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #QXp0Tb1419oFASBlMnrmAWXM8aUmGNEl { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #KuZ3sBm4cmHrNyy1UN9xaM6ViXzHXx0p { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #tEMFgmAsPzWK6DmE7BW5NcIsd7eGOPV2 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Iq1aQf8RG0ezqlgOvFMOUvCtB7OzNwfS { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #u3RH8xRIBMh9aPg5zgGqv87XCwfupCPK { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #CVtxsDnZOMupSXrKMzozulLfmWbQ61Qn { position:relative; }
#fxL15ZCxMUnoaFZ80BK4uthwuoqhQ2aa { position:relative;display:block; }
#KdrwkFkzSJ0GmKrBvuArvd4rnRo0hvnK { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #LPI6XDR9WTgO8k238IxcAERPbLwTV5hJ { position:relative;display:block;z-index:15000; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #owC79kHRTx7JZSRX2iwzih7Ow1UfLevA { position:relative;display:block;z-index:15000; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fpWQ7k5vJ0AWNII6ZRMew9c3ypupMB6V { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #am4ddtPS34QhoiQdSwtpReBk9HuAg0Zs { position:relative; }
#VB4cluEwKFZfxrW57KMsLUkQzrumPrN5 { 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; }
#dKMQNayixyUzdgBwQsiRgnJ4hLbipMkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tf7XKSC38TE5J5V0uF3WodxWVa3dL3dc { 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; }
#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay { position:relative;display:none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay { border-width: 0; border-radius: 0; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .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; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .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; }#XmI5eAfS7JB367iPerHZUf1h1f9V4I8k { 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; }
#ttFw3KOPuAUKdkezKu0hWOqeIFf8TvCs { 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; }
#SQyFFfnMh8Op4lCXUXWaidW0d1RkT2F8 { 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; }
#mShZ8PBwKSGJy6gqxESh9FQNwxtK9lof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osDyHzhBHR6p9iTXEW4C5nhRaBTPUkWr { 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; }
#yqtmzcUSRFO85uwyoWtwKgKnOtpdMkeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMoNDCFT8eiNF3qxti2CrQ15utt86Soh { 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; }
#mFTzK1hZNViLV9KGhom043for5iRsuNo { 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; }
#dit69ZD721u1HM4rOKHN3f6AoLkuULRP { 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; }
#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw { position:relative;display:none; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw { border-width: 0; border-radius: 0; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .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; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .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; }#rIk4ri7ncbGR08Cx4hzwm96onKHwEwnz { 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; }
#l5paSx8gJcCCfyinW5nIxALQHG6BpzrW { 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; }
#B600JAS8UeC9GMHxtuBHIi0UQ9re3hxo { 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; }
#nWTM04Ax7gnA3EHVpiPyiBGvcxQwgTfy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzTLUI8rhsUOlGGIXL29SNbzmS7vXf7x { 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; }
#MTLyg3bPSTFRQUT6FwhNBv1Xn3Td6yiM { 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; }
#LrIcedVT5k8rmafV6WioCrxtUvSKsDaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5W7Q3Tn2HXOCy4XNaUfIsbcFpJs5fiv { 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; }
#bTOStz58zZAtinWJIJsGnsLLAAZImRP9 { 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; }
#agT73v9mZClUgGRlAOsazr3ZQz3mN8K6 { 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; }
#tVL5Wy0G5Xs6PyT3BkTvfZPGVTwZRNK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bb3EyHWLVgrhuo9BpN9udi8JV4gVxqrl { 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; }
#smxhGevlKcyEtGAcZTBil2LMysylWDdb { 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; }
#bhCwiClE490t45gtrSqslG0D9e3FFJQf { 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; }
#rT6kLGRgTaXWXqdnNnyaVry7KzKthQg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W6FTpqouxWLFX2WKt3QVBUc9oTixwwbb { 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; }
#hOAahclScXq6t8XSRz9v3AoZG15SvJe8 { 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; }
#UcCZrWlKVm8b7Qo5dlw25eVESaG3cz8o { 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; }
#sT6T68d5kiFE19ntcnCaTZ7n4IxFZaBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vypl1QfIk0nls6vdQJdGzJN8ptvbuHa9 { 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; }
#sCRwdGMaZoPCrSTsTUzKVb5RdpvLESJF { 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; }
#THOSgWNmqXQgITKZq7UfUSCM7pQP8hCe { 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; }
#PbcH7EeJm9yUTukJPUUkKV465dJDkl2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nX71QBmTkHIr0uvPFFCBzIlO4LZZicDN { 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; }
#VRLe6PvZyOzZgEHxCyvvuNcTqre6xk5d { 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; }
#AdPVlmOkK4KvMiZRJp4r1cmUg9J4AifG { 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; }
#TWf8P1Cccvr1CeNQmIaCPyZNEHTx669P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0sHOWbi3e9nh9OAOs6ZUdR46GBFMNRT { 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; }
#PvwEVKinMUOtycECGrJKNaAhlxpVTPVB { 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; }
#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { position:relative;display:none; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { border-width: 0; border-radius: 0; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .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; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .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; }#th677HLBJIS4hlXeyPJFxDCZz27CTiZL { 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; }
#w8rqHT0NbxASF7uchZ7GGPt0NruFLiT5 { 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; }
#ooeOQWF37UCQndxq6O3FRIWP7lOebFtT { 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; }
#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM { position:relative;display:none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM { border-width: 0; border-radius: 0; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .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; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .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; }#safmbE2fRhCMuehSKH69AE81QT8HuCrg { 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; }
#TPGaxoNNadEGOFsBo9FAoH52BSVQfyrg { 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; }
#V9RVzZoGc7up01LhahBTT8uZufcI0KJc { 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; }
#bBriWGoXGmp1qTGUFvFT0uwdCZW8dC5F { 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; }
#iB6CIzwT8wrZspgTZ9Cfdbm2fGzNqWcv { 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; }
#ibqlyJrgMWuByvGR8AVyFHopyRkiBELZ { 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; }
#qZNWrzTSsPZLSmWC4emzrnwUJJswsL29 { 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; }
#DnN2OZCkw0zXBf2wwwi2ZWP3LDveiAUk { 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; }
#D364cBIn6EROS5SFzVBq0xIOXyUTLiZx { 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; }
#ALSGh8VQiy0KcFrRiXfv4ASx9y7nbSOZ { 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; }
#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN { position:relative;display:none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN { border-width: 0; border-radius: 0; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .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; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .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; }#VrP1OCQ9Ike1NbgGyqbZScZKUClED4bD { 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; }
#b1B2tMdueXGvDZAbzZs70nQv9ezBl7Jb { 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; }
#TnIdisbdTDLoo7hBKSOLH0e6oyFVKSvD { 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; }
#bzRXoew15WW3G25oUKM4oIkUlG07HryZ { 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; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ.adaptive-delivery-prevent-bg, #bzRXoew15WW3G25oUKM4oIkUlG07HryZ.lazyload, #bzRXoew15WW3G25oUKM4oIkUlG07HryZ.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; } #bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row .container { border-width: 0; border-radius: 0; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }body { position:relative;display:block; }
#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz { 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; } #E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row .container { width:47.75rem;position:relative;display:block; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 { display:none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { width:47.75rem;position:relative;display:none; }#ZFWTwQkqiNMfvRWUhsZTORcFS4aJ8gEg { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#TPM9J0eNRIFwTb1nefxiM3xnbdnQvdnB { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#TV4B8LwiDTmCyNFFRmz4g65iNBt3m96T { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#WZTOxPW3ykUHGHZfTDkCtGtKVbZIsVTE { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#hIK22xas7mPgRTTTKTaPbJ1ytuimNi5T { top:11.1875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rTOCHFHzESocRgSAEG1UHmzMynM1XQHB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lADHNhTCcdyIMaGUFAwB1PufbLDO7wV1 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tfDLXLgg0kXXlE2HnRKLMETWAeC8FufD {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tceoh05fGRTS8gp4E8zm9kta2vb5gUeJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CyPaFp1czE4ICeHK8QCN6IHqTHUChW6H { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VkCf1S0KPyxyR66CticPeMLzqNrq9VrU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ILiJQ4vGpNXAiofRAW689HtuwhaFQJ3t {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sEXInOgb2GsTb1UBdUfLvmepbTIRPqqK { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fCIIc8Vd1dAuIc4irveEN8WrGf81diCC {  }
#GTE8aEgyGwrPqZHrSme2AKGybo11zJkw { display:block; }
#BlqMUHnaf4evEvAD8UHAqSMODS0Ebl64 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vn0eo5yTg2OPoRrLALXkx9Gh9SlghKdU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oT0bPrxDO0TD40qD4Z1ShpgdSlHV6lWm {  }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o { display:none; }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o > img { max-width: 100%;max-height:100%; width:; height:; }#LFO0tTT0162VTaRr74Q2ZdCd5Sslb2tn { display:none; }
#N2hqNaA2p1ZTh7Fm5hHoISFHvsKMlemo { display:none; }
#BrcBoxuEz0mUfax8iMMVFgb4JO5KSxbm { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#bd9Mz5Z2HQGbs4JELaLhRCywSzz0o107 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#CbwqNziRcAEdXo6U1uXSEw7I2gRA5taO { top:19.0625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ruoa8DKm3vxKDJIq4534xq0yR07f3Vax {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ylwaPpXoDHaJAmrB6TSrwQfSDbKis6sr { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HAvTJRyvZIsXySLU9nNhq9CGxFqgHevD {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qd2wcPNkKwnLmAO8TKk7UV4XlmE0U26P {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MnwRvxhAkKEhRPuUiMrdv2MHB6TGupR2 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iu23FPghwFw2TypzsmJx3cTs5gFl5d5v {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zebiTeQxfiqAhGOJIEFMD3CI9ri7oNg2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nBrOsw7KBZvhC3vNwvMtgASP9FVy4lkT { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BphgJdMR8Rw1v3vo7er67tx6lybN8WaJ {  }
#syStu2XHq6BUGEso4oXDpGtgTRUz89aD { display:block; }
#wQQ7Tg5NqWqvUVhx1D78ul77c0snokFz { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xz2V6FtK106k2hlLq4TkeVp8f8KbpkLQ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LuEwtfvJkHHAfPbuf0lUfoTSSiB3igWV {  }
#isHIihGNeks26k2NB3pUNJ8hdlqiboSg { width:;height:;display:none; }
#EHZQHm8W9ZyzrOonAoXXCDhvp2Wuy9hg { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl {display:block;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #EVGIrs5lztOkPRTeU1yLEmBze1Jcg8P4 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #ZMnUScdkAneaocikrzNwEr5FqGkmKtxA { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fkfXf56n55pTQ4T2d2ctVOfWOOEp1OQ6 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #pNE6ZaQ9WutwxfKHCtzTv5oSdOK7dFR8 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #FBfyEixOQ0ClIihckvFHAgEBNRxRoNRR { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #yBVnzlEAsteR5s9yDm1WQTMFq7KTBe8M {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Qi7mU1CsTAJ1uTydCVVdZMKdJW8kOV5C {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #DNv0BkaIFmZyXUfoUveAOO0PSarkMoRR { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #xzag6xS6BKZJ0cUzdykrInRadPlKEB43 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #QXp0Tb1419oFASBlMnrmAWXM8aUmGNEl {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #KuZ3sBm4cmHrNyy1UN9xaM6ViXzHXx0p { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #tEMFgmAsPzWK6DmE7BW5NcIsd7eGOPV2 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Iq1aQf8RG0ezqlgOvFMOUvCtB7OzNwfS {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #u3RH8xRIBMh9aPg5zgGqv87XCwfupCPK { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #CVtxsDnZOMupSXrKMzozulLfmWbQ61Qn {  }
#fxL15ZCxMUnoaFZ80BK4uthwuoqhQ2aa { display:block; }
#KdrwkFkzSJ0GmKrBvuArvd4rnRo0hvnK { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #LPI6XDR9WTgO8k238IxcAERPbLwTV5hJ {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #owC79kHRTx7JZSRX2iwzih7Ow1UfLevA {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fpWQ7k5vJ0AWNII6ZRMew9c3ypupMB6V {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #am4ddtPS34QhoiQdSwtpReBk9HuAg0Zs {  }
#VB4cluEwKFZfxrW57KMsLUkQzrumPrN5 { width:;height:;display:none; }
#dKMQNayixyUzdgBwQsiRgnJ4hLbipMkH { display:block; }
#Tf7XKSC38TE5J5V0uF3WodxWVa3dL3dc { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay { display:none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container { width:47.75rem;position:relative;display:none; }#XmI5eAfS7JB367iPerHZUf1h1f9V4I8k { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#ttFw3KOPuAUKdkezKu0hWOqeIFf8TvCs { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#SQyFFfnMh8Op4lCXUXWaidW0d1RkT2F8 { width:;height:;top:0rem;display:none; }
#mShZ8PBwKSGJy6gqxESh9FQNwxtK9lof { display:block; }
#osDyHzhBHR6p9iTXEW4C5nhRaBTPUkWr { width:;height:;top:0rem;display:none; }
#yqtmzcUSRFO85uwyoWtwKgKnOtpdMkeF { display:block; }
#KMoNDCFT8eiNF3qxti2CrQ15utt86Soh { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#mFTzK1hZNViLV9KGhom043for5iRsuNo { top:0rem;width:;height:;display:none; }
#dit69ZD721u1HM4rOKHN3f6AoLkuULRP { top:0rem;width:;height:;display:none; }
#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw { display:none; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .row .container { width:47.75rem;position:relative;display:none; }#rIk4ri7ncbGR08Cx4hzwm96onKHwEwnz { top:0.75rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#l5paSx8gJcCCfyinW5nIxALQHG6BpzrW { width:47.75rem;height:27.75rem;display:none; }
#B600JAS8UeC9GMHxtuBHIi0UQ9re3hxo { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#nWTM04Ax7gnA3EHVpiPyiBGvcxQwgTfy { display:block; }
#UzTLUI8rhsUOlGGIXL29SNbzmS7vXf7x { top:15.6875rem;left:2.042724609375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#MTLyg3bPSTFRQUT6FwhNBv1Xn3Td6yiM { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#LrIcedVT5k8rmafV6WioCrxtUvSKsDaG { display:block; }
#g5W7Q3Tn2HXOCy4XNaUfIsbcFpJs5fiv { top:33.6875rem;left:1.74853515625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#bTOStz58zZAtinWJIJsGnsLLAAZImRP9 { width:47.75rem;height:27.75rem;display:none; }
#agT73v9mZClUgGRlAOsazr3ZQz3mN8K6 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#tVL5Wy0G5Xs6PyT3BkTvfZPGVTwZRNK0 { display:block; }
#Bb3EyHWLVgrhuo9BpN9udi8JV4gVxqrl { top:50.75rem;left:2.062255859375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#smxhGevlKcyEtGAcZTBil2LMysylWDdb { width:47.75rem;height:27.75rem;display:none; }
#bhCwiClE490t45gtrSqslG0D9e3FFJQf { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#rT6kLGRgTaXWXqdnNnyaVry7KzKthQg6 { display:block; }
#W6FTpqouxWLFX2WKt3QVBUc9oTixwwbb { top:67.5625rem;left:2.170166015625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#hOAahclScXq6t8XSRz9v3AoZG15SvJe8 { width:47.75rem;height:27.75rem;display:none; }
#UcCZrWlKVm8b7Qo5dlw25eVESaG3cz8o { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#sT6T68d5kiFE19ntcnCaTZ7n4IxFZaBC { display:block; }
#Vypl1QfIk0nls6vdQJdGzJN8ptvbuHa9 { top:84.8125rem;left:1.74853515625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#sCRwdGMaZoPCrSTsTUzKVb5RdpvLESJF { width:47.75rem;height:27.75rem;display:none; }
#THOSgWNmqXQgITKZq7UfUSCM7pQP8hCe { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#PbcH7EeJm9yUTukJPUUkKV465dJDkl2P { display:block; }
#nX71QBmTkHIr0uvPFFCBzIlO4LZZicDN { top:101.6875rem;left:1.498291015625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#VRLe6PvZyOzZgEHxCyvvuNcTqre6xk5d { width:47.75rem;height:27.75rem;display:none; }
#AdPVlmOkK4KvMiZRJp4r1cmUg9J4AifG { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#TWf8P1Cccvr1CeNQmIaCPyZNEHTx669P { display:block; }
#e0sHOWbi3e9nh9OAOs6ZUdR46GBFMNRT { top:118rem;left:1.74853515625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#PvwEVKinMUOtycECGrJKNaAhlxpVTPVB { width:47.75rem;height:27.75rem;display:none; }
#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { display:none; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .row .container { width:47.75rem;position:relative;display:none; }#th677HLBJIS4hlXeyPJFxDCZz27CTiZL { top:3.5625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#w8rqHT0NbxASF7uchZ7GGPt0NruFLiT5 { top:10.0625rem;left:5.3802089691162rem;width:9.9375rem;height:3.1875rem;display:none; }
#ooeOQWF37UCQndxq6O3FRIWP7lOebFtT { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM { display:none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container { width:47.75rem;position:relative;display:none; }#safmbE2fRhCMuehSKH69AE81QT8HuCrg { width:6.25rem;height:2.0625rem;display:none; }
#TPGaxoNNadEGOFsBo9FAoH52BSVQfyrg { width:2.0625rem;height:2.0625rem;display:none; }
#V9RVzZoGc7up01LhahBTT8uZufcI0KJc { width:2.0625rem;height:1.9375rem;display:none; }
#bBriWGoXGmp1qTGUFvFT0uwdCZW8dC5F { width:2.0625rem;height:1.4375rem;display:none; }
#iB6CIzwT8wrZspgTZ9Cfdbm2fGzNqWcv { width:3.75rem;height:1.25rem;display:none; }
#ibqlyJrgMWuByvGR8AVyFHopyRkiBELZ { width:1.75rem;height:1.25rem;display:none; }
#qZNWrzTSsPZLSmWC4emzrnwUJJswsL29 { width:1.25rem;height:1.375rem;display:none; }
#DnN2OZCkw0zXBf2wwwi2ZWP3LDveiAUk { width:3.125rem;height:1.25rem;display:none; }
#D364cBIn6EROS5SFzVBq0xIOXyUTLiZx { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#ALSGh8VQiy0KcFrRiXfv4ASx9y7nbSOZ { display:none; }
#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN { display:none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container { width:47.75rem;position:relative;display:none; }#VrP1OCQ9Ike1NbgGyqbZScZKUClED4bD { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#b1B2tMdueXGvDZAbzZs70nQv9ezBl7Jb { width:47.75rem;height:19rem;display:none; }
#TnIdisbdTDLoo7hBKSOLH0e6oyFVKSvD { width:14.0625rem;height:5.125rem;display:none; }
#bzRXoew15WW3G25oUKM4oIkUlG07HryZ { 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; } #bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .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); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz { 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; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz.adaptive-delivery-prevent-bg, #E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz.lazyload, #E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz.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; } #E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row .container { background-color: transparent; background-image: none; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row .container > .video-iframe-container { display: none; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row > .video-iframe-container { display: none; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .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); }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row .container { border-width: 0; border-radius: 0; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6TNU2Z0MC75Umul48wFfzxBNWUqfXXz > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 { 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; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.adaptive-delivery-prevent-bg, #VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.lazyload, #VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.lazyloading { background-image: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { background-color: transparent; background-image: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container > .video-iframe-container { display: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .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); }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row > .video-iframe-container { display: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .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); }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { border-width: 0; border-radius: 0; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52::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; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .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; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; }#ZFWTwQkqiNMfvRWUhsZTORcFS4aJ8gEg { 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; }
#TPM9J0eNRIFwTb1nefxiM3xnbdnQvdnB { 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; }
#TV4B8LwiDTmCyNFFRmz4g65iNBt3m96T { 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; }
#WZTOxPW3ykUHGHZfTDkCtGtKVbZIsVTE { 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; }
#hIK22xas7mPgRTTTKTaPbJ1ytuimNi5T { width:20rem;height:6.171875rem;top:6rem;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 #rTOCHFHzESocRgSAEG1UHmzMynM1XQHB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lADHNhTCcdyIMaGUFAwB1PufbLDO7wV1 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tfDLXLgg0kXXlE2HnRKLMETWAeC8FufD {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tceoh05fGRTS8gp4E8zm9kta2vb5gUeJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CyPaFp1czE4ICeHK8QCN6IHqTHUChW6H { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VkCf1S0KPyxyR66CticPeMLzqNrq9VrU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ILiJQ4vGpNXAiofRAW689HtuwhaFQJ3t {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sEXInOgb2GsTb1UBdUfLvmepbTIRPqqK { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fCIIc8Vd1dAuIc4irveEN8WrGf81diCC {  }
#GTE8aEgyGwrPqZHrSme2AKGybo11zJkw { display:block; }
#BlqMUHnaf4evEvAD8UHAqSMODS0Ebl64 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vn0eo5yTg2OPoRrLALXkx9Gh9SlghKdU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oT0bPrxDO0TD40qD4Z1ShpgdSlHV6lWm {  }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#LFO0tTT0162VTaRr74Q2ZdCd5Sslb2tn { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#N2hqNaA2p1ZTh7Fm5hHoISFHvsKMlemo { top:16.625rem;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; }
#BrcBoxuEz0mUfax8iMMVFgb4JO5KSxbm { top:21.15966796875rem;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; }
#bd9Mz5Z2HQGbs4JELaLhRCywSzz0o107 { width:12.434375rem;height:0.8125rem;top:56.75rem;left:3.8125rem;font-size:0.625rem;z-index:15019;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh { display:flex;width:3.125rem;height:3.125rem;top:48.4375rem;left:15.9375rem;z-index:14995; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 { display:flex;width:2.625rem;height:2.625rem;top:48.75rem;left:1.3125rem;z-index:14996; }
#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#CbwqNziRcAEdXo6U1uXSEw7I2gRA5taO { width:19.375rem;height:1.54296875rem;top:14.25rem;left:0rem;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 #ruoa8DKm3vxKDJIq4534xq0yR07f3Vax {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ylwaPpXoDHaJAmrB6TSrwQfSDbKis6sr { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HAvTJRyvZIsXySLU9nNhq9CGxFqgHevD {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qd2wcPNkKwnLmAO8TKk7UV4XlmE0U26P {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MnwRvxhAkKEhRPuUiMrdv2MHB6TGupR2 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iu23FPghwFw2TypzsmJx3cTs5gFl5d5v {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zebiTeQxfiqAhGOJIEFMD3CI9ri7oNg2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nBrOsw7KBZvhC3vNwvMtgASP9FVy4lkT { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BphgJdMR8Rw1v3vo7er67tx6lybN8WaJ {  }
#syStu2XHq6BUGEso4oXDpGtgTRUz89aD { display:block; }
#wQQ7Tg5NqWqvUVhx1D78ul77c0snokFz { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xz2V6FtK106k2hlLq4TkeVp8f8KbpkLQ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LuEwtfvJkHHAfPbuf0lUfoTSSiB3igWV {  }
#isHIihGNeks26k2NB3pUNJ8hdlqiboSg { top:48.5rem;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; }
#EHZQHm8W9ZyzrOonAoXXCDhvp2Wuy9hg { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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); }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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;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;height:2.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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-weight:400;font-style:normal;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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.875rem;overflow:hidden;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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [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); }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [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); }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [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); }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [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); }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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); }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-radio-label { float:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl  { width:17.5rem;height:auto;top:22.625rem;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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-info-text { line-height:1.6;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-size:0.6875rem;color:#b80023; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl {display:block;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl { width:17.5rem;height:auto;top:22.625rem;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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #EVGIrs5lztOkPRTeU1yLEmBze1Jcg8P4 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #ZMnUScdkAneaocikrzNwEr5FqGkmKtxA { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fkfXf56n55pTQ4T2d2ctVOfWOOEp1OQ6 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #pNE6ZaQ9WutwxfKHCtzTv5oSdOK7dFR8 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #FBfyEixOQ0ClIihckvFHAgEBNRxRoNRR { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #yBVnzlEAsteR5s9yDm1WQTMFq7KTBe8M {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Qi7mU1CsTAJ1uTydCVVdZMKdJW8kOV5C {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #DNv0BkaIFmZyXUfoUveAOO0PSarkMoRR { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #xzag6xS6BKZJ0cUzdykrInRadPlKEB43 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #QXp0Tb1419oFASBlMnrmAWXM8aUmGNEl {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #KuZ3sBm4cmHrNyy1UN9xaM6ViXzHXx0p { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #tEMFgmAsPzWK6DmE7BW5NcIsd7eGOPV2 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Iq1aQf8RG0ezqlgOvFMOUvCtB7OzNwfS {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #u3RH8xRIBMh9aPg5zgGqv87XCwfupCPK { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #CVtxsDnZOMupSXrKMzozulLfmWbQ61Qn {  }
#fxL15ZCxMUnoaFZ80BK4uthwuoqhQ2aa { display:block; }
#KdrwkFkzSJ0GmKrBvuArvd4rnRo0hvnK { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #LPI6XDR9WTgO8k238IxcAERPbLwTV5hJ {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #owC79kHRTx7JZSRX2iwzih7Ow1UfLevA {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fpWQ7k5vJ0AWNII6ZRMew9c3ypupMB6V {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #am4ddtPS34QhoiQdSwtpReBk9HuAg0Zs {  }
#VB4cluEwKFZfxrW57KMsLUkQzrumPrN5 { top:52.375rem;left:1.125rem;width:17.775rem;height:2.8375rem;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; }
#dKMQNayixyUzdgBwQsiRgnJ4hLbipMkH { display:block; }
#Tf7XKSC38TE5J5V0uF3WodxWVa3dL3dc { width:3.18725625rem;height:2.436525rem;top:17.8076171875rem;left:8.40576171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15016;display:block; }
#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay { 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; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container { background-color: transparent; background-image: none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container > .video-iframe-container { display: none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row > .video-iframe-container { display: none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .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); }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container { border-width: 0; border-radius: 0; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#XmI5eAfS7JB367iPerHZUf1h1f9V4I8k { 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; }
#ttFw3KOPuAUKdkezKu0hWOqeIFf8TvCs { 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; }
#SQyFFfnMh8Op4lCXUXWaidW0d1RkT2F8 { 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; }
#mShZ8PBwKSGJy6gqxESh9FQNwxtK9lof { display:block; }
#osDyHzhBHR6p9iTXEW4C5nhRaBTPUkWr { 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; }
#yqtmzcUSRFO85uwyoWtwKgKnOtpdMkeF { display:block; }
#KMoNDCFT8eiNF3qxti2CrQ15utt86Soh { 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; }
#mFTzK1hZNViLV9KGhom043for5iRsuNo { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#dit69ZD721u1HM4rOKHN3f6AoLkuULRP { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw { display:block; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw { background-color: transparent; background-image: none; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .row .container > .video-iframe-container { display: none; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .row > .video-iframe-container { display: none; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .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); }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw { border-width: 0; border-radius: 0; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .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; }#rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .row .container.adaptive-delivery-prevent-bg, #rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .row .container.lazyload, #rNFRdNtv787UvAvQvIe1ONKM1CNXIyuw > .row .container.lazyloading { background-image: none; }#rIk4ri7ncbGR08Cx4hzwm96onKHwEwnz { 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; }
#l5paSx8gJcCCfyinW5nIxALQHG6BpzrW { 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; }
#B600JAS8UeC9GMHxtuBHIi0UQ9re3hxo { 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; }
#nWTM04Ax7gnA3EHVpiPyiBGvcxQwgTfy { display:block; }
#UzTLUI8rhsUOlGGIXL29SNbzmS7vXf7x { 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; }
#MTLyg3bPSTFRQUT6FwhNBv1Xn3Td6yiM { 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; }
#LrIcedVT5k8rmafV6WioCrxtUvSKsDaG { display:block; }
#g5W7Q3Tn2HXOCy4XNaUfIsbcFpJs5fiv { 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; }
#bTOStz58zZAtinWJIJsGnsLLAAZImRP9 { 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; }
#agT73v9mZClUgGRlAOsazr3ZQz3mN8K6 { 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; }
#tVL5Wy0G5Xs6PyT3BkTvfZPGVTwZRNK0 { display:block; }
#Bb3EyHWLVgrhuo9BpN9udi8JV4gVxqrl { 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; }
#smxhGevlKcyEtGAcZTBil2LMysylWDdb { 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; }
#bhCwiClE490t45gtrSqslG0D9e3FFJQf { 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; }
#rT6kLGRgTaXWXqdnNnyaVry7KzKthQg6 { display:block; }
#W6FTpqouxWLFX2WKt3QVBUc9oTixwwbb { 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; }
#hOAahclScXq6t8XSRz9v3AoZG15SvJe8 { 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; }
#UcCZrWlKVm8b7Qo5dlw25eVESaG3cz8o { 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; }
#sT6T68d5kiFE19ntcnCaTZ7n4IxFZaBC { display:block; }
#Vypl1QfIk0nls6vdQJdGzJN8ptvbuHa9 { 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; }
#sCRwdGMaZoPCrSTsTUzKVb5RdpvLESJF { 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; }
#THOSgWNmqXQgITKZq7UfUSCM7pQP8hCe { 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; }
#PbcH7EeJm9yUTukJPUUkKV465dJDkl2P { display:block; }
#nX71QBmTkHIr0uvPFFCBzIlO4LZZicDN { 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; }
#VRLe6PvZyOzZgEHxCyvvuNcTqre6xk5d { 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; }
#AdPVlmOkK4KvMiZRJp4r1cmUg9J4AifG { 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; }
#TWf8P1Cccvr1CeNQmIaCPyZNEHTx669P { display:block; }
#e0sHOWbi3e9nh9OAOs6ZUdR46GBFMNRT { 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; }
#PvwEVKinMUOtycECGrJKNaAhlxpVTPVB { 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; }
#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { display:block; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { background-color: transparent; background-image: none; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .row .container > .video-iframe-container { display: none; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .row > .video-iframe-container { display: none; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .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); }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { border-width: 0; border-radius: 0; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .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; }#th677HLBJIS4hlXeyPJFxDCZz27CTiZL { width:20rem;height:1.05590625rem;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; }
#w8rqHT0NbxASF7uchZ7GGPt0NruFLiT5 { 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; }
#ooeOQWF37UCQndxq6O3FRIWP7lOebFtT { 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; }
#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM { 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; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container { background-color: transparent; background-image: none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container > .video-iframe-container { display: none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row > .video-iframe-container { display: none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .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); }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container { border-width: 0; border-radius: 0; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#safmbE2fRhCMuehSKH69AE81QT8HuCrg { 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; }
#TPGaxoNNadEGOFsBo9FAoH52BSVQfyrg { 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; }
#V9RVzZoGc7up01LhahBTT8uZufcI0KJc { 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; }
#bBriWGoXGmp1qTGUFvFT0uwdCZW8dC5F { 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; }
#iB6CIzwT8wrZspgTZ9Cfdbm2fGzNqWcv { 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; }
#ibqlyJrgMWuByvGR8AVyFHopyRkiBELZ { 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; }
#qZNWrzTSsPZLSmWC4emzrnwUJJswsL29 { 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; }
#DnN2OZCkw0zXBf2wwwi2ZWP3LDveiAUk { 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; }
#D364cBIn6EROS5SFzVBq0xIOXyUTLiZx { 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; }
#ALSGh8VQiy0KcFrRiXfv4ASx9y7nbSOZ { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN { 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; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container { background-color: transparent; background-image: none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container > .video-iframe-container { display: none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row > .video-iframe-container { display: none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .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); }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container { border-width: 0; border-radius: 0; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#VrP1OCQ9Ike1NbgGyqbZScZKUClED4bD { 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; }
#b1B2tMdueXGvDZAbzZs70nQv9ezBl7Jb { 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; }
#TnIdisbdTDLoo7hBKSOLH0e6oyFVKSvD { 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; }
#bzRXoew15WW3G25oUKM4oIkUlG07HryZ { 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; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ.adaptive-delivery-prevent-bg, #bzRXoew15WW3G25oUKM4oIkUlG07HryZ.lazyload, #bzRXoew15WW3G25oUKM4oIkUlG07HryZ.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; } #bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row .container { background-color: transparent; background-image: none; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row .container > .video-iframe-container { display: none; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row > .video-iframe-container { display: none; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .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); }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row .container { border-width: 0; border-radius: 0; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ::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; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzRXoew15WW3G25oUKM4oIkUlG07HryZ > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }