.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,235,220;--color-primary-1:252,232,185;--color-primary-2:209,154,82;--color-primary-3:125,92,49;--color-primary-4:42,31,16;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Fraunces"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/77d230d1-b749-4ff4-a3b7-b58dbab5a667/fds.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.adaptive-delivery-prevent-bg, #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.lazyload, #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.lazyloading { background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:60rem;position:relative;display:block; }#TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#mOsZsDVT2n70wD0ynmC9XKZsUtsX0MPN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:34.875rem;width:25.9375rem;top:5.9375rem;left:32.7353515625rem;overflow:hidden;display:block; }
#CXgkoWSdeZdfoSx0qTPMKOrcrIcdGqZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:9.1875rem;left:1.90625rem;height:6.125rem;text-align:left;text-align-last:left;display:block; }
#JalsVIN4THWDRQkxRp44rT98CRDLe76I { box-sizing:content-box;height:32.625rem;width:23.8125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:10.0625rem;left:30.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #00ff14;border-left:0.3125rem solid #00ff14;border-right:0.3125rem solid #00ff14;border-bottom:0.3125rem solid #00ff14;box-shadow: none;display:block; }
#TaHTJldqhdWgUEvbsF72WHfKMtiGMe21 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.71875rem;left:4rem;display:block; }
#coXflz3XRPV3RyxC6CpEazKmJwcOWQyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTVlo9EmfQtiqZq7AvHnGLt6TCSTr8Ei { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:22.59375rem;left:2rem;height:7.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QnZ5J6uXpXRwGixuMLepTQlg1wQvk0tC { color:#00ff14;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:32.0625rem;left:6.71875rem;height:7.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ELKh36ZlN1sq3LAkHt8Q9PqB2TxM0TKs { box-sizing:content-box;height:12.8125rem;width:22.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:31.3125rem;left:2rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#S6uT8g7L9yLD4nu1PZ5RyNLGhSeXFPk6 { color:#00ff14;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15.3125rem;left:2rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv.adaptive-delivery-prevent-bg, #LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv.lazyload, #LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv.lazyloading { background-image: none; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container { background-color: transparent; background-image: none; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container > .video-iframe-container { display: none; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row > .video-iframe-container { display: none; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .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); }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container { border-width: 0; border-radius: 0; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container { font-size:0.875rem;font-family:arial;height:252.3125rem;width:60rem;position:relative;display:block; }#VEUppNklUgg7M4Ku5FMpMPxdFoemoH1t { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:108.625rem;left:12.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#IWcSSOPtycI7Gm2ApLOVemefZIsCR0EN { box-sizing:content-box;height:45.3125rem;width:57.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:107.25rem;left:1.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QobVdrBDB5eW47X4XrEvc8S7R4nwamtl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.8125rem;width:57.0625rem;top:114rem;left:1.5rem;display:block; }
#M7kmTFALQxP4D72uTUeb6iIrbrDyQBTv { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:146.8125rem;left:9.875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#CcqT7QX3fagEJJ5pZ8FAaT8QNb0WRZPN { box-sizing:content-box;height:35.1875rem;width:56.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:13.0625rem;left:1.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wNPt4y0VoafuOaBb5qoiaQFTMREdZMKl { color:#100e0e;display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:18.4375rem;left:5.0625rem;height:6.9375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rFHT02ADv9OTpdavWGPCgeHJdCNQF07d { color:#00ff14;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.99);top:8.5rem;left:1.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IcAfOELdfmHrfNzIiOn6t70wCaB4wGJf { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.5rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bbu6SiPdy2QANyrbBhI3Kf3Mg6Zqi9Tk { box-sizing:content-box;height:5.875rem;width:28.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:201rem;left:15.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#K738UJQ1CiAK3nn4JTGoGsMs0bMlB6DO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:202.375rem;left:18.4375rem;display:block; }
#CGEFQsPgePH81OFHfZA0SEPF3P9py1WV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:210.9375rem;left:5.0625rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSWHxay4pBwRqiKkkwIahfG8B8XkLWpy { box-sizing:content-box;height:38.5625rem;width:55.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:209.5625rem;left:2.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fSahTfIwrIRqCpXvoB8TAfQ3JWRtLZoX { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:216.875rem;left:5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m5WWl81if2RnFyE6L4XmT56Rey15zFx2 { color:#100e0e;display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:220.5rem;left:4.6875rem;height:;text-align:left;text-align-last:left;display:block; }#m5WWl81if2RnFyE6L4XmT56Rey15zFx2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m5WWl81if2RnFyE6L4XmT56Rey15zFx2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
#HFcq6bQBGNtTzqy9zHwQB6csZAZvHpQH { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:242.8125rem;left:4.25rem;height:3.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TT7qUQEJxrdO95BqW82IrBbBQMzh9r6y { color:#100e0e;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:14.875rem;left:27.4375rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zwzqg4WX8QuOsDK42kNTuUdJ0FsNFL2p { box-sizing:content-box;height:40.25rem;width:56.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:61.5625rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TZXLAL9dV0whErTetyQ3UnNHmi9dKfhu { color:#100e0e;display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:67.9375rem;left:4.5625rem;height:18.5625rem;text-align:left;text-align-last:left;display:block; }#TZXLAL9dV0whErTetyQ3UnNHmi9dKfhu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZXLAL9dV0whErTetyQ3UnNHmi9dKfhu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e089d97a547761eb2d55d14746ef6f54f6f74481.svg); }
#PwyVQuZK8AbSsTVnsSJn98cDFzr8HPN8 { color:#d41876;display:block;width:51.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(246,246,246,0.99);top:52.25rem;left:4.09375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xa7bEBGpyN97tpyeuAXULZBCNnm9RmkR { color:#100e0e;display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:18.4375rem;left:27.5rem;height:;text-align:left;text-align-last:left;display:block; }#xa7bEBGpyN97tpyeuAXULZBCNnm9RmkR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xa7bEBGpyN97tpyeuAXULZBCNnm9RmkR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
#O0l9JSv8RowcHy1y2q3XHVEyOpJ8I1TS { color:#100e0e;display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:27.625rem;left:4.78125rem;height:16.1875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wWkM9X6TR6S0JTltfodc6wqAWDPBCyMl { color:#100e0e;display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:64rem;left:4.5rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#groFTTXDXpktOxyFIhQq7p8HD0Tk69sg { color:#100e0e;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:91.25rem;left:6rem;height:3.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TqQKssRH2Lxg6UU9TDw4bOlFBS0kCRMX { color:#100e0e;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:94.375rem;left:6rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gm9UPOwbfTp3NPacogPoElTK3pHz6KlZ { box-sizing:content-box;height:40.25rem;width:56.5625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:158rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dDw9eBh0Nfop3UUTIFIKE7L0ss7m5ed5 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:160.4375rem;left:4.5rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s6IHl8UiMDsTgaAJ0wO2vRLFZ5WmVViV { color:#100e0e;display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:169.8125rem;left:4.53125rem;height:15.5rem;text-align:left;text-align-last:left;display:block; }#s6IHl8UiMDsTgaAJ0wO2vRLFZ5WmVViV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s6IHl8UiMDsTgaAJ0wO2vRLFZ5WmVViV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e089d97a547761eb2d55d14746ef6f54f6f74481.svg); }
#haUP2KcpHVgJrAhx2QQrdp3gwhryRKI0 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:188.25rem;left:4.65625rem;height:8.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh.adaptive-delivery-prevent-bg, #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh.lazyload, #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh.lazyloading { background-image: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { background-color: transparent; background-image: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container > .video-iframe-container { display: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container { display: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .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); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { border-width: 0; border-radius: 0; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:60rem;position:relative;display:block; }#dpZzONszJDFgi9FIPFMyliWabqueQxZt { color:#100e0e;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.25rem;left:31.5rem;height:37.5rem;text-align:left;text-align-last:left;display:block; }
#yd6C7Pys4ssm7JgEDtwmsCm95lKHfLSg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.5625rem;width:26.4375rem;top:12.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#hVByf8aD6ClA4oeT410m2PQHPnbXM4yE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.5rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { color:#00ff14;display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.99);top:5.4375rem;left:2.4375rem;height:3.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v5TCPkWf6WC374rhlCMcXJkHeEa6kanJ { box-sizing:content-box;height:38.625rem;width:27.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:12.6875rem;left:30.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CJKtHw04a2lIiV03K6hrwpKz8ZNL9o9f { box-sizing:content-box;height:31.75rem;width:24.6875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:18.90625rem;left:4.21875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #00ff14;border-left:0.3125rem solid #00ff14;border-right:0.3125rem solid #00ff14;border-bottom:0.3125rem solid #00ff14;box-shadow: none;display:block; }
#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eeee;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp.adaptive-delivery-prevent-bg, #xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp.lazyload, #xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp.lazyloading { background-image: none; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container { background-color: transparent; background-image: none; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container > .video-iframe-container { display: none; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row > .video-iframe-container { display: none; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .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); }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container { border-width: 0; border-radius: 0; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:60rem;position:relative;display:block; }#wiJPAGRFcbfdO975IpeCtPu38GwPVTTg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.0625rem;width:23.3125rem;top:11.6875rem;left:2.75rem;overflow:hidden;display:block; }
#TaTdf9ygOLNylxQTu2fPlsxn7aduFHEO { box-sizing:content-box;height:23.0625rem;width:21.0625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:14.3125rem;left:5.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #00ff14;border-left:0.3125rem solid #00ff14;border-right:0.3125rem solid #00ff14;border-bottom:0.3125rem solid #00ff14;box-shadow: none;display:block; }
#tkdTeTIXv2t63yDA4qWF7dIPnxGm49Cu { color:#00ff14;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.99);top:5.625rem;left:2.75rem;height:3.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uISg1epNTQ2GW19UEDucDG4kr0vDDJZB { box-sizing:content-box;height:24.1875rem;width:54.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:42.375rem;left:2.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#awuRxuLM4N2m6nok234tTLt4TtZIRlTw { color:#100e0e;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:49rem;left:4.5rem;height:14.875rem;text-align:left;text-align-last:left;display:block; }#awuRxuLM4N2m6nok234tTLt4TtZIRlTw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#awuRxuLM4N2m6nok234tTLt4TtZIRlTw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
#Xi9otIww4lr9fK2IhKxeTDCsg2bL3rvP { color:#100e0e;display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:15rem;left:31.125rem;height:10rem;text-align:center;text-align-last:center;display:block; }
#qPNVhdh1i2TEk64WlddFe4MDUgD1t91D { color:#100e0e;display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:43.4375rem;left:5rem;height:3.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BiFIFJGnznJpsVHFKk44MZevZnt5cyvb { box-sizing:content-box;height:24.6875rem;width:27.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:12.6875rem;left:29.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TAdB8epPJ3ZTamfINeU8l5fyk8AD2gVz { color:#100e0e;display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:49.125rem;left:30.25rem;height:14.5625rem;text-align:left;text-align-last:left;display:block; }#TAdB8epPJ3ZTamfINeU8l5fyk8AD2gVz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TAdB8epPJ3ZTamfINeU8l5fyk8AD2gVz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
#DskHmcPMB4IXWKy140MZyViASDesPOU9 { box-sizing:content-box;height:5.25rem;width:25.5625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:71.375rem;left:17.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vbtNzxxiKpsXlJxKM5HxIMB0imXdS1q5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:72.375rem;left:18.875rem;display:block; }
#yInG8yHsXVTHasA1qkVWVIi9ckWST5aU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXB0APImmxnVIWTzDWWGiz5VZZF4Ua8R { color:#100e0e;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:27.5rem;left:31.125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eeee;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7.adaptive-delivery-prevent-bg, #Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7.lazyload, #Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7.lazyloading { background-image: none; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container { background-color: transparent; background-image: none; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container > .video-iframe-container { display: none; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row > .video-iframe-container { display: none; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .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); }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container { border-width: 0; border-radius: 0; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:60rem;position:relative;display:block; }#VoaltaJExtaTx5BluwMaG0z7NaMFRTFu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.25rem;width:21rem;top:11.3125rem;left:1.625rem;overflow:hidden;display:block; }
#WlptL5Txs9ephppHCZZKIyWJ6QDgTxTF { box-sizing:content-box;height:28rem;width:21.0625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:13.75rem;left:3rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #00ff14;border-left:0.3125rem solid #00ff14;border-right:0.3125rem solid #00ff14;border-bottom:0.3125rem solid #00ff14;box-shadow: none;display:block; }
#kJKbpxLszqrQo11vcqwxATxAT32TeXLt { color:#00ff14;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.99);top:3.3125rem;left:3rem;height:3.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JW0E2m3O8zyOLn9WfhQReTdRwt3kb7fl { color:#100e0e;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:11.8125rem;left:27.6875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#owau7RIF9RP3olIAHa78P29nOhFHX27M { box-sizing:content-box;height:31.5625rem;width:32.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:11.3125rem;left:26.53125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Xa04sCGTKgzeG4LkyaJ7l6TMKGK1llyq { color:#100e0e;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:18.25rem;left:28.0625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#v54GQdEs5noAMBZNp75h9PLxxLOhtiRE { color:#100e0e;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:20.875rem;left:28.0625rem;height:;text-align:left;text-align-last:left;display:block; }#v54GQdEs5noAMBZNp75h9PLxxLOhtiRE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v54GQdEs5noAMBZNp75h9PLxxLOhtiRE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d60297098e534c03ab2c25add603adceee9c7c81.svg); }
#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eeee;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu.adaptive-delivery-prevent-bg, #MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu.lazyload, #MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu.lazyloading { background-image: none; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container { background-color: transparent; background-image: none; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container > .video-iframe-container { display: none; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row > .video-iframe-container { display: none; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .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); }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container { border-width: 0; border-radius: 0; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container { font-size:0.875rem;font-family:arial;height:76.125rem;width:60rem;position:relative;display:block; }#kiQWZXEK5fvEryAzER8HQHrLNLQTMss9 { color:#00ff14;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.99);top:2.75rem;left:2.25rem;height:3.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ci4f1h3MGZ6X0MzPGF0e816FWPZTF8IN { color:#100e0e;display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:13.1875rem;left:4.9375rem;height:5.8125rem;text-align:left;text-align-last:left;display:block; }
#RSMNC9lnuh3TdHk3oEhDkuNBufXfLNqd { color:#100e0e;display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:65.875rem;left:3.6875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#t1NwUq1kizXos6UpAXvA2uzy84BDHx2v { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.875rem;width:52.375rem;top:22.9375rem;left:5.25rem;overflow:hidden;display:block; }
#TWJAJVmKt14Rhir2A8rS6qUifmTyvOU1 { box-sizing:content-box;height:28rem;width:50.0625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:24.4375rem;left:2.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #00ff14;border-left:0.3125rem solid #00ff14;border-right:0.3125rem solid #00ff14;border-bottom:0.3125rem solid #00ff14;box-shadow: none;display:block; }
#lU9KDoI1wpzTHgvwetxGFBCSQprevJFO { box-sizing:content-box;height:12.75rem;width:55.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:8.125rem;left:2.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pZaO9qxdqivgn0S1q7nhPvhAlT921c7g { color:#100e0e;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:74.3125rem;left:10rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#vArAaNmHBlayuFTLzqhmPPZwDMVqmzz8 { color:#100e0e;display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:10rem;left:4.9375rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#EntSIxdCA4ohE0zOW5Z7yrvCI47SzTP7 { box-sizing:content-box;height:12rem;width:55.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:56.5rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AI0gCoUSQf4kFwNB5JMawVyUwnT9Xxm9 { color:#100e0e;display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:58.1875rem;left:4.9375rem;height:5.8125rem;text-align:left;text-align-last:left;display:block; }
#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/77d230d1-b749-4ff4-a3b7-b58dbab5a667/fds.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.adaptive-delivery-prevent-bg, #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.lazyload, #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.lazyloading { background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:60rem;position:relative;display:block; }#IKpF4xelCExBVMDgVuHfxPQuLO3VgZIk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.5625rem;width:26.5rem;top:6.9375rem;left:32.75rem;overflow:hidden;display:block; }
#uHTJFwxTb69Rq5g8BBIxrPfahynQRhlF { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:59.625rem;left:8rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#AUXD07HyNK86MDL1817pF4UMegiwJ3DF { box-sizing:content-box;height:32.0625rem;width:23.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:12.1875rem;left:30.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #00ff14;border-left:0.3125rem solid #00ff14;border-right:0.3125rem solid #00ff14;border-bottom:0.3125rem solid #00ff14;box-shadow: none;display:block; }
#BzTSKFgUleeoiuq03iXdt542rULE11r4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.0625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#PEnulauIHqm7XA5197TP7FTgLldSHh0u { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:10.625rem;left:2.9375rem;height:6.125rem;text-align:left;text-align-last:left;display:block; }
#LdnLwfC4FqQmWI7XqT3hFhU5syDb1cgD { color:#00ff14;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:18.5625rem;left:3.0625rem;height:7.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Px6wGASUhxDRJIi2lPXzTQ5RgP2agABg { box-sizing:content-box;height:14.375rem;width:25.625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.74);background-image:none;top:28.3125rem;left:2.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KXTiM78NbHGOfrzHEn5APl4WwRWmHDyR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.75rem;left:3.25rem;height:6.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vVFquk8WLHkKxV5qHQvOlyxA1cgJKFT3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:37.5625rem;left:4.25rem;display:block; }
#LoPJzgdxVuz4apbEiQ1y28NTXCtNhhr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBxh9VxOeh7SF2lCG2Qo44HhcKZR4aVS { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:54.5625rem;left:35.625rem; }
#sBxh9VxOeh7SF2lCG2Qo44HhcKZR4aVS > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#Tm5gJUpSASwfLRSo5Z7WH6ZgVTPhJyVS { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:54.5625rem;left:30.3125rem; }
#Tm5gJUpSASwfLRSo5Z7WH6ZgVTPhJyVS > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#iwMgTMTinfuGAOc1qwnWBSPig6xM5h1u { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:54.5625rem;left:24.625rem; }
#iwMgTMTinfuGAOc1qwnWBSPig6xM5h1u > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#TOhB8Z4HN47ngvG2bweQCHzteVpEvaPU { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:54.5rem;left:19.25rem; }
#TOhB8Z4HN47ngvG2bweQCHzteVpEvaPU > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { width:28rem;height:3.25rem;top:5.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOsZsDVT2n70wD0ynmC9XKZsUtsX0MPN { width:25.9375rem;height:34.875rem;top:5.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXgkoWSdeZdfoSx0qTPMKOrcrIcdGqZ8 { width:28.1875rem;height:6.125rem;top:9.1875rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JalsVIN4THWDRQkxRp44rT98CRDLe76I { width:23.8125rem;height:32.625rem;top:10.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaHTJldqhdWgUEvbsF72WHfKMtiGMe21 { width:18.625rem;height:2.8125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coXflz3XRPV3RyxC6CpEazKmJwcOWQyE { display:block; }
 }@media only screen and (max-width: 763px) { #wTVlo9EmfQtiqZq7AvHnGLt6TCSTr8Ei { width:22.625rem;height:7.75rem;top:22.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZ5J6uXpXRwGixuMLepTQlg1wQvk0tC { width:13.1875rem;height:7.125rem;top:32.0625rem;left:0.59375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELKh36ZlN1sq3LAkHt8Q9PqB2TxM0TKs { width:22.625rem;height:12.8125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6uT8g7L9yLD4nu1PZ5RyNLGhSeXFPk6 { width:20.9375rem;height:5.125rem;top:15.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv { display:block; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEUppNklUgg7M4Ku5FMpMPxdFoemoH1t { width:35.8125rem;height:4.875rem;top:108.625rem;left:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWcSSOPtycI7Gm2ApLOVemefZIsCR0EN { width:47.75rem;height:45.3125rem;top:107.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobVdrBDB5eW47X4XrEvc8S7R4nwamtl { width:47.75rem;height:26.620755750274rem;top:114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7kmTFALQxP4D72uTUeb6iIrbrDyQBTv { width:40.25rem;height:4.5rem;top:146.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcqT7QX3fagEJJ5pZ8FAaT8QNb0WRZPN { width:47.75rem;height:35.1875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNPt4y0VoafuOaBb5qoiaQFTMREdZMKl { width:18.5625rem;height:6.9375rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFHT02ADv9OTpdavWGPCgeHJdCNQF07d { width:47.75rem;height:;top:8.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcAfOELdfmHrfNzIiOn6t70wCaB4wGJf { width:28.625rem;height:1.4375rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbu6SiPdy2QANyrbBhI3Kf3Mg6Zqi9Tk { width:28.5625rem;height:5.875rem;top:201rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K738UJQ1CiAK3nn4JTGoGsMs0bMlB6DO { width:23.125rem;height:3.125rem;top:202.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEFQsPgePH81OFHfZA0SEPF3P9py1WV { display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:47.75rem;height:3.625rem;top:210.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSWHxay4pBwRqiKkkwIahfG8B8XkLWpy { width:47.75rem;height:38.5625rem;top:209.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSahTfIwrIRqCpXvoB8TAfQ3JWRtLZoX { width:47.75rem;height:2.4375rem;top:216.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5WWl81if2RnFyE6L4XmT56Rey15zFx2 { width:47.75rem;height:;top:220.5rem;left:0rem;font-size:1.875rem;display:block; }#m5WWl81if2RnFyE6L4XmT56Rey15zFx2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
 }@media only screen and (max-width: 763px) { #HFcq6bQBGNtTzqy9zHwQB6csZAZvHpQH { width:47.75rem;height:3.625rem;top:242.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7qUQEJxrdO95BqW82IrBbBQMzh9r6y { width:16.9375rem;height:3.25rem;top:14.875rem;left:21.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwzqg4WX8QuOsDK42kNTuUdJ0FsNFL2p { width:47.75rem;height:40.25rem;top:61.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXLAL9dV0whErTetyQ3UnNHmi9dKfhu { width:47.75rem;height:18.5625rem;top:67.9375rem;left:0rem;font-size:1.0625rem;display:block; }#TZXLAL9dV0whErTetyQ3UnNHmi9dKfhu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e089d97a547761eb2d55d14746ef6f54f6f74481.svg); }
 }@media only screen and (max-width: 763px) { #PwyVQuZK8AbSsTVnsSJn98cDFzr8HPN8 { width:47.75rem;height:;top:52.25rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa7bEBGpyN97tpyeuAXULZBCNnm9RmkR { width:28.9375rem;height:;top:18.4375rem;left:18.8125rem;font-size:1.0625rem;display:block; }#xa7bEBGpyN97tpyeuAXULZBCNnm9RmkR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
 }@media only screen and (max-width: 763px) { #O0l9JSv8RowcHy1y2q3XHVEyOpJ8I1TS { width:19.125rem;height:16.1875rem;top:27.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWkM9X6TR6S0JTltfodc6wqAWDPBCyMl { width:47.75rem;height:2.5rem;top:64rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #groFTTXDXpktOxyFIhQq7p8HD0Tk69sg { width:47.75rem;height:3.1875rem;top:91.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqQKssRH2Lxg6UU9TDw4bOlFBS0kCRMX { width:47.75rem;height:5rem;top:94.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm9UPOwbfTp3NPacogPoElTK3pHz6KlZ { width:47.75rem;height:40.25rem;top:158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDw9eBh0Nfop3UUTIFIKE7L0ss7m5ed5 { width:47.75rem;height:7.3125rem;top:160.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6IHl8UiMDsTgaAJ0wO2vRLFZ5WmVViV { width:47.75rem;height:15.5rem;top:169.8125rem;left:0rem;font-size:1.0625rem;display:block; }#s6IHl8UiMDsTgaAJ0wO2vRLFZ5WmVViV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e089d97a547761eb2d55d14746ef6f54f6f74481.svg); }
 }@media only screen and (max-width: 763px) { #haUP2KcpHVgJrAhx2QQrdp3gwhryRKI0 { width:47.75rem;height:8.5rem;top:188.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpZzONszJDFgi9FIPFMyliWabqueQxZt { width:25.625rem;height:37.5rem;top:13.25rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd6C7Pys4ssm7JgEDtwmsCm95lKHfLSg { width:26.4375rem;height:35.5625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVByf8aD6ClA4oeT410m2PQHPnbXM4yE { width:28.625rem;height:1.4375rem;top:3.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { width:28.6875rem;height:3.8125rem;top:5.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5TCPkWf6WC374rhlCMcXJkHeEa6kanJ { width:27.375rem;height:38.625rem;top:12.6875rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJKtHw04a2lIiV03K6hrwpKz8ZNL9o9f { width:24.6875rem;height:31.75rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp { display:block; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiJPAGRFcbfdO975IpeCtPu38GwPVTTg { width:23.3125rem;height:24.0625rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTdf9ygOLNylxQTu2fPlsxn7aduFHEO { width:21.0625rem;height:23.0625rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkdTeTIXv2t63yDA4qWF7dIPnxGm49Cu { width:44.6875rem;height:3.8125rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISg1epNTQ2GW19UEDucDG4kr0vDDJZB { width:47.75rem;height:24.1875rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awuRxuLM4N2m6nok234tTLt4TtZIRlTw { width:24.3125rem;height:14.875rem;top:49rem;left:0rem;font-size:1.1875rem;display:block; }#awuRxuLM4N2m6nok234tTLt4TtZIRlTw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
 }@media only screen and (max-width: 763px) { #Xi9otIww4lr9fK2IhKxeTDCsg2bL3rvP { width:25.0625rem;height:10rem;top:15rem;left:7.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPNVhdh1i2TEk64WlddFe4MDUgD1t91D { width:47.75rem;height:3.5rem;top:43.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiFIFJGnznJpsVHFKk44MZevZnt5cyvb { width:27.6875rem;height:24.6875rem;top:12.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAdB8epPJ3ZTamfINeU8l5fyk8AD2gVz { width:25.25rem;height:14.5625rem;top:49.125rem;left:6.5rem;font-size:1.1875rem;display:block; }#TAdB8epPJ3ZTamfINeU8l5fyk8AD2gVz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
 }@media only screen and (max-width: 763px) { #DskHmcPMB4IXWKy140MZyViASDesPOU9 { width:25.5625rem;height:5.25rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtNzxxiKpsXlJxKM5HxIMB0imXdS1q5 { width:22.3125rem;height:3.3125rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yInG8yHsXVTHasA1qkVWVIi9ckWST5aU { display:block; }
 }@media only screen and (max-width: 763px) { #WXB0APImmxnVIWTzDWWGiz5VZZF4Ua8R { width:24.6875rem;height:7.5rem;top:27.5rem;left:7.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 { display:block; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoaltaJExtaTx5BluwMaG0z7NaMFRTFu { width:21rem;height:28.25rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlptL5Txs9ephppHCZZKIyWJ6QDgTxTF { width:21.0625rem;height:28rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJKbpxLszqrQo11vcqwxATxAT32TeXLt { width:44.6875rem;height:3.8125rem;top:3.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW0E2m3O8zyOLn9WfhQReTdRwt3kb7fl { width:29.875rem;height:4.5rem;top:11.8125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owau7RIF9RP3olIAHa78P29nOhFHX27M { width:32.1875rem;height:31.5625rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa04sCGTKgzeG4LkyaJ7l6TMKGK1llyq { width:24.6875rem;height:2.4375rem;top:18.25rem;left:7.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v54GQdEs5noAMBZNp75h9PLxxLOhtiRE { width:28.5rem;height:;top:20.875rem;left:3.25rem;font-size:1.125rem;display:block; }#v54GQdEs5noAMBZNp75h9PLxxLOhtiRE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d60297098e534c03ab2c25add603adceee9c7c81.svg); }
 }@media only screen and (max-width: 763px) { #MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu { display:block; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiQWZXEK5fvEryAzER8HQHrLNLQTMss9 { width:44.6875rem;height:3.8125rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci4f1h3MGZ6X0MzPGF0e816FWPZTF8IN { width:47.75rem;height:5.8125rem;top:13.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSMNC9lnuh3TdHk3oEhDkuNBufXfLNqd { width:47.75rem;height:1.5rem;top:65.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NwUq1kizXos6UpAXvA2uzy84BDHx2v { width:47.75rem;height:25.413484486874rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWJAJVmKt14Rhir2A8rS6qUifmTyvOU1 { width:47.125rem;height:28rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU9KDoI1wpzTHgvwetxGFBCSQprevJFO { width:47.75rem;height:12.75rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZaO9qxdqivgn0S1q7nhPvhAlT921c7g { width:30.75rem;height:1.6875rem;top:74.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vArAaNmHBlayuFTLzqhmPPZwDMVqmzz8 { width:47.75rem;height:2.125rem;top:10rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EntSIxdCA4ohE0zOW5Z7yrvCI47SzTP7 { width:47.75rem;height:12rem;top:56.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0gCoUSQf4kFwNB5JMawVyUwnT9Xxm9 { width:47.75rem;height:5.8125rem;top:58.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKpF4xelCExBVMDgVuHfxPQuLO3VgZIk { width:26.5rem;height:35.5625rem;top:6.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTJFwxTb69Rq5g8BBIxrPfahynQRhlF { width:42.625rem;height:1.125rem;top:59.625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUXD07HyNK86MDL1817pF4UMegiwJ3DF { width:23.125rem;height:32.0625rem;top:12.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTSKFgUleeoiuq03iXdt542rULE11r4 { width:28rem;height:3.25rem;top:7.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEnulauIHqm7XA5197TP7FTgLldSHh0u { width:28.1875rem;height:6.125rem;top:10.625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdnLwfC4FqQmWI7XqT3hFhU5syDb1cgD { width:22.75rem;height:7.75rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px6wGASUhxDRJIi2lPXzTQ5RgP2agABg { width:25.625rem;height:14.375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTiM78NbHGOfrzHEn5APl4WwRWmHDyR { width:22.625rem;height:6.1875rem;top:29.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVFquk8WLHkKxV5qHQvOlyxA1cgJKFT3 { width:21.625rem;height:3.1875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoPJzgdxVuz4apbEiQ1y28NTXCtNhhr6 { display:block; }
 }@media only screen and (max-width: 763px) { #sBxh9VxOeh7SF2lCG2Qo44HhcKZR4aVS { width:3.75rem;height:3.75rem;top:54.5625rem;left:29.5rem;display:block; }
#sBxh9VxOeh7SF2lCG2Qo44HhcKZR4aVS > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #Tm5gJUpSASwfLRSo5Z7WH6ZgVTPhJyVS { width:3.75rem;height:3.75rem;top:54.5625rem;left:24.1875rem;display:block; }
#Tm5gJUpSASwfLRSo5Z7WH6ZgVTPhJyVS > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #iwMgTMTinfuGAOc1qwnWBSPig6xM5h1u { width:3.75rem;height:3.75rem;top:54.5625rem;left:18.5rem;display:block; }
#iwMgTMTinfuGAOc1qwnWBSPig6xM5h1u > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #TOhB8Z4HN47ngvG2bweQCHzteVpEvaPU { width:3.75rem;height:3.75rem;top:54.5rem;left:13.125rem;display:block; }
#TOhB8Z4HN47ngvG2bweQCHzteVpEvaPU > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { width:20rem;height:1.6875rem;top:2.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOsZsDVT2n70wD0ynmC9XKZsUtsX0MPN { width:12.375rem;height:16.5625rem;top:8.4375rem;left:0rem;border-top:0.25rem solid #00ff14;border-left:0.25rem solid #00ff14;border-right:0.25rem solid #00ff14;border-bottom:0.25rem solid #00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #CXgkoWSdeZdfoSx0qTPMKOrcrIcdGqZ8 { width:20rem;height:4.25rem;top:3.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JalsVIN4THWDRQkxRp44rT98CRDLe76I { width:3.375rem;height:4.625rem;top:15.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaHTJldqhdWgUEvbsF72WHfKMtiGMe21 { width:16.25rem;height:2.4375rem;top:33.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coXflz3XRPV3RyxC6CpEazKmJwcOWQyE { display:block; }
 }@media only screen and (max-width: 763px) { #wTVlo9EmfQtiqZq7AvHnGLt6TCSTr8Ei { width:16.375rem;height:5rem;top:27.625rem;left:1.8125rem;font-size:1.0625rem;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.03);text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QnZ5J6uXpXRwGixuMLepTQlg1wQvk0tC { width:7.0625rem;height:3.75rem;top:18.125rem;left:12.9375rem;font-size:1.1875rem;color:#00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #ELKh36ZlN1sq3LAkHt8Q9PqB2TxM0TKs { width:20rem;height:9.8125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6uT8g7L9yLD4nu1PZ5RyNLGhSeXFPk6 { width:6.375rem;height:4.3125rem;top:10.9375rem;left:13.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv { background-color:#d19a52;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;display:block; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv.adaptive-delivery-prevent-bg, #LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv.lazyload, #LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv.lazyloading { background-image: none; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container { background-color: transparent; background-image: none; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container > .video-iframe-container { display: none; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row > .video-iframe-container { display: none; }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .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); }#LoUAE2tV1FogzrxkWsNSEiwrIJ3gwClv > .row .container { width:20rem;height:240.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEUppNklUgg7M4Ku5FMpMPxdFoemoH1t { width:16.1875rem;height:2.875rem;top:118.375rem;left:1.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IWcSSOPtycI7Gm2ApLOVemefZIsCR0EN { width:20rem;height:23.5625rem;top:117.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobVdrBDB5eW47X4XrEvc8S7R4nwamtl { height:11.1494140625rem;width:20rem;top:121.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7kmTFALQxP4D72uTUeb6iIrbrDyQBTv { width:19.375rem;height:5.75rem;top:133.8125rem;left:0.3125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcqT7QX3fagEJJ5pZ8FAaT8QNb0WRZPN { width:20rem;height:41.6875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNPt4y0VoafuOaBb5qoiaQFTMREdZMKl { width:19.25rem;height:4.3125rem;top:10.75rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rFHT02ADv9OTpdavWGPCgeHJdCNQF07d { width:20rem;height:4.125rem;top:3.375rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IcAfOELdfmHrfNzIiOn6t70wCaB4wGJf { width:20rem;height:1.3125rem;top:2rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bbu6SiPdy2QANyrbBhI3Kf3Mg6Zqi9Tk { width:20rem;height:4.0625rem;top:193.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K738UJQ1CiAK3nn4JTGoGsMs0bMlB6DO { width:19rem;height:3.125rem;top:194.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEFQsPgePH81OFHfZA0SEPF3P9py1WV { display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:17.875rem;height:7.5rem;top:200.875rem;left:1.0625rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OSWHxay4pBwRqiKkkwIahfG8B8XkLWpy { width:20rem;height:38.5rem;top:199.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSahTfIwrIRqCpXvoB8TAfQ3JWRtLZoX { width:17.4375rem;height:2.0625rem;top:210.625rem;left:1.28125rem;font-size:1.5rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m5WWl81if2RnFyE6L4XmT56Rey15zFx2 { width:17.375rem;height:15.625rem;top:213.375rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#m5WWl81if2RnFyE6L4XmT56Rey15zFx2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
 }@media only screen and (max-width: 763px) { #HFcq6bQBGNtTzqy9zHwQB6csZAZvHpQH { width:18.375rem;height:6.875rem;top:230.4375rem;left:0.8125rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TT7qUQEJxrdO95BqW82IrBbBQMzh9r6y { width:16.9375rem;height:2.3125rem;top:23.5rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zwzqg4WX8QuOsDK42kNTuUdJ0FsNFL2p { width:20rem;height:45.75rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXLAL9dV0whErTetyQ3UnNHmi9dKfhu { width:19rem;height:24.9375rem;top:76.375rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#TZXLAL9dV0whErTetyQ3UnNHmi9dKfhu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e089d97a547761eb2d55d14746ef6f54f6f74481.svg); }
 }@media only screen and (max-width: 763px) { #PwyVQuZK8AbSsTVnsSJn98cDFzr8HPN8 { width:20rem;height:11.875rem;top:53.71875rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xa7bEBGpyN97tpyeuAXULZBCNnm9RmkR { width:18.8125rem;height:23.5625rem;top:26.1875rem;left:0.59375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#xa7bEBGpyN97tpyeuAXULZBCNnm9RmkR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
 }@media only screen and (max-width: 763px) { #O0l9JSv8RowcHy1y2q3XHVEyOpJ8I1TS { width:19.125rem;height:7.1875rem;top:15.0625rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wWkM9X6TR6S0JTltfodc6wqAWDPBCyMl { width:18.5625rem;height:5.625rem;top:69.4375rem;left:0.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #groFTTXDXpktOxyFIhQq7p8HD0Tk69sg { width:17.5625rem;height:3.375rem;top:103rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TqQKssRH2Lxg6UU9TDw4bOlFBS0kCRMX { width:17.5625rem;height:6.75rem;top:106.75rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gm9UPOwbfTp3NPacogPoElTK3pHz6KlZ { width:20rem;height:48.25rem;top:144.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDw9eBh0Nfop3UUTIFIKE7L0ss7m5ed5 { width:18.1875rem;height:13.5rem;top:144.9375rem;left:0.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s6IHl8UiMDsTgaAJ0wO2vRLFZ5WmVViV { width:18.5rem;height:17.125rem;top:159.9375rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#s6IHl8UiMDsTgaAJ0wO2vRLFZ5WmVViV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e089d97a547761eb2d55d14746ef6f54f6f74481.svg); }
 }@media only screen and (max-width: 763px) { #haUP2KcpHVgJrAhx2QQrdp3gwhryRKI0 { width:18.4375rem;height:12rem;top:178.5rem;left:0.78125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpZzONszJDFgi9FIPFMyliWabqueQxZt { width:18.1875rem;height:26.25rem;top:36.125rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yd6C7Pys4ssm7JgEDtwmsCm95lKHfLSg { width:19.5rem;height:26.125rem;top:5.6875rem;left:0rem;border-top:0.25rem solid #00ff14;border-left:0.25rem solid #00ff14;border-right:0.25rem solid #00ff14;border-bottom:0.25rem solid #00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #hVByf8aD6ClA4oeT410m2PQHPnbXM4yE { width:15.625rem;height:1.3125rem;top:1.375rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { width:19.875rem;height:2.625rem;top:2.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5TCPkWf6WC374rhlCMcXJkHeEa6kanJ { width:20rem;height:28.0625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJKtHw04a2lIiV03K6hrwpKz8ZNL9o9f { width:6.9375rem;height:11.625rem;top:11.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp { background-color:#f6eeee;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp.adaptive-delivery-prevent-bg, #xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp.lazyload, #xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp.lazyloading { background-image: none; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container { background-color: transparent; background-image: none; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container > .video-iframe-container { display: none; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row > .video-iframe-container { display: none; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .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); }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container { border-width: 0; border-radius: 0; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xH8RpKGMs0w0eZPTAuwuRrqkHSg6kzOp > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiJPAGRFcbfdO975IpeCtPu38GwPVTTg { width:9.8125rem;height:10.125rem;top:6rem;left:0rem;border-top:0.25rem solid #00ff14;border-left:0.25rem solid #00ff14;border-right:0.25rem solid #00ff14;border-bottom:0.25rem solid #00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #TaTdf9ygOLNylxQTu2fPlsxn7aduFHEO { width:4.875rem;height:5.0625rem;top:9.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkdTeTIXv2t63yDA4qWF7dIPnxGm49Cu { width:20rem;height:2.25rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISg1epNTQ2GW19UEDucDG4kr0vDDJZB { width:20rem;height:26.75rem;top:25.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awuRxuLM4N2m6nok234tTLt4TtZIRlTw { width:17.875rem;height:9.625rem;top:30.84375rem;left:1.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#awuRxuLM4N2m6nok234tTLt4TtZIRlTw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
 }@media only screen and (max-width: 763px) { #Xi9otIww4lr9fK2IhKxeTDCsg2bL3rvP { width:9.25rem;height:9.375rem;top:6.625rem;left:10.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPNVhdh1i2TEk64WlddFe4MDUgD1t91D { width:17.5625rem;height:4.125rem;top:26.09375rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BiFIFJGnznJpsVHFKk44MZevZnt5cyvb { width:10rem;height:1.5rem;top:56rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAdB8epPJ3ZTamfINeU8l5fyk8AD2gVz { width:18.4375rem;height:10.8125rem;top:40.65625rem;left:1.03125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#TAdB8epPJ3ZTamfINeU8l5fyk8AD2gVz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55b0696e3d93b7ef34c844d15c7ff7449e58cca8.svg); }
 }@media only screen and (max-width: 763px) { #DskHmcPMB4IXWKy140MZyViASDesPOU9 { width:20rem;height:4.125rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtNzxxiKpsXlJxKM5HxIMB0imXdS1q5 { width:18.625rem;height:2.875rem;top:54.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yInG8yHsXVTHasA1qkVWVIi9ckWST5aU { display:block; }
 }@media only screen and (max-width: 763px) { #WXB0APImmxnVIWTzDWWGiz5VZZF4Ua8R { width:17.625rem;height:5.25rem;top:17.4375rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 { background-color:#f6eeee;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7.adaptive-delivery-prevent-bg, #Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7.lazyload, #Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7.lazyloading { background-image: none; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container { background-color: transparent; background-image: none; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container > .video-iframe-container { display: none; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row > .video-iframe-container { display: none; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .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); }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container { border-width: 0; border-radius: 0; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bt331uWVkvKxoCUX5Oqi1FUOhOz88lx7 > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoaltaJExtaTx5BluwMaG0z7NaMFRTFu { width:19.375rem;height:25.9375rem;top:4.3125rem;left:0rem;border-top:0.25rem solid #00ff14;border-left:0.25rem solid #00ff14;border-right:0.25rem solid #00ff14;border-bottom:0.25rem solid #00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #WlptL5Txs9ephppHCZZKIyWJ6QDgTxTF { width:8.5rem;height:8.8125rem;top:15.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJKbpxLszqrQo11vcqwxATxAT32TeXLt { width:20rem;height:1.75rem;top:1.5rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JW0E2m3O8zyOLn9WfhQReTdRwt3kb7fl { width:20rem;height:5.8125rem;top:34.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #owau7RIF9RP3olIAHa78P29nOhFHX27M { width:20rem;height:27.8125rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa04sCGTKgzeG4LkyaJ7l6TMKGK1llyq { width:15rem;height:2.4375rem;top:41.375rem;left:1.0625rem;font-size:1.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #v54GQdEs5noAMBZNp75h9PLxxLOhtiRE { width:18.1875rem;height:16.75rem;top:43.8125rem;left:0.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#v54GQdEs5noAMBZNp75h9PLxxLOhtiRE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d60297098e534c03ab2c25add603adceee9c7c81.svg); }
 }@media only screen and (max-width: 763px) { #MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu { background-color:#f6eeee;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu.adaptive-delivery-prevent-bg, #MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu.lazyload, #MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu.lazyloading { background-image: none; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container { background-color: transparent; background-image: none; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container > .video-iframe-container { display: none; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row > .video-iframe-container { display: none; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .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); }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container { border-width: 0; border-radius: 0; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMgDrT05gztlmiHusBaSV0pWPrQ7nRcu > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiQWZXEK5fvEryAzER8HQHrLNLQTMss9 { width:20rem;height:1.9375rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci4f1h3MGZ6X0MzPGF0e816FWPZTF8IN { width:18rem;height:15.1875rem;top:10.8125rem;left:1.03125rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RSMNC9lnuh3TdHk3oEhDkuNBufXfLNqd { width:20rem;height:1.875rem;top:61.6904296875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t1NwUq1kizXos6UpAXvA2uzy84BDHx2v { width:19.5rem;height:10.3779296875rem;top:30.25rem;left:0rem;border-top:0.25rem solid #00ff14;border-left:0.25rem solid #00ff14;border-right:0.25rem solid #00ff14;border-bottom:0.25rem solid #00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #TWJAJVmKt14Rhir2A8rS6qUifmTyvOU1 { width:19.375rem;height:2.4375rem;top:34.1572265625rem;left:0rem;border-top:0.3125rem solid #00ff14;border-left:0.3125rem solid #00ff14;border-right:0.3125rem solid #00ff14;border-bottom:0.3125rem solid #00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #lU9KDoI1wpzTHgvwetxGFBCSQprevJFO { width:20rem;height:22.9375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZaO9qxdqivgn0S1q7nhPvhAlT921c7g { width:20rem;height:2.25rem;top:64.5654296875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vArAaNmHBlayuFTLzqhmPPZwDMVqmzz8 { width:17.6875rem;height:5.0625rem;top:5rem;left:1.03125rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EntSIxdCA4ohE0zOW5Z7yrvCI47SzTP7 { width:20rem;height:20.5rem;top:44.0654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0gCoUSQf4kFwNB5JMawVyUwnT9Xxm9 { width:18.0625rem;height:13.5rem;top:44.75rem;left:0.96875rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/77d230d1-b749-4ff4-a3b7-b58dbab5a667/fds.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.adaptive-delivery-prevent-bg, #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.lazyload, #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.lazyloading { background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKpF4xelCExBVMDgVuHfxPQuLO3VgZIk { width:12.5625rem;height:16.875rem;top:7.65625rem;left:0rem;border-top:0.25rem solid #00ff14;border-left:0.25rem solid #00ff14;border-right:0.25rem solid #00ff14;border-bottom:0.25rem solid #00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #uHTJFwxTb69Rq5g8BBIxrPfahynQRhlF { width:20rem;height:2.25rem;top:57.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUXD07HyNK86MDL1817pF4UMegiwJ3DF { width:8.5rem;height:11.375rem;top:11.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTSKFgUleeoiuq03iXdt542rULE11r4 { width:20rem;height:1.6875rem;top:1.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEnulauIHqm7XA5197TP7FTgLldSHh0u { width:20rem;height:4.25rem;top:3rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdnLwfC4FqQmWI7XqT3hFhU5syDb1cgD { width:6.5625rem;height:10.6875rem;top:11.34375rem;left:13.3125rem;font-size:0.9375rem;color:#00ff14;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Px6wGASUhxDRJIi2lPXzTQ5RgP2agABg { width:20rem;height:11rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTiM78NbHGOfrzHEn5APl4WwRWmHDyR { width:17.0625rem;height:4.875rem;top:27.5625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVFquk8WLHkKxV5qHQvOlyxA1cgJKFT3 { width:19rem;height:3.1875rem;top:33.5rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoPJzgdxVuz4apbEiQ1y28NTXCtNhhr6 { display:block; }
 }@media only screen and (max-width: 763px) { #sBxh9VxOeh7SF2lCG2Qo44HhcKZR4aVS { display:flex;width:3.75rem;height:3.75rem;top:50.75rem;left:14.1875rem;font-size:1.5625rem; }
#sBxh9VxOeh7SF2lCG2Qo44HhcKZR4aVS > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #Tm5gJUpSASwfLRSo5Z7WH6ZgVTPhJyVS { display:flex;width:3.75rem;height:3.75rem;top:50.75rem;left:10.1875rem;font-size:1.5625rem; }
#Tm5gJUpSASwfLRSo5Z7WH6ZgVTPhJyVS > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #iwMgTMTinfuGAOc1qwnWBSPig6xM5h1u { display:flex;width:3.75rem;height:3.75rem;top:50.75rem;left:6.125rem; }
#iwMgTMTinfuGAOc1qwnWBSPig6xM5h1u > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #TOhB8Z4HN47ngvG2bweQCHzteVpEvaPU { display:flex;width:3.75rem;height:3.75rem;top:50.75rem;left:2.0625rem;font-size:1.5625rem; }
#TOhB8Z4HN47ngvG2bweQCHzteVpEvaPU > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }