.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:239,231,220;--color-primary-1:207,183,151;--color-primary-2:175,135,82;--color-primary-3:153,121,96;--color-primary-4:135,113,79;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"AHJ 2024 Font";--paragraphs-font-family:"AHJ 2024 Font"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU { position:relative;display:block; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #wWpgssmpsboKof8JAEk5dJ8vDddaFSLU { background-color: transparent; background-image: none; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container > .video-iframe-container { display: none; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row > .video-iframe-container { display: none; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .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); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU { border-width: 0; border-radius: 0; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .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; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.adaptive-delivery-prevent-bg, #tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.lazyload, #tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.lazyloading { background-image: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { border-width: 0; border-radius: 0; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#Z1cKeUEW28VxfFWktvGRo523wa1KWx4F { 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.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#siUFGxrcVkXRmQGLOaoXTHRxfkSiWlcG { 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; }
#nHMG2SOwvQFy2ZpM3T5hhJ6VHOvvlNwK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:block; }
#x7igb6TUp7iumILBnI2mZyClZoqwR6Z0 { 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.125rem;overflow:hidden;display:block; }
#RJbSkdnMky3p6t7cPEPm1quQxDZE7Qtt { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M8mxcaR0828i05EB9q4qrumwg3nHTRFl { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lBZaIVi3L7xoVrxPhF9GzRE3nNrB6fQD { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JAVkEbD3OeQo1z84wHK0aT79eP5A56kq { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KWoy4N5uNxneCXQRZIs4au4SF9p2WJnm { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lpuVnSrZXApxSXghnd8P50V2egdBdQAQ { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EEzG5lhRCJSJ8uVOQTb0ucHiIAQ1UGLw { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OwvbRC2XOn4du3ZOsqOHuv5IAnGyiQ7g { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3G5JsF9kXLo7NPxN5hxEdVWd4S1Iba7 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T16TTd80soMHbqtO9AuTMRwBKlzrnqgX { position:relative; }
#GUmO1PxqL0894Sdz5cEGsyCtJ0vkTX84 { position:relative;display:block; }
#glEnwTsTa2AMrnbr4kbcmgnh08c0xs8p { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ERmfxPEZ4StBXT3FHh0d6XGDsJDyOoiu { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BdvaOm1fChk6pmaJ5rfalX6keuUtbzF4 { position:relative; }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy { 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; }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ObrL4VauggUVnWo9bnz6ibXLEV68ABXu { 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; }
#dzK9L3JPFDq4s1mqzkLQ843gTO9ki0M2 { 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; }
#ePP23R8chVBD5T1p6lHUlkEQJ0JZzFkA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:22.875rem;left:3.6875rem;display:none; }
#sxUBBZoHwua4gSWEg7uc9ugTx3DZDTu1 { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.875rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#f7ek0usLNnouPqOea6Z1TBDyLyC5zLoJ { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Dx6QclGO2A8seoMTXPXlvVQ1IXOh948H { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q56hugbN4Rq19lGlaXRZX45ShskF98oR { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FvfPRP0DDrBZ0yfZWhJ24ONoPyQ615ns { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R8ROmI1HtNaUDXaEUIXPavg71XODKEha { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ko8L8Bm4ILNHUCs6iteb4XVFJstyNhR8 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #pW5OvkZtb0sduBokoyHiT3kdsKf2v7qs { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bIdU3XSnd0u9XoJ99FrETnoBB5HdHq1u { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UH4rZIr56W7vU2DMEocbxCh31ovemRPg { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nzKokT3GmNmqiDn06IUfWwf9wc2pJZiV { position:relative; }
#IXasCcxvGKdTWIlo8Is4iaBagrQQgiKe { position:relative;display:block; }
#MDZRIOQSIzWC76Tx5IIJq5HJ5ZsJtmka { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O5T3pwKcsH57LUTOzr4B4vAz03LJd24Z { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R0sO7XJe3RcFtDSTMQfhzxPDWBEBKRSO { position:relative; }
#aPBxMGqM7XMDUGd04959q2pp2PCxcmiX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:11rem;left:1.6875rem;display:block; }
#gCWI8g6ViA5lWyMMDz3XVm9aT3gULFzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLEOfn7BRw1IgfgcbWUG3JKbc539KKfo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:11rem;left:1.6875rem;display:none; }
#LXXuC4BGoTBhlTf9ZxONeKdGpchBRIxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-form-header {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:3.1875rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:first-of-type{padding-top:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:last-of-type{padding-bottom:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:22.748699188233rem;left:2.1328125rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:22.748699188233rem;left:2.1328125rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu { position:relative; }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iTCaPlem65wf9WWWDmP3zCCk6vuUxW0c { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #D28RRMnssxhcvvccFI4FbLZMnJ6QvLIe { position:relative;display:block;z-index:15000; }
#rJNoiCJkeI5QiJrmz6ICrtR9Uc3qpTbo { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD { position:relative; }
#rX6OyJ1HVMd7seXKglfNXXlJ8yK6dQ0a { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:none; }
#guuKCtkrLgvWri9BB9cETT7aKJPncnT6 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16.09765625rem;left:3.4114589691162rem;display:none; }
#Oh5BCobQDmHFhUbPT2N1aMx0GM5UL6av { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X { position:relative;display:none; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X { border-width: 0; border-radius: 0; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .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; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .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; }#KacOsQyICX3NvPAz6i11ESXW3gTnAfJT { 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; }
#ydhDTH8PZ7VmNaG4MMIk82P9isleZyKE { 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; }
#IN76sxXzsph814bBbydb5wgChFgeCGrm { 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; }
#MSPTenqBkTUDGTPeEn1c135Nk3N0Tba3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hh1nJsvUkMAN3u9NJeNiibU7TdTuKWdO { 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; }
#ORgpyRtR1qk2VbImEnkt8BvZ2t3R8Pdg { 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; }
#QpiJO8J9qVaXPmNWUEWJnwOszPRJ0BXK { 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; }
#zkQosckDK8gbkykRTRKpp9kamehivPWG { 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; }
#qJhiWbsJtvibRUqSxaxHDXlyd40399SK { 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; }
#bzNHtIdNZ8QJDCBR6IbAAIbRe9KnD1eA { 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; }
#g4PyCPEXEgxnrLpWdMXZOIyL4Brn9xOS { 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; }
#wOzLptFGmG9rriL69hdapBXTrpqGZM0P { 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; }
#VXbiDpl6kZviHNQfJF2v3K5uVym936yh { 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; }
#MCXwRTTXGcosIGcMIh2Mcbm16ytX6qiv { 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; }
#HevWRENMAUVq8TInZopo6uDm3Uq77MwB { 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; }
#JUmdg3Amgrr1iNobkWLCCT1sxT74DX5V { 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; }
#y99rDDobEI5H6fbx5pPpr8A6JrUQB3iB { 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; }
#QVx2xDWIa2Xs8WGroQD9nX77UrkEeBoQ { 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; }
#rUodCSNGlL20p2QDT6ewgSmZZc1tlckb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbJuPxlV4337E4VJOZ3Mvzi1uZOFe9T5 { 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; }
#WOn6BHkzDD8B1FGz7Ke8ZCnxNozVTyAV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2R6389iHaWu7rX1608nfw6DH3degFIo { 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; }
#xN0ULGLxViT5cXcpC9dPffO3Si0czdIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrCAH1SFmmXt152kGCp9T788hg8rTH05 { 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; }
#J78PsEvpRi2TgeS8hWBaaZp1TSxVJIiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agNbLQK1qgD4i2kz6wdEuhdp3TWF4oKp { 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; }
#cHueNd6JoHsbicLOoZPd4LlB8Rv0yFT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwF7Q1A5JEe2ahQzhsdpO8avmWlurTd5 { 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; }
#mvFQOvznTauBERquyiBsqSawllCSKQGC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O19IulE48Z16D0nyz59B0KSB21CWWWyy { position:relative;display:none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy { border-width: 0; border-radius: 0; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .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; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .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; }#IKkCTvAbybAJU4tN5HPItO9TofgABNaU { 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; }
#nkD25g10iCvmL1pIFHMZ6Ool0iXzDTmt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:none; }
#pubZa9Fgh9IU1FVqs2crDB2fQLQmixtp { 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; }
#yAKhs1tJQkwwScZZBATiqEwd6IAGxm1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HriRSQP9RTmuiyDVtuHgZiwqNQL7TTtn { 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; }
#yop1sEHXrIO4tryp2VuI20BffTASQhrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKK5XtLa5AIvDc7C0IFAW6gPvTrsgX6E { 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; }
#sledZlp4K9n8O1AnzhxSQPTXyl6WB3i6 { 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; }
#ADhXTXgzHp0tz11oXhZnax3Qe0RyDX6a { 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; }
#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q { position:relative;display:none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q { border-width: 0; border-radius: 0; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .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; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .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; }#Kd9OJHVqEptXKHu2rO4BEywTD265RQal { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N7PIFO1T2bMyCm9TSeQ0VCrmOqQFcFiU { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.9375rem;top:10.065104484558rem;left:11.5rem;overflow:hidden;display:none; }
#F73GBhMsb7PirZt7vxARCHQDXkC4BpbL { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.0625rem;overflow:hidden;display:none; }
#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 { position:relative;display:none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 { border-width: 0; border-radius: 0; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .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; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .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; }#NdWSBcl9IZPvbFbfiZpWJZAIx2J1f2VO { 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; }
#r9pSER4FVTl1vnssptQ3wmgUvqUJcGb1 { 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; }
#SNRoEATPzhaJhNVXAFWs7eT9nW1ED1tg { 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; }
#HypMMasaEnJ47ZZh3eAZ68riyhUTkgyo { 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; }
#tAcVWPf6pAgTSxC4Xhw3IrdfpTr48O7G { 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; }
#VkdMURQ812CJ4IAE7bBmg1f52MGc88nz { 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; }
#UTDkJpNvdJaENOXdAapq9P0n9JWnakl3 { 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; }
#E6Ee4Uqpd7HlCvvNFzWRnyZivQtNaDcL { 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; }
#DDxMBEKRLnPkQi44KCgff8oEKqdL1cPl { 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; }
#y3c8wkrcou0n5nINNMR53uTgKtv9HC02 { 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; }
#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL { position:relative;display:none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL { border-width: 0; border-radius: 0; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .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; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .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; }#ooeb4A3DrvXxnKZoheztcZqfRFGmW09J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#FSf6qPPOdfVX16vpV5PJHsoM5eqAVb6U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#oBsvhuatfDphSL2lxngLpWC83lwdSQIx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD { 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; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.adaptive-delivery-prevent-bg, #az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.lazyload, #az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.lazyloading { background-image: none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { border-width: 0; border-radius: 0; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:none; }#wkCSMGeZTRpix2W6lnDaMCUTpMtquFJf { 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; }
#sKs4ZdWwn9Xv6tSTE8W04TnaDaPKuXQL { 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:16.441408157349rem;left:3.4153652191162rem;display:none; }
#ohMunBnzxxGc2N2vKskovvc8cJhuKsdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2znvaEHwk3BizkaNawHQoE8TR1wwM3p { color:#000000;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13rem;top:83.125rem;left:0.5rem;display:none; }
#OSv6n5heZyxgcCA3WbDlzZEvsGXUnC2Z { 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:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#g9MFxi9WiseuIyFIOOdgmOeLN7oUe7zy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIpfppAckE2VOaZThKsQJAuu1bukPtLZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.9375rem;top:97.4375rem;left:2.1875rem;display:none; }
#mKAzr5N8ShuPCKH7QLM4KCSbl7BTbynI { 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:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#KDdhLw56Z08K47QcfMBW9W4TKLWpATon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HnxIvBk2n17saKb9biwNKEiLFFmDHEhP { 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:16.441408157349rem;left:3.4153652191162rem;display:none; }
#if7Sq4nqzEU5U3ibv1Aa6Udtp9XLCy2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtUvOK6z1SoboD8tR48bcQTOc5ydVSb4 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:114.5rem;left:1.9375rem;display:none; }
#LClHcenS4kTI40nmzorkWUlHghf2A7FW { 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:16.441408157349rem;left:3.4153652191162rem;display:none; }
#yvTHuVoIq4cpAamlvaefAcLpW4eeOSlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbfIRz8Z0F2ozrX7WGHZCI4OnT8qtLQT { 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:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#oHTuWDM8ObqwuPJwAxINw1WJbDMkHKx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A { 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:block; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.adaptive-delivery-prevent-bg, #OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.lazyload, #OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.lazyloading { background-image: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { background-color: transparent; background-image: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container > .video-iframe-container { display: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row > .video-iframe-container { display: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .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); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { border-width: 0; border-radius: 0; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#ZNrhheaWgnDklCNo7QcLXDb9i5o91LSq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.65625rem;left:49.060546875rem;overflow:hidden;display:block; }
#WtKRXfWTwLuSgdCqXqq3dbs9fee67lTC { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.8076171875rem;left:45.37646484375rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#RyaBFo5TKOCKEglCnX9itp9KOP83emPl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.65478515625rem;left:19.060546875rem;overflow:hidden;display:block; }
#IDIIzDhOTZp1UCoUVlc9TTcsGEnfIkNI { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:15.0625rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#MRqdmPZncTE093z1IU7lmhmGtn1EVWek { position:relative;display:none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek { border-width: 0; border-radius: 0; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .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; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .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; }#ch3C1zXeEwAT0vgbzxP5oUk6kB3a71Bv { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt.adaptive-delivery-prevent-bg, #B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt.lazyload, #B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt.lazyloading { background-image: none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row .container { border-width: 0; border-radius: 0; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }body { position:relative;display:block; }
#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU { display:block; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container { width:47.75rem;position:relative;display:block; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e { display:none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { width:47.75rem;position:relative;display:none; }#Z1cKeUEW28VxfFWktvGRo523wa1KWx4F { top:0.125rem;left:10.5rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#siUFGxrcVkXRmQGLOaoXTHRxfkSiWlcG { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#nHMG2SOwvQFy2ZpM3T5hhJ6VHOvvlNwK { top:1.6875rem;left:19rem;width:8.3125rem;height:6.3566176470587rem;display:block; }
#x7igb6TUp7iumILBnI2mZyClZoqwR6Z0 { top:9.9375rem;left:18rem;width:10.375rem;height:4.0701923076923rem;display:block; }
#RJbSkdnMky3p6t7cPEPm1quQxDZE7Qtt { top:2.625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M8mxcaR0828i05EB9q4qrumwg3nHTRFl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lBZaIVi3L7xoVrxPhF9GzRE3nNrB6fQD { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JAVkEbD3OeQo1z84wHK0aT79eP5A56kq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KWoy4N5uNxneCXQRZIs4au4SF9p2WJnm {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lpuVnSrZXApxSXghnd8P50V2egdBdQAQ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EEzG5lhRCJSJ8uVOQTb0ucHiIAQ1UGLw {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OwvbRC2XOn4du3ZOsqOHuv5IAnGyiQ7g {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3G5JsF9kXLo7NPxN5hxEdVWd4S1Iba7 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T16TTd80soMHbqtO9AuTMRwBKlzrnqgX {  }
#GUmO1PxqL0894Sdz5cEGsyCtJ0vkTX84 { display:block; }
#glEnwTsTa2AMrnbr4kbcmgnh08c0xs8p { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ERmfxPEZ4StBXT3FHh0d6XGDsJDyOoiu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BdvaOm1fChk6pmaJ5rfalX6keuUtbzF4 {  }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy { top:0rem;width:;height:;display:none; }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy > img { max-width: 100%;max-height:100%; width:; height:; }#ObrL4VauggUVnWo9bnz6ibXLEV68ABXu { top:0rem;width:;height:;display:none; }
#dzK9L3JPFDq4s1mqzkLQ843gTO9ki0M2 { top:0rem;width:;height:;display:none; }
#ePP23R8chVBD5T1p6lHUlkEQJ0JZzFkA { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#sxUBBZoHwua4gSWEg7uc9ugTx3DZDTu1 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#f7ek0usLNnouPqOea6Z1TBDyLyC5zLoJ { top:19.25rem;left:0rem;width:19.375rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Dx6QclGO2A8seoMTXPXlvVQ1IXOh948H {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q56hugbN4Rq19lGlaXRZX45ShskF98oR { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FvfPRP0DDrBZ0yfZWhJ24ONoPyQ615ns {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R8ROmI1HtNaUDXaEUIXPavg71XODKEha {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ko8L8Bm4ILNHUCs6iteb4XVFJstyNhR8 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #pW5OvkZtb0sduBokoyHiT3kdsKf2v7qs {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bIdU3XSnd0u9XoJ99FrETnoBB5HdHq1u {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UH4rZIr56W7vU2DMEocbxCh31ovemRPg { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nzKokT3GmNmqiDn06IUfWwf9wc2pJZiV {  }
#IXasCcxvGKdTWIlo8Is4iaBagrQQgiKe { display:block; }
#MDZRIOQSIzWC76Tx5IIJq5HJ5ZsJtmka { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O5T3pwKcsH57LUTOzr4B4vAz03LJd24Z {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R0sO7XJe3RcFtDSTMQfhzxPDWBEBKRSO {  }
#aPBxMGqM7XMDUGd04959q2pp2PCxcmiX { width:21rem;height:3.4375rem;top:11rem;left:0rem;display:block; }
#gCWI8g6ViA5lWyMMDz3XVm9aT3gULFzq { display:block; }
#fLEOfn7BRw1IgfgcbWUG3JKbc539KKfo { width:21rem;height:3.4375rem;top:11rem;left:0rem;display:none; }
#LXXuC4BGoTBhlTf9ZxONeKdGpchBRIxI { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iTCaPlem65wf9WWWDmP3zCCk6vuUxW0c {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #D28RRMnssxhcvvccFI4FbLZMnJ6QvLIe {  }
#rJNoiCJkeI5QiJrmz6ICrtR9Uc3qpTbo { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#rX6OyJ1HVMd7seXKglfNXXlJ8yK6dQ0a { top:1.6875rem;left:19rem;width:8.3125rem;height:6.3566176470587rem;display:none; }
#guuKCtkrLgvWri9BB9cETT7aKJPncnT6 { width:17.5rem;height:3.75rem;top:16.0625rem;left:0rem;display:none; }
#Oh5BCobQDmHFhUbPT2N1aMx0GM5UL6av { display:block; }
#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X { display:none; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row .container { width:47.75rem;position:relative;display:none; }#KacOsQyICX3NvPAz6i11ESXW3gTnAfJT { top:1rem;left:0rem;width:19.875rem;height:1.125rem;font-size:0.875rem;display:none; }
#ydhDTH8PZ7VmNaG4MMIk82P9isleZyKE { width:47.75rem;height:27.75rem;display:none; }
#IN76sxXzsph814bBbydb5wgChFgeCGrm { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#MSPTenqBkTUDGTPeEn1c135Nk3N0Tba3 { display:block; }
#Hh1nJsvUkMAN3u9NJeNiibU7TdTuKWdO { top:16.1875rem;left:2.357666015625rem;width:11.25rem;height:2.875rem;font-size:0.75rem;display:none; }
#ORgpyRtR1qk2VbImEnkt8BvZ2t3R8Pdg { top:33.6875rem;left:1.74853515625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#QpiJO8J9qVaXPmNWUEWJnwOszPRJ0BXK { width:47.75rem;height:27.75rem;display:none; }
#zkQosckDK8gbkykRTRKpp9kamehivPWG { width:47.75rem;height:27.75rem;display:none; }
#qJhiWbsJtvibRUqSxaxHDXlyd40399SK { top:50.6875rem;left:1.6875rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#bzNHtIdNZ8QJDCBR6IbAAIbRe9KnD1eA { width:47.75rem;height:27.75rem;display:none; }
#g4PyCPEXEgxnrLpWdMXZOIyL4Brn9xOS { top:68.5625rem;left:1.375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#wOzLptFGmG9rriL69hdapBXTrpqGZM0P { width:47.75rem;height:27.75rem;display:none; }
#VXbiDpl6kZviHNQfJF2v3K5uVym936yh { top:83.8125rem;left:1.8125rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#MCXwRTTXGcosIGcMIh2Mcbm16ytX6qiv { width:47.75rem;height:27.75rem;display:none; }
#HevWRENMAUVq8TInZopo6uDm3Uq77MwB { top:99.75rem;left:1.74853515625rem;width:11.25rem;height:2.875rem;font-size:0.75rem;display:none; }
#JUmdg3Amgrr1iNobkWLCCT1sxT74DX5V { width:47.75rem;height:27.75rem;display:none; }
#y99rDDobEI5H6fbx5pPpr8A6JrUQB3iB { top:116.8125rem;left:1.74853515625rem;width:11.25rem;height:2.875rem;font-size:0.75rem;display:none; }
#QVx2xDWIa2Xs8WGroQD9nX77UrkEeBoQ { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#rUodCSNGlL20p2QDT6ewgSmZZc1tlckb { display:block; }
#TbJuPxlV4337E4VJOZ3Mvzi1uZOFe9T5 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#WOn6BHkzDD8B1FGz7Ke8ZCnxNozVTyAV { display:block; }
#R2R6389iHaWu7rX1608nfw6DH3degFIo { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#xN0ULGLxViT5cXcpC9dPffO3Si0czdIT { display:block; }
#NrCAH1SFmmXt152kGCp9T788hg8rTH05 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#J78PsEvpRi2TgeS8hWBaaZp1TSxVJIiv { display:block; }
#agNbLQK1qgD4i2kz6wdEuhdp3TWF4oKp { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#cHueNd6JoHsbicLOoZPd4LlB8Rv0yFT9 { display:block; }
#zwF7Q1A5JEe2ahQzhsdpO8avmWlurTd5 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#mvFQOvznTauBERquyiBsqSawllCSKQGC { display:block; }
#O19IulE48Z16D0nyz59B0KSB21CWWWyy { display:none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container { width:47.75rem;position:relative;display:none; }#IKkCTvAbybAJU4tN5HPItO9TofgABNaU { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#nkD25g10iCvmL1pIFHMZ6Ool0iXzDTmt { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#pubZa9Fgh9IU1FVqs2crDB2fQLQmixtp { width:;height:;top:0rem;display:none; }
#yAKhs1tJQkwwScZZBATiqEwd6IAGxm1T { display:block; }
#HriRSQP9RTmuiyDVtuHgZiwqNQL7TTtn { width:;height:;top:0rem;display:none; }
#yop1sEHXrIO4tryp2VuI20BffTASQhrB { display:block; }
#lKK5XtLa5AIvDc7C0IFAW6gPvTrsgX6E { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#sledZlp4K9n8O1AnzhxSQPTXyl6WB3i6 { top:0rem;width:;height:;display:none; }
#ADhXTXgzHp0tz11oXhZnax3Qe0RyDX6a { top:0rem;width:;height:;display:none; }
#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q { display:none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container { width:47.75rem;position:relative;display:none; }#Kd9OJHVqEptXKHu2rO4BEywTD265RQal { top:2.625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#N7PIFO1T2bMyCm9TSeQ0VCrmOqQFcFiU { top:10.0625rem;left:5.375rem;width:9.9375rem;height:2.9127155172414rem;display:none; }
#F73GBhMsb7PirZt7vxARCHQDXkC4BpbL { top:10.375rem;left:0rem;width:9.375rem;height:2.5358606557377rem;display:none; }
#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 { display:none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container { width:47.75rem;position:relative;display:none; }#NdWSBcl9IZPvbFbfiZpWJZAIx2J1f2VO { width:;height:;top:0rem;display:none; }
#r9pSER4FVTl1vnssptQ3wmgUvqUJcGb1 { width:;height:;top:0rem;display:none; }
#SNRoEATPzhaJhNVXAFWs7eT9nW1ED1tg { width:;height:;top:0rem;display:none; }
#HypMMasaEnJ47ZZh3eAZ68riyhUTkgyo { width:;height:;top:0rem;display:none; }
#tAcVWPf6pAgTSxC4Xhw3IrdfpTr48O7G { width:;height:;top:0rem;display:none; }
#VkdMURQ812CJ4IAE7bBmg1f52MGc88nz { width:;height:;top:0rem;display:none; }
#UTDkJpNvdJaENOXdAapq9P0n9JWnakl3 { width:;height:;top:0rem;display:none; }
#E6Ee4Uqpd7HlCvvNFzWRnyZivQtNaDcL { width:;height:;top:0rem;display:none; }
#DDxMBEKRLnPkQi44KCgff8oEKqdL1cPl { top:1.375rem;left:0.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#y3c8wkrcou0n5nINNMR53uTgKtv9HC02 { top:0rem;width:;height:;display:none; }
#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL { display:none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container { width:47.75rem;position:relative;display:none; }#ooeb4A3DrvXxnKZoheztcZqfRFGmW09J { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#FSf6qPPOdfVX16vpV5PJHsoM5eqAVb6U { width:;height:;top:0rem;display:none; }
#oBsvhuatfDphSL2lxngLpWC83lwdSQIx { width:;height:;top:0rem;display:none; }
#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD { display:none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { width:47.75rem;position:relative;display:none; }#wkCSMGeZTRpix2W6lnDaMCUTpMtquFJf { display:none; }
#sKs4ZdWwn9Xv6tSTE8W04TnaDaPKuXQL { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#ohMunBnzxxGc2N2vKskovvc8cJhuKsdk { display:block; }
#f2znvaEHwk3BizkaNawHQoE8TR1wwM3p { top:83.125rem;left:0rem;width:18.375rem;height:13rem;font-size:0.875rem;display:none; }
#OSv6n5heZyxgcCA3WbDlzZEvsGXUnC2Z { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#g9MFxi9WiseuIyFIOOdgmOeLN7oUe7zy { display:block; }
#xIpfppAckE2VOaZThKsQJAuu1bukPtLZ { top:97.4375rem;left:0rem;width:15.9375rem;height:7.9375rem;font-size:0.875rem;display:none; }
#mKAzr5N8ShuPCKH7QLM4KCSbl7BTbynI { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#KDdhLw56Z08K47QcfMBW9W4TKLWpATon { display:block; }
#HnxIvBk2n17saKb9biwNKEiLFFmDHEhP { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#if7Sq4nqzEU5U3ibv1Aa6Udtp9XLCy2I { display:block; }
#HtUvOK6z1SoboD8tR48bcQTOc5ydVSb4 { top:114.5rem;left:0rem;width:15.9375rem;height:6.8125rem;font-size:0.8125rem;display:none; }
#LClHcenS4kTI40nmzorkWUlHghf2A7FW { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#yvTHuVoIq4cpAamlvaefAcLpW4eeOSlg { display:block; }
#bbfIRz8Z0F2ozrX7WGHZCI4OnT8qtLQT { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#oHTuWDM8ObqwuPJwAxINw1WJbDMkHKx9 { display:block; }
#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A { display:block; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { width:47.75rem;position:relative;display:block; }#ZNrhheaWgnDklCNo7QcLXDb9i5o91LSq { top:0.625rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#WtKRXfWTwLuSgdCqXqq3dbs9fee67lTC { top:8.75rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#RyaBFo5TKOCKEglCnX9itp9KOP83emPl { top:0.625rem;left:14.466796875rem;width:6.875rem;height:6.875rem;display:block; }
#IDIIzDhOTZp1UCoUVlc9TTcsGEnfIkNI { top:8.75rem;left:9.375rem;width:14.5rem;height:7.9375rem;font-size:1rem;display:block; }
#MRqdmPZncTE093z1IU7lmhmGtn1EVWek { display:none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container { width:47.75rem;position:relative;display:none; }#ch3C1zXeEwAT0vgbzxP5oUk6kB3a71Bv { top:0rem;width:;height:;display:none; }
#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt { 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; } #B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row .container { width:47.75rem;position:relative;display:block; }body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/63058d09-b69d-47cb-883c-584e83fdcc95/Untitleddesign2.crop_653x315_98,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU.adaptive-delivery-prevent-bg, #wWpgssmpsboKof8JAEk5dJ8vDddaFSLU.lazyload, #wWpgssmpsboKof8JAEk5dJ8vDddaFSLU.lazyloading { background-image: none; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container { background-color: transparent; background-image: none; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container > .video-iframe-container { display: none; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row > .video-iframe-container { display: none; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .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); }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container { border-width: 0; border-radius: 0; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWpgssmpsboKof8JAEk5dJ8vDddaFSLU > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.adaptive-delivery-prevent-bg, #tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.lazyload, #tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.lazyloading { background-image: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { background-color: transparent; background-image: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container > .video-iframe-container { display: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row > .video-iframe-container { display: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .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); }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { border-width: 0; border-radius: 0; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; }#Z1cKeUEW28VxfFWktvGRo523wa1KWx4F { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:none; }
#siUFGxrcVkXRmQGLOaoXTHRxfkSiWlcG { 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; }
#nHMG2SOwvQFy2ZpM3T5hhJ6VHOvvlNwK { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x7igb6TUp7iumILBnI2mZyClZoqwR6Z0 { width:8.125rem;height:3.1875rem;top:4.7473959922791rem;left:5.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RJbSkdnMky3p6t7cPEPm1quQxDZE7Qtt { width:20rem;height:4.62890625rem;top:8.5625rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M8mxcaR0828i05EB9q4qrumwg3nHTRFl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lBZaIVi3L7xoVrxPhF9GzRE3nNrB6fQD { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JAVkEbD3OeQo1z84wHK0aT79eP5A56kq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KWoy4N5uNxneCXQRZIs4au4SF9p2WJnm {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lpuVnSrZXApxSXghnd8P50V2egdBdQAQ { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EEzG5lhRCJSJ8uVOQTb0ucHiIAQ1UGLw {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OwvbRC2XOn4du3ZOsqOHuv5IAnGyiQ7g {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3G5JsF9kXLo7NPxN5hxEdVWd4S1Iba7 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T16TTd80soMHbqtO9AuTMRwBKlzrnqgX {  }
#GUmO1PxqL0894Sdz5cEGsyCtJ0vkTX84 { display:block; }
#glEnwTsTa2AMrnbr4kbcmgnh08c0xs8p { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ERmfxPEZ4StBXT3FHh0d6XGDsJDyOoiu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BdvaOm1fChk6pmaJ5rfalX6keuUtbzF4 {  }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#ObrL4VauggUVnWo9bnz6ibXLEV68ABXu { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#dzK9L3JPFDq4s1mqzkLQ843gTO9ki0M2 { top:19.3125rem;left:0rem;width:20rem;height:13.5rem;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#ePP23R8chVBD5T1p6lHUlkEQJ0JZzFkA { top:24.3125rem;left:3.75rem;width:12.5rem;height:1.54296875rem;z-index:15153;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#sxUBBZoHwua4gSWEg7uc9ugTx3DZDTu1 { width:12.433625rem;height:0.81176875rem;top:65.062285423281rem;left:3.7825520634651rem;font-size:0.625rem;z-index:15019;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O { display:flex;width:3.125rem;height:3.125rem;top:55.624350547791rem;left:15.937501251697rem;z-index:14995; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF { display:flex;width:2.625rem;height:2.625rem;top:55.875002861023rem;left:1.4366319775581rem;z-index:14996; }
#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#f7ek0usLNnouPqOea6Z1TBDyLyC5zLoJ { width:19.375rem;height:1.54296875rem;top:16.5rem;left:0.3125rem;font-size:1.1875rem;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Dx6QclGO2A8seoMTXPXlvVQ1IXOh948H {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q56hugbN4Rq19lGlaXRZX45ShskF98oR { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FvfPRP0DDrBZ0yfZWhJ24ONoPyQ615ns {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R8ROmI1HtNaUDXaEUIXPavg71XODKEha {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ko8L8Bm4ILNHUCs6iteb4XVFJstyNhR8 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #pW5OvkZtb0sduBokoyHiT3kdsKf2v7qs {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bIdU3XSnd0u9XoJ99FrETnoBB5HdHq1u {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UH4rZIr56W7vU2DMEocbxCh31ovemRPg { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nzKokT3GmNmqiDn06IUfWwf9wc2pJZiV {  }
#IXasCcxvGKdTWIlo8Is4iaBagrQQgiKe { display:block; }
#MDZRIOQSIzWC76Tx5IIJq5HJ5ZsJtmka { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O5T3pwKcsH57LUTOzr4B4vAz03LJd24Z {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R0sO7XJe3RcFtDSTMQfhzxPDWBEBKRSO {  }
#aPBxMGqM7XMDUGd04959q2pp2PCxcmiX { width:18.275rem;height:3.0625rem;top:55.687285423279rem;left:0.87456601858137rem;font-size:1rem;line-height:2;z-index:14990;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 #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;display:block; }
#gCWI8g6ViA5lWyMMDz3XVm9aT3gULFzq { display:block; }
#fLEOfn7BRw1IgfgcbWUG3JKbc539KKfo { width:18.2rem;height:2.9875rem;top:60.249999046326rem;left:0.87456601858137rem;font-size:1rem;line-height:2;z-index:14991;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; }
#LXXuC4BGoTBhlTf9ZxONeKdGpchBRIxI { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;height:2.4375rem;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;overflow:hidden;height:2.4375rem;border-top:0.0625rem solid #e2ceb0;border-left:0.0625rem solid #e2ceb0;border-right:0.0625rem solid #e2ceb0;border-bottom:0.0625rem solid #e2ceb0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;font-weight:400;font-style:normal;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none;color:rgba(var(--color-tertiary-4),1); }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { float:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:17.5rem;height:auto;top:25.873480796814rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { color:#b80023;line-height:1.6;overflow:hidden;height:auto;font-size:0.6875rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:17.5rem;height:auto;top:25.873480796814rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iTCaPlem65wf9WWWDmP3zCCk6vuUxW0c {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #D28RRMnssxhcvvccFI4FbLZMnJ6QvLIe {  }
#rJNoiCJkeI5QiJrmz6ICrtR9Uc3qpTbo { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#rX6OyJ1HVMd7seXKglfNXXlJ8yK6dQ0a { width:3.375rem;height:2.5625rem;top:20.80810546875rem;left:8.40576171875rem;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#guuKCtkrLgvWri9BB9cETT7aKJPncnT6 { width:11.124rem;height:2.4375rem;top:51.082763671875rem;left:4.405517578125rem;font-size:1.25rem;border-top:0.1875rem solid #e2bc89;border-left:0.1875rem solid #e2bc89;border-right:0.1875rem solid #e2bc89;border-bottom:0.1875rem solid #e2bc89;font-family:var(--headlines-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15019;display:block; }
#Oh5BCobQDmHFhUbPT2N1aMx0GM5UL6av { display:block; }
#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X { display:block; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X { background-color: transparent; background-image: none; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row .container > .video-iframe-container { display: none; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row > .video-iframe-container { display: none; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .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); }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X { border-width: 0; border-radius: 0; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row .container { width:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:116.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row .container.adaptive-delivery-prevent-bg, #xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row .container.lazyload, #xlKOOTEiacfexEUzu5KBT2MDZl89Mf6X > .row .container.lazyloading { background-image: none; }#KacOsQyICX3NvPAz6i11ESXW3gTnAfJT { width:19.9353125rem;height:1.13769375rem;top:1.044921875rem;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;font-family:var(--paragraphs-font-family);display:block; }
#ydhDTH8PZ7VmNaG4MMIk82P9isleZyKE { 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; }
#IN76sxXzsph814bBbydb5wgChFgeCGrm { width:7.2495rem;height:2.061525rem;top:15.66943359375rem;left:0.625rem;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);z-index:15018;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#MSPTenqBkTUDGTPeEn1c135Nk3N0Tba3 { display:block; }
#Hh1nJsvUkMAN3u9NJeNiibU7TdTuKWdO { width:11.25rem;height:2.92318125rem;top:15.7255859375rem;left:8.357666015625rem;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;font-family:var(--paragraphs-font-family);display:block; }
#ORgpyRtR1qk2VbImEnkt8BvZ2t3R8Pdg { width:11.25rem;height:1.9482375rem;top:32.68017578125rem;left:7.87353515625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15024;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#QpiJO8J9qVaXPmNWUEWJnwOszPRJ0BXK { top:20.31201171875rem;left:0.374755859375rem;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; }
#zkQosckDK8gbkykRTRKpp9kamehivPWG { top:36.375rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15027;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#qJhiWbsJtvibRUqSxaxHDXlyd40399SK { width:11.25rem;height:1.9482375rem;top:48.625rem;left:7.8125rem;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;font-family:var(--paragraphs-font-family);display:block; }
#bzNHtIdNZ8QJDCBR6IbAAIbRe9KnD1eA { top:51.875rem;left:0rem;width:19.375rem;height:11.25rem;z-index:15030;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#g4PyCPEXEgxnrLpWdMXZOIyL4Brn9xOS { width:11.25rem;height:1.9482375rem;top:64.0625rem;left:7.625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15030;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#wOzLptFGmG9rriL69hdapBXTrpqGZM0P { top:68.25rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15033;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#VXbiDpl6kZviHNQfJF2v3K5uVym936yh { width:9.25rem;height:1.94921875rem;top:79.6865234375rem;left:9.9990234375rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15033;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#MCXwRTTXGcosIGcMIh2Mcbm16ytX6qiv { top:83.123779296875rem;left:0.1875rem;width:19.375rem;height:11.25rem;z-index:15036;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#HevWRENMAUVq8TInZopo6uDm3Uq77MwB { width:11.25rem;height:2.923175rem;top:94.562255859375rem;left:8.125rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15036;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#JUmdg3Amgrr1iNobkWLCCT1sxT74DX5V { top:99.18212890625rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15039;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#y99rDDobEI5H6fbx5pPpr8A6JrUQB3iB { width:11.25rem;height:2.92235625rem;top:111.6865234375rem;left:8.125rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15039;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#QVx2xDWIa2Xs8WGroQD9nX77UrkEeBoQ { width:7.1860625rem;height:1.99805rem;top:32.6220703125rem;left:0.625rem;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);z-index:15019;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#rUodCSNGlL20p2QDT6ewgSmZZc1tlckb { display:block; }
#TbJuPxlV4337E4VJOZ3Mvzi1uZOFe9T5 { width:7.1225625rem;height:1.93456875rem;top:48.597412109375rem;left:0.65673828125rem;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);z-index:15020;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#WOn6BHkzDD8B1FGz7Ke8ZCnxNozVTyAV { display:block; }
#R2R6389iHaWu7rX1608nfw6DH3degFIo { width:7.1225625rem;height:1.93456875rem;top:64.62158203125rem;left:0.65673828125rem;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);z-index:15021;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#xN0ULGLxViT5cXcpC9dPffO3Si0czdIT { display:block; }
#NrCAH1SFmmXt152kGCp9T788hg8rTH05 { width:7.0590625rem;height:1.87109375rem;top:111.89892578125rem;left:1.063232421875rem;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);z-index:15022;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#J78PsEvpRi2TgeS8hWBaaZp1TSxVJIiv { display:block; }
#agNbLQK1qgD4i2kz6wdEuhdp3TWF4oKp { width:7.0590625rem;height:1.87109375rem;top:80.25634765625rem;left:0.687255859375rem;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);z-index:15023;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#cHueNd6JoHsbicLOoZPd4LlB8Rv0yFT9 { display:block; }
#zwF7Q1A5JEe2ahQzhsdpO8avmWlurTd5 { width:6.995625rem;height:1.80761875rem;top:95.44140625rem;left:0.938232421875rem;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);z-index:15024;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#mvFQOvznTauBERquyiBsqSawllCSKQGC { display:block; }
#O19IulE48Z16D0nyz59B0KSB21CWWWyy { 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; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container { background-color: transparent; background-image: none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container > .video-iframe-container { display: none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row > .video-iframe-container { display: none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .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); }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container { border-width: 0; border-radius: 0; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#IKkCTvAbybAJU4tN5HPItO9TofgABNaU { top:0.9375rem;left:0.46875rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#nkD25g10iCvmL1pIFHMZ6Ool0iXzDTmt { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pubZa9Fgh9IU1FVqs2crDB2fQLQmixtp { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yAKhs1tJQkwwScZZBATiqEwd6IAGxm1T { display:block; }
#HriRSQP9RTmuiyDVtuHgZiwqNQL7TTtn { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yop1sEHXrIO4tryp2VuI20BffTASQhrB { display:block; }
#lKK5XtLa5AIvDc7C0IFAW6gPvTrsgX6E { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#sledZlp4K9n8O1AnzhxSQPTXyl6WB3i6 { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#ADhXTXgzHp0tz11oXhZnax3Qe0RyDX6a { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container { background-color: transparent; background-image: none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container > .video-iframe-container { display: none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row > .video-iframe-container { display: none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .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); }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container { border-width: 0; border-radius: 0; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#Kd9OJHVqEptXKHu2rO4BEywTD265RQal { width:20rem;height:1.05625rem;top:1.0750007629394rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15019;display:block; }
#N7PIFO1T2bMyCm9TSeQ0VCrmOqQFcFiU { width:7.25rem;height:2.125rem;top:3.0625002384186rem;left:10.399999976158rem;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#F73GBhMsb7PirZt7vxARCHQDXkC4BpbL { width:7.625rem;height:2.0625rem;top:3.1250002384186rem;left:2.5867187976837rem;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 { 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; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container { background-color: transparent; background-image: none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container > .video-iframe-container { display: none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row > .video-iframe-container { display: none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .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); }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container { border-width: 0; border-radius: 0; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#NdWSBcl9IZPvbFbfiZpWJZAIx2J1f2VO { 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; }
#r9pSER4FVTl1vnssptQ3wmgUvqUJcGb1 { 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; }
#SNRoEATPzhaJhNVXAFWs7eT9nW1ED1tg { 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; }
#HypMMasaEnJ47ZZh3eAZ68riyhUTkgyo { 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; }
#tAcVWPf6pAgTSxC4Xhw3IrdfpTr48O7G { 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; }
#VkdMURQ812CJ4IAE7bBmg1f52MGc88nz { 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; }
#UTDkJpNvdJaENOXdAapq9P0n9JWnakl3 { 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; }
#E6Ee4Uqpd7HlCvvNFzWRnyZivQtNaDcL { 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; }
#DDxMBEKRLnPkQi44KCgff8oEKqdL1cPl { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#y3c8wkrcou0n5nINNMR53uTgKtv9HC02 { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL { 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; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container { background-color: transparent; background-image: none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container > .video-iframe-container { display: none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row > .video-iframe-container { display: none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .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); }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container { border-width: 0; border-radius: 0; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#ooeb4A3DrvXxnKZoheztcZqfRFGmW09J { top:1.5rem;left:12.187500357628rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#FSf6qPPOdfVX16vpV5PJHsoM5eqAVb6U { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oBsvhuatfDphSL2lxngLpWC83lwdSQIx { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD { 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; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.adaptive-delivery-prevent-bg, #az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.lazyload, #az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.lazyloading { background-image: none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { background-color: transparent; background-image: none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container > .video-iframe-container { display: none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row > .video-iframe-container { display: none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .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); }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { border-width: 0; border-radius: 0; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { width:20rem;height:50rem;position:relative;display:block; }#wkCSMGeZTRpix2W6lnDaMCUTpMtquFJf { top:0rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:14991;background-color:#eaeaea;background-image:none;display:block; }
#sKs4ZdWwn9Xv6tSTE8W04TnaDaPKuXQL { width:17.2875rem;height:1.7875rem;top:1.5624971389771rem;left:1.3187500238419rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15001;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; }
#ohMunBnzxxGc2N2vKskovvc8cJhuKsdk { display:block; }
#f2znvaEHwk3BizkaNawHQoE8TR1wwM3p { top:3.9375rem;left:2.0937501192093rem;width:15.9375rem;height:11.3769375rem;z-index:15003;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#OSv6n5heZyxgcCA3WbDlzZEvsGXUnC2Z { width:6.25rem;height:2.5rem;top:13.8125rem;left:0.9375rem;z-index:15013;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.875rem;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; }
#g9MFxi9WiseuIyFIOOdgmOeLN7oUe7zy { display:block; }
#xIpfppAckE2VOaZThKsQJAuu1bukPtLZ { top:21.250000953674rem;left:2.0312501192093rem;width:15.9375rem;height:6.8261875rem;z-index:15005;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#mKAzr5N8ShuPCKH7QLM4KCSbl7BTbynI { width:6.25rem;height:2.5rem;top:30.625rem;left:1rem;z-index:15011;font-size:0.875rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;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; }
#KDdhLw56Z08K47QcfMBW9W4TKLWpATon { display:block; }
#HnxIvBk2n17saKb9biwNKEiLFFmDHEhP { width:17.2875rem;height:1.7875rem;top:18.625000953674rem;left:1.3187500238419rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15004;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; }
#if7Sq4nqzEU5U3ibv1Aa6Udtp9XLCy2I { display:block; }
#HtUvOK6z1SoboD8tR48bcQTOc5ydVSb4 { top:38.5625rem;left:1.9375rem;width:15.9375rem;height:6.33544375rem;z-index:15009;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.8125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#LClHcenS4kTI40nmzorkWUlHghf2A7FW { width:17.3625rem;height:1.8625rem;top:35.875rem;left:1.375rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15007;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; }
#yvTHuVoIq4cpAamlvaefAcLpW4eeOSlg { display:block; }
#bbfIRz8Z0F2ozrX7WGHZCI4OnT8qtLQT { width:6.25rem;height:2.5rem;top:45.812491416931rem;left:1.3187500238419rem;z-index:15012;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.875rem;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; }
#oHTuWDM8ObqwuPJwAxINw1WJbDMkHKx9 { display:block; }
#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A { 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; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.adaptive-delivery-prevent-bg, #OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.lazyload, #OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.lazyloading { background-image: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { background-color: transparent; background-image: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container > .video-iframe-container { display: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row > .video-iframe-container { display: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .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); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { border-width: 0; border-radius: 0; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#ZNrhheaWgnDklCNo7QcLXDb9i5o91LSq { width:6.875rem;height:6.875rem;top:21rem;left:6.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WtKRXfWTwLuSgdCqXqq3dbs9fee67lTC { width:14.4980625rem;height:12.7929875rem;top:29.125rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#RyaBFo5TKOCKEglCnX9itp9KOP83emPl { width:6.875rem;height:6.875rem;top:1.875rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IDIIzDhOTZp1UCoUVlc9TTcsGEnfIkNI { width:14.4980625rem;height:6.39648125rem;top:10rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#MRqdmPZncTE093z1IU7lmhmGtn1EVWek { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container { background-color: transparent; background-image: none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container > .video-iframe-container { display: none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row > .video-iframe-container { display: none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .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); }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container { border-width: 0; border-radius: 0; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; }#ch3C1zXeEwAT0vgbzxP5oUk6kB3a71Bv { top:2.4374876022339rem;left:0rem;width:20rem;height:21.75rem;z-index:15000;display:block; }
#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt.adaptive-delivery-prevent-bg, #B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt.lazyload, #B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt.lazyloading { background-image: none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row .container { background-color: transparent; background-image: none; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row .container > .video-iframe-container { display: none; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row > .video-iframe-container { display: none; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .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); }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row .container { border-width: 0; border-radius: 0; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt::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; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B16WfVCUFGsCwKAf9d2ORw6xlGye4Eyt > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }