.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:228,243,222;--color-primary-1:175,219,155;--color-primary-2:122,195,88;--color-primary-3:82,125,56;--color-primary-4:39,60,24;--color-secondary-0:219,225,228;--color-secondary-1:134,155,164;--color-secondary-2:13,55,73;--color-secondary-3:7,28,37;--color-secondary-4:2,8,11;--color-tertiary-0:255,255,255;--color-tertiary-1:226,232,226;--color-tertiary-2:136,139,136;--color-tertiary-3:82,83,82;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/b9573045-7ea6-4e63-84fc-3fcce8ae7159/MuCangChaiRiceFieldVietnam.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f7f4ee; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f7f4ee; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ee;background-image:url("https://images.assets-landingi.com/uc/0a7a89d9-23de-4cf1-a82b-458c8982ce7e/GreenTYP.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL.adaptive-delivery-prevent-bg, #TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL.lazyload, #TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL.lazyloading { background-image: none; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container { background-color: transparent; background-image: none; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container > .video-iframe-container { display: none; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row > .video-iframe-container { display: none; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .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); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container { border-width: 0; border-radius: 0; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#C9eca894e3dd9c02499d7a17f39aa09a { color:#1b3427;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:7.625rem;left:0rem;height:4.78144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6a483e0a854681a79262c529dd966a6 { color:#1b3427;display:block;width:30.249375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:17.9375rem;left:22.375rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aab7020c7fcd396194334af3bc1b8221 { color:#486859;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15014;line-height:.9;letter-spacing:0;top:13.4375rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5ca0ac830f08de80000df21edab7814 { color:#486859;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15015;line-height:.9;letter-spacing:0;top:26.0625rem;left:0rem;height:1.68710625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3ae9f0176804caa1d1ca53efab4a6a8 { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15029;background-color:#486859;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:34.6875rem;display:block; }
#ddfb2f491059e935ae9dda08de061104 { box-sizing:content-box;height:6.375rem;width:36.9375rem;position:absolute;display:block;z-index:15010;background-color:#1b3427;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.624998092651rem;left:19.062107086182rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Wcde33b5a0f77750675cadf13f76be6b { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#eae6de;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.75rem;left:21.375rem;display:block; }
#t8953f5059270be7958a6ec72f81b19d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81108125rem;width:1.81108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.406250953674rem;left:22.093986511231rem; }
#Tf951bf4ef905b3a98d3a84f4e70199a { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:31.249998092651rem;left:26.437107086182rem;height:3.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1cf7cc6fce3e4eb675a5a2c747cd8a3 { 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:34.1875rem;width:39.75rem;display:none; }
#XCRk7PZ0EmTHeVu5DAq142aHLEul3IHE { position:absolute;display:block;z-index:15030;height:21.75rem;width:38.75rem;top:9.0487422943112rem;left:36.250003814698rem;display:none; }
#lfsc1bzg3MPuuUykppZMK8ceRB5N4cp3 { position:relative;display:block; } #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection *:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="text"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="email"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="tel"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection textarea:focus-visible { outline: none; } #lfsc1bzg3MPuuUykppZMK8ceRB5N4cp3 > .row .container { position:relative;display:block; }#Mo3334o8tgtNJeT81WFq5N4auv8qNJTx { position:relative;display:block; } #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection *:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="text"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="email"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="tel"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection textarea:focus-visible { outline: none; } #Mo3334o8tgtNJeT81WFq5N4auv8qNJTx > .row .container { position:relative;display:block; }#npQfCqo8pwdQqvSSDrxvTzDPsAhcUUXb { position:relative;display:block; } #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection *:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="text"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="email"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="tel"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection textarea:focus-visible { outline: none; } #npQfCqo8pwdQqvSSDrxvTzDPsAhcUUXb > .row .container { position:relative;display:block; }#ylLUsb1v2aHGDr8pW9UGRkTZSnT7KyVz { position:relative;display:block; } #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection *:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="text"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="email"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="tel"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection textarea:focus-visible { outline: none; } #ylLUsb1v2aHGDr8pW9UGRkTZSnT7KyVz > .row .container { position:relative;display:block; }#xm6y10h3fVgm56akdfoWK94sF0d8JgyS { position:relative;display:block; } #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection *:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="text"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="email"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="tel"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection textarea:focus-visible { outline: none; } #xm6y10h3fVgm56akdfoWK94sF0d8JgyS > .row .container { position:relative;display:block; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row .container { background-color: transparent; background-image: none; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row .container > .video-iframe-container { display: none; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row > .video-iframe-container { display: none; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .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); }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row .container { border-width: 0; border-radius: 0; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#ld108760a15a9a59280260d1c5dd718a { box-sizing:content-box;height:19.375rem;width:35.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #eae6de;border-left:0.125rem solid #eae6de;border-right:0.125rem solid #eae6de;border-bottom:0.125rem solid #eae6de;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#a3ef6962c82c880fe44b1b892afc3d3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374525rem;width:2.374525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.7805404663086rem;left:5.4054222106934rem; }
#x9f531e923123ccac0c896f10ae10d26 { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#1b3427;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.875rem;left:4.4375rem;display:block; }
#d63283174fee86f14def10ce1ead3df3 { box-sizing:content-box;height:2.5rem;width:6.5625rem;position:absolute;display:block;z-index:15002;background-color:#1b3427;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:11.6875rem;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; }
#ec766747afd16df5e91d0772e5881554 { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:11.75rem;height:1.29953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1e40935fc1abee1678e0350214e0994 { color:#1b3427;display:block;width:15.687125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.1875rem;left:11.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8832511cb0966569ed9b44681d96074 { color:#1b3427;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:6.3125rem;left:11.6875rem;height:2.1996875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s6c64139eb93b88fe544bea937043932 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1b3427;border-left:0.125rem solid #1b3427;border-right:0.125rem solid #1b3427;border-bottom:0.125rem solid #1b3427;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1b3427;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:3.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:9.9375rem;left:6.0625rem;display:block; }
#W214569d71222e5e6326264881c39878 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a38e3212aa81531757f582bced85b496 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1247625rem;width:2.1247625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:10.625rem;left:7.9375rem; }
#ka0db23591b71f3c6c585b952cef08db { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1b3427;border-left:0.125rem solid #1b3427;border-right:0.125rem solid #1b3427;border-bottom:0.125rem solid #1b3427;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1b3427;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:3.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:14.125rem;left:45.9375rem;display:block; }
#b543053dcc97854daf8184117da9b105 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1df9683861335b9290fc69b41464ed5 { color:#1b3427;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:6.3125rem;left:51.625rem;height:2.1996875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c708a3a624124babed5a6c54102f705b { color:#1b3427;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:4.25rem;left:51.625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6c2c09607e50333e048399c5fe03e98 { box-sizing:content-box;height:2.5rem;width:6.5625rem;position:absolute;display:block;z-index:15010;background-color:#1b3427;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:51.625rem;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; }
#a35d4a4347cacc1f3e55ab2adaf689c2 { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.5rem;left:51.6875rem;height:1.29953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2a718df93f40b967773184d8ed585f6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12416875rem;width:2.12416875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.8125rem;left:48.375rem; }
#ce3020af8b420c27df06969cd0d79aa2 { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#1b3427;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.875rem;left:44.375rem;display:block; }
#e09f812267128369e6bc80db4c9c26e1 { box-sizing:content-box;height:2.9375rem;width:23.625rem;position:absolute;display:block;z-index:15029;background-color:#eae6de;background-image:none;box-shadow: 0.0625rem 0.8125rem 1.0625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:47.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#cc65fc2a306f5224586a1af5147a3d4b { color:#1b3427;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:11.312103271484rem;left:48.687107086182rem;height:1.09984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2c7912c8a4a4670c8b5ae999501b8a4 { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:54.375rem;display:block; }
#dd5b18ee4f9b1984b760b8e8be03ab9a { color:#000000;display:block;width:10.562125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:11.16667175293rem;left:56.654872894287rem;height:1.09984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i620dcc8770ccfb821d25a1139854cbc { box-sizing:content-box;height:19.375rem;width:35.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #eae6de;border-left:0.125rem solid #eae6de;border-right:0.125rem solid #eae6de;border-bottom:0.125rem solid #eae6de;top:0rem;left:39rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ae883b9e331ba6fa54b2625de566034b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3739375rem;width:2.3739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:1.6555404663086rem;left:45.343868255615rem; }
#T0f6MxeshltQ8xDN3xbtcgvn743zPGto { position:relative;display:block; } #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection *:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="text"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="email"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="tel"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection textarea:focus-visible { outline: none; } #T0f6MxeshltQ8xDN3xbtcgvn743zPGto > .row .container { position:relative;display:block; }#GJKTOl4Knn6p1oDM4n60nRcdOOtiyOuC { position:relative;display:block; } #edb675149a49607366160cda63eb286b.widget-smartsection *:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="text"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="email"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="tel"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection textarea:focus-visible { outline: none; } #GJKTOl4Knn6p1oDM4n60nRcdOOtiyOuC > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL { display:block; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9eca894e3dd9c02499d7a17f39aa09a { top:7.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6a483e0a854681a79262c529dd966a6 { top:17.9375rem;left:8.75rem;width:30.1875rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aab7020c7fcd396194334af3bc1b8221 { top:13.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ca0ac830f08de80000df21edab7814 { top:26.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ae9f0176804caa1d1ca53efab4a6a8 { top:16.1875rem;left:21.0625rem;width:9.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ddfb2f491059e935ae9dda08de061104 { top:29.5625rem;left:5.4371070861816rem;width:36.9375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcde33b5a0f77750675cadf13f76be6b { top:30.75rem;left:7.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8953f5059270be7958a6ec72f81b19d { top:31.375rem;left:8.4689865112306rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf951bf4ef905b3a98d3a84f4e70199a { top:31.1875rem;left:12.812107086182rem;width:23.875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1cf7cc6fce3e4eb675a5a2c747cd8a3 { width:39.75rem;height:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCRk7PZ0EmTHeVu5DAq142aHLEul3IHE { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfsc1bzg3MPuuUykppZMK8ceRB5N4cp3 { display:block; } #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection *:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="text"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="email"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="tel"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection textarea:focus-visible { outline: none; } #lfsc1bzg3MPuuUykppZMK8ceRB5N4cp3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mo3334o8tgtNJeT81WFq5N4auv8qNJTx { display:block; } #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection *:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="text"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="email"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="tel"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection textarea:focus-visible { outline: none; } #Mo3334o8tgtNJeT81WFq5N4auv8qNJTx > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #npQfCqo8pwdQqvSSDrxvTzDPsAhcUUXb { display:block; } #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection *:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="text"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="email"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="tel"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection textarea:focus-visible { outline: none; } #npQfCqo8pwdQqvSSDrxvTzDPsAhcUUXb > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylLUsb1v2aHGDr8pW9UGRkTZSnT7KyVz { display:block; } #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection *:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="text"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="email"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="tel"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection textarea:focus-visible { outline: none; } #ylLUsb1v2aHGDr8pW9UGRkTZSnT7KyVz > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xm6y10h3fVgm56akdfoWK94sF0d8JgyS { display:block; } #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection *:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="text"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="email"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="tel"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection textarea:focus-visible { outline: none; } #xm6y10h3fVgm56akdfoWK94sF0d8JgyS > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC { display:block; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ld108760a15a9a59280260d1c5dd718a { top:0rem;left:0rem;width:35.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ef6962c82c880fe44b1b892afc3d3b { top:1.75rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9f531e923123ccac0c896f10ae10d26 { top:0.875rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d63283174fee86f14def10ce1ead3df3 { top:0.875rem;left:4.875rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec766747afd16df5e91d0772e5881554 { top:1.5rem;left:4.9375rem;width:6.25rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1e40935fc1abee1678e0350214e0994 { top:4.125rem;left:4.8746070861816rem;width:15.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8832511cb0966569ed9b44681d96074 { top:6.25rem;left:3.25rem;width:20.625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6c64139eb93b88fe544bea937043932 { width:27.3125rem;height:3.4375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W214569d71222e5e6326264881c39878 { display:block; }
 }@media only screen and (max-width: 763px) { #a38e3212aa81531757f582bced85b496 { top:10.625rem;left:1.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka0db23591b71f3c6c585b952cef08db { width:27.3125rem;height:3.4375rem;top:14.125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b543053dcc97854daf8184117da9b105 { display:block; }
 }@media only screen and (max-width: 763px) { #a1df9683861335b9290fc69b41464ed5 { top:6.3125rem;left:27.125rem;width:20.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c708a3a624124babed5a6c54102f705b { top:4.25rem;left:27.8125rem;width:19.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6c2c09607e50333e048399c5fe03e98 { top:0.875rem;left:31.1875rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a35d4a4347cacc1f3e55ab2adaf689c2 { top:1.5rem;left:31.25rem;width:6.25rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2a718df93f40b967773184d8ed585f6 { top:14.8125rem;left:27.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce3020af8b420c27df06969cd0d79aa2 { top:0.875rem;left:23.9375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e09f812267128369e6bc80db4c9c26e1 { top:10.1875rem;left:24.125rem;width:23.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc65fc2a306f5224586a1af5147a3d4b { top:11.25rem;left:28.249607086182rem;width:6.6875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2c7912c8a4a4670c8b5ae999501b8a4 { top:12.3125rem;left:32.125rem;width:15.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dd5b18ee4f9b1984b760b8e8be03ab9a { top:11.125rem;left:36.217372894287rem;width:10.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i620dcc8770ccfb821d25a1139854cbc { top:0rem;left:11.75rem;width:35.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae883b9e331ba6fa54b2625de566034b { top:1.625rem;left:24.906368255615rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0f6MxeshltQ8xDN3xbtcgvn743zPGto { display:block; } #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection *:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="text"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="email"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="tel"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection textarea:focus-visible { outline: none; } #T0f6MxeshltQ8xDN3xbtcgvn743zPGto > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJKTOl4Knn6p1oDM4n60nRcdOOtiyOuC { display:block; } #edb675149a49607366160cda63eb286b.widget-smartsection *:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="text"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="email"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="tel"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection textarea:focus-visible { outline: none; } #GJKTOl4Knn6p1oDM4n60nRcdOOtiyOuC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f7f4ee;background-image:none;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); } }@media only screen and (max-width: 763px) { #TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL { background-color:#f7f4ee;background-image:url("https://images.assets-landingi.com/uc/805e9ec1-4779-4d58-8377-5beff68db42e/Greenmobile.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL.adaptive-delivery-prevent-bg, #TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL.lazyload, #TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL.lazyloading { background-image: none; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container { background-color: transparent; background-image: none; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container > .video-iframe-container { display: none; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row > .video-iframe-container { display: none; }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .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); }#TMhS8Eub6ApxnxRCkkhtLTQfO0GVTasL > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9eca894e3dd9c02499d7a17f39aa09a { width:20rem;height:2.25rem;top:11.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #c6a483e0a854681a79262c529dd966a6 { width:17.3745rem;height:6.79875rem;top:17.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aab7020c7fcd396194334af3bc1b8221 { width:20rem;height:1.125rem;top:14.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #P5ca0ac830f08de80000df21edab7814 { width:20rem;height:1.125rem;top:25.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #d3ae9f0176804caa1d1ca53efab4a6a8 { width:9.375rem;height:0;top:27.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfb2f491059e935ae9dda08de061104 { width:20rem;height:10.125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcde33b5a0f77750675cadf13f76be6b { width:3.18710625rem;height:3.18710625rem;top:28.622640609741rem;left:8.4048737287519rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8953f5059270be7958a6ec72f81b19d { display:flex;width:1.75rem;height:1.75rem;top:29.342765808106rem;left:9.1249998807906rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Tf951bf4ef905b3a98d3a84f4e70199a { width:15.937125rem;height:3.575475rem;top:32.873428344726rem;left:2.0298742055893rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1cf7cc6fce3e4eb675a5a2c747cd8a3 { top:1.62109375rem;left:4.5312502980232rem;width:10.9375rem;height:9.25rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XCRk7PZ0EmTHeVu5DAq142aHLEul3IHE { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfsc1bzg3MPuuUykppZMK8ceRB5N4cp3 { display:block; } #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection *:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="text"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="email"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection input[type="tel"]:focus-visible, #H3b3afe764577e1e53db8a6b909c8908.widget-smartsection textarea:focus-visible { outline: none; } #lfsc1bzg3MPuuUykppZMK8ceRB5N4cp3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mo3334o8tgtNJeT81WFq5N4auv8qNJTx { display:block; } #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection *:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="text"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="email"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection input[type="tel"]:focus-visible, #fe43a20e8a2f635cc26fcf130a6b7e96.widget-smartsection textarea:focus-visible { outline: none; } #Mo3334o8tgtNJeT81WFq5N4auv8qNJTx > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #npQfCqo8pwdQqvSSDrxvTzDPsAhcUUXb { display:block; } #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection *:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="text"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="email"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection input[type="tel"]:focus-visible, #p22f7aa733f4d4a94539dd5470e7524c.widget-smartsection textarea:focus-visible { outline: none; } #npQfCqo8pwdQqvSSDrxvTzDPsAhcUUXb > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylLUsb1v2aHGDr8pW9UGRkTZSnT7KyVz { display:block; } #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection *:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="text"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="email"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection input[type="tel"]:focus-visible, #L8f2390d1e4ac9acfb6bc578c7ece65c.widget-smartsection textarea:focus-visible { outline: none; } #ylLUsb1v2aHGDr8pW9UGRkTZSnT7KyVz > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xm6y10h3fVgm56akdfoWK94sF0d8JgyS { display:block; } #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection *:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="text"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="email"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection input[type="tel"]:focus-visible, #t9e8ff47ad8c2c5719a49f5360b05bde.widget-smartsection textarea:focus-visible { outline: none; } #xm6y10h3fVgm56akdfoWK94sF0d8JgyS > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC { display:block; }#Pyx42rlgTFihxiDDZGU4l36ZcBD4q9gC > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ld108760a15a9a59280260d1c5dd718a { width:19.8125rem;height:15.5625rem;top:0.24976348876953rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ef6962c82c880fe44b1b892afc3d3b { display:flex;width:2.1875rem;height:2.1875rem;top:1.9365539550781rem;left:1.9365530610084rem; }
 }@media only screen and (max-width: 763px) { #x9f531e923123ccac0c896f10ae10d26 { width:3.8125rem;height:3.8125rem;top:1.1245269775391rem;left:1.1245265603066rem;display:block; }
 }@media only screen and (max-width: 763px) { #d63283174fee86f14def10ce1ead3df3 { width:6.437rem;height:2.4372625rem;top:1.1245269775391rem;left:6.7808950543406rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec766747afd16df5e91d0772e5881554 { width:6.25rem;height:1.544025rem;top:1.5620269775391rem;left:6.8750002980231rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1e40935fc1abee1678e0350214e0994 { width:12.6243125rem;height:1.1002625rem;top:5.9996452331543rem;left:3.6872633099556rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8832511cb0966569ed9b44681d96074 { width:17.312375rem;height:1.92453125rem;top:8.249881744385rem;left:1.3429213166237rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6c64139eb93b88fe544bea937043932 { width:18.3577275rem;height:3.23283375rem;top:11.487810134887rem;left:0.83155781030656rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W214569d71222e5e6326264881c39878 { display:block; }
 }@media only screen and (max-width: 763px) { #a38e3212aa81531757f582bced85b496 { display:flex;width:2.1875rem;height:2.1875rem;top:12.009824752807rem;left:1.4370265603066rem; }
 }@media only screen and (max-width: 763px) { #ka0db23591b71f3c6c585b952cef08db { width:18.75rem;height:3.4375rem;top:34.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b543053dcc97854daf8184117da9b105 { display:block; }
 }@media only screen and (max-width: 763px) { #a1df9683861335b9290fc69b41464ed5 { width:14.3116875rem;height:3.84905625rem;top:25.125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c708a3a624124babed5a6c54102f705b { width:15.9375rem;height:1.1002625rem;top:23.0625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6c2c09607e50333e048399c5fe03e98 { width:6.437rem;height:2.4372625rem;top:18.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a35d4a4347cacc1f3e55ab2adaf689c2 { width:6.25rem;height:1.544025rem;top:18.5rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2a718df93f40b967773184d8ed585f6 { display:flex;width:2.0625rem;height:2.0625rem;top:34.75rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ce3020af8b420c27df06969cd0d79aa2 { width:3.8125rem;height:3.8125rem;top:17.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e09f812267128369e6bc80db4c9c26e1 { width:18.625rem;height:2.87405rem;top:30.187107086182rem;left:0.74960684776306rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc65fc2a306f5224586a1af5147a3d4b { width:6.18710625rem;height:1.09984375rem;top:31.07311630249rem;left:1.4367138147354rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2c7912c8a4a4670c8b5ae999501b8a4 { width:10.9375rem;height:0.0625rem;top:32.4375rem;left:7.375rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #dd5b18ee4f9b1984b760b8e8be03ab9a { width:10.375rem;height:1.09984375rem;top:31.07311630249rem;left:8.3294018507006rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i620dcc8770ccfb821d25a1139854cbc { width:19.8125rem;height:21.6875rem;top:16.687383651733rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae883b9e331ba6fa54b2625de566034b { display:flex;width:2.31238125rem;height:2.31238125rem;top:18.4375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #T0f6MxeshltQ8xDN3xbtcgvn743zPGto { display:block; } #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection *:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="text"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="email"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection input[type="tel"]:focus-visible, #c089f14a8283b5e01ee1d923ab8ba338.widget-smartsection textarea:focus-visible { outline: none; } #T0f6MxeshltQ8xDN3xbtcgvn743zPGto > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJKTOl4Knn6p1oDM4n60nRcdOOtiyOuC { display:block; } #edb675149a49607366160cda63eb286b.widget-smartsection *:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="text"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="email"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection input[type="tel"]:focus-visible, #edb675149a49607366160cda63eb286b.widget-smartsection textarea:focus-visible { outline: none; } #GJKTOl4Knn6p1oDM4n60nRcdOOtiyOuC > .row .container { position:relative;display:block; } }