.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: #ffffff; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#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); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7976f9e-2a4f-4d14-a32f-1278f64fd36f/Green12TYPImageWhite.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; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf.adaptive-delivery-prevent-bg, #GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf.lazyload, #GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf.lazyloading { background-image: none; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container { background-color: transparent; background-image: none; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container > .video-iframe-container { display: none; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row > .video-iframe-container { display: none; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .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); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container { border-width: 0; border-radius: 0; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#C9eca894e3dd9c02499d7a17f39aa09a { color:#2a2373;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:5.8125rem;left:0rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6a483e0a854681a79262c529dd966a6 { color:#2a2373;display:block;width:30.2491875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:16.1875rem;left:22.375rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aab7020c7fcd396194334af3bc1b8221 { color:#2a2373;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:12.25rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5ca0ac830f08de80000df21edab7814 { color:#2a2373;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:24.0625rem;left:0rem;height:1.6875rem;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:15rem;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:#b7b7d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.4375rem;left:19rem;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:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29rem;left:23.0625rem;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:29.6875rem;left:23.75rem; }
#Tf951bf4ef905b3a98d3a84f4e70199a { color:#2a2273;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:28.5rem;left:28.3125rem;height:4.2rem;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; }
#N8255r6xNSuCUETltDdupC6pZhlZblgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row .container { background-color: transparent; background-image: none; }#N8255r6xNSuCUETltDdupC6pZhlZblgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row .container > .video-iframe-container { display: none; }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row > .video-iframe-container { display: none; }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .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); }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row .container { border-width: 0; border-radius: 0; }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#ef4b65cefb48ddc038151f47cae42106 { box-sizing:content-box;height:3.2487rem;width:8.3741875rem;position:absolute;display:block;z-index:15000;background-color:#85c7f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6246452331543rem;left:33.312618255615rem;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; }
#dc710c589b51080008dc0725bc9ab71d { color:#2a2373;display:block;width:4.1234625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4769172668457rem;left:35.437976837158rem;height:1.54375rem;font-style:normal;display:block; }
#b339510a15e732dbec9dd8215f0e6a6e { color:#2a2373;display:block;width:75rem;position:absolute;font-family:"cormorant garamond";font-size:3.4375rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:6.09375rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jc54b3bb48a09cfd2e49b43b4b929849 { box-sizing:content-box;height:9.75rem;width:74.8125rem;position:absolute;display:block;z-index:15000;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;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row .container { background-color: transparent; background-image: none; }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row .container > .video-iframe-container { display: none; }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row > .video-iframe-container { display: none; }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .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); }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row .container { border-width: 0; border-radius: 0; }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#u17ed02038cf0fe08c827044b1791638 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.0618125rem;width:46.3743125rem;top:3.3733425140381rem;left:14.562263488769rem;display:block; }
#afce4ed42765436f27480b9c71b834be { box-sizing:content-box;height:37.6875rem;width:74.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #eae6de;border-right:0.125rem solid #eae6de;border-bottom:0;top:0.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#O116a07c21bc025ba893f527fb7d9f44 { position:absolute;display:block;z-index:15016;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:36.875rem;width:69rem;top:0rem;left:2.9995269775391rem;overflow:hidden;display:block; }
#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row .container { background-color: transparent; background-image: none; }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row .container > .video-iframe-container { display: none; }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row > .video-iframe-container { display: none; }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .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); }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row .container { border-width: 0; border-radius: 0; }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#gc72bc40732397d2ba57011c24eb36fe { box-sizing:content-box;height:17.375rem;width:74.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Tcd902beb4640ad4d63aa641b81fa902 { box-sizing:content-box;height:10.93575rem;width:0.12429rem;position:absolute;display:block;z-index:15024;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:62.375rem;display:block; }
#me000e53fac06cd517abe5f2a194d7ac { color:#2a2373;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:9.1875rem;left:51.125rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb37d3deee2acd469e6f3bbb6a15725e { color:#2a2373;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.1875rem;left:63.3125rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af147e63fca980c069acadfc9b4ce439 { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:15054;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #85c7f2;border-left:0.0625rem solid #85c7f2;border-right:0.0625rem solid #85c7f2;border-bottom:0.0625rem solid #85c7f2;top:5.2929688394069rem;left:67.042191505431rem;display:block; }
#cb946ae435d1de5cb0822989c7b6061f { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.75rem;left:55.3125rem; }
#wf38a56a40f0fde827798bdbdff900ab { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:5.75rem;left:67.5rem; }
#o98e1629507fb99d455f5d256df4c4c6 { box-sizing:content-box;height:10.93575rem;width:0.12429rem;position:absolute;display:block;z-index:15023;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:50.0625rem;display:block; }
#b4409c05e25b00002729459da8b78586 { color:#2a2373;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:9.1875rem;left:38.375rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zea6807afcf10c8b4805da3f4becfce3 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.75rem;left:42.5625rem; }
#c65868b3422edaebecd72ec4609658bd { box-sizing:content-box;height:10.93575rem;width:0.12429rem;position:absolute;display:block;z-index:15023;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:37.4375rem;display:block; }
#d044fd65c94a3942d6bd70dbb29831f0 { color:#2a2373;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:9.3125rem;left:25.6875rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q53e9f20391216d9ecbd08111d78bed3 { color:#2a2373;display:block;width:30.4368125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:1rem;left:22.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t7fb495978856deea78149b63be43728 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.75rem;left:29.875rem; }
#e8dde3520f148a5e08ece0b2641b9536 { box-sizing:content-box;height:10.9363125rem;width:0.12429rem;position:absolute;display:block;z-index:15022;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:24.875rem;display:block; }
#H6fdf094b09ac410a078f564a634011b { color:#2a2373;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:9.1875rem;left:13.125rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pf1d3521077c1f998f45f51194d1958c { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.75rem;left:17.3125rem; }
#c6a575bb0f3ba45458d3ad04c113d080 { box-sizing:content-box;height:10.9363125rem;width:0.12429rem;position:absolute;display:block;z-index:15023;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:12.375rem;display:block; }
#fb822a2cb278b682a6d67ec083b8545a { color:#2a2373;display:block;width:10.8114375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:9.1875rem;left:0.875rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4474ac5fc4c818a37661499ea11a148 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4372625rem;width:2.4372625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.75rem;left:4.9375rem; }
#Hb6147fb66f1bf53aafc8a60f8694abc { box-sizing:content-box;height:31.375rem;width:75.0625rem;position:absolute;display:block;z-index:15001;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:18.312496185302rem;left:-0.13125038146973rem;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; }
#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row .container { background-color: transparent; background-image: none; }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row .container > .video-iframe-container { display: none; }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row > .video-iframe-container { display: none; }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .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); }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row .container { border-width: 0; border-radius: 0; }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#k421f78e06eb2932d63d320188761fce { box-sizing:content-box;height:3.24988125rem;width:8.37475rem;position:absolute;display:block;z-index:15000;background-color:#85c7f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:33.312030792236rem;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; }
#ac5b2d93ff6175f8849bfb3730aec220 { color:#2a2373;display:block;width:4.43714375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:35.312503814698rem;height:1.54375rem;font-style:normal;display:block; }
#H7fd2d12e1dccd42555ee37dad93181e { color:#2a2373;display:block;width:75rem;position:absolute;font-family:"cormorant garamond";font-size:3.4375rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:5.8121490478516rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bd37d58f1c052aae0f25d8b3c2961d34 { color:#2a2373;display:block;width:28.312rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:10.373580932618rem;left:24.154830932618rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5d126e2cd392954a164c24b80ba48da { color:#2a2373;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:13.124526977539rem;left:20.374645233154rem;height:4.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#J5d126e2cd392954a164c24b80ba48da li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J5d126e2cd392954a164c24b80ba48da li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7534b6d95e041f940921a1b86038ff1fa0325ccf.svg); }
#e4e1ee702700a93447f4638e7cf4a820 { color:#2a2373;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:13.124526977539rem;left:41.250003814698rem;height:4.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e4e1ee702700a93447f4638e7cf4a820 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e4e1ee702700a93447f4638e7cf4a820 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7534b6d95e041f940921a1b86038ff1fa0325ccf.svg); }
#af98b5f4d9f4a267c6c4e681fb8aafbf { background-color:#1b3427;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:43.1875rem;height:5.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:25.0625rem;left:15.875rem;display:block; }
#d4ed6da11fa614c24a1950f3f936ff88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f29fd944f4a4cc7205bcad93c56129f3 { color:#ffffff;display:block;width:42.74975rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:28.1875rem;left:16.125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d647dc7e279e07fb61f98433658db493 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9995rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.0625rem;left:16rem;height:2.03144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e47bcc65f94e3a308c2d3b27f69e7f2c { box-sizing:content-box;height:5.06214375rem;width:43.187125rem;position:absolute;display:block;z-index:15028;background-color:#b7b7d7;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:19.3125rem;left:15.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#r614a47af394c950765ec03d742a31e0 { color:#2a2373;display:block;width:34.93725rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:21.125rem;left:21.625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b60abd04fc6605452f8f489b674bd6bc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68666875rem;width:3.68666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20rem;left:17.25rem; }
#e31893cb9a61c7e0eae4e856db8d543c { position:absolute;display:block;z-index:15040;height:5.75rem;width:43.4375rem;top:25.062145233154rem;left:15.874763488769rem;display:block; }
#A8b057bffa0cf570f987a6199da6e509 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:26.140506744385rem;left:49.941410064698rem; }
#a24d5d8f8f1562e2446dfe19750334c6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.6873817443848rem;left:5.7457389831543rem; }
#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row .container { background-color: transparent; background-image: none; }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row .container > .video-iframe-container { display: none; }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row > .video-iframe-container { display: none; }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .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); }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row .container { border-width: 0; border-radius: 0; }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#x12a57ea438f48a4ad4bfc4f13f630a7 { color:#1b3427;display:block;width:74.749375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:0.56166839599609rem;left:0rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;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:2.3124971389771rem;left:0.77421855926512rem;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; }
#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row .container { background-color: transparent; background-image: none; }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row .container > .video-iframe-container { display: none; }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row > .video-iframe-container { display: none; }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .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); }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row .container { border-width: 0; border-radius: 0; }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;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:#85c7f2;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:#85c7f2;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:#2a2373;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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1e40935fc1abee1678e0350214e0994 { color:#2a2373;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:#2a2373;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.2rem;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 #85c7f2;border-left:0.125rem solid #85c7f2;border-right:0.125rem solid #85c7f2;border-bottom:0.125rem solid #85c7f2;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:#2a2373;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 #85c7f2;border-left:0.125rem solid #85c7f2;border-right:0.125rem solid #85c7f2;border-bottom:0.125rem solid #85c7f2;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:#2a2373;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:#2a2373;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:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c708a3a624124babed5a6c54102f705b { color:#2a2373;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:#85c7f2;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:#2a2373;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.3rem;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:#85c7f2;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:#b7b7d7;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:5.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:11.3125rem;left:48.6875rem;height:1.1rem;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:#2a2373;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:#2a2373;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:11.124526977539rem;left:55.437381744385rem;height:1.1rem;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:0.39921665191651rem;left:37.500000953674rem;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; }
#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH { position:relative;display:block; }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH { background-color: transparent; background-image: none; }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .row .container > .video-iframe-container { display: none; }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .row > .video-iframe-container { display: none; }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .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); }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH { border-width: 0; border-radius: 0; }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7b7d7;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#cabf10199e7c440953bebb84ddcdcd55 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43588125rem;width:2.43588125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:1.125rem;left:24.625rem; }
#R8e5df61885ac52219903d956023c746 { color:#2a2273;display:block;width:21.4366875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:1.6875rem;left:31.625rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row .container { background-color: transparent; background-image: none; }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row .container > .video-iframe-container { display: none; }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row > .video-iframe-container { display: none; }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .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); }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row .container { border-width: 0; border-radius: 0; }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf { display:block; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9eca894e3dd9c02499d7a17f39aa09a { top:5.8125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6a483e0a854681a79262c529dd966a6 { top:16.1875rem;left:8.75rem;width:30.1875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aab7020c7fcd396194334af3bc1b8221 { top:12.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ca0ac830f08de80000df21edab7814 { top:24.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ae9f0176804caa1d1ca53efab4a6a8 { top:15rem;left:21.0625rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfb2f491059e935ae9dda08de061104 { top:27.4375rem;left:5.375rem;width:36.9375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcde33b5a0f77750675cadf13f76be6b { top:29rem;left:9.4375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8953f5059270be7958a6ec72f81b19d { top:29.6875rem;left:10.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf951bf4ef905b3a98d3a84f4e70199a { top:28.5rem;left:14.6875rem;width:23.5625rem;height:4.1875rem;font-size:1rem;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) { #N8255r6xNSuCUETltDdupC6pZhlZblgc { display:block; }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef4b65cefb48ddc038151f47cae42106 { top:1.5625rem;left:19.687618255615rem;width:8.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc710c589b51080008dc0725bc9ab71d { top:2.4375rem;left:21.812976837158rem;width:4.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b339510a15e732dbec9dd8215f0e6a6e { top:6.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc54b3bb48a09cfd2e49b43b4b929849 { top:0rem;left:0rem;width:47.5rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW { display:block; }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u17ed02038cf0fe08c827044b1791638 { top:3.3125rem;left:0.9372634887695rem;width:46.3125rem;height:26.027074609597rem;display:block; }
 }@media only screen and (max-width: 763px) { #afce4ed42765436f27480b9c71b834be { top:0.0625rem;left:0rem;width:47.5rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O116a07c21bc025ba893f527fb7d9f44 { top:0rem;left:0rem;width:47.75rem;height:25.51856884058rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT { display:block; }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gc72bc40732397d2ba57011c24eb36fe { top:0rem;left:0rem;width:47.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcd902beb4640ad4d63aa641b81fa902 { top:4.8125rem;left:47.6875rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me000e53fac06cd517abe5f2a194d7ac { top:9.1875rem;left:37rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb37d3deee2acd469e6f3bbb6a15725e { top:9.1875rem;left:37rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #af147e63fca980c069acadfc9b4ce439 { top:5.25rem;left:44.4375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb946ae435d1de5cb0822989c7b6061f { top:5.75rem;left:41.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf38a56a40f0fde827798bdbdff900ab { top:5.75rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98e1629507fb99d455f5d256df4c4c6 { top:4.9375rem;left:36.4375rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4409c05e25b00002729459da8b78586 { top:9.1875rem;left:24.75rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zea6807afcf10c8b4805da3f4becfce3 { top:5.75rem;left:28.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c65868b3422edaebecd72ec4609658bd { top:4.8125rem;left:23.8125rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d044fd65c94a3942d6bd70dbb29831f0 { top:9.3125rem;left:12.0625rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53e9f20391216d9ecbd08111d78bed3 { top:1rem;left:8.6875rem;width:30.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7fb495978856deea78149b63be43728 { top:5.75rem;left:16.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8dde3520f148a5e08ece0b2641b9536 { top:4.8125rem;left:11.25rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fdf094b09ac410a078f564a634011b { top:9.1875rem;left:0rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1d3521077c1f998f45f51194d1958c { top:5.75rem;left:3.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6a575bb0f3ba45458d3ad04c113d080 { top:4.8125rem;left:0rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb822a2cb278b682a6d67ec083b8545a { top:9.1875rem;left:0rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4474ac5fc4c818a37661499ea11a148 { top:5.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb6147fb66f1bf53aafc8a60f8694abc { top:18.25rem;left:0rem;width:47.5rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv { display:block; }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k421f78e06eb2932d63d320188761fce { top:1.6875rem;left:19.687030792236rem;width:8.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac5b2d93ff6175f8849bfb3730aec220 { top:2.5rem;left:21.687503814698rem;width:4.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7fd2d12e1dccd42555ee37dad93181e { top:5.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd37d58f1c052aae0f25d8b3c2961d34 { top:10.3125rem;left:10.529830932618rem;width:28.25rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5d126e2cd392954a164c24b80ba48da { top:13.0625rem;left:6.7496452331544rem;width:12.5rem;height:4.8125rem;font-size:1rem;display:block; }#J5d126e2cd392954a164c24b80ba48da li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7534b6d95e041f940921a1b86038ff1fa0325ccf.svg); }
 }@media only screen and (max-width: 763px) { #e4e1ee702700a93447f4638e7cf4a820 { top:13.0625rem;left:27.625003814698rem;width:15rem;height:4.8125rem;font-size:1rem;display:block; }#e4e1ee702700a93447f4638e7cf4a820 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7534b6d95e041f940921a1b86038ff1fa0325ccf.svg); }
 }@media only screen and (max-width: 763px) { #af98b5f4d9f4a267c6c4e681fb8aafbf { width:43.1875rem;height:5.625rem;top:25.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ed6da11fa614c24a1950f3f936ff88 { display:block; }
 }@media only screen and (max-width: 763px) { #f29fd944f4a4cc7205bcad93c56129f3 { top:28.1875rem;left:2.5rem;width:42.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d647dc7e279e07fb61f98433658db493 { top:26.0625rem;left:2.375rem;width:42.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47bcc65f94e3a308c2d3b27f69e7f2c { top:19.3125rem;left:2.25rem;width:43.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r614a47af394c950765ec03d742a31e0 { top:21.125rem;left:8rem;width:34.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60abd04fc6605452f8f489b674bd6bc { top:20rem;left:3.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31893cb9a61c7e0eae4e856db8d543c { top:25rem;left:2.2497634887695rem;width:43.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8b057bffa0cf570f987a6199da6e509 { top:26.125rem;left:36.316410064698rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24d5d8f8f1562e2446dfe19750334c6 { top:1.625rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt { display:block; }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x12a57ea438f48a4ad4bfc4f13f630a7 { top:0.5rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld108760a15a9a59280260d1c5dd718a { top:2.25rem;left:0rem;width:35.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga { display:block; }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row .container { width:47.75rem;position:relative;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.1875rem;left:4.875rem;width:15.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8832511cb0966569ed9b44681d96074 { top:6.3125rem;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.25rem;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.3125rem;left:28.25rem;width:5.625rem;height:0;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.0625rem;left:34.999607086182rem;width:10.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i620dcc8770ccfb821d25a1139854cbc { top:0.375rem;left:11.75rem;width:35.75rem;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) { #oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH { display:block; }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cabf10199e7c440953bebb84ddcdcd55 { top:1.125rem;left:11rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8e5df61885ac52219903d956023c746 { top:1.6875rem;left:18rem;width:21.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 { display:block; }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row .container { width:47.75rem;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) { #GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf { 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; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf.adaptive-delivery-prevent-bg, #GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf.lazyload, #GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf.lazyloading { background-image: none; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container { background-color: transparent; background-image: none; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container > .video-iframe-container { display: none; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row > .video-iframe-container { display: none; }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .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); }#GA2n7qKy9qw0oP5So6s9C2wUXbixF8bf > .row .container { width:20rem;height:39.375rem;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.8rem;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:11.25rem;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:20rem;height:5.2rem;top:32.810287475586rem;left:-0.031544983386993rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;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) { #N8255r6xNSuCUETltDdupC6pZhlZblgc { display:block; }#N8255r6xNSuCUETltDdupC6pZhlZblgc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef4b65cefb48ddc038151f47cae42106 { width:6.4375rem;height:2.4375rem;top:1.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc710c589b51080008dc0725bc9ab71d { width:4.0625rem;height:1.54375rem;top:1.625rem;left:8rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b339510a15e732dbec9dd8215f0e6a6e { width:20rem;height:1.40625rem;top:4.4986972808838rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Jc54b3bb48a09cfd2e49b43b4b929849 { width:19.8125rem;height:5.5rem;top:0.55930376052856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW { display:block; }#zA2NqUcyG5Ik7h6T5yf4V0n8ctNdvFsW > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u17ed02038cf0fe08c827044b1791638 { height:7.062rem;width:13.375rem;top:1.8116722106934rem;left:3.4062502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #afce4ed42765436f27480b9c71b834be { width:19.8125rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O116a07c21bc025ba893f527fb7d9f44 { width:20rem;height:10.625rem;top:0.49952697753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT { display:block; }#H9Zb4LHa0hw59zMF6LXTfeJHNBdTasxT > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gc72bc40732397d2ba57011c24eb36fe { width:19.8125rem;height:26.6875rem;top:0.046756744384766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcd902beb4640ad4d63aa641b81fa902 { width:0.0625rem;height:10.875rem;top:90.610576483156rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #me000e53fac06cd517abe5f2a194d7ac { width:10.7493125rem;height:2.200525rem;top:19.499763488769rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cb37d3deee2acd469e6f3bbb6a15725e { width:10.7493125rem;height:2.200525rem;top:23.250354766846rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #af147e63fca980c069acadfc9b4ce439 { width:2.6242875rem;height:2.6242875rem;top:23.062854766846rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb946ae435d1de5cb0822989c7b6061f { display:flex;width:2.374525rem;height:2.374525rem;top:19.374763488769rem;left:1.3750000596046rem; }
 }@media only screen and (max-width: 763px) { #wf38a56a40f0fde827798bdbdff900ab { display:flex;width:2.3739375rem;height:2.3739375rem;top:23.187854766846rem;left:1.3750000596046rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #o98e1629507fb99d455f5d256df4c4c6 { width:0.0625rem;height:10.875rem;top:90.735576483156rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4409c05e25b00002729459da8b78586 { width:10.7493125rem;height:2.200525rem;top:15.693893432618rem;left:5.0622633099556rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zea6807afcf10c8b4805da3f4becfce3 { display:flex;width:2.374525rem;height:2.374525rem;top:15.625354766846rem;left:1.3750000596046rem; }
 }@media only screen and (max-width: 763px) { #c65868b3422edaebecd72ec4609658bd { width:0.0625rem;height:10.875rem;top:90.610576483156rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d044fd65c94a3942d6bd70dbb29831f0 { width:6.437rem;height:2.200525rem;top:11.987335205078rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q53e9f20391216d9ecbd08111d78bed3 { width:13.812125rem;height:2.20051875rem;top:0.67116546630862rem;left:3.0930398106575rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7fb495978856deea78149b63be43728 { display:flex;width:2.374525rem;height:2.374525rem;top:11.875354766846rem;left:1.3125000596046rem; }
 }@media only screen and (max-width: 763px) { #e8dde3520f148a5e08ece0b2641b9536 { width:0.0625rem;height:10.875rem;top:90.610576483156rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6fdf094b09ac410a078f564a634011b { width:10.7493125rem;height:2.200525rem;top:8.2497634887694rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1d3521077c1f998f45f51194d1958c { display:flex;width:2.374525rem;height:2.374525rem;top:8.1247634887694rem;left:1.3125000596046rem; }
 }@media only screen and (max-width: 763px) { #c6a575bb0f3ba45458d3ad04c113d080 { width:0.0625rem;height:10.875rem;top:90.610576483156rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb822a2cb278b682a6d67ec083b8545a { width:10.7493125rem;height:2.20051875rem;top:4.4370269775391rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z4474ac5fc4c818a37661499ea11a148 { display:flex;width:2.374525rem;height:2.374525rem;top:4.2495274543763rem;left:1.3125000596046rem; }
 }@media only screen and (max-width: 763px) { #Hb6147fb66f1bf53aafc8a60f8694abc { width:19.8125rem;height:26.8125rem;top:0.39140701293945rem;left:0.021874964237213rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv { display:block; }#SNM3yLnSDBoM4n0yhLyqKzM9Rvp9nWCv > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k421f78e06eb2932d63d320188761fce { width:6.4375rem;height:2.4375rem;top:1.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac5b2d93ff6175f8849bfb3730aec220 { width:4.375rem;height:1.54375rem;top:1.75rem;left:7.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7fd2d12e1dccd42555ee37dad93181e { width:14.62475rem;height:2.8125rem;top:4.4985809326172rem;left:2.6876185536384rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #bd37d58f1c052aae0f25d8b3c2961d34 { width:14.437125rem;height:2.20051875rem;top:8.1244087219237rem;left:2.7805398106575rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5d126e2cd392954a164c24b80ba48da { width:12.5rem;height:4.825rem;top:11.24941444397rem;left:1.4370265603066rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#J5d126e2cd392954a164c24b80ba48da li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7534b6d95e041f940921a1b86038ff1fa0325ccf.svg); }
 }@media only screen and (max-width: 763px) { #e4e1ee702700a93447f4638e7cf4a820 { width:15rem;height:4.825rem;top:16.436789512634rem;left:1.4370265603066rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#e4e1ee702700a93447f4638e7cf4a820 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7534b6d95e041f940921a1b86038ff1fa0325ccf.svg); }
 }@media only screen and (max-width: 763px) { #af98b5f4d9f4a267c6c4e681fb8aafbf { width:18.75rem;height:5.25rem;top:28.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ed6da11fa614c24a1950f3f936ff88 { display:block; }
 }@media only screen and (max-width: 763px) { #f29fd944f4a4cc7205bcad93c56129f3 { width:18.25rem;height:1.1002625rem;top:31.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d647dc7e279e07fb61f98433658db493 { width:20rem;height:1.30030625rem;top:29.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47bcc65f94e3a308c2d3b27f69e7f2c { width:18.75rem;height:5.25rem;top:22.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r614a47af394c950765ec03d742a31e0 { width:13.68725rem;height:3.3rem;top:23.25rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b60abd04fc6605452f8f489b674bd6bc { display:flex;width:2.62488125rem;height:2.62488125rem;top:23.5625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #e31893cb9a61c7e0eae4e856db8d543c { width:18.8125rem;height:4.875rem;top:28.499170303345rem;left:0.62500005960463rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #A8b057bffa0cf570f987a6199da6e509 { display:flex;width:1.875rem;height:1.875rem;top:30.924478530884rem;left:14.504971325398rem; }
 }@media only screen and (max-width: 763px) { #a24d5d8f8f1562e2446dfe19750334c6 { display:flex;width:3.0622625rem;height:3.0622625rem;top:0.99846172332762rem;left:1.4370265603066rem; }
 }@media only screen and (max-width: 763px) { #Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt { display:block; }#Wza5B3qTOIlstCN5vplC4DGxs6wXf1Pt > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x12a57ea438f48a4ad4bfc4f13f630a7 { width:20rem;height:1.1rem;top:0.687141418457rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ld108760a15a9a59280260d1c5dd718a { width:19.8125rem;height:2.0625rem;top:0.24922180175781rem;left:0.061718702316284rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga { display:block; }#z5Mqv07vARQ3fA6d2WQAEBmHmngCs8Ga > .row .container { width:20rem;height:39.375rem;position:relative;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.925rem;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:12.75rem;height:3.85rem;top:25.125rem;left:3.6249998807907rem;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.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc65fc2a306f5224586a1af5147a3d4b { width:5.625rem;height:1.1002625rem;top:31.375rem;left:1.5rem;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.1rem;top:31.125rem;left:7.375rem;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) { #oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH { display:block; }#oOei6BmUnT8KnlVsmWCs1qvvG1Tc7vPH > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cabf10199e7c440953bebb84ddcdcd55 { display:flex;width:2.374525rem;height:2.374525rem;top:0.74988174438475rem;left:1.0617898106575rem; }
 }@media only screen and (max-width: 763px) { #R8e5df61885ac52219903d956023c746 { width:14.187375rem;height:1.925rem;top:0.94401168823244rem;left:4.8745267987251rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 { display:block; }#QvsWzHZFGadPlqkAvzQdKVlS8S9Bxan2 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }