.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:240,230,221;--color-primary-1:204,172,142;--color-primary-2:152,88,28;--color-primary-3:76,44,14;--color-primary-4:23,13,4;--color-secondary-0:222,244,228;--color-secondary-1:145,217,165;--color-secondary-2:35,179,75;--color-secondary-3:18,90,38;--color-secondary-4:5,27,11;--color-tertiary-0:255,255,255;--color-tertiary-1:233,208,198;--color-tertiary-2:181,97,65;--color-tertiary-3:91,49,33;--color-tertiary-4:18,10,6;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.adaptive-delivery-prevent-bg, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyload, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyloading { background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { background-color: transparent; background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .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); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { border-width: 0; border-radius: 0; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:60rem;height:52.8125rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { 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; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { 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; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { 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:20.625rem;width:14.75rem;display:none; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { 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; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { color:#68452f;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.251953125rem;left:0.259765625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CeDmylabM40xFfUOimlaxt0n6cHSl5EF { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:13.5rem;left:1.6875rem;display:block; }
#TCWkTrX8I8ZRp9kSmGLz6pfJcAEkUlid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVXLTG2vOf21zP8t7Vrnkr21D2nii3DK { 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:15148;opacity:1;top:13.8125rem;left:2.5rem; }
#SulPw24JtU2DUHUHV78ZU5TfQw1zOui7 { 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:15149;opacity:1;top:13.75rem;left:19.25rem; }
#LducX9TLMuFQJJCZr0Npy58ZuhNI5iNw { 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; }
#m5RPSzBbdik07k0lhUwi4pkTeZnBLS6k { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ff8700;border-left:0.3125rem solid #ff8700;border-right:0.3125rem solid #ff8700;border-bottom:0.3125rem solid #ff8700;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ahj 2024 font";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.884115219116rem;left:5.0091152191162rem;display:block; }
#DGZh8A0TDvt0AWgpwcyKR9ZXWBCun70n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#In2c8DBNmnc05sOTXtNCgRRa1Ffz9Lf0 { 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; }
#H5gwCPhaf3HTd9at0pqQ6ICUeruRSNsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-form-header {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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(var(--color-tertiary-4),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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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(var(--color-tertiary-4),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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-3),1) ; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-container:first-of-type{padding-top:0;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-container:last-of-type{padding-bottom:0;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:22.799476623535rem;left:2.1328125rem; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-info-text { font-size:0.75rem; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ {display:block;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:22.799476623535rem;left:2.1328125rem;display:none; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #vgw4TT7hDu3FM149FGJCx3ynJt1roiaB { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #PwIb4HORzKcDpRcJ5GLlJfCog27QOHl1 { position:relative;display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #lqk6HAI3cT4oM2ElFHkt8xRHX2yTZL4A { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #QtU544UNWzfz9MZguxb8SiIstU9BqUDr { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #iy2tEJwIA9LdIcuDhTgtNqPX3E87eH3n { position:relative;display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #moCmydK5Sk7odJGub3tg5p7pT7d4hBTs { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #L2SKdZvyfkiKCZwJsS4cVtbQP3SrNld4 { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #o974O7KROtNaA5nR30gM1pzITRNghTdn { position:relative;display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #e7V7B7p8cc0qdsRzZLBNG2P9NagKhORk { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #M3wMmU5hgphFtCIpEuVcPSIXlO1zTPqv { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #z4QnCmsGqB3dhMWBbUVyGqbfzcIcKFP2 { position:relative;display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #IO5Gt8npnW69TXWZUgvvCSx913kAHUmF { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #Hdgm8qGOwc9Wf37Jhb8x2OU7Toeg9wyi { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #NRxOEsnoeuIP3scMyWyotLeHPSfUcdJV { position:relative;display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #V1zRktpH3PO0qbpTs8WRGUT32PQrrLo1 { position:relative; }
#NlHZOpD8VTFzz0bRGfotV7ZG0ltw2LCV { position:relative;display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #JJfELZXVDpXUpoIKhpqwdQoFzUGZTTs7 { position:relative; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #ODMtQQJx4TJC7NUeluQqbuSGEfBq1Jkw { position:relative; }
#J7H4kyfxe9Iw0aEEU0DTltH8dDVkBHQq { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.75390625rem;left:3.4153652191162rem;display:none; }
#dp96mU16cqBtzCB249v01N4aUBwmOlZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BW4KsALZnMWQoIVd4kSS2vSPzwCnLwrT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16.5rem;left:0.6875rem;display:none; }
#gHgmv9wmvUMbMWvHR10pcJi2Cyti4E9l { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:19.625rem;left:0.875rem;display:none; }
#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 { position:relative;display:none; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 { border-width: 0; border-radius: 0; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .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; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .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; }#QNaKsh53QeWgABlTU9X2i2u4HG6Ec9GN { 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; }
#sZgi1CIwCzmZ6WHacuvl8bKeSlvvBSck { 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; }
#hdZxENZuo7gSNqn92Sz0INfGWSfL1x5X { 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; }
#fv1aX0cdtXntvvAvJFuDiBbGiG5MX8Ta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzMqTmsQoBMefeLoNvh92Fq3As5rVhgR { 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; }
#xLUato4kX7uR1I8eaZ1FrQc2IdprDsuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9UahULG3szH4QGBPyiSCR4rOTSsBqy8 { 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; }
#D6eoWdA1ymm2xkx5ZF2SfHeLplvsx1XQ { 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; }
#zlmagQzFSbTPv4aX6nHVinII7U1MpnVE { 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; }
#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 { position:relative;display:none; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 { border-width: 0; border-radius: 0; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .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; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .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; }#lxmfyb8l4T4OdKTJ4uhFwbK4HpsfH4aJ { 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; }
#O6QBy5GWE04FdruQ79HuAVBDUCRmTlXQ { 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; }
#QqzvX7qtZrElSmt3blOVcUqlJNnIafyK { 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; }
#HfTQNaKeMlllc3w9S4yM37WeAA8D3Vyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FoGocqeOGtHCNyNQIP6C8nF4McNNUCH5 { 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; }
#BFA4biIlTAXaJFU42SkH80F4rWPGMUEe { 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; }
#ouqTz6VU0GFGXT8MSHm0nohId1tn3NNJ { 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; }
#zFD16TOvqkG86c4yhsUg7OwAxMCRbPz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#enWgE18MwTaEX86d2zI189BJU8o1wnQa { 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; }
#TNp62VPRKG5LKuyI4koZsu7o4i2dcJek { 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; }
#C7qAufSHAnvFNTk6NDUIV9cvFMU42D9m { 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; }
#vtLiTPoqaHC99deUCqlTIbh5TJXh79x5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOazeSMcukL0hCBPfwk0zMMXFHDQ5Lxn { 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; }
#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.adaptive-delivery-prevent-bg, #Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.lazyload, #Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.lazyloading { background-image: none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { border-width: 0; border-radius: 0; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:none; }#oAumDcCENFt3wowDb25Cww0nmeBwhsac { color:#0e193d;display:block;width:8.9355625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.22);top:7.1875rem;left:48.25rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BG01kUMwAElxVgvkcxv4bMd688EPnsaR { position:absolute;display:block;z-index:15010;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:9.375rem;width:10.3125rem;top:3.625rem;left:3.25rem;display:block; }
#JylKTZmsAv6NmG6aOgl38LbHaCM5xXLM { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:11.625rem;left:5.5rem;display:block; }
#TB4IsITBua9Zd3L57cP5uM2mF7oL5Ff9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uF0RN5WEbLUz4RlLkvngn2vWSvqJGxZi { 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; }
#GWFOKFMOr18Pe0eqmUQ4TdWaTHnQhXmV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:8rem;left:9.9375rem;display:none; }
#QAmAWRaL1h8rIZKrDmJiCQInRr3yurZf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.9375rem;left:4.9375rem;display:none; }
#VRyJnh5GT75KsVeGVP1a1NPTxVJ5dtgp { position:absolute;display:block;z-index:15010;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:9.375rem;width:10.3125rem;top:3.625rem;left:3.25rem;display:none; }
#OaKZ23CiJIL2i7oadhRMhmrp8A45XVvA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:18.8125rem;left:6.1875rem;display:none; }
#ImsQrXuNXpW9zd22UHN8GmMdV2DFkTzV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:22rem;left:5rem;display:none; }
#Wx2CEdENdWD8OA0Uu974G4qkRX8MrwXv { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:11.625rem;left:5.5rem;display:none; }
#XCvlvgAZaI3Ad5wLe3vlF5TkQHTATBsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KR1Qq03N36LJ52lGFRBetriSTegFz2cf { position:absolute;display:block;z-index:15010;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:9.375rem;width:10.3125rem;top:3.625rem;left:3.25rem;display:none; }
#qUH6orcTyKWEKTaphBnHrieoWRGPJXSX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:31.125rem;left:6.1875rem;display:none; }
#HrS1sGdEaK3v8Md9WfJ1FgfWvJuxMI6p { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:34.125rem;left:5rem;display:none; }
#dvQ5vzrtuQSyoL1zwUunW2xeRmNRELuD { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:11.625rem;left:5.5rem;display:none; }
#FBHZq3DwXRAQgmogiW8S9T55cqCc3iQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPuKkLIfo2Wsfps3tgK4HWLTTWlZ4SXz { 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; }
#BQC22ez6SyG5qETqTCcAQTazQQH26Nhx { position:absolute;display:block;z-index:15010;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:9.375rem;width:10.3125rem;top:3.625rem;left:3.25rem;display:none; }
#szVPToMM8IionRrDOkbXoK20O78arn6t { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:46.625rem;left:6.1875rem;display:none; }
#HAnzQPdbvEey6dRiQ8w4IGw4PcvPZay7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:49.6875rem;left:5rem;display:none; }
#S4nrlyFQbIdnn3sa4ebfHTP7xxud6rmf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:11.625rem;left:5.5rem;display:none; }
#dvLDzwpT7TqOuqZCU8qVnUUN5lZ6ZCSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnBIEMF6WXGozPLKnlXPJhWwG9GTR52z { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:58.5625rem;left:6.125rem;display:none; }
#J2SlDQvFGUvHVSJ411ChqGxQFJCoRtMw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:61.625rem;left:4.9375rem;display:none; }
#obPlkHSCCzmO8nBTiMH19CByTWC7IDFz { position:absolute;display:block;z-index:15010;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:9.375rem;width:10.3125rem;top:3.625rem;left:3.25rem;display:none; }
#kRyilmmRUwlgnyt0Dyr6CbqHykdbFtae { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:11.625rem;left:5.5rem;display:none; }
#IrhUuH9CCUdBR4LAkUaR4L6AoeueTeet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N { position:relative;display:none; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N { border-width: 0; border-radius: 0; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .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; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .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; }#NkNadTkTTiN2CwLavRwZyfmo5KOtzyxO { 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; }
#OJ9arsB7lgxbcQtuTmDxPClso9DiRgAk { color:#19232e;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20rem;left:41.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wLrcMUNWgWSLvaSoZCA1Hev31PPlsltG { color:#3c3c3c;display:block;width:16.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.0625rem;left:43.625rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m6nSF7BwlkByyPctVDBbTMfh2VJDowtQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:7.8125rem;left:47.25rem;overflow:hidden;display:none; }
#BFpX7PvUH6rRaGWdJR01Vv4XqJ9lvVz2 { position:absolute;display:block;z-index:15031;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.5rem;width:5.3125rem;top:6.125rem;left:48.3125rem;overflow:hidden;display:none; }
#xuUS96O94p3p6ZqBJ6uRMleocyq8is8V { 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; }
#JclwaCu1qkREeoNbI3GfhPsurtNhTabq { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.3841857910156E-7rem;left:31.250001907349rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vPN42wwpGaR9OSWkeupx8ezdMqeu0hdi { background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:9.4375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.625000953674rem;left:47.593751907349rem;display:none; }
#hShARDiuIMLUeRTvoaLffawSHeVEAZ3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 { position:relative;display:none; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 { border-width: 0; border-radius: 0; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .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; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .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; }#Q7ea0fpvnpFlivnTOzOVyZQ9EK3J0GTk { 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; }
#TrXl9y09RdJ4phIFFy1SiBtyeu1A7CTS { 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; }
#sgRqCH3BaukXfKAfs8MFbW2a2NS61NiA { 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; }
#alSqIoVTC50uNJ1KVEXmelmd3ZdGTuO9 { 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; }
#CkATHSskae8mSIO2TN6rveF0cIlXgD5I { 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; }
#QA6T9CW0ic9WtF4ZTS07dhKWcgu9Ddb3 { 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; }
#DJJxU7S7V5yNXyGLsMEqd6TlwIV7eLTP { 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; }
#GONifXkMGegOCiShAXZ0yE7TDeq8wtUH { 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; }
#VmT5eFk5eRB3nfvS9TsQnyISadvLCsMg { 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; }
#ab7dAnZTElr1FtKOZkqv79gNi1WRQvnh { 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; }
#NETfh6TI6Rt31lLPA8d4syCL8xT7zftH { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#HZccXL6y0K2muxaI8kW9Q8ZUDBRXST9A { display:none; } #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection *:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="text"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="email"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="tel"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection textarea:focus-visible { outline: none; } #HZccXL6y0K2muxaI8kW9Q8ZUDBRXST9A > .row .container { position:relative;display:none; }#GEL9ROJM6UOoQ7UbhMT1IcOqHBTpKiw1 { position:relative;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; } #GEL9ROJM6UOoQ7UbhMT1IcOqHBTpKiw1 > .row .container { position:relative;display:none; }body { position:relative;display:block; }
#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { display:block; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:47.75rem;position:relative;display:block; }#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { width:11.75rem;height:16.4375rem;display:none; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { top:2.25rem;left:0rem;width:23.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
#CeDmylabM40xFfUOimlaxt0n6cHSl5EF { width:21rem;height:3.4375rem;top:13.5rem;left:0rem;display:block; }
#TCWkTrX8I8ZRp9kSmGLz6pfJcAEkUlid { display:block; }
#RVXLTG2vOf21zP8t7Vrnkr21D2nii3DK { top:13.8125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#SulPw24JtU2DUHUHV78ZU5TfQw1zOui7 { top:13.75rem;left:13.125rem;width:3.125rem;height:3.125rem;display:block; }
#LducX9TLMuFQJJCZr0Npy58ZuhNI5iNw { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#m5RPSzBbdik07k0lhUwi4pkTeZnBLS6k { width:14.8125rem;height:3.3125rem;top:16.875rem;left:0rem;display:none; }
#DGZh8A0TDvt0AWgpwcyKR9ZXWBCun70n { display:block; }
#In2c8DBNmnc05sOTXtNCgRRa1Ffz9Lf0 { width:;height:;display:none; }
#H5gwCPhaf3HTd9at0pqQ6ICUeruRSNsi { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ {display:block;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ { width:18.75rem;height:auto;top:10.0625rem;left:0rem;display:none; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #vgw4TT7hDu3FM149FGJCx3ynJt1roiaB {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #PwIb4HORzKcDpRcJ5GLlJfCog27QOHl1 { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #lqk6HAI3cT4oM2ElFHkt8xRHX2yTZL4A {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #QtU544UNWzfz9MZguxb8SiIstU9BqUDr {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #iy2tEJwIA9LdIcuDhTgtNqPX3E87eH3n { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #moCmydK5Sk7odJGub3tg5p7pT7d4hBTs {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #L2SKdZvyfkiKCZwJsS4cVtbQP3SrNld4 {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #o974O7KROtNaA5nR30gM1pzITRNghTdn { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #e7V7B7p8cc0qdsRzZLBNG2P9NagKhORk {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #M3wMmU5hgphFtCIpEuVcPSIXlO1zTPqv {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #z4QnCmsGqB3dhMWBbUVyGqbfzcIcKFP2 { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #IO5Gt8npnW69TXWZUgvvCSx913kAHUmF {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #Hdgm8qGOwc9Wf37Jhb8x2OU7Toeg9wyi {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #NRxOEsnoeuIP3scMyWyotLeHPSfUcdJV { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #V1zRktpH3PO0qbpTs8WRGUT32PQrrLo1 {  }
#NlHZOpD8VTFzz0bRGfotV7ZG0ltw2LCV { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #JJfELZXVDpXUpoIKhpqwdQoFzUGZTTs7 {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #ODMtQQJx4TJC7NUeluQqbuSGEfBq1Jkw {  }
#J7H4kyfxe9Iw0aEEU0DTltH8dDVkBHQq { width:17.5rem;height:3.4375rem;top:18.75rem;left:0rem;display:none; }
#dp96mU16cqBtzCB249v01N4aUBwmOlZT { display:block; }
#BW4KsALZnMWQoIVd4kSS2vSPzwCnLwrT { top:16.5rem;left:0rem;width:18.5625rem;height:;font-size:1rem;display:none; }
#gHgmv9wmvUMbMWvHR10pcJi2Cyti4E9l { top:19.625rem;left:0rem;width:18.5625rem;height:;font-size:0.6875rem;display:none; }
#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 { display:none; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row .container { width:47.75rem;position:relative;display:none; }#QNaKsh53QeWgABlTU9X2i2u4HG6Ec9GN { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#sZgi1CIwCzmZ6WHacuvl8bKeSlvvBSck { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#hdZxENZuo7gSNqn92Sz0INfGWSfL1x5X { width:0;height:0;display:none; }
#fv1aX0cdtXntvvAvJFuDiBbGiG5MX8Ta { display:block; }
#OzMqTmsQoBMefeLoNvh92Fq3As5rVhgR { width:0;height:0;display:none; }
#xLUato4kX7uR1I8eaZ1FrQc2IdprDsuq { display:block; }
#D9UahULG3szH4QGBPyiSCR4rOTSsBqy8 { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#D6eoWdA1ymm2xkx5ZF2SfHeLplvsx1XQ { display:none; }
#zlmagQzFSbTPv4aX6nHVinII7U1MpnVE { display:none; }
#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 { display:none; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .row .container { width:47.75rem;position:relative;display:none; }#lxmfyb8l4T4OdKTJ4uhFwbK4HpsfH4aJ { top:1rem;left:0rem;width:19.875rem;height:1.125rem;font-size:0.875rem;display:none; }
#O6QBy5GWE04FdruQ79HuAVBDUCRmTlXQ { width:47.75rem;height:27.75rem;display:none; }
#QqzvX7qtZrElSmt3blOVcUqlJNnIafyK { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#HfTQNaKeMlllc3w9S4yM37WeAA8D3Vyx { display:block; }
#FoGocqeOGtHCNyNQIP6C8nF4McNNUCH5 { top:16.1875rem;left:2.3569882512093rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#BFA4biIlTAXaJFU42SkH80F4rWPGMUEe { width:47.75rem;height:27.75rem;display:none; }
#ouqTz6VU0GFGXT8MSHm0nohId1tn3NNJ { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#zFD16TOvqkG86c4yhsUg7OwAxMCRbPz2 { display:block; }
#enWgE18MwTaEX86d2zI189BJU8o1wnQa { top:31.75rem;left:2.4194882512093rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#TNp62VPRKG5LKuyI4koZsu7o4i2dcJek { width:47.75rem;height:27.75rem;display:none; }
#C7qAufSHAnvFNTk6NDUIV9cvFMU42D9m { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#vtLiTPoqaHC99deUCqlTIbh5TJXh79x5 { display:block; }
#hOazeSMcukL0hCBPfwk0zMMXFHDQ5Lxn { top:47.625rem;left:2.2929690480233rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a { display:block; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { width:47.75rem;position:relative;display:block; }#oAumDcCENFt3wowDb25Cww0nmeBwhsac { top:7.1875rem;left:38.875rem;width:8.875rem;height:1.8125rem;font-size:1.375rem;display:block; }
#BG01kUMwAElxVgvkcxv4bMd688EPnsaR { top:3.625rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
#JylKTZmsAv6NmG6aOgl38LbHaCM5xXLM { width:6.25rem;height:2.5rem;top:11.625rem;left:0rem;display:block; }
#TB4IsITBua9Zd3L57cP5uM2mF7oL5Ff9 { display:block; }
#uF0RN5WEbLUz4RlLkvngn2vWSvqJGxZi { top:1.8125rem;left:0rem;width:19.875rem;height:2.25rem;font-size:1rem;display:none; }
#GWFOKFMOr18Pe0eqmUQ4TdWaTHnQhXmV { top:8rem;left:3.84375rem;width:20rem;height:;font-size:1rem;display:none; }
#QAmAWRaL1h8rIZKrDmJiCQInRr3yurZf { top:9.9375rem;left:0rem;width:10.125rem;height:2.5625rem;font-size:1rem;display:none; }
#VRyJnh5GT75KsVeGVP1a1NPTxVJ5dtgp { top:3.625rem;left:0rem;width:10.3125rem;height:9.375rem;display:none; }
#OaKZ23CiJIL2i7oadhRMhmrp8A45XVvA { top:18.8125rem;left:0.09375rem;width:7.6875rem;height:;font-size:1rem;display:none; }
#ImsQrXuNXpW9zd22UHN8GmMdV2DFkTzV { top:22rem;left:0rem;width:10.125rem;height:3.875rem;font-size:1rem;display:none; }
#Wx2CEdENdWD8OA0Uu974G4qkRX8MrwXv { width:6.25rem;height:2.5rem;top:11.625rem;left:0rem;display:none; }
#XCvlvgAZaI3Ad5wLe3vlF5TkQHTATBsv { display:block; }
#KR1Qq03N36LJ52lGFRBetriSTegFz2cf { top:3.625rem;left:0rem;width:10.3125rem;height:9.375rem;display:none; }
#qUH6orcTyKWEKTaphBnHrieoWRGPJXSX { top:31.125rem;left:0.09375rem;width:7.6875rem;height:;font-size:1rem;display:none; }
#HrS1sGdEaK3v8Md9WfJ1FgfWvJuxMI6p { top:34.125rem;left:0rem;width:10.125rem;height:;font-size:1rem;display:none; }
#dvQ5vzrtuQSyoL1zwUunW2xeRmNRELuD { width:6.25rem;height:2.5rem;top:11.625rem;left:0rem;display:none; }
#FBHZq3DwXRAQgmogiW8S9T55cqCc3iQ5 { display:block; }
#uPuKkLIfo2Wsfps3tgK4HWLTTWlZ4SXz { top:41.9375rem;left:0rem;width:19.875rem;height:;font-size:1rem;display:none; }
#BQC22ez6SyG5qETqTCcAQTazQQH26Nhx { top:3.625rem;left:0rem;width:10.3125rem;height:9.375rem;display:none; }
#szVPToMM8IionRrDOkbXoK20O78arn6t { top:46.625rem;left:0.0625rem;width:7.6875rem;height:;font-size:1rem;display:none; }
#HAnzQPdbvEey6dRiQ8w4IGw4PcvPZay7 { top:49.6875rem;left:0rem;width:10.125rem;height:;font-size:1rem;display:none; }
#S4nrlyFQbIdnn3sa4ebfHTP7xxud6rmf { width:6.25rem;height:2.5rem;top:11.625rem;left:0rem;display:none; }
#dvLDzwpT7TqOuqZCU8qVnUUN5lZ6ZCSI { display:block; }
#ZnBIEMF6WXGozPLKnlXPJhWwG9GTR52z { top:58.5625rem;left:0rem;width:7.6875rem;height:;font-size:1rem;display:none; }
#J2SlDQvFGUvHVSJ411ChqGxQFJCoRtMw { top:61.625rem;left:0rem;width:10.125rem;height:;font-size:0.75rem;display:none; }
#obPlkHSCCzmO8nBTiMH19CByTWC7IDFz { top:3.625rem;left:0rem;width:10.3125rem;height:9.375rem;display:none; }
#kRyilmmRUwlgnyt0Dyr6CbqHykdbFtae { width:6.25rem;height:2.5rem;top:11.625rem;left:0rem;display:none; }
#IrhUuH9CCUdBR4LAkUaR4L6AoeueTeet { display:block; }
#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N { display:none; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .row .container { width:47.75rem;position:relative;display:none; }#NkNadTkTTiN2CwLavRwZyfmo5KOtzyxO { display:none; }
#OJ9arsB7lgxbcQtuTmDxPClso9DiRgAk { width:19.875rem;height:11.3125rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:none; }
#wLrcMUNWgWSLvaSoZCA1Hev31PPlsltG { width:19.9375rem;height:2.75rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:none; }
#m6nSF7BwlkByyPctVDBbTMfh2VJDowtQ { top:7.8125rem;left:33.625rem;width:9.125rem;height:9.25rem;display:none; }
#BFpX7PvUH6rRaGWdJR01Vv4XqJ9lvVz2 { top:6.125rem;left:34.6875rem;width:5.3125rem;height:3.5rem;display:none; }
#xuUS96O94p3p6ZqBJ6uRMleocyq8is8V { display:none; }
#JclwaCu1qkREeoNbI3GfhPsurtNhTabq { top:1.9375rem;left:0rem;width:18.875rem;height:2.75rem;font-size:1.0625rem;display:none; }
#vPN42wwpGaR9OSWkeupx8ezdMqeu0hdi { width:9.4375rem;height:3rem;top:25.625rem;left:33.968751907349rem;display:none; }
#hShARDiuIMLUeRTvoaLffawSHeVEAZ3T { display:block; }
#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 { display:none; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row .container { width:47.75rem;position:relative;display:none; }#Q7ea0fpvnpFlivnTOzOVyZQ9EK3J0GTk { width:6.25rem;height:2.0625rem;display:none; }
#TrXl9y09RdJ4phIFFy1SiBtyeu1A7CTS { width:2.0625rem;height:2.0625rem;display:none; }
#sgRqCH3BaukXfKAfs8MFbW2a2NS61NiA { width:2.0625rem;height:1.9375rem;display:none; }
#alSqIoVTC50uNJ1KVEXmelmd3ZdGTuO9 { width:2.0625rem;height:1.4375rem;display:none; }
#CkATHSskae8mSIO2TN6rveF0cIlXgD5I { width:3.75rem;height:1.25rem;display:none; }
#QA6T9CW0ic9WtF4ZTS07dhKWcgu9Ddb3 { width:1.75rem;height:1.25rem;display:none; }
#DJJxU7S7V5yNXyGLsMEqd6TlwIV7eLTP { width:1.25rem;height:1.375rem;display:none; }
#GONifXkMGegOCiShAXZ0yE7TDeq8wtUH { width:3.125rem;height:1.25rem;display:none; }
#VmT5eFk5eRB3nfvS9TsQnyISadvLCsMg { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#ab7dAnZTElr1FtKOZkqv79gNi1WRQvnh { display:none; }
#NETfh6TI6Rt31lLPA8d4syCL8xT7zftH { display:none; }
#HZccXL6y0K2muxaI8kW9Q8ZUDBRXST9A { display:none; } #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection *:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="text"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="email"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="tel"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection textarea:focus-visible { outline: none; } #HZccXL6y0K2muxaI8kW9Q8ZUDBRXST9A > .row .container { position:relative;display:none; }#GEL9ROJM6UOoQ7UbhMT1IcOqHBTpKiw1 { display:block; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #GEL9ROJM6UOoQ7UbhMT1IcOqHBTpKiw1 > .row .container { position:relative;display:block; }body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.adaptive-delivery-prevent-bg, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyload, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyloading { background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { background-color: transparent; background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .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); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { border-width: 0; border-radius: 0; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::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; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:20rem;height:102.375rem;position:relative;display:block; }#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { 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; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { top:37.623048782349rem;left:0rem;width:20rem;height:27.933375rem;z-index:15015;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { width:12.8125rem;height:5.532225rem;top:7.305908203125rem;left:3.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { width:19.375rem;height:2.11263125rem;top:13.621337890625rem;left:0.3125rem;font-size:1.625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);display:block; }
#CeDmylabM40xFfUOimlaxt0n6cHSl5EF { width:18.375rem;height:3.4375rem;top:23.375001907349rem;left:0.81163197755812rem;font-size:1.0625rem;line-height:2;border-top:0.1875rem dashed #2f9e45;border-left:0.1875rem dashed #2f9e45;border-right:0.1875rem dashed #2f9e45;border-bottom:0.1875rem dashed #2f9e45;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-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TCWkTrX8I8ZRp9kSmGLz6pfJcAEkUlid { display:block; }
#RVXLTG2vOf21zP8t7Vrnkr21D2nii3DK { display:flex;width:2.8125rem;height:2.8125rem;top:23.812284469604rem;left:1.2500000596046rem; }
#SulPw24JtU2DUHUHV78ZU5TfQw1zOui7 { display:flex;width:3.125rem;height:3.125rem;top:23.687501907349rem;left:15.686848938465rem; }
#LducX9TLMuFQJJCZr0Npy58ZuhNI5iNw { width:6.5625rem;height:4.936525rem;top:1.292724609375rem;left:7.03125rem;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m5RPSzBbdik07k0lhUwi4pkTeZnBLS6k { width:17.999rem;height:4.25rem;top:27.935548782349rem;left:0.99934905767444rem;border-top:0.1875rem dashed rgba(var(--color-primary-4),1);border-left:0.1875rem dashed rgba(var(--color-primary-4),1);border-right:0.1875rem dashed rgba(var(--color-primary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-primary-4),1);background-color:rgba(var(--color-secondary-2),0.79);background-image:none;z-index:15018;font-size:1.4375rem;color:#030409;font-weight:300;font-style:normal;line-height:1;display:block; }
#DGZh8A0TDvt0AWgpwcyKR9ZXWBCun70n { display:block; }
#In2c8DBNmnc05sOTXtNCgRRa1Ffz9Lf0 { top:33.444444656372rem;left:1.0677084326744rem;width:17.84854875rem;height:2.91037375rem;z-index:14992;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;line-height:2;font-size:1.0625rem;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;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; }
#H5gwCPhaf3HTd9at0pqQ6ICUeruRSNsi { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:center;text-align-last:center;display:block;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;background-color:rgba(var(--color-tertiary-4),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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;background-color:rgba(var(--color-tertiary-4),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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);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; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);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;box-shadow: 0.0625rem 0.0625rem 0.9375rem #deb857 ; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ  { width:15.625rem;height:auto;top:71.56250190735rem;left:0.89518231153488rem;border-top:0.1875rem dashed rgba(var(--color-primary-4),1);border-left:0.1875rem dashed rgba(var(--color-primary-4),1);border-right:0.1875rem dashed rgba(var(--color-primary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-primary-4),1);background-color:rgba(var(--color-tertiary-0),0);background-image:none;z-index:15003; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ {display:block;}#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ { width:15.625rem;height:auto;top:71.56250190735rem;left:0.89518231153488rem;border-top:0.1875rem dashed rgba(var(--color-primary-4),1);border-left:0.1875rem dashed rgba(var(--color-primary-4),1);border-right:0.1875rem dashed rgba(var(--color-primary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-primary-4),1);background-color:rgba(var(--color-tertiary-0),0);background-image:none;z-index:15003; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #vgw4TT7hDu3FM149FGJCx3ynJt1roiaB {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #PwIb4HORzKcDpRcJ5GLlJfCog27QOHl1 { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #lqk6HAI3cT4oM2ElFHkt8xRHX2yTZL4A {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #QtU544UNWzfz9MZguxb8SiIstU9BqUDr {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #iy2tEJwIA9LdIcuDhTgtNqPX3E87eH3n { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #moCmydK5Sk7odJGub3tg5p7pT7d4hBTs {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #L2SKdZvyfkiKCZwJsS4cVtbQP3SrNld4 {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #o974O7KROtNaA5nR30gM1pzITRNghTdn { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #e7V7B7p8cc0qdsRzZLBNG2P9NagKhORk {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #M3wMmU5hgphFtCIpEuVcPSIXlO1zTPqv {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #z4QnCmsGqB3dhMWBbUVyGqbfzcIcKFP2 { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #IO5Gt8npnW69TXWZUgvvCSx913kAHUmF {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #Hdgm8qGOwc9Wf37Jhb8x2OU7Toeg9wyi {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #NRxOEsnoeuIP3scMyWyotLeHPSfUcdJV { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #V1zRktpH3PO0qbpTs8WRGUT32PQrrLo1 {  }
#NlHZOpD8VTFzz0bRGfotV7ZG0ltw2LCV { display:block; }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #JJfELZXVDpXUpoIKhpqwdQoFzUGZTTs7 {  }
#STmPV6ZBs7CuzMC3NCTdAp6i4BfnEVPJ #ODMtQQJx4TJC7NUeluQqbuSGEfBq1Jkw {  }
#J7H4kyfxe9Iw0aEEU0DTltH8dDVkBHQq { width:17.4722225rem;height:3.4097225rem;top:66.99218940735rem;left:1.2630209326744rem;border-top:0.1875rem dashed rgba(var(--color-primary-4),1);border-left:0.1875rem dashed rgba(var(--color-primary-4),1);border-right:0.1875rem dashed rgba(var(--color-primary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15018;display:block; }
#dp96mU16cqBtzCB249v01N4aUBwmOlZT { display:block; }
#BW4KsALZnMWQoIVd4kSS2vSPzwCnLwrT { top:16.526693820953rem;left:0.68793410062787rem;width:18.6230625rem;height:2.5996125rem;z-index:15136;text-align:center;text-align-last:center;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; }
#gHgmv9wmvUMbMWvHR10pcJi2Cyti4E9l { top:19.651693344116rem;left:0.87543421983719rem;width:18.6230625rem;height:1.78819375rem;z-index:15137;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.6875rem;display:block; }
#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 { 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; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row .container { background-color: transparent; background-image: none; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row .container > .video-iframe-container { display: none; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row > .video-iframe-container { display: none; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .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); }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row .container { border-width: 0; border-radius: 0; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHlMoL8HQvg7S7R4OrKklKIfDRzytn34 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; }#QNaKsh53QeWgABlTU9X2i2u4HG6Ec9GN { top:6.1875rem;left:0.46875rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#sZgi1CIwCzmZ6WHacuvl8bKeSlvvBSck { width:6.5625rem;height:4.9375rem;top:9.749267578125rem;left:6.71875rem;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hdZxENZuo7gSNqn92Sz0INfGWSfL1x5X { top:15.62451171875rem;left:0.811767578125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:#87714f;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fv1aX0cdtXntvvAvJFuDiBbGiG5MX8Ta { display:block; }
#OzMqTmsQoBMefeLoNvh92Fq3As5rVhgR { top:22.6875rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#87714f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xLUato4kX7uR1I8eaZ1FrQc2IdprDsuq { display:block; }
#D9UahULG3szH4QGBPyiSCR4rOTSsBqy8 { top:20.4365234375rem;left:8.936767578125rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#D6eoWdA1ymm2xkx5ZF2SfHeLplvsx1XQ { display:flex;top:15.999267578125rem;left:1.175537109375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#zlmagQzFSbTPv4aX6nHVinII7U1MpnVE { display:flex;top:22.81201171875rem;left:1.019287109375rem;width:3.125rem;height:3.125rem;z-index:15022; }
#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 { display:block; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 { background-color: transparent; background-image: none; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .row .container > .video-iframe-container { display: none; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .row > .video-iframe-container { display: none; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .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); }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 { border-width: 0; border-radius: 0; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .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:50rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .row .container.adaptive-delivery-prevent-bg, #UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .row .container.lazyload, #UoMIec7t1AOOUTIMKXlVOZFwSziTi633 > .row .container.lazyloading { background-image: none; }#lxmfyb8l4T4OdKTJ4uhFwbK4HpsfH4aJ { width:19.9365rem;height:1.13606875rem;top:1.0458984375rem;left:0rem;font-size:0.875rem;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;color:rgba(var(--color-primary-4),1);display:block; }
#O6QBy5GWE04FdruQ79HuAVBDUCRmTlXQ { 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; }
#QqzvX7qtZrElSmt3blOVcUqlJNnIafyK { width:7.2495rem;height:2.061525rem;top:16.169921875rem;left:0.625rem;border-top:0.1875rem solid #87714f;border-left:0.1875rem solid #87714f;border-right:0.1875rem solid #87714f;border-bottom:0.1875rem solid #87714f;z-index:15018;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;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;color:rgba(var(--color-primary-4),1);display:block; }
#HfTQNaKeMlllc3w9S4yM37WeAA8D3Vyx { display:block; }
#FoGocqeOGtHCNyNQIP6C8nF4McNNUCH5 { width:11.25rem;height:1.9487875rem;top:16.2255859375rem;left:8.482666015625rem;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;color:rgba(var(--color-primary-4),1);display:block; }
#BFA4biIlTAXaJFU42SkH80F4rWPGMUEe { top:19.107422113419rem;left:0.34136289358139rem;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; }
#ouqTz6VU0GFGXT8MSHm0nohId1tn3NNJ { width:7.2495rem;height:2.061525rem;top:31.732205629349rem;left:0.68750005960463rem;border-top:0.1875rem solid #87714f;border-left:0.1875rem solid #87714f;border-right:0.1875rem solid #87714f;border-bottom:0.1875rem solid #87714f;z-index:15021;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;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;color:rgba(var(--color-primary-4),1);display:block; }
#zFD16TOvqkG86c4yhsUg7OwAxMCRbPz2 { display:block; }
#enWgE18MwTaEX86d2zI189BJU8o1wnQa { width:11.25rem;height:1.9487875rem;top:31.787543535233rem;left:8.5444882512094rem;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;color:rgba(var(--color-primary-4),1);display:block; }
#TNp62VPRKG5LKuyI4koZsu7o4i2dcJek { top:34.981989383698rem;left:0.21571189165116rem;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; }
#C7qAufSHAnvFNTk6NDUIV9cvFMU42D9m { width:7.2495rem;height:2.061525rem;top:47.606772899628rem;left:0.56184893846512rem;border-top:0.1875rem solid #87714f;border-left:0.1875rem solid #87714f;border-right:0.1875rem solid #87714f;border-bottom:0.1875rem solid #87714f;z-index:15024;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;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;color:rgba(var(--color-primary-4),1);display:block; }
#vtLiTPoqaHC99deUCqlTIbh5TJXh79x5 { display:block; }
#hOazeSMcukL0hCBPfwk0zMMXFHDQ5Lxn { width:11.25rem;height:1.9487875rem;top:47.662110805511rem;left:8.4188368916512rem;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;color:rgba(var(--color-primary-4),1);display:block; }
#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.adaptive-delivery-prevent-bg, #Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.lazyload, #Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.lazyloading { background-image: none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { background-color: transparent; background-image: none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container > .video-iframe-container { display: none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row > .video-iframe-container { display: none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .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); }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { border-width: 0; border-radius: 0; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { width:20rem;height:68.75rem;position:relative;display:block; }#oAumDcCENFt3wowDb25Cww0nmeBwhsac { width:8.93675rem;height:1.7871125rem;top:8.75rem;left:5.5625rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.22);display:block; }
#BG01kUMwAElxVgvkcxv4bMd688EPnsaR { width:10.3125rem;height:9.375rem;top:5.7491302490234rem;left:4.8122833371163rem;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;display:block; }
#JylKTZmsAv6NmG6aOgl38LbHaCM5xXLM { width:6.25rem;height:2.5rem;top:13.812286376953rem;left:7.061632454395rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TB4IsITBua9Zd3L57cP5uM2mF7oL5Ff9 { display:block; }
#uF0RN5WEbLUz4RlLkvngn2vWSvqJGxZi { width:19.9355625rem;height:2.5996125rem;top:1.8583984375rem;left:0.0634765625rem;font-size:1rem;line-height:1.3;font-weight:700;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;color:rgba(var(--color-primary-4),1);display:block; }
#GWFOKFMOr18Pe0eqmUQ4TdWaTHnQhXmV { top:6.76171875rem;left:6.15625rem;width:7.6875rem;height:1.29980625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
#QAmAWRaL1h8rIZKrDmJiCQInRr3yurZf { top:9.9375rem;left:4.9375rem;width:10.125rem;height:2.5996125rem;z-index:15027;text-align:center;text-align-last:center;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; }
#VRyJnh5GT75KsVeGVP1a1NPTxVJ5dtgp { width:10.3125rem;height:9.375rem;top:17.8115234375rem;left:4.8740234375rem;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;z-index:15014;display:block; }
#OaKZ23CiJIL2i7oadhRMhmrp8A45XVvA { top:18.82421875rem;left:6.21875rem;width:7.6875rem;height:2.5996125rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
#ImsQrXuNXpW9zd22UHN8GmMdV2DFkTzV { top:21.8125rem;left:5rem;width:10.125rem;height:3.8994125rem;z-index:15031;text-align:center;text-align-last:center;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; }
#Wx2CEdENdWD8OA0Uu974G4qkRX8MrwXv { width:6.25rem;height:2.5rem;top:25.8740234375rem;left:7.1240234375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15029;display:block; }
#XCvlvgAZaI3Ad5wLe3vlF5TkQHTATBsv { display:block; }
#KR1Qq03N36LJ52lGFRBetriSTegFz2cf { width:10.3125rem;height:9.375rem;top:30.1240234375rem;left:4.8740234375rem;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;z-index:15018;display:block; }
#qUH6orcTyKWEKTaphBnHrieoWRGPJXSX { top:31.13671875rem;left:6.21875rem;width:7.6875rem;height:;z-index:15034;text-align:center;text-align-last:center;display:block; }
#HrS1sGdEaK3v8Md9WfJ1FgfWvJuxMI6p { top:34.125rem;left:5rem;width:10.125rem;height:;z-index:15035;text-align:center;text-align-last:center;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; }
#dvQ5vzrtuQSyoL1zwUunW2xeRmNRELuD { width:6.25rem;height:2.5rem;top:38.1865234375rem;left:7.1240234375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15033;display:block; }
#FBHZq3DwXRAQgmogiW8S9T55cqCc3iQ5 { display:block; }
#uPuKkLIfo2Wsfps3tgK4HWLTTWlZ4SXz { width:19.9355625rem;height:;top:41.982421875rem;left:0.125rem;font-size:1rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15022;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);display:block; }
#BQC22ez6SyG5qETqTCcAQTazQQH26Nhx { width:10.3125rem;height:9.375rem;top:45.625rem;left:4.875rem;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;z-index:15014;display:block; }
#szVPToMM8IionRrDOkbXoK20O78arn6t { top:46.625rem;left:6.1875rem;width:7.6875rem;height:2.5996125rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
#HAnzQPdbvEey6dRiQ8w4IGw4PcvPZay7 { top:49.6875rem;left:5rem;width:10.125rem;height:3.8994125rem;z-index:15031;text-align:center;text-align-last:center;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; }
#S4nrlyFQbIdnn3sa4ebfHTP7xxud6rmf { width:12.125rem;height:2.4375rem;top:53.8984375rem;left:4.1552734375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15029;display:block; }
#dvLDzwpT7TqOuqZCU8qVnUUN5lZ6ZCSI { display:block; }
#ZnBIEMF6WXGozPLKnlXPJhWwG9GTR52z { top:58.5625rem;left:6.125rem;width:7.6875rem;height:;z-index:15034;text-align:center;text-align-last:center;display:block; }
#J2SlDQvFGUvHVSJ411ChqGxQFJCoRtMw { top:61.625rem;left:4.9375rem;width:10.125rem;height:2.923825rem;z-index:15035;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;display:block; }
#obPlkHSCCzmO8nBTiMH19CByTWC7IDFz { width:10.3125rem;height:9.375rem;top:57.5625rem;left:4.8125rem;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;z-index:15018;display:block; }
#kRyilmmRUwlgnyt0Dyr6CbqHykdbFtae { width:12.125rem;height:2.4375rem;top:65.8359375rem;left:4.0927734375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15033;display:block; }
#IrhUuH9CCUdBR4LAkUaR4L6AoeueTeet { display:block; }
#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N { display:block; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N { background-color: transparent; background-image: none; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .row .container > .video-iframe-container { display: none; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .row > .video-iframe-container { display: none; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .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); }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N { border-width: 0; border-radius: 0; }#O3G91UnVq0QAPZE3TfxZeS1eeRTdrA2N > .row .container { width:20rem;height:35.625rem;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; }#NkNadTkTTiN2CwLavRwZyfmo5KOtzyxO { top:18.625rem;left:1.4375rem;width:16.9375rem;height:14.1875rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;display:block; }
#OJ9arsB7lgxbcQtuTmDxPClso9DiRgAk { width:19.933625rem;height:11.3671875rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;font-family:"ahj 2024 font";font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-4),1);line-height:1.3;display:block; }
#wLrcMUNWgWSLvaSoZCA1Hev31PPlsltG { width:19.9375rem;height:2.761725rem;top:15.317710876465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"ahj 2024 font";color:rgba(var(--color-tertiary-2),1);display:block; }
#m6nSF7BwlkByyPctVDBbTMfh2VJDowtQ { width:9.125rem;height:9.25rem;top:6.25rem;left:4.8125rem;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BFpX7PvUH6rRaGWdJR01Vv4XqJ9lvVz2 { width:17.5625rem;height:11.5rem;top:3.0859375rem;left:0rem;z-index:15036;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xuUS96O94p3p6ZqBJ6uRMleocyq8is8V { top:3.8125rem;left:0.5625rem;width:18.75rem;height:0.3125rem;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
#JclwaCu1qkREeoNbI3GfhPsurtNhTabq { width:18.9375rem;height:2.3359375rem;top:1.249755859375rem;left:0.24956601858139rem;font-size:1.0625rem;z-index:15019;font-family:"ahj 2024 font";font-weight:400;font-style:normal;color:rgba(var(--color-primary-4),1);line-height:1.1;display:block; }
#vPN42wwpGaR9OSWkeupx8ezdMqeu0hdi { width:10.13929125rem;height:2.39192875rem;top:32.8125rem;left:4.7929690480232rem;z-index:15018;color:rgba(var(--color-primary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#hShARDiuIMLUeRTvoaLffawSHeVEAZ3T { display:block; }
#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 { 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; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row .container { background-color: transparent; background-image: none; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row .container > .video-iframe-container { display: none; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row > .video-iframe-container { display: none; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .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); }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row .container { border-width: 0; border-radius: 0; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDBUepClPvhrcvK8ICTPbZycPE9CzS33 > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; }#Q7ea0fpvnpFlivnTOzOVyZQ9EK3J0GTk { 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; }
#TrXl9y09RdJ4phIFFy1SiBtyeu1A7CTS { 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; }
#sgRqCH3BaukXfKAfs8MFbW2a2NS61NiA { 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; }
#alSqIoVTC50uNJ1KVEXmelmd3ZdGTuO9 { 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; }
#CkATHSskae8mSIO2TN6rveF0cIlXgD5I { 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; }
#QA6T9CW0ic9WtF4ZTS07dhKWcgu9Ddb3 { 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; }
#DJJxU7S7V5yNXyGLsMEqd6TlwIV7eLTP { 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; }
#GONifXkMGegOCiShAXZ0yE7TDeq8wtUH { 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; }
#VmT5eFk5eRB3nfvS9TsQnyISadvLCsMg { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#ab7dAnZTElr1FtKOZkqv79gNi1WRQvnh { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#NETfh6TI6Rt31lLPA8d4syCL8xT7zftH { top:1.0247402191162rem;left:1.30078125rem;width:2.25rem;height:1.25rem;z-index:15010;display:block; }
#HZccXL6y0K2muxaI8kW9Q8ZUDBRXST9A { display:block; } #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection *:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="text"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="email"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection input[type="tel"]:focus-visible, #Pe2d8c7994dfebb08a64d7b1e728cf5d.widget-smartsection textarea:focus-visible { outline: none; } #HZccXL6y0K2muxaI8kW9Q8ZUDBRXST9A > .row .container { position:relative;display:block; }#GEL9ROJM6UOoQ7UbhMT1IcOqHBTpKiw1 { display:block; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #GEL9ROJM6UOoQ7UbhMT1IcOqHBTpKiw1 > .row .container { position:relative;display:block; }