.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:217,235,243;--color-primary-1:140,194,219;--color-primary-2:63,154,195;--color-primary-3:32,78,160;--color-primary-4:9,51,72;--color-secondary-0:100,192,128;--color-secondary-1:100,192,163;--color-secondary-2:63,195,99;--color-secondary-3:71,161,98;--color-secondary-4:77,113,76;--color-tertiary-0:255,255,255;--color-tertiary-1:95,95,95;--color-tertiary-2:64,64,65;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@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); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90711125-b6e1-466b-bc24-4a2143d443d9/iStock1179633351.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .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); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.63);top:12.15625rem;left:0rem;height:11rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.64);top:25.68017578125rem;left:-0.1181640625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.5625rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6605d0e-2cb6-40c4-a864-c059a7b68453/bullseye.jpg");background-position: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; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .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); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:73.4375rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:rgba(var(--color-tertiary-1),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:17.939453125rem;left:7.75rem;height:39.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.8876953125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:rgba(var(--color-primary-3),1);display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.57177734375rem;left:4.46875rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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;height:60.9375rem;width:60rem;top:10.340625762939rem;left:0rem;display:block; }
#X2yE3lzcuUEN7VG8XLiT4TuJsGVGv0TH { color:rgba(var(--color-tertiary-1),1);display:block;width:44.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:67.700000762938rem;left:7.625rem;height:1.86875rem;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; }
#FAJsiMrITbfXWLdEcOP9BKRrpiBQftKK { color:rgba(var(--color-tertiary-1),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:17.752084732056rem;left:31.6875rem;height:48.76875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/06146498-b556-4186-815e-02464cfebb3d/uptrend.jpg");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; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .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); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.74365234375rem;left:34.0625rem;display:block; }
#txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.3125rem;height:6.175rem;font-style:normal;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; }
#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { background-color: transparent; background-image: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .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); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { border-width: 0; border-radius: 0; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#GfumqrtW170EDitTbEytt2Ekyl3xylfm { color:rgba(var(--color-tertiary-1),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:15.234375rem;left:10.5rem;height:;font-style:normal;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; }
#d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.4501953125rem;left:0rem;height:2.775rem;text-align:center;text-align-last:center;font-style:normal;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; }
#R6krnJKAVdC9wh3l1xZXS1kykfEQhhZy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:1.8251953125rem;left:26.3125rem;overflow:hidden;display:block; }
#AuHfxyokei2EraPMN7em9P05HH3FrLlO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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;height:25.75rem;width:60rem;top:5.4031219482422rem;left:0rem;display:block; }
#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/95f3c780-81c9-45c9-af82-51a641e257d3/8backgroundcropsimage.jpg");background-position:center !important;background-repeat: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:none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.adaptive-delivery-prevent-bg, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyload, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyloading { background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { border-width: 0; border-radius: 0; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:60rem;position:relative;display:none; }#sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { color:#585858;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:25.625rem;left:1.46875rem;height:15.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:25.625rem;left:21.875rem;height:14.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { color:#59a45e;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.75rem;left:20.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:22.875000953674rem;left:42.34375rem;height:20.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { color:#2e682d;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.75rem;left:40.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3874988555908rem;left:0.0010414123535156rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.625rem;width:19.1875rem;top:11.0625rem;left:0rem;display:block; }
#NQFIu6TUUkviWhdS72HOdcJExyfUNxEm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13rem;left:6.875rem;overflow:hidden;display:block; }
#D4WB30loPROzWEdJezMTmlSZw7q0JI45 { color:#2c98ab;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:;font-style:normal;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; }
#ZPAShnPX68sABiRySfUiFlIAoMrEepSO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:14.09375rem;left:7.875rem;overflow:hidden;display:block; }
#mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.625rem;width:19.1875rem;top:11.0625rem;left:20.40625rem;display:block; }
#e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.625rem;width:19.1875rem;top:11.0625rem;left:40.8125rem;display:block; }
#r77dk9IlCDfhzQdiiBadG9rkhXSIN5Ev { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13rem;left:26.875rem;overflow:hidden;display:block; }
#TzCbyomeBUC9BK4TPoTBb4n3Hen1LCRB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13rem;left:46.875rem;overflow:hidden;display:block; }
#JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14.1875rem;left:28.0625rem;overflow:hidden;display:block; }
#Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14.1875rem;left:48.0625rem;overflow:hidden;display:block; }
#OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:37.0625rem;width:19.1875rem;top:47.25rem;left:0rem;display:block; }
#knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { color:#58ab2c;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:54.937494277954rem;left:0.0010414123535156rem;height:3.25rem;font-style:normal;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; }
#sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { color:#585858;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:59.125rem;left:1.46875rem;height:11.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwJaJJAKQwKeDxeD2mcMutedALCboc4N { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:48.0625rem;left:6.875rem;overflow:hidden;display:block; }
#WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:49.062502861023rem;left:7.875rem;overflow:hidden;display:block; }
#OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:37.0625rem;width:19.1875rem;top:47.25rem;left:20.375rem;display:block; }
#JXzNdnr18nmOTRhBWw9SBoetPyggVhko { color:#59a49f;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54.937494277954rem;left:20.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:59.125rem;left:21.875rem;height:22.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W8hFGTNdNQNa4txLoMh0c9dn9kZyG6Tu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:48.0625rem;left:26.875rem;overflow:hidden;display:block; }
#vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:49.187502861023rem;left:28rem;overflow:hidden;display:block; }
#TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:37.0625rem;width:19.1875rem;top:47.25rem;left:40.8125rem;display:block; }
#ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:59.125rem;left:42.34375rem;height:24rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { color:#1b891a;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:54.937494277954rem;left:40.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#WTkqcCcEQRmxTTgNC3MDHqLUvThKGUFv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:48.0625rem;left:46.875rem;overflow:hidden;display:block; }
#qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:49.0625rem;left:47.875rem;overflow:hidden;display:block; }
#zhuv5CX895zu2K8q2f17MkxstJGTV2RE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/06146498-b556-4186-815e-02464cfebb3d/uptrend.jpg");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; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE.adaptive-delivery-prevent-bg, #zhuv5CX895zu2K8q2f17MkxstJGTV2RE.lazyload, #zhuv5CX895zu2K8q2f17MkxstJGTV2RE.lazyloading { background-image: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { background-color: transparent; background-image: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container > .video-iframe-container { display: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container { display: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .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); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { border-width: 0; border-radius: 0; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#QZeJabR15iH0S4GV4dqGpebuQvWIxvz7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.7529296875rem;left:39.3125rem;display:block; }
#KezvTTulB52QakMKmft5OEmJceTtfaRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L8DzJTJMrnl2P29v0hLIsutbvSKpfy22 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4249992370606rem;left:1.4375rem;height:6.09375rem;font-style:normal;display:block; }
#NdokGxE1RmRpiP20n7gklRuGBMzwZoS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.02490234375rem;left:1.4375rem;height:3.23125rem;font-style:normal;display:block; }
#BcweBy5I2HUr2KGKZwR6S47zMQUVxvIn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),0.76);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:60rem;top:-0.0625rem;left:-0.09375rem;display:block; }
#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { background-color: transparent; background-image: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .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); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { border-width: 0; border-radius: 0; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.63720703125rem;left:0rem;height:3.2375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyTKTyttKVqDpco8otJIc6fPH0WCSKS7 { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.03662109375rem;left:2.6875rem;height:7.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unLul02yobW2FCTWbq9qgIaJuIM4cryO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:8.912109375rem;left:3.71875rem;overflow:hidden;display:block; }
#MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.76904296875rem;left:24.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:18.10000038147rem;left:24.4375rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AOf8PJkGp0XLuJkJZkNtEVVGwUNPpQDf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:12.27490234375rem;left:20rem;overflow:hidden;display:block; }
#EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.75rem;left:24.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.7685546875rem;left:44.46875rem;height:4.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:18.775390625rem;left:44.46875rem;height:4.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:24.75rem;left:44.46875rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dudKAtu7ad2ShPmU8TXfaFQchw6AXJD3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:18.10000038147rem;left:20rem;overflow:hidden;display:block; }
#HoUAmgxUzN1Qb7qMm7Ue0PsLXK7yNx6f { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:24.443359375rem;left:20rem;overflow:hidden;display:block; }
#s2gRyRJ69Bb5t5nWJ28H5MremQ3QknzV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:12.46240234375rem;left:40rem;overflow:hidden;display:block; }
#GwFx7WdI0bCEVzGFagkan4sf0G7Q9acI { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:18.46875rem;left:40rem;overflow:hidden;display:block; }
#SVyxEVtX90I0vpWhHrbavB02TLsxpS4n { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:24.443359375rem;left:40rem;overflow:hidden;display:block; }
#VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:12.61865234375rem;left:20.40625rem;overflow:hidden;display:block; }
#GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.77490234375rem;left:20.71875rem;overflow:hidden;display:block; }
#FUtcXU8qMN44p4VRk833WEmieuEVPXWI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:25.05615234375rem;left:20.59375rem;overflow:hidden;display:block; }
#GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.11865234375rem;left:40.65625rem;overflow:hidden;display:block; }
#AGTwnx4RtxbVEH3omGMiP708RH6gaviO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.125rem;left:40.65625rem;overflow:hidden;display:block; }
#QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:25.125rem;left:40.65625rem;overflow:hidden;display:block; }
#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { position:relative;display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { background-color: transparent; background-image: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container > .video-iframe-container { display: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row > .video-iframe-container { display: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .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); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { border-width: 0; border-radius: 0; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { color:rgba(var(--color-tertiary-4),0.83);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.26220703125rem;left:3.8125rem;height:7.0125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { color:#585858;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.0625rem;left:3.875rem;height:10rem;text-align:left;text-align-last:left;font-style:normal;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; }
#cGq4PmV7csquFt60fIJGse5ycmpRUvRl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:32.0625rem;width:30.75rem;top:0rem;left:29.25rem;overflow:hidden;display:block; }
#NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:12.8125rem;left:3.8125rem;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.4375rem;left:3.8125rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .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); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.44287109375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:1.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection *:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="text"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="email"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="tel"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection textarea:focus-visible { outline: none; } #TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row .container { background-color: transparent; background-image: none; }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row .container > .video-iframe-container { display: none; }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row > .video-iframe-container { display: none; }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .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); }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row .container { border-width: 0; border-radius: 0; }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/f907117e-029d-4625-9914-e946a8633d07/paperboats.jpg");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; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.adaptive-delivery-prevent-bg, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyload, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyloading { background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { background-color: transparent; background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .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); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { border-width: 0; border-radius: 0; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.4248046875rem;left:42.5rem;display:block; }
#rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { color:rgba(var(--color-primary-3),1);display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.02490234375rem;left:1.4375rem;height:11.9rem;font-style:normal;display:block; }
#zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row .container { background-color: transparent; background-image: none; }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row .container > .video-iframe-container { display: none; }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row > .video-iframe-container { display: none; }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .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); }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row .container { border-width: 0; border-radius: 0; }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection *:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="text"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="email"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="tel"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection textarea:focus-visible { outline: none; } #DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row .container { background-color: transparent; background-image: none; }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row .container > .video-iframe-container { display: none; }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row > .video-iframe-container { display: none; }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .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); }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row .container { border-width: 0; border-radius: 0; }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container { background-color: transparent; background-image: none; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container > .video-iframe-container { display: none; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row > .video-iframe-container { display: none; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .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); }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container { border-width: 0; border-radius: 0; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:12.125rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:25.625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.625rem;left:0rem;width:10.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { top:17.9375rem;left:1.625rem;width:21.75rem;height:39.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:3.875rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:13.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:10.3125rem;left:0rem;width:47.75rem;height:60.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2yE3lzcuUEN7VG8XLiT4TuJsGVGv0TH { top:67.6875rem;left:1.5rem;width:44.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJsiMrITbfXWLdEcOP9BKRrpiBQftKK { top:17.75rem;left:25.5625rem;width:21.75rem;height:48.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:17.5rem;height:3.4375rem;top:7.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:27.75rem;height:6.125rem;top:6.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { top:15.1875rem;left:4.375rem;width:41.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { top:10.4375rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6krnJKAVdC9wh3l1xZXS1kykfEQhhZy { top:1.8125rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { top:5.375rem;left:0rem;width:47.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:16.25rem;height:15.25rem;top:25.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:16.25rem;height:14.375rem;top:25.625rem;left:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:19.125rem;height:;top:20.75rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:16.25rem;height:20.75rem;top:22.875rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:19.0625rem;height:;top:20.75rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { width:47.75rem;height:7.3125rem;top:2.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { top:11.0625rem;left:0rem;width:19.1875rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFIu6TUUkviWhdS72HOdcJExyfUNxEm { top:13rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:19.1875rem;height:;top:20.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { top:14.0625rem;left:5.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { top:11.0625rem;left:12.5625rem;width:19.1875rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { top:11.0625rem;left:28.4375rem;width:19.1875rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r77dk9IlCDfhzQdiiBadG9rkhXSIN5Ev { top:13rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzCbyomeBUC9BK4TPoTBb4n3Hen1LCRB { top:13rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { top:14.1875rem;left:21.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { top:14.1875rem;left:37.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { top:47.25rem;left:0rem;width:19.1875rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:19.1875rem;height:3.25rem;top:54.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:16.25rem;height:11.875rem;top:59.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwJaJJAKQwKeDxeD2mcMutedALCboc4N { top:48.0625rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { top:49.0625rem;left:5.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { top:47.25rem;left:12.5625rem;width:19.1875rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:19.125rem;height:3.25rem;top:54.875rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:16.25rem;height:22.375rem;top:59.125rem;left:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hFGTNdNQNa4txLoMh0c9dn9kZyG6Tu { top:48.0625rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { top:49.1875rem;left:21.8125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { top:47.25rem;left:28.4375rem;width:19.1875rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:16.25rem;height:24rem;top:59.125rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:19.0625rem;height:3.25rem;top:54.875rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkqcCcEQRmxTTgNC3MDHqLUvThKGUFv { top:48.0625rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { top:49.0625rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuv5CX895zu2K8q2f17MkxstJGTV2RE { display:block; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZeJabR15iH0S4GV4dqGpebuQvWIxvz7 { width:17.5rem;height:3.4375rem;top:8.75rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KezvTTulB52QakMKmft5OEmJceTtfaRT { display:block; }
 }@media only screen and (max-width: 763px) { #L8DzJTJMrnl2P29v0hLIsutbvSKpfy22 { width:34.25rem;height:6.0625rem;top:7.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdokGxE1RmRpiP20n7gklRuGBMzwZoS5 { width:42.375rem;height:3.1875rem;top:3rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcweBy5I2HUr2KGKZwR6S47zMQUVxvIn { top:-0.0625rem;left:0rem;width:47.75rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTKTyttKVqDpco8otJIc6fPH0WCSKS7 { width:14.625rem;height:7.4375rem;top:23rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLul02yobW2FCTWbq9qgIaJuIM4cryO { width:12.5625rem;height:12.5625rem;top:8.875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:12.4375rem;height:;top:12.75rem;left:18.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:11.125rem;height:5.375rem;top:18.0625rem;left:18.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOf8PJkGp0XLuJkJZkNtEVVGwUNPpQDf { width:3.3125rem;height:3.3125rem;top:12.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:13.625rem;height:;top:24.75rem;left:18.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { width:14.375rem;height:;top:12.75rem;left:33.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:12.375rem;height:;top:18.75rem;left:34.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { width:10.6875rem;height:;top:24.75rem;left:34.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dudKAtu7ad2ShPmU8TXfaFQchw6AXJD3 { width:3.3125rem;height:3.3125rem;top:18.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoUAmgxUzN1Qb7qMm7Ue0PsLXK7yNx6f { width:3.3125rem;height:3.3125rem;top:24.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2gRyRJ69Bb5t5nWJ28H5MremQ3QknzV { width:3.3125rem;height:3.3125rem;top:12.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwFx7WdI0bCEVzGFagkan4sf0G7Q9acI { width:3.3125rem;height:3.3125rem;top:18.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVyxEVtX90I0vpWhHrbavB02TLsxpS4n { width:3.3125rem;height:3.3125rem;top:24.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { top:12.5625rem;left:15.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { top:18.75rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtcXU8qMN44p4VRk833WEmieuEVPXWI { top:25rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { top:13.0625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTwnx4RtxbVEH3omGMiP708RH6gaviO { top:19.125rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { top:25.125rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { width:20.1875rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:20.1875rem;height:10rem;top:14.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGq4PmV7csquFt60fIJGse5ycmpRUvRl { top:0rem;left:17rem;width:30.75rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { top:12.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.25rem;height:3.4375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { top:9.4375rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { top:1.4375rem;left:16.5rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection { display:block; } #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection *:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="text"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="email"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="tel"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection textarea:focus-visible { outline: none; } #TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { width:17.5rem;height:3.4375rem;top:7.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block; }
 }@media only screen and (max-width: 763px) { #GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { width:42.375rem;height:11.875rem;top:3rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { display:block; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection { display:block; } #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection *:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="text"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="email"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="tel"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection textarea:focus-visible { outline: none; } #DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { display:block; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:17.125rem;height:15.625rem;top:6.3125rem;left:1.4375rem;font-size:3.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:15.125rem;height:5.5rem;top:26.6875rem;left:2.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:5.5625rem;height:1.625rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:16.4375rem;height:46.9625rem;top:11.4375rem;left:2.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:9.6rem;top:1.2197923660278rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:20rem;height:7.06875rem;top:59.818731689453rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:53.625rem;top:58.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2yE3lzcuUEN7VG8XLiT4TuJsGVGv0TH { width:16.1875rem;height:5.11875rem;top:104.96250152588rem;left:1.90625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJsiMrITbfXWLdEcOP9BKRrpiBQftKK { width:18.0625rem;height:37.93125rem;top:67.715623855594rem;left:0.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .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); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:17.5rem;height:3.4375rem;top:17.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:20rem;height:7.8rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { width:16.4375rem;height:28.9rem;top:8.375rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { width:20rem;height:7.2rem;top:0.68750190734863rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6krnJKAVdC9wh3l1xZXS1kykfEQhhZy { width:7.375rem;height:7.375rem;top:39.58749961853rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { width:20rem;height:10.625rem;top:38.525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { background-color: transparent; background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .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); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { border-width: 0; border-radius: 0; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:20rem;height:219rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:16.25rem;height:15.3rem;top:23.375rem;left:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:16.25rem;height:15.3rem;top:124.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:18.75rem;height:3.25rem;top:121.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:16.25rem;height:23.8rem;top:190.7499961853rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:18.75rem;height:1.625rem;top:188.3124961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { width:19.1875rem;height:33.625rem;top:9.8125rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NQFIu6TUUkviWhdS72HOdcJExyfUNxEm { width:6.25rem;height:6.25rem;top:11.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:19.1875rem;height:3.25rem;top:19.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { width:4.25rem;height:4.25rem;top:12.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { width:19.1875rem;height:38.1875rem;top:72.8125rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { width:19.1875rem;height:36.25rem;top:142.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r77dk9IlCDfhzQdiiBadG9rkhXSIN5Ev { width:6.25rem;height:6.25rem;top:73.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzCbyomeBUC9BK4TPoTBb4n3Hen1LCRB { width:6.25rem;height:6.25rem;top:143.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { width:3.875rem;height:3.875rem;top:75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { width:3.875rem;height:3.875rem;top:144.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { width:19.1875rem;height:24.5rem;top:46.25rem;left:0.8125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:19.1875rem;height:3.25rem;top:53.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:16.25rem;height:11.9rem;top:57.5rem;left:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwJaJJAKQwKeDxeD2mcMutedALCboc4N { width:6.25rem;height:6.25rem;top:47.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { width:4.25rem;height:4.25rem;top:48.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { width:19.1875rem;height:28.25rem;top:112.25rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:18.75rem;height:3.25rem;top:149.7499961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:16.25rem;height:25.5rem;top:152.88228607178rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hFGTNdNQNa4txLoMh0c9dn9kZyG6Tu { width:6.25rem;height:6.25rem;top:113.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { width:4rem;height:4rem;top:114.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { width:19.1875rem;height:37.0625rem;top:179.49479866028rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:16.25rem;height:27.2rem;top:83.75rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:18.75rem;height:3.25rem;top:80.632289886475rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkqcCcEQRmxTTgNC3MDHqLUvThKGUFv { width:6.25rem;height:6.25rem;top:180.3749961853rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { width:4.25rem;height:4.25rem;top:181.37498092651rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuv5CX895zu2K8q2f17MkxstJGTV2RE { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE.adaptive-delivery-prevent-bg, #zhuv5CX895zu2K8q2f17MkxstJGTV2RE.lazyload, #zhuv5CX895zu2K8q2f17MkxstJGTV2RE.lazyloading { background-image: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { background-color: transparent; background-image: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container > .video-iframe-container { display: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container { display: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .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); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZeJabR15iH0S4GV4dqGpebuQvWIxvz7 { width:17.5rem;height:3.4375rem;top:29.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KezvTTulB52QakMKmft5OEmJceTtfaRT { display:block; }
 }@media only screen and (max-width: 763px) { #L8DzJTJMrnl2P29v0hLIsutbvSKpfy22 { width:20rem;height:12.675rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdokGxE1RmRpiP20n7gklRuGBMzwZoS5 { width:20rem;height:2.2rem;top:21.700000762939rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcweBy5I2HUr2KGKZwR6S47zMQUVxvIn { width:17.75rem;height:8rem;top:18.800000190735rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:9.5625rem;height:9.7125rem;top:0.625rem;left:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xyTKTyttKVqDpco8otJIc6fPH0WCSKS7 { width:14.625rem;height:2.6rem;top:11.025000572204rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unLul02yobW2FCTWbq9qgIaJuIM4cryO { width:5.5625rem;height:5.5625rem;top:12.937500953674rem;left:6.2572908401487rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:15.625rem;height:2.55rem;top:24.437523841858rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:15.625rem;height:2.55rem;top:31.437499046326rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOf8PJkGp0XLuJkJZkNtEVVGwUNPpQDf { width:3.125rem;height:3.125rem;top:20.56250667572rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:15.625rem;height:3.825rem;top:38.062499046326rem;left:2.2572908401489rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { width:15.625rem;height:2.55rem;top:46.12499332428rem;left:2.2572908401489rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:15.625rem;height:3.825rem;top:52.812476158142rem;left:3rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { width:15.625rem;height:2.55rem;top:61.250015258789rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dudKAtu7ad2ShPmU8TXfaFQchw6AXJD3 { width:3.3125rem;height:3.3125rem;top:27.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoUAmgxUzN1Qb7qMm7Ue0PsLXK7yNx6f { width:3.3125rem;height:3.3125rem;top:34.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2gRyRJ69Bb5t5nWJ28H5MremQ3QknzV { width:3.3125rem;height:3.3125rem;top:42.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwFx7WdI0bCEVzGFagkan4sf0G7Q9acI { width:3.3125rem;height:3.3125rem;top:49.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVyxEVtX90I0vpWhHrbavB02TLsxpS4n { width:3.3125rem;height:3.3125rem;top:57.34375rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { width:2.5625rem;height:2.5625rem;top:20.843707084656rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { width:1.875rem;height:1.875rem;top:28.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtcXU8qMN44p4VRk833WEmieuEVPXWI { width:2.125rem;height:2.125rem;top:35.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { width:2rem;height:2rem;top:43.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTwnx4RtxbVEH3omGMiP708RH6gaviO { width:2rem;height:2rem;top:49.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { width:2rem;height:2rem;top:58rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { width:20rem;height:2.75rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:15.875rem;height:10.2rem;top:5.1822919845581rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGq4PmV7csquFt60fIJGse5ycmpRUvRl { width:14.5rem;height:15rem;top:13.937499046326rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { width:12.5rem;height:0.125rem;top:4.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.25rem;height:3.4375rem;top:29.624999046326rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .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); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:20rem;height:13rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { width:7.375rem;height:7.375rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection { display:block; } #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection *:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="text"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="email"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection input[type="tel"]:focus-visible, #aCczKZG69W04lrqRdwseeX9aPfppxbdQ.widget-smartsection textarea:focus-visible { outline: none; } #TPdDVT4yrE1pyd9rvXELSNLCPxnHOnuc > .row .container { width:20rem;height:180.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.adaptive-delivery-prevent-bg, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyload, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyloading { background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { background-color: transparent; background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .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); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { width:17.5rem;height:3.4375rem;top:28.687499046326rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block; }
 }@media only screen and (max-width: 763px) { #GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { width:20rem;height:22.4rem;top:3.5375003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { position:relative;z-index:auto;display:block; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #JXUhae0fnknRVxdQCKKuxvLlZa4bZ7QQ > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection { display:block; } #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection *:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="text"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="email"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="tel"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection textarea:focus-visible { outline: none; } #DoRCuTyQvkIkcGo3g7M3AiIqrGESR5MK > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container { background-color: transparent; background-image: none; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container > .video-iframe-container { display: none; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row > .video-iframe-container { display: none; }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .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); }#JGUJ0AbAA2PRNxT90E1ucrXifQtPNxED > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }