.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,245,214;--color-primary-1:163,224,133;--color-primary-2:102,204,51;--color-primary-3:65,144,28;--color-primary-4:20,41,10;--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:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { background-color: transparent; background-image: none; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container > .video-iframe-container { display: none; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row > .video-iframe-container { display: none; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .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); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { border-width: 0; border-radius: 0; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#GTqALUmuHGoBt1u2ommFoBdxTCLNxV6V { position:absolute;display:block;z-index:15014;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.5rem;width:8.6875rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#cmPD0R7fNVzygXRy2SHmWzIZSIdzyHUQ { 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-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.9375rem;left:41.0625rem;display:block; }
#x1NB1NqgrKcWit5kTbUrUQb6GB8z81tR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUwXO5gdocaBnCS9he16WfKWWRvvkh0w { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:50rem;display:block; }
#DkhlM7RET4M3Uh5uhrOZTErmW73AqIzB { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:53.125rem;display:block; }
#SFXLGVFUODsSDPPoemumGzVaydNym70X { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:1.125rem;left:53.3125rem;display:block; }
#IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:1.25rem;left:50.3125rem; }
#IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#CVFJMQVHJOrJeOTZvHCzle8IUWTQhBwM { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:56.25rem;display:block; }
#eDQIUPvQZyHcUv6En9fZr675R25qFxfK { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.125rem;left:56.4375rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/13631e8c-3b75-48d6-9d19-48d9771f6346/to.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:22.625rem;width:60rem;overflow:visible;position:relative;display:block; }#Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { color:rgba(var(--color-tertiary-0),1);display:block;width:53.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.580513000488rem;left:3.1564674377441rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.936199188233rem;left:28.75rem; }
#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt { 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; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { background-color: transparent; background-image: none; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container > .video-iframe-container { display: none; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row > .video-iframe-container { display: none; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .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); }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { border-width: 0; border-radius: 0; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#Nm2r89EJNTQprpv9OSfWry7ckZ1BW8Ze { position:absolute;display:block;z-index:15038;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:19.0625rem;width:23.936625rem;top:9.9967460632325rem;left:3.3203125rem;overflow:hidden;display:block; }
#O0LwwdoDV56IBguFwBQZuEmGD4USz9ry { color:rgba(var(--color-tertiary-4),1);display:block;width:54.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:2.1;letter-spacing:0;top:2.4978303909302rem;left:2.8743476867676rem;height:4.2013875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wh9KnS1NK0y50cq1n19Jfi0aJkodF5nX { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.309679031372rem;left:30.310333251953rem;height:1.62435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vni6HECmiwUrnWRDu9aczZofsb19xbLE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.496528625488rem;left:30.310333251953rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4duAX8ycG4FF6g8kEIMzR8qNBWXzbzH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.620010375976rem;left:30.310333251953rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b2DGTtvaE5brigvB914WIfWD25ywhh8L { color:rgba(var(--color-tertiary-4),1);display:block;width:26.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:2.1;letter-spacing:0;top:18.604600787163rem;left:31.257598876953rem;height:9.02775rem;display:block; }#b2DGTtvaE5brigvB914WIfWD25ywhh8L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b2DGTtvaE5brigvB914WIfWD25ywhh8L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
#by283QGcvPxVZRRThyJ44BWnLNJiozxA { position:relative;display:block; }#by283QGcvPxVZRRThyJ44BWnLNJiozxA { background-color: transparent; background-image: none; }#by283QGcvPxVZRRThyJ44BWnLNJiozxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .row .container > .video-iframe-container { display: none; }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .row > .video-iframe-container { display: none; }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .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); }#by283QGcvPxVZRRThyJ44BWnLNJiozxA { border-width: 0; border-radius: 0; }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .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; }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;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; }#x6MikvHWeRT8oqa7U7An0fxrTxqpWmPU { color:rgba(var(--color-tertiary-4),1);display:block;width:39.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9969606399536rem;left:10.219184875488rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OpZJJTLfzV9T6BDoGS0qxpMmtWHD4aMe { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2.1;letter-spacing:0;top:6.80881023407rem;left:3.6859817504883rem;height:4.2013875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C59sCVUJvDsEaGU4PfiTfQTaPCIFZdDs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:11.558159828186rem;left:2.8754348754883rem;height:2.10069375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HMP1olPcBC1zLp08H5lKesQILcqTxuMk { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:14.702691078186rem;left:5.8734817504883rem;height:4.2013875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XuPtupv9dmePXJIObPtxZJFBg6UQJHO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5605625rem;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:21.682943344116rem;left:10.219184875488rem;height:1.62435rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SxkiRTp6RdxQmXTcAIulJNMAS02kHGuM { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:25.059679031372rem;left:23.125rem;display:block; }
#CaahTzSTWnhgUK7lJGlHfoBxrUQUypt1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwz8tbIRgwscTkZ83meti6EJA128dBRn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:14.876302719116rem;left:4.7493476867676rem; }
#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.adaptive-delivery-prevent-bg, #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.lazyload, #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.lazyloading { background-image: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { background-color: transparent; background-image: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container > .video-iframe-container { display: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row > .video-iframe-container { display: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .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); }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { border-width: 0; border-radius: 0; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc { position:relative;display:block; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc { background-color: transparent; background-image: none; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .row .container > .video-iframe-container { display: none; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .row > .video-iframe-container { display: none; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .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); }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc { border-width: 0; border-radius: 0; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .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; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.875rem;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; }#XAltp8XbJvXHw8dRZWIg45Pse6k7s62b { color:rgba(var(--color-tertiary-4),1);display:block;width:31.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9958810806274rem;left:14.186199188233rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOt9pTboaNTcIyGbOnoxw0e9clsLqwcm { color:rgba(var(--color-tertiary-4),1);display:block;width:48.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:2.1;letter-spacing:0;top:7.2287311553956rem;left:5.8441848754883rem;height:11.436625rem;text-align:left;text-align-last:left;display:block; }#nOt9pTboaNTcIyGbOnoxw0e9clsLqwcm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nOt9pTboaNTcIyGbOnoxw0e9clsLqwcm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
#JlU7gFcsIQGPHcnCp8KWePSQvGu3eAmJ { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:20.494789123535rem;left:5.8441848754883rem;height:2.36219375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RwTbMpi2qPtOTAdsJWIMMgnFqabolFHL { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:2.1;letter-spacing:0;top:23.478734970092rem;left:5.8441848754883rem;height:4.7721375rem;display:block; }#RwTbMpi2qPtOTAdsJWIMMgnFqabolFHL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RwTbMpi2qPtOTAdsJWIMMgnFqabolFHL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
#IT8ZGIXbqFNGgdJQ0KomtzT2KNVTTTrX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.870659828186rem;left:5.8441848754883rem;height:1.62435rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QzJEvfyJE9sNGXFTA0dfiiQrIdQTfpFU { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:34.243706703186rem;left:5.8441848754883rem;height:4.2013875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BiHvDMvFv5xF1PQ7Gzd1tlMIe18Qfrvr { color:rgba(var(--color-tertiary-4),1);display:block;width:50.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:2.1;letter-spacing:0;top:39.069012641907rem;left:5.8441848754883rem;height:2.10069375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS { 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/13631e8c-3b75-48d6-9d19-48d9771f6346/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS.adaptive-delivery-prevent-bg, #s7KzIEZny8Ak8SENxx0fKF945DOXpuQS.lazyload, #s7KzIEZny8Ak8SENxx0fKF945DOXpuQS.lazyloading { background-image: none; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row .container { background-color: transparent; background-image: none; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row .container > .video-iframe-container { display: none; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row > .video-iframe-container { display: none; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .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); }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row .container { border-width: 0; border-radius: 0; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#cZbOqzaA6kiI4GSa5AJ80mWgd468A7vG { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT { display:block; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTqALUmuHGoBt1u2ommFoBdxTCLNxV6V { width:8.6875rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmPD0R7fNVzygXRy2SHmWzIZSIdzyHUQ { width:7.6875rem;height:2.5rem;top:0.9375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1NB1NqgrKcWit5kTbUrUQb6GB8z81tR { display:block; }
 }@media only screen and (max-width: 763px) { #cUwXO5gdocaBnCS9he16WfKWWRvvkh0w { width:2.5rem;height:2.5rem;top:0.9375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkhlM7RET4M3Uh5uhrOZTErmW73AqIzB { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFXLGVFUODsSDPPoemumGzVaydNym70X { width:2.125rem;height:2.125rem;top:1.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co { top:1.25rem;left:44.1875rem;width:1.875rem;height:1.875rem;display:block; }
#IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CVFJMQVHJOrJeOTZvHCzle8IUWTQhBwM { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQIUPvQZyHcUv6En9fZr675R25qFxfK { width:2.125rem;height:2.125rem;top:1.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { top:10.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { top:17.875rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt { display:block; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nm2r89EJNTQprpv9OSfWry7ckZ1BW8Ze { top:9.9375rem;left:0rem;width:23.875rem;height:19.013423467176rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0LwwdoDV56IBguFwBQZuEmGD4USz9ry { top:2.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh9KnS1NK0y50cq1n19Jfi0aJkodF5nX { top:11.25rem;left:22.3125rem;width:25.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vni6HECmiwUrnWRDu9aczZofsb19xbLE { top:14.4375rem;left:22.3125rem;width:25.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4duAX8ycG4FF6g8kEIMzR8qNBWXzbzH { top:16.5625rem;left:19.25rem;width:28.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2DGTtvaE5brigvB914WIfWD25ywhh8L { top:18.5625rem;left:21rem;width:26.6875rem;height:9rem;font-size:1rem;display:block; }#b2DGTtvaE5brigvB914WIfWD25ywhh8L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
 }@media only screen and (max-width: 763px) { #by283QGcvPxVZRRThyJ44BWnLNJiozxA { display:block; }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6MikvHWeRT8oqa7U7An0fxrTxqpWmPU { top:2.9375rem;left:4.0941848754883rem;width:39.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZJJTLfzV9T6BDoGS0qxpMmtWHD4aMe { top:6.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C59sCVUJvDsEaGU4PfiTfQTaPCIFZdDs { top:11.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMP1olPcBC1zLp08H5lKesQILcqTxuMk { top:14.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuPtupv9dmePXJIObPtxZJFBg6UQJHO4 { top:21.625rem;left:4.0941848754883rem;width:39.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkiRTp6RdxQmXTcAIulJNMAS02kHGuM { width:13.75rem;height:3.125rem;top:25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaahTzSTWnhgUK7lJGlHfoBxrUQUypt1 { display:block; }
 }@media only screen and (max-width: 763px) { #nwz8tbIRgwscTkZ83meti6EJA128dBRn { top:14.875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { display:block; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUt83nfkxGpKQr2GELQ15nHF7kuksByc { display:block; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAltp8XbJvXHw8dRZWIg45Pse6k7s62b { top:2.9375rem;left:8.0611991882325rem;width:31.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOt9pTboaNTcIyGbOnoxw0e9clsLqwcm { top:7.1875rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1rem;display:block; }#nOt9pTboaNTcIyGbOnoxw0e9clsLqwcm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
 }@media only screen and (max-width: 763px) { #JlU7gFcsIQGPHcnCp8KWePSQvGu3eAmJ { top:20.4375rem;left:0rem;width:25.9375rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTbMpi2qPtOTAdsJWIMMgnFqabolFHL { top:23.4375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.9375rem;display:block; }#RwTbMpi2qPtOTAdsJWIMMgnFqabolFHL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
 }@media only screen and (max-width: 763px) { #IT8ZGIXbqFNGgdJQ0KomtzT2KNVTTTrX { top:31.8125rem;left:0rem;width:31.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzJEvfyJE9sNGXFTA0dfiiQrIdQTfpFU { top:34.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiHvDMvFv5xF1PQ7Gzd1tlMIe18Qfrvr { top:39.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7KzIEZny8Ak8SENxx0fKF945DOXpuQS { display:block; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZbOqzaA6kiI4GSa5AJ80mWgd468A7vG { width:47.75rem;height:3.25rem;top:4.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT { position:relative;z-index:auto;display:block; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTqALUmuHGoBt1u2ommFoBdxTCLNxV6V { width:6.3745rem;height:1.93725625rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmPD0R7fNVzygXRy2SHmWzIZSIdzyHUQ { width:7.6555rem;height:2.46875rem;top:4.43725625rem;left:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1NB1NqgrKcWit5kTbUrUQb6GB8z81tR { display:block; }
 }@media only screen and (max-width: 763px) { #cUwXO5gdocaBnCS9he16WfKWWRvvkh0w { width:2.5rem;height:2.5rem;top:7.8427734375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkhlM7RET4M3Uh5uhrOZTErmW73AqIzB { width:2.5rem;height:2.5rem;top:7.8427734375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFXLGVFUODsSDPPoemumGzVaydNym70X { width:2.124025rem;height:2.124025rem;top:8.0302734375rem;left:12.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co { width:1.875rem;height:1.875rem;top:8.1552734375rem;left:5.625rem;display:block; }
#IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CVFJMQVHJOrJeOTZvHCzle8IUWTQhBwM { width:2.5rem;height:2.5rem;top:7.8427734375rem;left:12.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQIUPvQZyHcUv6En9fZr675R25qFxfK { width:2.124025rem;height:2.124025rem;top:8.0302734375rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79900e01-9126-4297-9577-e9101f4b4e8c/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { width:16.936875rem;height:3.89756875rem;top:2.5rem;left:1.5310330986977rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { width:2.5rem;height:2.5rem;top:8.30837726593rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt { display:block; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nm2r89EJNTQprpv9OSfWry7ckZ1BW8Ze { width:16.9998125rem;height:13.499375rem;top:1.5614151954651rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0LwwdoDV56IBguFwBQZuEmGD4USz9ry { width:17.561875rem;height:9.8415625rem;top:36.310767173767rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wh9KnS1NK0y50cq1n19Jfi0aJkodF5nX { width:18.3105625rem;height:1.462675rem;top:17.186414718628rem;left:0.84418410062787rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vni6HECmiwUrnWRDu9aczZofsb19xbLE { width:17.5rem;height:1.2999125rem;top:20.5625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4duAX8ycG4FF6g8kEIMzR8qNBWXzbzH { width:16.3748125rem;height:2.599825rem;top:22.625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2DGTtvaE5brigvB914WIfWD25ywhh8L { width:16.875rem;height:8.49825rem;top:26.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#b2DGTtvaE5brigvB914WIfWD25ywhh8L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
 }@media only screen and (max-width: 763px) { #by283QGcvPxVZRRThyJ44BWnLNJiozxA { display:block; }#by283QGcvPxVZRRThyJ44BWnLNJiozxA > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6MikvHWeRT8oqa7U7An0fxrTxqpWmPU { width:20rem;height:3.73698125rem;top:2.39990234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OpZJJTLfzV9T6BDoGS0qxpMmtWHD4aMe { width:18.3745625rem;height:11.809875rem;top:7.0909290313719rem;left:1.6254342198372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C59sCVUJvDsEaGU4PfiTfQTaPCIFZdDs { width:18.0620625rem;height:3.93663125rem;top:19.337891578674rem;left:1.6243491768837rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMP1olPcBC1zLp08H5lKesQILcqTxuMk { width:18.0620625rem;height:9.8415625rem;top:24.087463378906rem;left:1.6868491768837rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XuPtupv9dmePXJIObPtxZJFBg6UQJHO4 { width:20rem;height:1.62435rem;top:36.59396648407rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxkiRTp6RdxQmXTcAIulJNMAS02kHGuM { width:13.75rem;height:3.125rem;top:39.841583251953rem;left:3.1250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaahTzSTWnhgUK7lJGlHfoBxrUQUypt1 { display:block; }
 }@media only screen and (max-width: 763px) { #nwz8tbIRgwscTkZ83meti6EJA128dBRn { width:2.5rem;height:2.5rem;top:35.578125rem;left:0.84375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { display:block; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUt83nfkxGpKQr2GELQ15nHF7kuksByc { display:block; }#qUt83nfkxGpKQr2GELQ15nHF7kuksByc > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAltp8XbJvXHw8dRZWIg45Pse6k7s62b { width:18.2498125rem;height:3.73698125rem;top:1.3118495941162rem;left:0.87456601858137rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOt9pTboaNTcIyGbOnoxw0e9clsLqwcm { width:18.936625rem;height:17.7430625rem;top:6.2348089218139rem;left:0.5316841006279rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#nOt9pTboaNTcIyGbOnoxw0e9clsLqwcm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
 }@media only screen and (max-width: 763px) { #JlU7gFcsIQGPHcnCp8KWePSQvGu3eAmJ { width:18.125rem;height:2.10069375rem;top:25.983074665069rem;left:0.93750005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwTbMpi2qPtOTAdsJWIMMgnFqabolFHL { width:18.125rem;height:6.21745rem;top:28.907335758209rem;left:0.93750005960463rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#RwTbMpi2qPtOTAdsJWIMMgnFqabolFHL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6334db2d-ca5d-4781-a606-cc592fe71740/icon_orange_arrow.svg); }
 }@media only screen and (max-width: 763px) { #IT8ZGIXbqFNGgdJQ0KomtzT2KNVTTTrX { width:20rem;height:1.462675rem;top:37.03342294693rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzJEvfyJE9sNGXFTA0dfiiQrIdQTfpFU { width:17.999125rem;height:7.87325rem;top:39.781904697418rem;left:0.99934905767444rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BiHvDMvFv5xF1PQ7Gzd1tlMIe18Qfrvr { width:18.499375rem;height:3.93663125rem;top:48.934463977814rem;left:0.74978297948838rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s7KzIEZny8Ak8SENxx0fKF945DOXpuQS { display:block; }#s7KzIEZny8Ak8SENxx0fKF945DOXpuQS > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZbOqzaA6kiI4GSa5AJ80mWgd468A7vG { width:20rem;height:1.625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }