.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,242,248;--color-primary-1:180,242,255;--color-primary-2:67,190,222;--color-primary-3:40,114,133;--color-primary-4:13,38,44;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:180,242,255;--color-tertiary-2:107,143,181;--color-tertiary-3:64,86,109;--color-tertiary-4:9,69,131;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #004f62, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(45deg, #004f62, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(45deg, #004f62, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(45deg, #004f62, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(45deg, #004f62, rgba(var(--color-tertiary-4),1));background-size:auto !important;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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7cf364f4-de03-4b64-9ffe-3d9d35317d43/Hero.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.adaptive-delivery-prevent-bg, #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.lazyload, #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.lazyloading { background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { color:rgba(var(--color-tertiary-1),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:10rem;font-style:normal;display:block; }
#SakDtmV8gyfPB5II1USHyZG2RAXkh9X1 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15004;line-height:01;letter-spacing:0;top:21.3125rem;left:0rem;height:8rem;font-style:normal;display:block; }
#ThBpPQNc9slqaVtPMW81LfXVBCyUlDsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:43rem;left:28.5rem; }
#ThBpPQNc9slqaVtPMW81LfXVBCyUlDsT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#g5t5uT3ELCLTOhDgFUX71idgFAKiWffH { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);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: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:16rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.8125rem;left:12.125rem;display:block; }
#IB7guRdB9qvOQCRNbxllMCGxCxxULuf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JP61KT20bsArM5cz1oqDf8VibGnQGdck { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:11.25rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.8125rem;left:0rem;display:block; }
#AnDngZyA6sxTK24lLGyD1C7bET0faulK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp { 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; }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row .container { background-color: transparent; background-image: none; }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row .container > .video-iframe-container { display: none; }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row > .video-iframe-container { display: none; }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .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); }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row .container { border-width: 0; border-radius: 0; }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#uIV6nDRiDXxbRMPAqz7Z5eDwpuTewq3k { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:7.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVz86RTwFJuoiqJOCCksu4OVL3NZkDlP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:38.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.78125rem;left:21.96875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmtKVmMGayNtu7hceK69E5d6L8b2IF2e { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.03125rem;left:40.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdLtDcMOUpIJ3TlfrK4vxARnT80EvtSz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.59375rem;left:7.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icpEwwVEufgZDgt2N1HGi0JQuvGGwn9L { 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:21.75rem;width:21.75rem;top:3.34375rem;left:19.125rem;overflow:hidden;display:block; }
#TrFOuhuQdrkh1znsaRuQo8b8bMoi8s0g { 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:21.75rem;width:21.75rem;top:3.34375rem;left:19.125rem;overflow:hidden;display:none; }
#xaWe07Th1fFVeZk26MR7TonWdXa5O8om { 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; }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row .container { background-color: transparent; background-image: none; }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row .container > .video-iframe-container { display: none; }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row > .video-iframe-container { display: none; }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .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); }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row .container { border-width: 0; border-radius: 0; }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.125rem;height:11.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lttTo9SIJiZPSDE4y2xx8r9kPwSTTkUK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:14.5625rem;width:52.8125rem;top:1.1611328125rem;left:3.53125rem;display:block; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top 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; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#x4AwlnNzTphemHRbh80me38s22TVk6EK { position:relative;display:block; }#x4AwlnNzTphemHRbh80me38s22TVk6EK { background-color: transparent; background-image: none; }#x4AwlnNzTphemHRbh80me38s22TVk6EK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .row .container > .video-iframe-container { display: none; }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .row > .video-iframe-container { display: none; }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .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); }#x4AwlnNzTphemHRbh80me38s22TVk6EK { border-width: 0; border-radius: 0; }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AnRmXRRNv612qgAS1uwz0ts5mnkbPoKA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:44.6875rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jw2116OdpZSd7eJx0bUM5B3KqhAT3lpA { 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.625rem;width:6.625rem;top:3.625rem;left:46.6875rem;overflow:hidden;display:block; }
#e2gXkfuJgLARx0mqqhlSz0mcPiww8NpK { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:23.4375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8Mv5u3SkRe8IbPteR08yuhwUEveLNpX { 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.625rem;width:6.625rem;top:3.625rem;left:26.6875rem;overflow:hidden;display:block; }
#O9T42h86dV7f6oRxHmzNHxcq4pvuURI5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:3.75rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQeh72Sdc1TVVKhvdla9vmMAhgluPo9d { 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:5.8125rem;width:5.8125rem;top:3.625rem;left:7.125rem;overflow:hidden;display:block; }
#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom 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; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut { 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; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row .container { background-color: transparent; background-image: none; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row .container > .video-iframe-container { display: none; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row > .video-iframe-container { display: none; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .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); }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row .container { border-width: 0; border-radius: 0; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#MCrrESgHUtGTBkQTiETrTTisPlEl0c5u { color:#ff9800;display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:4.75rem;left:7.71875rem;height:1.75rem;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; }
#oiTEB7tzd5nJfg6pI1zyqN4ZFh6KDOe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:15rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiMTQpQN8ABCT0oSEWLWLf6bHUNwiep3 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.15625rem;left:6.125rem;height:12.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC { 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; }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row .container { background-color: transparent; background-image: none; }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row .container > .video-iframe-container { display: none; }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row > .video-iframe-container { display: none; }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .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); }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row .container { border-width: 0; border-radius: 0; }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#JPLrvRsfxUmA4i1TMoBIPHqvdqFv1orG { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.03125rem;left:0rem;height:24.4375rem;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; }
#ZFJcIgpwQhmTRx1NK5agJnSnpwpFNqK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.03125rem;left:30rem;height:24.4375rem;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; }
#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F { 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; }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row .container { background-color: transparent; background-image: none; }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row .container > .video-iframe-container { display: none; }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row > .video-iframe-container { display: none; }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .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); }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row .container { border-width: 0; border-radius: 0; }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#IDCPSxvaWC4xFfZGVdfO5hQmbBKubToc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.03125rem;left:0rem;height:17.25rem;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; }
#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top 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; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k.adaptive-delivery-prevent-bg, #DKwftqM5hdcXvvG81OT60RdAFsT4PE2k.lazyload, #DKwftqM5hdcXvvG81OT60RdAFsT4PE2k.lazyloading { background-image: none; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container { background-color: transparent; background-image: none; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container > .video-iframe-container { display: none; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row > .video-iframe-container { display: none; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .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); }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container { border-width: 0; border-radius: 0; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNDwq7aCyr6ZiPmTAzm2283mmS3CrS85 { position:relative;display:none; }#GNDwq7aCyr6ZiPmTAzm2283mmS3CrS85 { border-width: 0; border-radius: 0; }#GNDwq7aCyr6ZiPmTAzm2283mmS3CrS85 > .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; }#GNDwq7aCyr6ZiPmTAzm2283mmS3CrS85 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.8125rem;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:none; }#lI6hL4iSMi9l8PTXvJXSNeKd3lGbsaTE { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:21.5625rem;font-style:normal;display:block; }
#bwGLbacJgX8HSNamVtNBChUn49HtJRCE { 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:28.6875rem;width:28.6875rem;top:2rem;left:30.65625rem;overflow:hidden;display:block; }
#A1EhGAMin3cRuvNQLsFgpwsXAEVam2vV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:12.0625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.25rem;left:1.1875rem;display:block; }
#doAl7BDLQUvQ2J1kLXyT5cIbtKTGMuSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom 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; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS.adaptive-delivery-prevent-bg, #eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS.lazyload, #eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS.lazyloading { background-image: none; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row .container { background-color: transparent; background-image: none; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row .container > .video-iframe-container { display: none; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row > .video-iframe-container { display: none; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .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); }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row .container { border-width: 0; border-radius: 0; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 { 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; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row .container { background-color: transparent; background-image: none; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row .container > .video-iframe-container { display: none; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row > .video-iframe-container { display: none; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .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); }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row .container { border-width: 0; border-radius: 0; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#I00Pwh8GRWM9OFv97HdeLbKbBpbQnITm { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkeuWvaB5GiJ1OzfzFb0QnGxSDSrzSQU { color:#ff9800;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:4.1875rem;left:2.1875rem;height:1.75rem;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; }
#CO55AcPkmZ8pzB1uVwbfdVLsQF7dXUKA { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.1875rem;height:14.375rem;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; }
#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eb563c69-b713-4b32-8340-f242f97c9249/Quote.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; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd.adaptive-delivery-prevent-bg, #DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd.lazyload, #DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd.lazyloading { background-image: none; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container { background-color: transparent; background-image: none; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container > .video-iframe-container { display: none; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row > .video-iframe-container { display: none; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .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); }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container { border-width: 0; border-radius: 0; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:block; }#pz1OUgX5FrGgxagpSOS6gTA6okHXKKQL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6875rem;left:24.3125rem;height:7rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GcQHdIDKFPuXw2rcbyTFTFJuTEdZDZPq { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.4609375rem;left:26.625rem;height:1.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { 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; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { background-color: transparent; background-image: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .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); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { border-width: 0; border-radius: 0; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#ubAQqozHgMkLuaMBOk30quu820WLU8Ny { color:rgba(var(--color-tertiary-4),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.3;letter-spacing:0;top:1.41796875rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a { 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; }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row .container { background-color: transparent; background-image: none; }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row .container > .video-iframe-container { display: none; }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row > .video-iframe-container { display: none; }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .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); }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row .container { border-width: 0; border-radius: 0; }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#I4iz9VFOxlsu542ptMn5XO8kl1obHNaI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5751953125rem;left:31.5rem;height:24.4375rem;font-style:normal;display:block; }
#DOouSbJXJmMk5mkFBemH0EOXlxFDthnz { position:absolute;display:block;z-index:15005;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: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;height:27.6875rem;width:22.375rem;top:1.9501953125rem;left:3.8125rem;overflow:hidden;display:block; }
#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);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; }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row .container { background-color: transparent; background-image: none; }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row .container > .video-iframe-container { display: none; }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row > .video-iframe-container { display: none; }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .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); }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row .container { border-width: 0; border-radius: 0; }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row .container { font-size:0.875rem;font-family:"open sans";height:4.4375rem;width:60rem;position:relative;display:block; }#bWAXo7tETuUcBzdwlTb4BnydvyFqbs2d { position:absolute;display:block;z-index:15005;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.875rem;width:6.8125rem;top:0.75rem;left:46.34375rem;overflow:hidden;display:block; }
#kHPUMW4H9DeQG4rCUsp1hEbCzEed5yQH { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.625rem;left:7.6875rem;display:block; }
#zNkhz3N1PxNQV40pJtLwvrBvGeEPxWXo { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0.625rem;left:10.8125rem;display:block; }
#TaQExf30O7axkT3f2pRzVBEwn4qf96UT { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.625rem;left:13.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:9.9375rem;left:0rem;width:29.6875rem;height:10rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SakDtmV8gyfPB5II1USHyZG2RAXkh9X1 { top:21.3125rem;left:0rem;width:30.8125rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBpPQNc9slqaVtPMW81LfXVBCyUlDsT { width:3.125rem;height:3.125rem;top:43rem;left:20.75rem;display:none; }
#ThBpPQNc9slqaVtPMW81LfXVBCyUlDsT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #g5t5uT3ELCLTOhDgFUX71idgFAKiWffH { width:16rem;height:3.125rem;top:32.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB7guRdB9qvOQCRNbxllMCGxCxxULuf5 { display:block; }
 }@media only screen and (max-width: 763px) { #JP61KT20bsArM5cz1oqDf8VibGnQGdck { width:11.25rem;height:3.125rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnDngZyA6sxTK24lLGyD1C7bET0faulK { display:block; }
 }@media only screen and (max-width: 763px) { #XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp { display:block; }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIV6nDRiDXxbRMPAqz7Z5eDwpuTewq3k { top:5rem;left:1.6875rem;width:13.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVz86RTwFJuoiqJOCCksu4OVL3NZkDlP { top:5.8125rem;left:32.6875rem;width:8.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:1.75rem;left:15.84375rem;width:16.0625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmtKVmMGayNtu7hceK69E5d6L8b2IF2e { top:13rem;left:33.4375rem;width:14.3125rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdLtDcMOUpIJ3TlfrK4vxARnT80EvtSz { top:12.5625rem;left:1.1875rem;width:11.875rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpEwwVEufgZDgt2N1HGi0JQuvGGwn9L { width:21.75rem;height:21.75rem;top:3.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrFOuhuQdrkh1znsaRuQo8b8bMoi8s0g { width:21.75rem;height:21.75rem;top:3.3125rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaWe07Th1fFVeZk26MR7TonWdXa5O8om { display:block; }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { top:3.1875rem;left:0rem;width:47.75rem;height:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lttTo9SIJiZPSDE4y2xx8r9kPwSTTkUK { width:47.5rem;height:14.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4AwlnNzTphemHRbh80me38s22TVk6EK { display:block; }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnRmXRRNv612qgAS1uwz0ts5mnkbPoKA { top:10.8125rem;left:34.375rem;width:10.6875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw2116OdpZSd7eJx0bUM5B3KqhAT3lpA { width:6.625rem;height:6.625rem;top:3.625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2gXkfuJgLARx0mqqhlSz0mcPiww8NpK { top:10.8125rem;left:17.25rem;width:13.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Mv5u3SkRe8IbPteR08yuhwUEveLNpX { width:6.625rem;height:6.625rem;top:3.625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9T42h86dV7f6oRxHmzNHxcq4pvuURI5 { top:10.375rem;left:1.6875rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQeh72Sdc1TVVKhvdla9vmMAhgluPo9d { width:5.8125rem;height:5.8125rem;top:3.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut { display:block; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCrrESgHUtGTBkQTiETrTTisPlEl0c5u { width:44.5625rem;height:1.75rem;top:4.75rem;left:1.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTEB7tzd5nJfg6pI1zyqN4ZFh6KDOe5 { top:1.4375rem;left:8.875rem;width:30rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiMTQpQN8ABCT0oSEWLWLf6bHUNwiep3 { top:8.125rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC { display:block; }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPLrvRsfxUmA4i1TMoBIPHqvdqFv1orG { width:28.75rem;height:24.4375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJcIgpwQhmTRx1NK5agJnSnpwpFNqK4 { width:30rem;height:24.4375rem;top:2rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFeW5TMSXweWb57bxx70OL9SxUMJWF7F { display:block; }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDCPSxvaWC4xFfZGVdfO5hQmbBKubToc { width:29.375rem;height:17.25rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKwftqM5hdcXvvG81OT60RdAFsT4PE2k { display:block; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:1.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNDwq7aCyr6ZiPmTAzm2283mmS3CrS85 { display:none; }#GNDwq7aCyr6ZiPmTAzm2283mmS3CrS85 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lI6hL4iSMi9l8PTXvJXSNeKd3lGbsaTE { top:2.8125rem;left:0rem;width:27.625rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwGLbacJgX8HSNamVtNBChUn49HtJRCE { width:28.6875rem;height:28.6875rem;top:2rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1EhGAMin3cRuvNQLsFgpwsXAEVam2vV { width:12.0625rem;height:3.125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doAl7BDLQUvQ2J1kLXyT5cIbtKTGMuSp { display:block; }
 }@media only screen and (max-width: 763px) { #eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS { display:block; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 { display:block; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I00Pwh8GRWM9OFv97HdeLbKbBpbQnITm { top:0.8125rem;left:0rem;width:30rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkeuWvaB5GiJ1OzfzFb0QnGxSDSrzSQU { width:25.6875rem;height:1.75rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO55AcPkmZ8pzB1uVwbfdVLsQF7dXUKA { width:32rem;height:14.375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd { display:block; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz1OUgX5FrGgxagpSOS6gTA6okHXKKQL { top:4.6875rem;left:14.6875rem;width:33.0625rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQHdIDKFPuXw2rcbyTFTFJuTEdZDZPq { top:12.4375rem;left:16.9375rem;width:30.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { top:1.375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyRTk4rdA4SmpbislHOorzQsOVUUvX0a { display:block; }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4iz9VFOxlsu542ptMn5XO8kl1obHNaI { top:3.5625rem;left:19.25rem;width:28.5rem;height:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOouSbJXJmMk5mkFBemH0EOXlxFDthnz { width:22.375rem;height:27.6875rem;top:1.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxZEkavIXoOIDJH3wAOycEliIrcg7lpW { display:block; }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWAXo7tETuUcBzdwlTb4BnydvyFqbs2d { width:6.8125rem;height:2.875rem;top:0.75rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHPUMW4H9DeQG4rCUsp1hEbCzEed5yQH { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkhz3N1PxNQV40pJtLwvrBvGeEPxWXo { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQExf30O7axkT3f2pRzVBEwn4qf96UT { width:3.125rem;height:3.125rem;top:2.0625rem;left:42.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6c739e4-8605-4440-8c32-38704c1048e8/Heromobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.adaptive-delivery-prevent-bg, #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.lazyload, #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.lazyloading { background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:13.625rem;height:5rem;top:2.0224609375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SakDtmV8gyfPB5II1USHyZG2RAXkh9X1 { width:13.25rem;height:5.3125rem;top:21.1357421875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBpPQNc9slqaVtPMW81LfXVBCyUlDsT { top:31.625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15007;display:block; }
#ThBpPQNc9slqaVtPMW81LfXVBCyUlDsT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #g5t5uT3ELCLTOhDgFUX71idgFAKiWffH { width:16rem;height:3.125rem;top:32.8125rem;left:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IB7guRdB9qvOQCRNbxllMCGxCxxULuf5 { display:block; }
 }@media only screen and (max-width: 763px) { #JP61KT20bsArM5cz1oqDf8VibGnQGdck { width:11.25rem;height:3.125rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnDngZyA6sxTK24lLGyD1C7bET0faulK { display:block; }
 }@media only screen and (max-width: 763px) { #XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp { display:block; }#XMT6nQGlmTKp4qKSbRru1dSOM9JezQPp > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIV6nDRiDXxbRMPAqz7Z5eDwpuTewq3k { width:8.8125rem;height:4.125rem;top:14.7666015625rem;left:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVz86RTwFJuoiqJOCCksu4OVL3NZkDlP { width:4.3125rem;height:2.875rem;top:18.8916015625rem;left:7.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:9.75rem;height:2.75rem;top:1.3916015625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmtKVmMGayNtu7hceK69E5d6L8b2IF2e { width:7.875rem;height:8.25rem;top:13.2041015625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdLtDcMOUpIJ3TlfrK4vxARnT80EvtSz { width:7.5625rem;height:4.125rem;top:0.7041015625rem;left:12.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpEwwVEufgZDgt2N1HGi0JQuvGGwn9L { width:14rem;height:14rem;top:4.375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrFOuhuQdrkh1znsaRuQo8b8bMoi8s0g { width:14rem;height:14rem;top:4.0791015625rem;left:3rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xaWe07Th1fFVeZk26MR7TonWdXa5O8om { display:block; }#xaWe07Th1fFVeZk26MR7TonWdXa5O8om > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { width:19.375rem;height:18.75rem;top:1.25rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lttTo9SIJiZPSDE4y2xx8r9kPwSTTkUK { width:19.75rem;height:7.1875rem;top:21.834rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4AwlnNzTphemHRbh80me38s22TVk6EK { display:block; }#x4AwlnNzTphemHRbh80me38s22TVk6EK > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnRmXRRNv612qgAS1uwz0ts5mnkbPoKA { width:10.6875rem;height:4.3125rem;top:35.3339875rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw2116OdpZSd7eJx0bUM5B3KqhAT3lpA { width:6.625rem;height:6.625rem;top:27.4589875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2gXkfuJgLARx0mqqhlSz0mcPiww8NpK { width:12.375rem;height:2.875rem;top:20.5732421875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Mv5u3SkRe8IbPteR08yuhwUEveLNpX { width:6.625rem;height:6.625rem;top:13.94824375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9T42h86dV7f6oRxHmzNHxcq4pvuURI5 { width:12.375rem;height:2.875rem;top:8.3125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQeh72Sdc1TVVKhvdla9vmMAhgluPo9d { width:5.8125rem;height:5.8125rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut { display:block; }#nVBGOshci2sFyKOOzItp3QNFTbu8Q3Ut > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCrrESgHUtGTBkQTiETrTTisPlEl0c5u { width:20rem;height:2.5rem;top:3.4619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oiTEB7tzd5nJfg6pI1zyqN4ZFh6KDOe5 { width:20rem;height:2.1875rem;top:0.5185546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiMTQpQN8ABCT0oSEWLWLf6bHUNwiep3 { width:20rem;height:21.25rem;top:7.2119140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC { display:block; }#DEUnaUs3OozdF3okOTh3yBpdKG7Z6hnC > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPLrvRsfxUmA4i1TMoBIPHqvdqFv1orG { width:20rem;height:22.5rem;top:2.2919921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJcIgpwQhmTRx1NK5agJnSnpwpFNqK4 { width:20rem;height:21.375rem;top:26.1044921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFeW5TMSXweWb57bxx70OL9SxUMJWF7F { display:block; }#kFeW5TMSXweWb57bxx70OL9SxUMJWF7F > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDCPSxvaWC4xFfZGVdfO5hQmbBKubToc { width:20rem;height:14.625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKwftqM5hdcXvvG81OT60RdAFsT4PE2k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k.adaptive-delivery-prevent-bg, #DKwftqM5hdcXvvG81OT60RdAFsT4PE2k.lazyload, #DKwftqM5hdcXvvG81OT60RdAFsT4PE2k.lazyloading { background-image: none; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container { background-color: transparent; background-image: none; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container > .video-iframe-container { display: none; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row > .video-iframe-container { display: none; }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .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); }#DKwftqM5hdcXvvG81OT60RdAFsT4PE2k > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:8.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:18.75rem;height:2.11230625rem;top:1.375rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNDwq7aCyr6ZiPmTAzm2283mmS3CrS85 { display:none; }#GNDwq7aCyr6ZiPmTAzm2283mmS3CrS85 > .row .container { width:20rem;height:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lI6hL4iSMi9l8PTXvJXSNeKd3lGbsaTE { width:20rem;height:26.23635rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwGLbacJgX8HSNamVtNBChUn49HtJRCE { width:13.5rem;height:13.5rem;top:33.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1EhGAMin3cRuvNQLsFgpwsXAEVam2vV { width:14.1875rem;height:3.125rem;top:28.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doAl7BDLQUvQ2J1kLXyT5cIbtKTGMuSp { display:block; }
 }@media only screen and (max-width: 763px) { #eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS { display:block; }#eMzK0AsSwZqyDlcAx4vtrsGk7OaaBkHS > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 { display:block; }#Wvpp270i1fgcL5bJhri3gZTutVLvR1v4 > .row .container { width:20rem;height:19.0419921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I00Pwh8GRWM9OFv97HdeLbKbBpbQnITm { width:20rem;height:2.1875rem;top:0.5185546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkeuWvaB5GiJ1OzfzFb0QnGxSDSrzSQU { width:20rem;height:1.25rem;top:2.7119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CO55AcPkmZ8pzB1uVwbfdVLsQF7dXUKA { width:20rem;height:13.5rem;top:5.5419921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb563c69-b713-4b32-8340-f242f97c9249/Quote.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd.adaptive-delivery-prevent-bg, #DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd.lazyload, #DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd.lazyloading { background-image: none; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container { background-color: transparent; background-image: none; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container > .video-iframe-container { display: none; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row > .video-iframe-container { display: none; }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .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); }#DtHAtM6A25EfaVuuV8eCP6xNUQonnnxd > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz1OUgX5FrGgxagpSOS6gTA6okHXKKQL { width:18.4375rem;height:4.5rem;top:3.25rem;left:1.5625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GcQHdIDKFPuXw2rcbyTFTFJuTEdZDZPq { width:20rem;height:1.25rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { width:17.6875rem;height:5.625rem;top:0.8984375rem;left:1.15625rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EyRTk4rdA4SmpbislHOorzQsOVUUvX0a { display:block; }#EyRTk4rdA4SmpbislHOorzQsOVUUvX0a > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4iz9VFOxlsu542ptMn5XO8kl1obHNaI { width:20rem;height:25rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOouSbJXJmMk5mkFBemH0EOXlxFDthnz { width:20rem;height:24.748603351955rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxZEkavIXoOIDJH3wAOycEliIrcg7lpW { display:block; }#GxZEkavIXoOIDJH3wAOycEliIrcg7lpW > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWAXo7tETuUcBzdwlTb4BnydvyFqbs2d { width:4.5625rem;height:2rem;top:5.0625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHPUMW4H9DeQG4rCUsp1hEbCzEed5yQH { width:1.875rem;height:1.875rem;top:1.25rem;left:4.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkhz3N1PxNQV40pJtLwvrBvGeEPxWXo { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQExf30O7axkT3f2pRzVBEwn4qf96UT { width:1.875rem;height:1.875rem;top:1.25rem;left:13.75rem;font-size:1.3125rem;display:block; }
 }