.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:246,238,226;--color-primary-1:229,203,167;--color-primary-2:211,169,109;--color-primary-3:165,123,62;--color-primary-4:125,88,35;--color-secondary-0:93,165,49;--color-secondary-1:72,148,26;--color-secondary-2:41,98,5;--color-secondary-3:27,72,1;--color-secondary-4:11,33,2;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { 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/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#UkbZotn9txt1IDXHMvbgVubFQvANkWrx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53863db0-176f-41ec-a6b8-e1285927be32/VerdanaPoolVilla02.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx.adaptive-delivery-prevent-bg, #UkbZotn9txt1IDXHMvbgVubFQvANkWrx.lazyload, #UkbZotn9txt1IDXHMvbgVubFQvANkWrx.lazyloading { background-image: none; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container { background-color: transparent; background-image: none; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,9,0.34); }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container > .video-iframe-container { display: none; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,9,0.34); }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row > .video-iframe-container { display: none; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .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); }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container { border-width: 0; border-radius: 0; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#RJnZifJroETkyUffPdktoTOoMCXSDuin { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #0d2a21);background-image: -moz-linear-gradient(180deg, #257054, #0d2a21);background-image: -ms-linear-gradient(180deg, #257054, #0d2a21);background-image: -o-linear-gradient(180deg, #257054, #0d2a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#0d2a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#0d2a21' );";background-image: linear-gradient(180deg, #257054, #0d2a21);background-size:auto !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:0rem;border-bottom-right-radius:0rem;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:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.6875rem;left:27.25rem;display:block; }
#GocefMgq5U5WOAx9rKtJh2GJb15zq27I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aNvXEaPxdPQy6nNQSJ6w0RIZQLdqZW3e { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:8.875rem;width:9.9375rem;top:7.875rem;left:32.625rem;overflow:hidden;display:block; }
#cMPCC2v6F3ZUrSDsqfmXwg3rO04CzeoW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.8125rem;left:31.8125rem;height:1.42448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0zlxIZyqIBdMXP3b1ol6n8V7KcsycaM { box-sizing:content-box;color:#5d92ff;font-size:44.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.75rem;left:30.6875rem; }
#EkamIxi598r1dhPC8CwzowZq4Bg4ZOCD { box-sizing:content-box;height:3.4375rem;width:25.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0.37);background-image:none;top:22.375rem;left:24.5625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#tIvu2714SOgpQIGumteQkaLOI1DqsNE4 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.0625rem;left:32.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9FPCV8dvUbZIzyDKpx1COG7glPCVALT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:23.375rem;left:26.25rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qlyv2ts6aXKdpufqiUQSFp85B6Bkaix0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:marcellus;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:23.4375rem;left:40.375rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8Ez1g8sfH6QnQaqsvPLgQbDFFCnEVfm { color:#ffffff;display:block;width:4rem;position:absolute;font-family:marcellus;font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:24.750000953674rem;left:43.666667938233rem;height:0.75550625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b0fd6de-efb3-49ce-962d-efc2d736ed62/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF.adaptive-delivery-prevent-bg, #vynThMc67pCqLmVNQOF4lFNq1bXNCJOF.lazyload, #vynThMc67pCqLmVNQOF4lFNq1bXNCJOF.lazyloading { background-image: none; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row .container { background-color: transparent; background-image: none; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row .container > .video-iframe-container { display: none; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row > .video-iframe-container { display: none; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .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); }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row .container { border-width: 0; border-radius: 0; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF::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; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#h5pBanTzrXS9RGMcMXinWINayCqQrwTe { color:#257054;display:block;width:27.9980625rem;position:absolute;font-family:marcellus;font-size:3.375rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:4.375rem;left:23.5rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uC4ZUcRgbWSIzDD5Bc8rMlonfZ47hqJF { box-sizing:content-box;height:5.75rem;width:28.375rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5609e34-9675-4a39-9d1d-c233ed7fd6ba/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.16) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:12.6875rem;left:6.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#uC4ZUcRgbWSIzDD5Bc8rMlonfZ47hqJF.adaptive-delivery-prevent-bg, #uC4ZUcRgbWSIzDD5Bc8rMlonfZ47hqJF.lazyload, #uC4ZUcRgbWSIzDD5Bc8rMlonfZ47hqJF.lazyloading { background-image: none; }
#uC4ZUcRgbWSIzDD5Bc8rMlonfZ47hqJF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#uC4ZUcRgbWSIzDD5Bc8rMlonfZ47hqJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.89); }#DvR8Xrak97UreUtzRTrJIrTw14iCNPHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:14.1875rem;left:14.875rem;height:2.923825rem;font-style:normal;display:block; }
#MsWpXBA75Ry73GntzrW1kNr5cDUGgKJG { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:3.8125rem;top:13.8125rem;left:9.0625rem;overflow:hidden;display:block; }
#fJEX4a4GABcgQULM7iSCoUwBCc8cf6pT { box-sizing:content-box;height:5.75rem;width:28.375rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5609e34-9675-4a39-9d1d-c233ed7fd6ba/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.16) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:12.75rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#fJEX4a4GABcgQULM7iSCoUwBCc8cf6pT.adaptive-delivery-prevent-bg, #fJEX4a4GABcgQULM7iSCoUwBCc8cf6pT.lazyload, #fJEX4a4GABcgQULM7iSCoUwBCc8cf6pT.lazyloading { background-image: none; }
#fJEX4a4GABcgQULM7iSCoUwBCc8cf6pT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#fJEX4a4GABcgQULM7iSCoUwBCc8cf6pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.89); }#MTW38ieKDgqOTa0vtvvoI16s3G621dhi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:14.25rem;left:47.5625rem;height:2.923825rem;font-style:normal;display:block; }
#pKvVPXVZz8iqaGWFIRhV37MJtCvi9Hg2 { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:4.75rem;top:14.375rem;left:41.28125rem;overflow:hidden;display:block; }
#H0Zveqekk9MpTRcwgG216JrkcUqk9qgM { box-sizing:content-box;height:5.75rem;width:28.375rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5609e34-9675-4a39-9d1d-c233ed7fd6ba/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.16) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:21.8125rem;left:6.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#H0Zveqekk9MpTRcwgG216JrkcUqk9qgM.adaptive-delivery-prevent-bg, #H0Zveqekk9MpTRcwgG216JrkcUqk9qgM.lazyload, #H0Zveqekk9MpTRcwgG216JrkcUqk9qgM.lazyloading { background-image: none; }
#H0Zveqekk9MpTRcwgG216JrkcUqk9qgM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#H0Zveqekk9MpTRcwgG216JrkcUqk9qgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.89); }#OMOe3addU3uv7ktonvn4NevufMQ4fbTc { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:2.875rem;top:23.03125rem;left:9.53125rem;overflow:hidden;display:block; }
#VC016mtr7VPAT6krAqND1lBws15LcnHP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:23.3125rem;left:14.875rem;height:2.923825rem;font-style:normal;display:block; }
#HoEVp8tLsu56aaui3Bo36kP2nnMhLdLf { box-sizing:content-box;height:5.75rem;width:28.375rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5609e34-9675-4a39-9d1d-c233ed7fd6ba/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.16) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:21.8125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#HoEVp8tLsu56aaui3Bo36kP2nnMhLdLf.adaptive-delivery-prevent-bg, #HoEVp8tLsu56aaui3Bo36kP2nnMhLdLf.lazyload, #HoEVp8tLsu56aaui3Bo36kP2nnMhLdLf.lazyloading { background-image: none; }
#HoEVp8tLsu56aaui3Bo36kP2nnMhLdLf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#HoEVp8tLsu56aaui3Bo36kP2nnMhLdLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.89); }#pwTPJDDJynJxJNA1U8x4IAAQaEzkbCU7 { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:5.5rem;top:23.03125rem;left:40.78125rem;overflow:hidden;display:block; }
#Fbm1HcpIS674yPFFgbSriL5nhGhHPL46 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:23.3125rem;left:47.5625rem;height:2.923825rem;font-style:normal;display:block; }
#F2mNt1O0oet2PqAcaQgPTrkb84zaTHuy { box-sizing:content-box;height:5.75rem;width:28.375rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5609e34-9675-4a39-9d1d-c233ed7fd6ba/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.16) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:31rem;left:7rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#F2mNt1O0oet2PqAcaQgPTrkb84zaTHuy.adaptive-delivery-prevent-bg, #F2mNt1O0oet2PqAcaQgPTrkb84zaTHuy.lazyload, #F2mNt1O0oet2PqAcaQgPTrkb84zaTHuy.lazyloading { background-image: none; }
#F2mNt1O0oet2PqAcaQgPTrkb84zaTHuy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#F2mNt1O0oet2PqAcaQgPTrkb84zaTHuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.89); }#sBZ77u2B2Pa8tXQOPZxt0v1ui1y2LULO { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:3.4375rem;top:32.125rem;left:9.125rem;overflow:hidden;display:block; }
#OQaWSwpU8XdRuIM9Z2cAcx6fatONpu9d { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:32.5rem;left:14.9375rem;height:2.923825rem;font-style:normal;display:block; }
#cZI6ZT1os83SG5anwOGJzPvfecOcKvv5 { box-sizing:content-box;height:5.75rem;width:28.375rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5609e34-9675-4a39-9d1d-c233ed7fd6ba/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.16) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:31rem;left:39.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#cZI6ZT1os83SG5anwOGJzPvfecOcKvv5.adaptive-delivery-prevent-bg, #cZI6ZT1os83SG5anwOGJzPvfecOcKvv5.lazyload, #cZI6ZT1os83SG5anwOGJzPvfecOcKvv5.lazyloading { background-image: none; }
#cZI6ZT1os83SG5anwOGJzPvfecOcKvv5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#cZI6ZT1os83SG5anwOGJzPvfecOcKvv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.89); }#t4su7Iqx4Hrw5spdDZuncrLyKOPbclg5 { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:3.8125rem;top:32.28125rem;left:41.75rem;overflow:hidden;display:block; }
#eXwXPlJ8zJ1RLanfMBvAQlwGDBaF1KzS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:32.5rem;left:47.625rem;height:2.923825rem;font-style:normal;display:block; }
#cbuL297qig7DXWisq3s7WmOnTB7OTWxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b0fd6de-efb3-49ce-962d-efc2d736ed62/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV.adaptive-delivery-prevent-bg, #cbuL297qig7DXWisq3s7WmOnTB7OTWxV.lazyload, #cbuL297qig7DXWisq3s7WmOnTB7OTWxV.lazyloading { background-image: none; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container { background-color: transparent; background-image: none; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container > .video-iframe-container { display: none; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row > .video-iframe-container { display: none; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .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); }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container { border-width: 0; border-radius: 0; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV::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; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#UN6SKO7kE1So8NwWW232RUtcXGfswDJN { box-sizing:content-box;height:21.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f6ffee;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#MWV8IITRVHi5ONfFhhTQhn14FgbrzsxZ { box-sizing:content-box;height:21.875rem;width:32.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/a3f424a5-d037-4960-9a61-05e181151963/ChatGPTImage10256911_16_38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#MWV8IITRVHi5ONfFhhTQhn14FgbrzsxZ.adaptive-delivery-prevent-bg, #MWV8IITRVHi5ONfFhhTQhn14FgbrzsxZ.lazyload, #MWV8IITRVHi5ONfFhhTQhn14FgbrzsxZ.lazyloading { background-image: none; }
#MJexpgt6tZt25zgD9AEGS0eBQnm3A8DH { box-sizing:content-box;height:21.875rem;width:13.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #f6ffee, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #f6ffee, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #f6ffee, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #f6ffee, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ffee', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ffee', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #f6ffee, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:18.4375rem;display:block; }
#IpDrxqncTyMenkHKot1kJta5SN30DVhm { color:#257054;display:block;width:32.6875rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:34.0625rem;height:3.25rem;font-style:normal;display:block; }
#oAmCiqbnJaDtoITSyAzSdZkm3KzkmeHD { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:34.0625rem;height:3.25rem;font-style:normal;display:block; }
#ai2y5Xi9L8mM4RXJopkZLoZetBHWwKSO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.4375rem;left:34.0625rem; }
#S82atktaNq5L8QTUQcP8MDydyMX1mudg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:12.125rem;left:34.0625rem; }
#HKNIKAvzsArP7IlJWJ9tldEHuCkMtAB5 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:36.8125rem;height:1.2999125rem;font-style:normal;display:block; }
#funnTgxLD0R9kBeJwTrCDJRRPIIXFiaS { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5625rem;left:36.8125rem;height:1.2999125rem;font-style:normal;display:block; }
#LhQMtGJt4lTuWXrv7XJQyq3r4Q806bKT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #0d2a21);background-image: -moz-linear-gradient(180deg, #257054, #0d2a21);background-image: -ms-linear-gradient(180deg, #257054, #0d2a21);background-image: -o-linear-gradient(180deg, #257054, #0d2a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#0d2a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#0d2a21' );";background-image: linear-gradient(180deg, #257054, #0d2a21);background-size:auto !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:0rem;border-bottom-right-radius:0rem;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:marcellus;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.3125rem;left:34.0625rem;display:block; }
#KZwzaAMseD6ZyI4JZTRrCSpAvEWGRIIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a06081-d8c2-4b59-b8c8-cfffd54b2aff/bg5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1rem;font-weight:400;color:#000000;width:20.4375rem;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;font-style:normal;overflow:hidden;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem 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:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem 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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #0d2a21);background-image: -moz-linear-gradient(180deg, #257054, #0d2a21);background-image: -ms-linear-gradient(180deg, #257054, #0d2a21);background-image: -o-linear-gradient(180deg, #257054, #0d2a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#0d2a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#0d2a21' );";background-image: linear-gradient(180deg, #257054, #0d2a21);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.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.2465286254883rem;left:47.965276718139rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.2465286254883rem;left:47.965276718139rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#17563f;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#17563f;display:block;width:31.9375rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:8.4375rem;left:5.125rem;height:3.75rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#17563f;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.25rem;left:5.125rem;height:5.25rem;font-style:normal;display:block; }
#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 { 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/81dbbf38-b999-4f9e-8161-f25834f4979a/bg3.png");background-position:center right !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; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1.adaptive-delivery-prevent-bg, #e8GUl1n00cK6lo60TRAI6XxsfEubggl1.lazyload, #e8GUl1n00cK6lo60TRAI6XxsfEubggl1.lazyloading { background-image: none; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container { background-color: transparent; background-image: none; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container > .video-iframe-container { display: none; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row > .video-iframe-container { display: none; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .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); }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container { border-width: 0; border-radius: 0; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#rQTxK1Uvxe88n0LzD5pVzLMG0VpvaDoP { box-sizing:content-box;height:22rem;width:33.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.875rem;left:40.59375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#AfGGOvtGZdsEnsgbvUTIiJk1boStTny8 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:7.625rem;top:8.875rem;left:52.3125rem;overflow:hidden;display:block; }
#FffCHTvU8VA7neT5zqaBsonlLl54mUXA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:17.8125rem;left:42.90625rem;height:7.22265rem;font-style:normal;display:block; }
#AkQnQJNTUZU47rzGRwg9CZPdafq4itgq { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:17.8125rem;left:52.3125rem;height:7.22265rem;font-style:normal;display:block; }
#uxRIEOnMtTvq9pGqV7lNZQlzXFxiIU2l { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.8125rem;left:54.0625rem;height:7.22265rem;font-style:normal;display:block; }
#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a06081-d8c2-4b59-b8c8-cfffd54b2aff/bg5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB.adaptive-delivery-prevent-bg, #DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB.lazyload, #DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB.lazyloading { background-image: none; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container { background-color: transparent; background-image: none; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container > .video-iframe-container { display: none; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row > .video-iframe-container { display: none; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .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); }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container { border-width: 0; border-radius: 0; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB::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; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#GSrPSMZbeXcnNilLIcFe3ZcrT7AM7KHx { color:#257054;display:block;width:27.9980625rem;position:absolute;font-family:marcellus;font-size:3.375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thJEy6y0WT9oB8mE4drhWH8KNLmyQlyJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -moz-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -ms-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -o-linear-gradient(180deg, #c1dfec, #6b99ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dfec', endColorstr='#6b99ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dfec', endColorstr='#6b99ae' );";background-image: linear-gradient(180deg, #c1dfec, #6b99ae);background-size:auto !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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#7d4849;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.4365234375rem;left:25.8125rem;display:none; }
#Zz4yXT4LeAotOJ7nazuiVO1nfbLQlOUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VT8ZSULEamFadOCdCvUIZEDN4fG059AN { box-sizing:content-box;height:20.125rem;width:36.25rem;position:absolute;display:block;z-index:15160;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.34) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:36.5625rem;display:block; }
#fsNqwqmGb2QD8xVuh8g2S3AxHrXlHMxX { box-sizing:content-box;height:2.8125rem;width:11.875rem;position:absolute;display:block;z-index:15161;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(0,132,63,0.46) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:37.6875rem;display:block; }
#V68UltXC3VSANb3a0dLFm0vG2yd3bBRC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:13.375rem;left:39.3125rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#TFohm2DO0Vle3xdB9zJIVfPDsQ8C7iBV { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15163;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/b3be1aee-eb3c-4b11-97c6-13cbe1813f28/icon11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.6875rem;left:37.6875rem;display:block; }#TFohm2DO0Vle3xdB9zJIVfPDsQ8C7iBV.adaptive-delivery-prevent-bg, #TFohm2DO0Vle3xdB9zJIVfPDsQ8C7iBV.lazyload, #TFohm2DO0Vle3xdB9zJIVfPDsQ8C7iBV.lazyloading { background-image: none; }
#IsWQtq9ZMJHAiZ0sUVTyiNroIGFSk4iI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:19.1875rem;left:40.8125rem;height:1.462675rem;display:block; }
#xdxaa3hkhS3cuEE7e2TITrG1IbIa0yFK { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15165;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/58c30c3f-5876-4b1e-a30f-c0cb26bb2c15/icon13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.6875rem;left:49.75rem;display:block; }#xdxaa3hkhS3cuEE7e2TITrG1IbIa0yFK.adaptive-delivery-prevent-bg, #xdxaa3hkhS3cuEE7e2TITrG1IbIa0yFK.lazyload, #xdxaa3hkhS3cuEE7e2TITrG1IbIa0yFK.lazyloading { background-image: none; }
#GvXnoWl7bJZglUE5VZoukoZkQUkW08MM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:19.1875rem;left:52.875rem;height:1.462675rem;display:block; }
#l5T61LbOo7oMAg6vQwNHtw68l7DXePMM { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15167;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5078f440-b038-488f-8737-b8f5b7c838f3/icon15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.6875rem;left:62.1875rem;display:block; }#l5T61LbOo7oMAg6vQwNHtw68l7DXePMM.adaptive-delivery-prevent-bg, #l5T61LbOo7oMAg6vQwNHtw68l7DXePMM.lazyload, #l5T61LbOo7oMAg6vQwNHtw68l7DXePMM.lazyloading { background-image: none; }
#FgaATrZxOXyblcqHbceUSNET96T7qXZF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:19.1875rem;left:63.4375rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#iNgLS09TX9LrabTS19WTifpc827obfSs { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15165;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/988faf55-a113-4863-b833-476476db5343/icon12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.0625rem;left:37.75rem;display:block; }#iNgLS09TX9LrabTS19WTifpc827obfSs.adaptive-delivery-prevent-bg, #iNgLS09TX9LrabTS19WTifpc827obfSs.lazyload, #iNgLS09TX9LrabTS19WTifpc827obfSs.lazyloading { background-image: none; }
#t0Mc3T0Dtfp9ex6Z2oC3EsGloeOacDZl { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:23.5625rem;left:40.875rem;height:1.462675rem;display:block; }
#ol3T3bwiuRr9BILw198fgZSGh5GvCGo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:23.5625rem;left:52.875rem;height:1.462675rem;display:block; }
#ZLhQZhO0Lce1uh0GWhCnEVzT6IvHkTvL { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15167;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/abfeed7e-e45c-44a7-abaf-a3cfce40777d/icon14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.0625rem;left:49.75rem;display:block; }#ZLhQZhO0Lce1uh0GWhCnEVzT6IvHkTvL.adaptive-delivery-prevent-bg, #ZLhQZhO0Lce1uh0GWhCnEVzT6IvHkTvL.lazyload, #ZLhQZhO0Lce1uh0GWhCnEVzT6IvHkTvL.lazyloading { background-image: none; }
#A8JqMCL9nslb7RRMqCCctqMIP8hySRH8 { box-sizing:content-box;height:3.6875rem;width:36.25rem;position:absolute;display:block;z-index:15160;background-color:#257054;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:36.5625rem;display:block; }
#DdVnLEyh7bzTZJ3q72fc6w3VnoowJuxP { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15169;line-height:1.3;letter-spacing:0;top:29.3125rem;left:42.9375rem;height:1.5434rem;font-style:normal;display:block; }
#WLgPZikEZaF5JHQJAs6E7igpUNQB9K9n { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:marcellus;font-size:2.125rem;font-weight:400;z-index:15170;line-height:1.3;letter-spacing:0;top:28.6865234375rem;left:49.124755859375rem;height:2.76245rem;font-style:normal;display:block; }
#LiAwZrdOWJLdgtXm9lWelZpwJwTZyV5i { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:marcellus;font-size:1.4375rem;font-weight:400;z-index:15171;line-height:1.3;letter-spacing:0;top:29.0625rem;left:58.31201171875rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sCydCDZZ2PR2ztTBG1euR8oeUm9bRIwr { box-sizing:content-box;height:20.125rem;width:36.25rem;position:absolute;display:block;z-index:15177;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.34) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:36.5625rem;display:block; }
#qTvEOaVNcUKx5WdSWwzlvZihHSb7u6Xz { box-sizing:content-box;height:2.8125rem;width:11.875rem;position:absolute;display:block;z-index:15178;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(0,132,63,0.46) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.0625rem;left:37.75rem;display:block; }
#ZQ7wTWRodPZBJo7bhXWlXapkX3mMJJF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:36.5rem;left:39.3125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#v5QD5p8w2EkMb2vBZ6oy5QIvU6QCVqNd { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15180;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/b3be1aee-eb3c-4b11-97c6-13cbe1813f28/icon11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:37.75rem;display:block; }#v5QD5p8w2EkMb2vBZ6oy5QIvU6QCVqNd.adaptive-delivery-prevent-bg, #v5QD5p8w2EkMb2vBZ6oy5QIvU6QCVqNd.lazyload, #v5QD5p8w2EkMb2vBZ6oy5QIvU6QCVqNd.lazyloading { background-image: none; }
#QVTKdyAZF1U3g0O33Ep95ePu7cl2BvCt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:42.3125rem;left:40.875rem;height:1.462675rem;display:block; }
#yIHQilVdlXnRTy5Unbv2iNFDPNQ02Ccq { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15182;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/58c30c3f-5876-4b1e-a30f-c0cb26bb2c15/icon13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:49.4375rem;display:block; }#yIHQilVdlXnRTy5Unbv2iNFDPNQ02Ccq.adaptive-delivery-prevent-bg, #yIHQilVdlXnRTy5Unbv2iNFDPNQ02Ccq.lazyload, #yIHQilVdlXnRTy5Unbv2iNFDPNQ02Ccq.lazyloading { background-image: none; }
#xiEPSkU6IL4ruDLddWZF19U0r4e5UAot { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15182;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/988faf55-a113-4863-b833-476476db5343/icon12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.1875rem;left:37.75rem;display:block; }#xiEPSkU6IL4ruDLddWZF19U0r4e5UAot.adaptive-delivery-prevent-bg, #xiEPSkU6IL4ruDLddWZF19U0r4e5UAot.lazyload, #xiEPSkU6IL4ruDLddWZF19U0r4e5UAot.lazyloading { background-image: none; }
#U1VvydQUpNoV8TV6FHb4iTTPNcKGKU2J { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:46.6875rem;left:40.875rem;height:1.462675rem;display:block; }
#qy3opiiTREMc00rSgGh05pLh0nOe98ak { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15184;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/abfeed7e-e45c-44a7-abaf-a3cfce40777d/icon14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.1875rem;left:49.4375rem;display:block; }#qy3opiiTREMc00rSgGh05pLh0nOe98ak.adaptive-delivery-prevent-bg, #qy3opiiTREMc00rSgGh05pLh0nOe98ak.lazyload, #qy3opiiTREMc00rSgGh05pLh0nOe98ak.lazyloading { background-image: none; }
#QCKI9dHvenanqGm1HpDl0NaGuAPveTi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:42.3125rem;left:52.5625rem;height:1.462675rem;display:block; }
#MmmX7vDsKVmX0ZTwelCu2XDDWiIdfFaM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:46.6875rem;left:52.5625rem;height:1.462675rem;display:block; }
#ViTp0exDZqW6KphKNaX3a7h6rOR1sPC1 { box-sizing:content-box;height:3.6875rem;width:36.25rem;position:absolute;display:block;z-index:15177;background-color:#257054;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.375rem;left:36.5625rem;display:block; }
#KCGkiPEAFlT0no029LK0AdfkxnukX6O7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:marcellus;font-size:2.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:51.8125rem;left:49.125rem;height:2.76171875rem;font-style:normal;display:block; }
#K9ChnNvINVTZOLVnsLf5xh8hR4pXy0KF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:52.4375rem;left:43rem;height:1.5434rem;font-style:normal;display:block; }
#wQlJCm13pW76xbAPlKNtu76SlITx1O3n { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:marcellus;font-size:1.4375rem;font-weight:400;z-index:15188;line-height:1.3;letter-spacing:0;top:52.1875rem;left:58.375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HmUucTOCFx3mdFBg4TgD4XnvWL0Ae4cT { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15184;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5078f440-b038-488f-8737-b8f5b7c838f3/icon15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:62rem;display:block; }#HmUucTOCFx3mdFBg4TgD4XnvWL0Ae4cT.adaptive-delivery-prevent-bg, #HmUucTOCFx3mdFBg4TgD4XnvWL0Ae4cT.lazyload, #HmUucTOCFx3mdFBg4TgD4XnvWL0Ae4cT.lazyloading { background-image: none; }
#bIQWXQRaI2ANilrdXk9ikrTebTF61bxP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:42.3125rem;left:63.625rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#BWKstP3mXW9oALvsVM1X7DNPdTUlibzv { box-sizing:content-box;height:20.125rem;width:36.25rem;position:absolute;display:block;z-index:15160;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.875rem;left:38.75rem;display:none; }
#AcN7KgPNImDm4y4ZdXHOrgnaMUxRrdXP { box-sizing:content-box;height:3.6875rem;width:36.25rem;position:absolute;display:block;z-index:15160;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:38.75rem;display:none; }
#dx3DaVHB8JAzT6Bd4RniRgXuy2huq3aa { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15169;line-height:1.3;letter-spacing:0;top:29.384765625rem;left:45.15625rem;height:1.54296875rem;font-style:normal;display:none; }
#wZPKRlGDSzgvqPvfFCWnlOsJFRzPu7tA { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15165;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/988faf55-a113-4863-b833-476476db5343/icon12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:39.9375rem;display:none; }#wZPKRlGDSzgvqPvfFCWnlOsJFRzPu7tA.adaptive-delivery-prevent-bg, #wZPKRlGDSzgvqPvfFCWnlOsJFRzPu7tA.lazyload, #wZPKRlGDSzgvqPvfFCWnlOsJFRzPu7tA.lazyloading { background-image: none; }
#L5fFgUJ1utydILGbNsg145SManIDkdMs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:23.625rem;left:43.0625rem;height:1.4619125rem;display:none; }
#RLBI5LTIN5IXqTNwyad7aiweCyPmu08e { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15163;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/b3be1aee-eb3c-4b11-97c6-13cbe1813f28/icon11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:39.90625rem;display:none; }#RLBI5LTIN5IXqTNwyad7aiweCyPmu08e.adaptive-delivery-prevent-bg, #RLBI5LTIN5IXqTNwyad7aiweCyPmu08e.lazyload, #RLBI5LTIN5IXqTNwyad7aiweCyPmu08e.lazyloading { background-image: none; }
#cPuHTdXMFnTi4wmsohq0hFydyMpqdHZI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:19.26953125rem;left:43.060546875rem;height:1.4619125rem;display:none; }
#cLCnx9NG6bB8Rl1D40bW3gBX548fu9iy { box-sizing:content-box;height:2.8125rem;width:11.875rem;position:absolute;display:block;z-index:15161;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(0,132,63,0.46) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13rem;left:39.90625rem;display:none; }
#ivUAQFWEJkEXPBGSS10OU3RXXJvzEhUW { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:13.431640625rem;left:41.5rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#ATEJQgvCu2HX18zleOBemPbVR3b8sowB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:marcellus;font-size:2.125rem;font-weight:400;z-index:15170;line-height:1.3;letter-spacing:0;top:28.73046875rem;left:51.3125rem;height:2.76171875rem;font-style:normal;display:none; }
#H51rHmAdT0PP8LsiUwbHsU6RDSFOFAk5 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15165;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/58c30c3f-5876-4b1e-a30f-c0cb26bb2c15/icon13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:51.9375rem;display:none; }#H51rHmAdT0PP8LsiUwbHsU6RDSFOFAk5.adaptive-delivery-prevent-bg, #H51rHmAdT0PP8LsiUwbHsU6RDSFOFAk5.lazyload, #H51rHmAdT0PP8LsiUwbHsU6RDSFOFAk5.lazyloading { background-image: none; }
#HIy59LMRF6ytSUA6hiAPgMSfbE2ZXS1P { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15167;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/abfeed7e-e45c-44a7-abaf-a3cfce40777d/icon14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:51.9375rem;display:none; }#HIy59LMRF6ytSUA6hiAPgMSfbE2ZXS1P.adaptive-delivery-prevent-bg, #HIy59LMRF6ytSUA6hiAPgMSfbE2ZXS1P.lazyload, #HIy59LMRF6ytSUA6hiAPgMSfbE2ZXS1P.lazyloading { background-image: none; }
#D8RyCfahyJZplLKNNbD79V4MTWA47Rbe { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:19.25rem;left:55.0625rem;height:1.4619125rem;display:none; }
#oxh1T3iDWMsSOEyNllHqBk24lUNKtWrQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:23.625rem;left:55.0625rem;height:1.4619125rem;display:none; }
#PhRiWT9emvMrux9FnZV1oqBlgNHZLN03 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:marcellus;font-size:1.4375rem;font-weight:400;z-index:15171;line-height:1.3;letter-spacing:0;top:29.10546875rem;left:59.5rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#ktFloydUxKOgDumPMEnquNpzQNNDvLJf { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15167;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5078f440-b038-488f-8737-b8f5b7c838f3/icon15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:64.375rem;display:none; }#ktFloydUxKOgDumPMEnquNpzQNNDvLJf.adaptive-delivery-prevent-bg, #ktFloydUxKOgDumPMEnquNpzQNNDvLJf.lazyload, #ktFloydUxKOgDumPMEnquNpzQNNDvLJf.lazyloading { background-image: none; }
#XVMwKHbG2D6yMNUzuk1xnCofrwfqoGzA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:19.25rem;left:65.625rem;height:1.4619125rem;text-align:right;text-align-last:right;display:none; }
#b2RKd4TAZXihs2HlKrhBNm2m6o9meBnv { position:absolute;display:block;z-index:15189;border-bottom:0;border-left:0;border-right:0;border-top: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:43.1875rem;width:32.3125rem;top:11.8125rem;left:2.25rem;overflow:hidden;display:block; }
#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a06081-d8c2-4b59-b8c8-cfffd54b2aff/bg5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT.adaptive-delivery-prevent-bg, #QqKnJK03VBH5Hc4POvabQupAzZbpAuyT.lazyload, #QqKnJK03VBH5Hc4POvabQupAzZbpAuyT.lazyloading { background-image: none; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container { background-color: transparent; background-image: none; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container > .video-iframe-container { display: none; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row > .video-iframe-container { display: none; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .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); }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container { border-width: 0; border-radius: 0; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT::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; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#BlXg7gATyhgiTPIosDfiQETTHnHoaKvf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:41.75rem;width:75rem;top:0rem;left:-0.00093562874251063rem;overflow:hidden;display:block; }
#st4dSkVGhg8yf93qDJ960dAGh0HPI2wc { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:33.0625rem;left:1.875rem;height:2.11263125rem;font-style:normal;display:block; }
#F8zPaXgCGdTrDJCWKXu3AobQ3kc7eSE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:35.875rem;left:1.875rem;height:3.375rem;font-style:normal;display:block; }
#VT8Q1v4iZg2V4c8Dhk9gy9IFrFAWDVNC { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:33.0625rem;left:26.9375rem;height:;font-style:normal;display:block; }
#HQD6oeoW8hiI8VhptAkaOeZBQTRnt0Hw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:35.875rem;left:26.9375rem;height:3.375rem;font-style:normal;display:block; }
#f43UBqPHeT7Tz0J7SJelXK7rGELClfpD { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:33.0625rem;left:52rem;height:;font-style:normal;display:block; }
#I3qXMNkTcQVou2kNGs0t3kzePT0JpFVm { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:35.875rem;left:52rem;height:;font-style:normal;display:block; }
#QfGM1TAXN9yAoM9Vd6O1Z2b6OZfw0TFA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:39.6875rem;width:62.5rem;display:none; }
#LVqLgKfhBXraEER3DTQTet1SvXTFT6PC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#DsV7V5iNM4qHPi5bvmsO4iL6SOb4Lqi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16.375rem;left:0rem;display:none; }
#pAkawJAgrWdXyA5yEx6k5EXwQGP8BcqT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16.5rem;left:1rem;display:none; }
#Tiod5J3rivU04numc1LE2aoMmbxwgfXh { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#p36WVEN0E8IVBMgiZf82XaXrZLTVRQtP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:20.625rem;left:1rem;display:none; }
#OHVcbCTLVhHESRlT9ncAEPGqCbSsW6EP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:22.3125rem;left:1rem;display:none; }
#KzweeWrzzR79p1KX8Ztn7cuowFHMTUzF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OffhPT91Ne2GsdHaIaZFg2506fszHEO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:28.1875rem;left:1rem;display:none; }
#fUdCg3OzmAsog6VFvEdLFOHkxV02JO9M { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:26.5rem;left:1rem;display:none; }
#uSGcQ3LqcsgudLNmm901qVHEmtHd610q { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #0d2a21);background-image: -moz-linear-gradient(180deg, #257054, #0d2a21);background-image: -ms-linear-gradient(180deg, #257054, #0d2a21);background-image: -o-linear-gradient(180deg, #257054, #0d2a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#0d2a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#0d2a21' );";background-image: linear-gradient(180deg, #257054, #0d2a21);background-size:auto !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:0rem;border-bottom-right-radius:0rem;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:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.1875rem;left:27.15625rem;display:block; }
#aV6JVzArw8D2JqKPNEWLE33vZcoVF5Q1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkbZotn9txt1IDXHMvbgVubFQvANkWrx { display:block; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJnZifJroETkyUffPdktoTOoMCXSDuin { width:20.6875rem;height:3.3125rem;top:27.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GocefMgq5U5WOAx9rKtJh2GJb15zq27I { display:block; }
 }@media only screen and (max-width: 763px) { #aNvXEaPxdPQy6nNQSJ6w0RIZQLdqZW3e { top:7.875rem;left:19rem;width:9.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPCC2v6F3ZUrSDsqfmXwg3rO04CzeoW { top:18.8125rem;left:18.1875rem;width:12.25rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0zlxIZyqIBdMXP3b1ol6n8V7KcsycaM { top:18.75rem;left:17.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkamIxi598r1dhPC8CwzowZq4Bg4ZOCD { top:22.375rem;left:10.9375rem;width:25.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIvu2714SOgpQIGumteQkaLOI1DqsNE4 { top:23rem;left:18.99951171875rem;width:9.4375rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9FPCV8dvUbZIzyDKpx1COG7glPCVALT { top:23.375rem;left:12.625rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlyv2ts6aXKdpufqiUQSFp85B6Bkaix0 { top:23.4375rem;left:26.749755859375rem;width:8rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ez1g8sfH6QnQaqsvPLgQbDFFCnEVfm { top:24.75rem;left:30.041015625rem;width:4rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vynThMc67pCqLmVNQOF4lFNq1bXNCJOF { display:block; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5pBanTzrXS9RGMcMXinWINayCqQrwTe { top:4.375rem;left:9.875rem;width:27.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC4ZUcRgbWSIzDD5Bc8rMlonfZ47hqJF { top:12.6875rem;left:0rem;width:28.375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvR8Xrak97UreUtzRTrJIrTw14iCNPHQ { top:14.1875rem;left:1.25rem;width:19.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsWpXBA75Ry73GntzrW1kNr5cDUGgKJG { top:13.8125rem;left:0rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJEX4a4GABcgQULM7iSCoUwBCc8cf6pT { top:12.75rem;left:19.25rem;width:28.375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTW38ieKDgqOTa0vtvvoI16s3G621dhi { top:14.25rem;left:28.125rem;width:19.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKvVPXVZz8iqaGWFIRhV37MJtCvi9Hg2 { top:14.375rem;left:27.65625rem;width:4.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Zveqekk9MpTRcwgG216JrkcUqk9qgM { top:21.8125rem;left:0rem;width:28.375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMOe3addU3uv7ktonvn4NevufMQ4fbTc { top:23rem;left:0rem;width:2.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC016mtr7VPAT6krAqND1lBws15LcnHP { top:23.3125rem;left:1.25rem;width:19.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEVp8tLsu56aaui3Bo36kP2nnMhLdLf { top:21.8125rem;left:19.25rem;width:28.375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTPJDDJynJxJNA1U8x4IAAQaEzkbCU7 { top:23rem;left:27.15625rem;width:5.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1HcpIS674yPFFgbSriL5nhGhHPL46 { top:23.3125rem;left:28.125rem;width:19.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2mNt1O0oet2PqAcaQgPTrkb84zaTHuy { top:31rem;left:0rem;width:28.375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZ77u2B2Pa8tXQOPZxt0v1ui1y2LULO { top:32.125rem;left:0rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQaWSwpU8XdRuIM9Z2cAcx6fatONpu9d { top:32.5rem;left:1.3125rem;width:19.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZI6ZT1os83SG5anwOGJzPvfecOcKvv5 { top:31rem;left:19.25rem;width:28.375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4su7Iqx4Hrw5spdDZuncrLyKOPbclg5 { top:32.25rem;left:28.125rem;width:3.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXwXPlJ8zJ1RLanfMBvAQlwGDBaF1KzS { top:32.5rem;left:29.4375rem;width:18.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbuL297qig7DXWisq3s7WmOnTB7OTWxV { display:block; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN6SKO7kE1So8NwWW232RUtcXGfswDJN { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWV8IITRVHi5ONfFhhTQhn14FgbrzsxZ { top:0rem;left:0rem;width:32.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJexpgt6tZt25zgD9AEGS0eBQnm3A8DH { top:0rem;left:4.8125rem;width:13.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpDrxqncTyMenkHKot1kJta5SN30DVhm { top:1.1875rem;left:15.0625rem;width:32.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAmCiqbnJaDtoITSyAzSdZkm3KzkmeHD { top:4.75rem;left:6.8125rem;width:40.9375rem;height:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2y5Xi9L8mM4RXJopkZLoZetBHWwKSO { top:9.4375rem;left:20.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S82atktaNq5L8QTUQcP8MDydyMX1mudg { top:12.125rem;left:20.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKNIKAvzsArP7IlJWJ9tldEHuCkMtAB5 { top:9.875rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #funnTgxLD0R9kBeJwTrCDJRRPIIXFiaS { top:12.5625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhQMtGJt4lTuWXrv7XJQyq3r4Q806bKT { width:15.75rem;height:2.8125rem;top:17.3125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZwzaAMseD6ZyI4JZTRrCSpAvEWGRIIp { display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.1875rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.1875rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.4375rem;left:0rem;width:31.9375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:17.25rem;left:0rem;width:27.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8GUl1n00cK6lo60TRAI6XxsfEubggl1 { display:block; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQTxK1Uvxe88n0LzD5pVzLMG0VpvaDoP { top:5.875rem;left:14.5rem;width:33.25rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfGGOvtGZdsEnsgbvUTIiJk1boStTny8 { top:8.875rem;left:38.6875rem;width:7.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FffCHTvU8VA7neT5zqaBsonlLl54mUXA { top:17.8125rem;left:29.28125rem;width:9.625rem;height:7.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQnQJNTUZU47rzGRwg9CZPdafq4itgq { top:17.8125rem;left:38.6875rem;width:1.75rem;height:7.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxRIEOnMtTvq9pGqV7lNZQlzXFxiIU2l { top:17.8125rem;left:28.6875rem;width:19.0625rem;height:7.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB { display:block; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSrPSMZbeXcnNilLIcFe3ZcrT7AM7KHx { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thJEy6y0WT9oB8mE4drhWH8KNLmyQlyJ { width:23.25rem;height:3.25rem;top:26.375rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zz4yXT4LeAotOJ7nazuiVO1nfbLQlOUR { display:block; }
 }@media only screen and (max-width: 763px) { #VT8ZSULEamFadOCdCvUIZEDN4fG059AN { top:11.8125rem;left:11.5rem;width:36.25rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsNqwqmGb2QD8xVuh8g2S3AxHrXlHMxX { top:12.9375rem;left:24.0625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V68UltXC3VSANb3a0dLFm0vG2yd3bBRC { top:13.375rem;left:25.6875rem;width:8.6875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFohm2DO0Vle3xdB9zJIVfPDsQ8C7iBV { top:18.6875rem;left:24.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsWQtq9ZMJHAiZ0sUVTyiNroIGFSk4iI { top:19.1875rem;left:27.1875rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdxaa3hkhS3cuEE7e2TITrG1IbIa0yFK { top:18.6875rem;left:36.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvXnoWl7bJZglUE5VZoukoZkQUkW08MM { top:19.1875rem;left:39.25rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5T61LbOo7oMAg6vQwNHtw68l7DXePMM { top:18.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgaATrZxOXyblcqHbceUSNET96T7qXZF { top:19.1875rem;left:39.4375rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNgLS09TX9LrabTS19WTifpc827obfSs { top:23.0625rem;left:24.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Mc3T0Dtfp9ex6Z2oC3EsGloeOacDZl { top:23.5625rem;left:27.25rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol3T3bwiuRr9BILw198fgZSGh5GvCGo4 { top:23.5625rem;left:39.25rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhQZhO0Lce1uh0GWhCnEVzT6IvHkTvL { top:23.0625rem;left:36.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8JqMCL9nslb7RRMqCCctqMIP8hySRH8 { top:28.25rem;left:11.5rem;width:36.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdVnLEyh7bzTZJ3q72fc6w3VnoowJuxP { top:29.3125rem;left:29.3125rem;width:5.9375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLgPZikEZaF5JHQJAs6E7igpUNQB9K9n { top:28.625rem;left:35.499755859375rem;width:10.125rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiAwZrdOWJLdgtXm9lWelZpwJwTZyV5i { top:29.0625rem;left:38.5rem;width:9.25rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCydCDZZ2PR2ztTBG1euR8oeUm9bRIwr { top:34.9375rem;left:11.5rem;width:36.25rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvEOaVNcUKx5WdSWwzlvZihHSb7u6Xz { top:36.0625rem;left:24.125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7wTWRodPZBJo7bhXWlXapkX3mMJJF9 { top:36.5rem;left:25.6875rem;width:6.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5QD5p8w2EkMb2vBZ6oy5QIvU6QCVqNd { top:41.8125rem;left:24.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTKdyAZF1U3g0O33Ep95ePu7cl2BvCt { top:42.3125rem;left:27.25rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIHQilVdlXnRTy5Unbv2iNFDPNQ02Ccq { top:41.8125rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiEPSkU6IL4ruDLddWZF19U0r4e5UAot { top:46.1875rem;left:24.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VvydQUpNoV8TV6FHb4iTTPNcKGKU2J { top:46.6875rem;left:27.25rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy3opiiTREMc00rSgGh05pLh0nOe98ak { top:46.1875rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKI9dHvenanqGm1HpDl0NaGuAPveTi9 { top:42.3125rem;left:38.9375rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmmX7vDsKVmX0ZTwelCu2XDDWiIdfFaM { top:46.6875rem;left:38.9375rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTp0exDZqW6KphKNaX3a7h6rOR1sPC1 { top:51.375rem;left:11.5rem;width:36.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGkiPEAFlT0no029LK0AdfkxnukX6O7 { top:51.8125rem;left:35.5rem;width:10.25rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ChnNvINVTZOLVnsLf5xh8hR4pXy0KF { top:52.4375rem;left:29.375rem;width:5.9375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQlJCm13pW76xbAPlKNtu76SlITx1O3n { top:52.1875rem;left:38.5rem;width:9.25rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmUucTOCFx3mdFBg4TgD4XnvWL0Ae4cT { top:41.8125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIQWXQRaI2ANilrdXk9ikrTebTF61bxP { top:42.3125rem;left:39.4375rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWKstP3mXW9oALvsVM1X7DNPdTUlibzv { top:11.875rem;left:11.5rem;width:36.25rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcN7KgPNImDm4y4ZdXHOrgnaMUxRrdXP { top:28.3125rem;left:11.5rem;width:36.25rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dx3DaVHB8JAzT6Bd4RniRgXuy2huq3aa { top:29.375rem;left:31.53125rem;width:5.9375rem;height:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZPKRlGDSzgvqPvfFCWnlOsJFRzPu7tA { top:23.125rem;left:26.3125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5fFgUJ1utydILGbNsg145SManIDkdMs { top:23.625rem;left:29.4375rem;width:8.3125rem;height:1.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLBI5LTIN5IXqTNwyad7aiweCyPmu08e { top:18.75rem;left:26.28125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPuHTdXMFnTi4wmsohq0hFydyMpqdHZI { top:43.9375rem;left:0rem;width:8.3125rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLCnx9NG6bB8Rl1D40bW3gBX548fu9iy { top:13rem;left:26.28125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivUAQFWEJkEXPBGSS10OU3RXXJvzEhUW { top:44.6875rem;left:0rem;width:7.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATEJQgvCu2HX18zleOBemPbVR3b8sowB { top:52.8125rem;left:0rem;width:8.75rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H51rHmAdT0PP8LsiUwbHsU6RDSFOFAk5 { top:18.75rem;left:38.3125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIy59LMRF6ytSUA6hiAPgMSfbE2ZXS1P { top:23.125rem;left:38.3125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8RyCfahyJZplLKNNbD79V4MTWA47Rbe { top:43.9375rem;left:0rem;width:4.8125rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxh1T3iDWMsSOEyNllHqBk24lUNKtWrQ { top:46.0625rem;left:0rem;width:4.3125rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhRiWT9emvMrux9FnZV1oqBlgNHZLN03 { top:53rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktFloydUxKOgDumPMEnquNpzQNNDvLJf { top:18.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVMwKHbG2D6yMNUzuk1xnCofrwfqoGzA { top:43.9375rem;left:0.4375rem;width:5.3125rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2RKd4TAZXihs2HlKrhBNm2m6o9meBnv { top:11.8125rem;left:0rem;width:32.3125rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqKnJK03VBH5Hc4POvabQupAzZbpAuyT { display:block; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlXg7gATyhgiTPIosDfiQETTHnHoaKvf { top:0rem;left:0rem;width:47.75rem;height:26.580833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #st4dSkVGhg8yf93qDJ960dAGh0HPI2wc { top:33.0625rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zPaXgCGdTrDJCWKXu3AobQ3kc7eSE5 { top:35.875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT8Q1v4iZg2V4c8Dhk9gy9IFrFAWDVNC { top:33.0625rem;left:13.3125rem;width:20rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQD6oeoW8hiI8VhptAkaOeZBQTRnt0Hw { top:35.875rem;left:13.3125rem;width:18.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f43UBqPHeT7Tz0J7SJelXK7rGELClfpD { top:33.0625rem;left:27.75rem;width:20rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3qXMNkTcQVou2kNGs0t3kzePT0JpFVm { top:35.875rem;left:27.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGM1TAXN9yAoM9Vd6O1Z2b6OZfw0TFA { width:47.75rem;height:30.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVqLgKfhBXraEER3DTQTet1SvXTFT6PC { display:none; }
 }@media only screen and (max-width: 763px) { #DsV7V5iNM4qHPi5bvmsO4iL6SOb4Lqi6 { top:16.375rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAkawJAgrWdXyA5yEx6k5EXwQGP8BcqT { top:16.5rem;left:0rem;width:16.9375rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tiod5J3rivU04numc1LE2aoMmbxwgfXh { display:none; }
 }@media only screen and (max-width: 763px) { #p36WVEN0E8IVBMgiZf82XaXrZLTVRQtP { top:20.625rem;left:0rem;width:13.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHVcbCTLVhHESRlT9ncAEPGqCbSsW6EP { top:22.3125rem;left:0rem;width:16.875rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzweeWrzzR79p1KX8Ztn7cuowFHMTUzF { display:none; }
 }@media only screen and (max-width: 763px) { #OffhPT91Ne2GsdHaIaZFg2506fszHEO7 { top:28.1875rem;left:0rem;width:16.875rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUdCg3OzmAsog6VFvEdLFOHkxV02JO9M { top:26.5rem;left:0rem;width:13.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSGcQ3LqcsgudLNmm901qVHEmtHd610q { width:20.6875rem;height:3.3125rem;top:45.1875rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV6JVzArw8D2JqKPNEWLE33vZcoVF5Q1 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkbZotn9txt1IDXHMvbgVubFQvANkWrx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a620b158-140f-4437-8145-b9e90c01751a/VerdanaPoolVilla02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx.adaptive-delivery-prevent-bg, #UkbZotn9txt1IDXHMvbgVubFQvANkWrx.lazyload, #UkbZotn9txt1IDXHMvbgVubFQvANkWrx.lazyloading { background-image: none; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container { background-color: transparent; background-image: none; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,28,15,0.3); }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container > .video-iframe-container { display: none; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,28,15,0.3); }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row > .video-iframe-container { display: none; }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .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); }#UkbZotn9txt1IDXHMvbgVubFQvANkWrx > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJnZifJroETkyUffPdktoTOoMCXSDuin { width:15.8125rem;height:2.5rem;top:13.375rem;left:2.09375rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GocefMgq5U5WOAx9rKtJh2GJb15zq27I { display:block; }
 }@media only screen and (max-width: 763px) { #aNvXEaPxdPQy6nNQSJ6w0RIZQLdqZW3e { width:5.87456875rem;height:5.18663125rem;top:1.9346790313721rem;left:7.061632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPCC2v6F3ZUrSDsqfmXwg3rO04CzeoW { width:9.5625rem;height:1.04980625rem;top:7.9375rem;left:5.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c0zlxIZyqIBdMXP3b1ol6n8V7KcsycaM { display:flex;width:1rem;height:1rem;top:7.9375rem;left:5.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #EkamIxi598r1dhPC8CwzowZq4Bg4ZOCD { width:17.8125rem;height:2.4375rem;top:9.875rem;left:1.125rem;background-color:rgba(0,0,0,0.34);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tIvu2714SOgpQIGumteQkaLOI1DqsNE4 { width:5.6875rem;height:1.381075rem;top:10.4375rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9FPCV8dvUbZIzyDKpx1COG7glPCVALT { width:5.6875rem;height:0.89355625rem;top:10.6875rem;left:2rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qlyv2ts6aXKdpufqiUQSFp85B6Bkaix0 { width:5.625rem;height:0.89355625rem;top:10.75rem;left:12.0625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ez1g8sfH6QnQaqsvPLgQbDFFCnEVfm { width:4rem;height:0.7558625rem;top:17.125rem;left:8rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vynThMc67pCqLmVNQOF4lFNq1bXNCJOF { display:block; }#vynThMc67pCqLmVNQOF4lFNq1bXNCJOF > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5pBanTzrXS9RGMcMXinWINayCqQrwTe { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC4ZUcRgbWSIzDD5Bc8rMlonfZ47hqJF { width:20rem;height:4.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvR8Xrak97UreUtzRTrJIrTw14iCNPHQ { width:12.8125rem;height:1.949225rem;top:5.4375rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsWpXBA75Ry73GntzrW1kNr5cDUGgKJG { width:3.0625rem;height:2.75rem;top:5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJEX4a4GABcgQULM7iSCoUwBCc8cf6pT { width:19.875rem;height:4.375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTW38ieKDgqOTa0vtvvoI16s3G621dhi { width:12.8125rem;height:1.949225rem;top:10.6875rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKvVPXVZz8iqaGWFIRhV37MJtCvi9Hg2 { width:3.625rem;height:1.9375rem;top:10.71875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Zveqekk9MpTRcwgG216JrkcUqk9qgM { width:19.875rem;height:4.375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMOe3addU3uv7ktonvn4NevufMQ4fbTc { width:2.3125rem;height:2.75rem;top:15.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC016mtr7VPAT6krAqND1lBws15LcnHP { width:12.8125rem;height:1.949225rem;top:16.0625rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEVp8tLsu56aaui3Bo36kP2nnMhLdLf { width:19.875rem;height:4.375rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTPJDDJynJxJNA1U8x4IAAQaEzkbCU7 { width:4.125rem;height:2.5625rem;top:21.09375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1HcpIS674yPFFgbSriL5nhGhHPL46 { width:12.8125rem;height:1.94921875rem;top:21.400390625rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2mNt1O0oet2PqAcaQgPTrkb84zaTHuy { width:19.875rem;height:4.375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZ77u2B2Pa8tXQOPZxt0v1ui1y2LULO { width:2.75rem;height:2.6875rem;top:26.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQaWSwpU8XdRuIM9Z2cAcx6fatONpu9d { width:12.8125rem;height:1.949225rem;top:26.775390625rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZI6ZT1os83SG5anwOGJzPvfecOcKvv5 { width:19.875rem;height:4.375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4su7Iqx4Hrw5spdDZuncrLyKOPbclg5 { width:3.0625rem;height:2.625rem;top:31.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXwXPlJ8zJ1RLanfMBvAQlwGDBaF1KzS { width:12.8125rem;height:1.94921875rem;top:32.150390625rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbuL297qig7DXWisq3s7WmOnTB7OTWxV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b0fd6de-efb3-49ce-962d-efc2d736ed62/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV.adaptive-delivery-prevent-bg, #cbuL297qig7DXWisq3s7WmOnTB7OTWxV.lazyload, #cbuL297qig7DXWisq3s7WmOnTB7OTWxV.lazyloading { background-image: none; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container { background-color: transparent; background-image: none; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container > .video-iframe-container { display: none; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row > .video-iframe-container { display: none; }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .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); }#cbuL297qig7DXWisq3s7WmOnTB7OTWxV > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN6SKO7kE1So8NwWW232RUtcXGfswDJN { width:20rem;height:24.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWV8IITRVHi5ONfFhhTQhn14FgbrzsxZ { width:20rem;height:13rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJexpgt6tZt25zgD9AEGS0eBQnm3A8DH { width:20rem;height:5.4375rem;top:8.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f6ffee, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #f6ffee, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #f6ffee, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #f6ffee, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ffee', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ffee', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #f6ffee, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IpDrxqncTyMenkHKot1kJta5SN30DVhm { width:20rem;height:1.625rem;top:13.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAmCiqbnJaDtoITSyAzSdZkm3KzkmeHD { width:19rem;height:1.625rem;top:14.9375rem;left:0.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ai2y5Xi9L8mM4RXJopkZLoZetBHWwKSO { display:flex;width:1.25rem;height:1.25rem;top:17.3125rem;left:3.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #S82atktaNq5L8QTUQcP8MDydyMX1mudg { display:flex;width:1.25rem;height:1.25rem;top:18.9248046875rem;left:3.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HKNIKAvzsArP7IlJWJ9tldEHuCkMtAB5 { width:11rem;height:0.8125rem;top:17.53125rem;left:5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #funnTgxLD0R9kBeJwTrCDJRRPIIXFiaS { width:10.5625rem;height:0.8125rem;top:19.1435546875rem;left:5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LhQMtGJt4lTuWXrv7XJQyq3r4Q806bKT { width:14.5625rem;height:2.5rem;top:22.09375rem;left:2.71875rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZwzaAMseD6ZyI4JZTRrCSpAvEWGRIIp { display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a06081-d8c2-4b59-b8c8-cfffd54b2aff/bg5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.56); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.56); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f1f1f1;background-image:none; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f1f1f1;background-image:none; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.6240234375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.6240234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:25.8232421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.5rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.224825rem;top:3.13671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e8GUl1n00cK6lo60TRAI6XxsfEubggl1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/81dbbf38-b999-4f9e-8161-f25834f4979a/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1.adaptive-delivery-prevent-bg, #e8GUl1n00cK6lo60TRAI6XxsfEubggl1.lazyload, #e8GUl1n00cK6lo60TRAI6XxsfEubggl1.lazyloading { background-image: none; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container { background-color: transparent; background-image: none; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.19); }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container > .video-iframe-container { display: none; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.19); }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row > .video-iframe-container { display: none; }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .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); }#e8GUl1n00cK6lo60TRAI6XxsfEubggl1 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQTxK1Uvxe88n0LzD5pVzLMG0VpvaDoP { width:19rem;height:12.75rem;top:1.375rem;left:0.5rem;background-color:rgba(var(--color-tertiary-0),0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AfGGOvtGZdsEnsgbvUTIiJk1boStTny8 { width:5.5rem;height:4.9375rem;top:2.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FffCHTvU8VA7neT5zqaBsonlLl54mUXA { width:9.625rem;height:3.824225rem;top:8.75rem;left:2.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQnQJNTUZU47rzGRwg9CZPdafq4itgq { width:1.75rem;height:3.824225rem;top:8.75rem;left:7.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxRIEOnMtTvq9pGqV7lNZQlzXFxiIU2l { width:9.625rem;height:3.824225rem;top:8.75rem;left:8.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a06081-d8c2-4b59-b8c8-cfffd54b2aff/bg5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB.adaptive-delivery-prevent-bg, #DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB.lazyload, #DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB.lazyloading { background-image: none; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container { background-color: transparent; background-image: none; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container > .video-iframe-container { display: none; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row > .video-iframe-container { display: none; }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .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); }#DTx6iZc3IDLgnFu2zIMXbgxXhJ7sFgvB > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSrPSMZbeXcnNilLIcFe3ZcrT7AM7KHx { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thJEy6y0WT9oB8mE4drhWH8KNLmyQlyJ { width:17.5rem;height:2.5rem;top:42.6875rem;left:1.25rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Zz4yXT4LeAotOJ7nazuiVO1nfbLQlOUR { display:block; }
 }@media only screen and (max-width: 763px) { #VT8ZSULEamFadOCdCvUIZEDN4fG059AN { width:20rem;height:11.1875rem;top:31.6875rem;left:0rem;box-shadow: 0.0625rem -0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #fsNqwqmGb2QD8xVuh8g2S3AxHrXlHMxX { width:7.875rem;height:1.8125rem;top:32.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V68UltXC3VSANb3a0dLFm0vG2yd3bBRC { width:7.25rem;height:1.462675rem;top:32.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFohm2DO0Vle3xdB9zJIVfPDsQ8C7iBV { width:1.25rem;height:1.25rem;top:35.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsWQtq9ZMJHAiZ0sUVTyiNroIGFSk4iI { width:8.3125rem;height:0.8125rem;top:35.875rem;left:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdxaa3hkhS3cuEE7e2TITrG1IbIa0yFK { width:1.25rem;height:1.25rem;top:35.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvXnoWl7bJZglUE5VZoukoZkQUkW08MM { width:4.8125rem;height:0.8125rem;top:35.875rem;left:8.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5T61LbOo7oMAg6vQwNHtw68l7DXePMM { width:1.25rem;height:1.25rem;top:35.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgaATrZxOXyblcqHbceUSNET96T7qXZF { width:5.3125rem;height:0.8125rem;top:35.875rem;left:14.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNgLS09TX9LrabTS19WTifpc827obfSs { width:1.25rem;height:1.25rem;top:37.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Mc3T0Dtfp9ex6Z2oC3EsGloeOacDZl { width:4.1875rem;height:0.8125rem;top:38rem;left:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol3T3bwiuRr9BILw198fgZSGh5GvCGo4 { width:4.3125rem;height:0.8125rem;top:38rem;left:8.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhQZhO0Lce1uh0GWhCnEVzT6IvHkTvL { width:1.25rem;height:1.25rem;top:37.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8JqMCL9nslb7RRMqCCctqMIP8hySRH8 { width:20rem;height:2.5625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdVnLEyh7bzTZJ3q72fc6w3VnoowJuxP { width:5.9375rem;height:1.13671875rem;top:41.125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLgPZikEZaF5JHQJAs6E7igpUNQB9K9n { width:8.8125rem;height:1.86889375rem;top:40.8125rem;left:6.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiAwZrdOWJLdgtXm9lWelZpwJwTZyV5i { width:9.3125rem;height:1.2999125rem;top:41rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCydCDZZ2PR2ztTBG1euR8oeUm9bRIwr { width:20rem;height:20.125rem;top:68.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTvEOaVNcUKx5WdSWwzlvZihHSb7u6Xz { width:11.875rem;height:2.8125rem;top:69.9375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ7wTWRodPZBJo7bhXWlXapkX3mMJJF9 { width:8.6875rem;height:1.4619125rem;top:70.375rem;left:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5QD5p8w2EkMb2vBZ6oy5QIvU6QCVqNd { width:2.5rem;height:2.5rem;top:75.6875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVTKdyAZF1U3g0O33Ep95ePu7cl2BvCt { width:8.3125rem;height:0.8125rem;top:76.1875rem;left:4.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIHQilVdlXnRTy5Unbv2iNFDPNQ02Ccq { width:2.5rem;height:2.5rem;top:75.6875rem;left:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiEPSkU6IL4ruDLddWZF19U0r4e5UAot { width:2.5rem;height:2.5rem;top:80.0625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1VvydQUpNoV8TV6FHb4iTTPNcKGKU2J { width:8.3125rem;height:0.8125rem;top:80.5625rem;left:4.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy3opiiTREMc00rSgGh05pLh0nOe98ak { width:2.5rem;height:2.5rem;top:80.0625rem;left:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCKI9dHvenanqGm1HpDl0NaGuAPveTi9 { width:8.3125rem;height:0.8125rem;top:76.1875rem;left:11.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmmX7vDsKVmX0ZTwelCu2XDDWiIdfFaM { width:8.3125rem;height:0.8125rem;top:80.5625rem;left:11.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViTp0exDZqW6KphKNaX3a7h6rOR1sPC1 { width:20rem;height:3.6875rem;top:63.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCGkiPEAFlT0no029LK0AdfkxnukX6O7 { width:8.8125rem;height:2.11230625rem;top:64.3125rem;left:11.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9ChnNvINVTZOLVnsLf5xh8hR4pXy0KF { width:5.9375rem;height:1.13671875rem;top:64.9375rem;left:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQlJCm13pW76xbAPlKNtu76SlITx1O3n { width:9.3125rem;height:1.4619125rem;top:64.6875rem;left:10.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmUucTOCFx3mdFBg4TgD4XnvWL0Ae4cT { width:2.5rem;height:2.5rem;top:75.6875rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIQWXQRaI2ANilrdXk9ikrTebTF61bxP { width:8.3125rem;height:0.8125rem;top:76.1875rem;left:11.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWKstP3mXW9oALvsVM1X7DNPdTUlibzv { width:20rem;height:11.1875rem;top:43.75rem;left:0rem;z-index:15177;box-shadow: 0.0625rem -0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #AcN7KgPNImDm4y4ZdXHOrgnaMUxRrdXP { width:20rem;height:2.5625rem;top:52.5rem;left:0rem;z-index:15177;background-color:#257054;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dx3DaVHB8JAzT6Bd4RniRgXuy2huq3aa { width:5.9375rem;height:1.13671875rem;top:53.1875rem;left:1.25rem;font-size:0.875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 763px) { #wZPKRlGDSzgvqPvfFCWnlOsJFRzPu7tA { width:1.25rem;height:1.25rem;top:49.8125rem;left:0.625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #L5fFgUJ1utydILGbNsg145SManIDkdMs { width:4.1875rem;height:0.8125rem;top:50.0625rem;left:2.1875rem;font-size:0.625rem;z-index:15183;display:block; }
 }@media only screen and (max-width: 763px) { #RLBI5LTIN5IXqTNwyad7aiweCyPmu08e { width:1.25rem;height:1.25rem;top:47.625rem;left:0.5625rem;z-index:15180;display:block; }
 }@media only screen and (max-width: 763px) { #cPuHTdXMFnTi4wmsohq0hFydyMpqdHZI { width:4.875rem;height:0.8125rem;top:47.9375rem;left:2.1875rem;font-size:0.625rem;z-index:15181;display:block; }
 }@media only screen and (max-width: 763px) { #cLCnx9NG6bB8Rl1D40bW3gBX548fu9iy { width:7.875rem;height:1.8125rem;top:44.5rem;left:0.625rem;z-index:15178;display:block; }
 }@media only screen and (max-width: 763px) { #ivUAQFWEJkEXPBGSS10OU3RXXJvzEhUW { width:7.25rem;height:1.4619125rem;top:44.6875rem;left:0.875rem;font-size:1.125rem;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #ATEJQgvCu2HX18zleOBemPbVR3b8sowB { width:8.8125rem;height:1.8684875rem;top:52.875rem;left:5.8125rem;font-size:1.4375rem;z-index:15187;display:block; }
 }@media only screen and (max-width: 763px) { #H51rHmAdT0PP8LsiUwbHsU6RDSFOFAk5 { width:1.25rem;height:1.25rem;top:47.625rem;left:7.0625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #HIy59LMRF6ytSUA6hiAPgMSfbE2ZXS1P { width:1.25rem;height:1.25rem;top:49.8125rem;left:7.0625rem;z-index:15184;display:block; }
 }@media only screen and (max-width: 763px) { #D8RyCfahyJZplLKNNbD79V4MTWA47Rbe { width:4.8125rem;height:0.8125rem;top:47.9375rem;left:8.6875rem;font-size:0.625rem;z-index:15183;display:block; }
 }@media only screen and (max-width: 763px) { #oxh1T3iDWMsSOEyNllHqBk24lUNKtWrQ { width:4.3125rem;height:0.8125rem;top:50.0625rem;left:8.6875rem;font-size:0.625rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 763px) { #PhRiWT9emvMrux9FnZV1oqBlgNHZLN03 { width:9.3125rem;height:1.2999125rem;top:53.0625rem;left:9.4375rem;font-size:1rem;z-index:15188;display:block; }
 }@media only screen and (max-width: 763px) { #ktFloydUxKOgDumPMEnquNpzQNNDvLJf { width:1.25rem;height:1.25rem;top:47.625rem;left:14.0625rem;z-index:15184;display:block; }
 }@media only screen and (max-width: 763px) { #XVMwKHbG2D6yMNUzuk1xnCofrwfqoGzA { width:4.5rem;height:0.8125rem;top:47.9375rem;left:15.0625rem;font-size:0.625rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 763px) { #b2RKd4TAZXihs2HlKrhBNm2m6o9meBnv { width:20rem;height:26.75rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqKnJK03VBH5Hc4POvabQupAzZbpAuyT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a06081-d8c2-4b59-b8c8-cfffd54b2aff/bg5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT.adaptive-delivery-prevent-bg, #QqKnJK03VBH5Hc4POvabQupAzZbpAuyT.lazyload, #QqKnJK03VBH5Hc4POvabQupAzZbpAuyT.lazyloading { background-image: none; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container { background-color: transparent; background-image: none; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container > .video-iframe-container { display: none; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row > .video-iframe-container { display: none; }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .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); }#QqKnJK03VBH5Hc4POvabQupAzZbpAuyT > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlXg7gATyhgiTPIosDfiQETTHnHoaKvf { width:20rem;height:11.133333333333rem;top:0.96484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #st4dSkVGhg8yf93qDJ960dAGh0HPI2wc { width:20rem;height:auto;top:33.0625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8zPaXgCGdTrDJCWKXu3AobQ3kc7eSE5 { width:20rem;height:auto;top:35.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VT8Q1v4iZg2V4c8Dhk9gy9IFrFAWDVNC { width:20rem;height:auto;top:33.0625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQD6oeoW8hiI8VhptAkaOeZBQTRnt0Hw { width:18.6875rem;height:auto;top:35.875rem;left:0.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f43UBqPHeT7Tz0J7SJelXK7rGELClfpD { width:20rem;height:auto;top:33.0625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3qXMNkTcQVou2kNGs0t3kzePT0JpFVm { width:20rem;height:auto;top:35.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfGM1TAXN9yAoM9Vd6O1Z2b6OZfw0TFA { top:0.75rem;left:0rem;width:20rem;height:12.625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LVqLgKfhBXraEER3DTQTet1SvXTFT6PC { top:12.6875rem;left:0rem;width:20rem;height:5.0625rem;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a21', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a21', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-size:auto !important;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsV7V5iNM4qHPi5bvmsO4iL6SOb4Lqi6 { top:13.3125rem;left:1rem;width:13.5625rem;height:1.2999125rem;z-index:15007;font-family:marcellus;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #pAkawJAgrWdXyA5yEx6k5EXwQGP8BcqT { top:15.005859375rem;left:1rem;width:16.875rem;height:1.94921875rem;z-index:15008;font-family:poppins;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiod5J3rivU04numc1LE2aoMmbxwgfXh { top:17.875rem;left:0rem;width:20rem;height:5.0625rem;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a21', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a21', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-size:auto !important;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36WVEN0E8IVBMgiZf82XaXrZLTVRQtP { top:18.5rem;left:1rem;width:13.5625rem;height:1.2999125rem;z-index:15010;font-family:marcellus;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #OHVcbCTLVhHESRlT9ncAEPGqCbSsW6EP { top:20.1875rem;left:1rem;width:13.8125rem;height:1.94921875rem;z-index:15011;font-family:poppins;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzweeWrzzR79p1KX8Ztn7cuowFHMTUzF { top:23rem;left:0rem;width:20rem;height:5.0625rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a21', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a21', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0d2a21, rgba(0,0,0,0));background-size:auto !important;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OffhPT91Ne2GsdHaIaZFg2506fszHEO7 { top:25.3125rem;left:1rem;width:14.25rem;height:1.94921875rem;z-index:15014;font-family:poppins;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUdCg3OzmAsog6VFvEdLFOHkxV02JO9M { top:23.625rem;left:1rem;width:13.5625rem;height:1.2999125rem;z-index:15013;font-family:marcellus;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #uSGcQ3LqcsgudLNmm901qVHEmtHd610q { width:16.8125rem;height:2.875rem;top:29rem;left:1.59375rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV6JVzArw8D2JqKPNEWLE33vZcoVF5Q1 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }