.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:233,235,242;--color-primary-1:181,188,211;--color-primary-2:106,121,167;--color-primary-3:53,61,84;--color-primary-4:16,18,25;--color-secondary-0:254,254,251;--color-secondary-1:253,251,241;--color-secondary-2:251,246,226;--color-secondary-3:126,123,113;--color-secondary-4:38,37,34;--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:"PT Sans";--paragraphs-font-family:"PT Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/b65f8da0-24e2-41be-a3a2-f07ad32a8f51/2025133_NT_Landingi_Act_10_part_1_Header_Desktop_1290x1080.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; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII.adaptive-delivery-prevent-bg, #tlJk778KxExET4UTa7MRFgkOnTPsZdII.lazyload, #tlJk778KxExET4UTa7MRFgkOnTPsZdII.lazyloading { background-image: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { background-color: transparent; background-image: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container > .video-iframe-container { display: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container { display: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .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); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { border-width: 0; border-radius: 0; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#dJWKVceH9cKKN0qx3Ro2ssP4Be3tieTx { position:absolute;display:block;z-index:15000;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:14.1875rem;width:24.8125rem;top:0rem;left:25.15625rem;overflow:hidden;display:block; }
#xJJKGR0teRKRWUwUDT8i4TvUVuKFTJB9 { position:absolute;display:block;z-index:15001;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.3125rem;width:26rem;top:37.7001953125rem;left:24.5625rem;overflow:hidden;display:block; }
#XVorimxF9hpMXGiHQneqanmGS4VAyI7y { position:absolute;display:block;z-index:15019;height:7.8125rem;width:14.4375rem;top:0rem;left:60.562498092651rem;display:block; }
#syB6sxlMGK4oa8WIWuv8LZ4UD3wcREh0 { color:#faf36b;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:39.462890625rem;left:28rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpnF7o1uK6Xqv46eOf94scVkUge0r0EK { color:#fff413;display:block;width:48.5rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:31.6875rem;left:15rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh { 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/09e7d400-ab72-490b-8aa9-cb86bbbb834c/bar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh.adaptive-delivery-prevent-bg, #bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh.lazyload, #bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh.lazyloading { background-image: none; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row .container { background-color: transparent; background-image: none; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row .container > .video-iframe-container { display: none; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row > .video-iframe-container { display: none; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .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); }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row .container { border-width: 0; border-radius: 0; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB { 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/cc9d5af2-9540-4ac9-b4de-7069c9ab0d5c/10bb444cda303050193d0c787140dd.jpg");background-position:bottom 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; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.adaptive-delivery-prevent-bg, #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.lazyload, #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.lazyloading { background-image: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { background-color: transparent; background-image: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container > .video-iframe-container { display: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container { display: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .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); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { border-width: 0; border-radius: 0; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#Nlu6Ve8EExlxS7gWsWSdszDatiiNw5wL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:36.4375rem;top:31.000002384186rem;left:38.562501907349rem;overflow:hidden;display:block; }
#bUStCVmbJlrRJcuRu0g7dABm1Sykm3K6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:36.4375rem;top:26.750002861023rem;left:38.562501907349rem;overflow:hidden;display:block; }
#CoIcz4PHgbhlHfEtH4hPTT97AVGmLkkH { 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:0.4375rem;width:36.4375rem;top:23.125000953674rem;left:38.562501907349rem;overflow:hidden;display:block; }
#iZ2xeAWwwVKZK9sNSCmHErwVyOpDzL3T { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.72);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.75rem;width:36.4375rem;top:11.528129577637rem;left:38.562501907349rem;display:block; }
#HUgVVQ5DGn1IgeHW2KVUifhifV2OUznP { color:#5b566f;display:block;width:36.1875rem;position:absolute;font-family:"istok web";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:14.8125rem;left:38.6875rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aryECggAUTcrtpOn8kS77i5ouxK4lml2 { color:#5b566f;display:block;width:28.125rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.3125rem;left:42.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FwqiMFkGXzOSJdyD9VTSn38flbW5LoNf { color:#5b566f;display:block;width:28.125rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.375rem;left:42.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PJhKe8gdZfmt3PcqE2NoXRy9iQBfLTDK { color:#5b566f;display:block;width:35.25rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.4375rem;left:39.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kTUAmcqUIoN8g3D6aweeum7XoFHvlKyJ { color:#5b566f;display:block;width:28.125rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:33.0625rem;left:42.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FbpxKSCNOgN2xhzE7MfwEZF0iQd4Cc2t { 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:0.4375rem;width:36.4375rem;top:23.125000953674rem;left:38.562501907349rem;overflow:hidden;display:none; }
#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv { 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/09e7d400-ab72-490b-8aa9-cb86bbbb834c/bar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv.adaptive-delivery-prevent-bg, #d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv.lazyload, #d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv.lazyloading { background-image: none; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row .container { background-color: transparent; background-image: none; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row .container > .video-iframe-container { display: none; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row > .video-iframe-container { display: none; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .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); }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row .container { border-width: 0; border-radius: 0; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn { 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/e5bf0b48-86dc-44a0-8683-ab1842405ad9/reetest.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn.adaptive-delivery-prevent-bg, #bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn.lazyload, #bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn.lazyloading { background-image: none; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { background-color: transparent; background-image: none; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container > .video-iframe-container { display: none; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row > .video-iframe-container { display: none; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .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); }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { border-width: 0; border-radius: 0; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#fOWC2BUTwwyruzbVUxcBh7PTvqqqpQJT { position:absolute;display:block;z-index:15009;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:38.875rem;width:36.375rem;top:3.4375rem;left:38.625001907349rem;overflow:hidden;display:block; }
#NK81Is5VxJf3yz4mSN75DzqFGdJNB1rO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:36.4375rem;top:29.25rem;left:0.53125rem;overflow:hidden;display:block; }
#rVszhXzqLwsIIb2hCTNcT2Xwq5ENvwHi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:36.4375rem;top:24.250001907349rem;left:0.53125rem;overflow:hidden;display:block; }
#P0QulUKBC4dor4VdaTtm36QoCZ83lneO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:36.4375rem;top:19.1875rem;left:0.5625rem;overflow:hidden;display:block; }
#zKL6UsazPaM67x6NbDZhOdFDAM8fb3oM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:2.625rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKryuheBHhBJfJSqftS3KRtT6X0y5Goe { color:#5b566f;display:block;width:28.125rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.1875rem;left:4.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#SaasL0ZGok1Qv2RbgF4EH1QP5SO4vPDJ { color:#5b566f;display:block;width:28.125rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.906251907349rem;left:4.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#AolLZMS0QrpPPKFFHODiTVVwkEVWTn7U { color:#5b566f;display:block;width:35.25rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25.6875rem;left:1.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lvlqPynTZ3IW6txnaXavemmbkBoEHJr1 { color:#5b566f;display:block;width:28.125rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.5rem;left:4.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 { 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/09e7d400-ab72-490b-8aa9-cb86bbbb834c/bar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4.adaptive-delivery-prevent-bg, #ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4.lazyload, #ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4.lazyloading { background-image: none; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row .container { background-color: transparent; background-image: none; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row .container > .video-iframe-container { display: none; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row > .video-iframe-container { display: none; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .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); }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row .container { border-width: 0; border-radius: 0; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp { 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/6270b0d0-dd24-4dc9-9f70-b454ffca05e4/Untitled2.jpg");background-position:center left !important;background-repeat: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; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp.adaptive-delivery-prevent-bg, #XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp.lazyload, #XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp.lazyloading { background-image: none; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container { background-color: transparent; background-image: none; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container > .video-iframe-container { display: none; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row > .video-iframe-container { display: none; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .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); }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container { border-width: 0; border-radius: 0; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#WxwOA7J0kHUcRLVGEiGRXW74telxkc3D { position:absolute;display:block;z-index:15013;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.5rem;width:38.3125rem;top:56.35000038147rem;left:5.65625rem;overflow:hidden;display:none; }
#gTg35eIO8eBad3LdTlTuSUnyGVDKyKC6 { position:absolute;display:block;z-index:15013;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.5rem;width:38.3125rem;top:54.53750038147rem;left:19.53125rem;overflow:hidden;display:none; }
#hI1hUAPuxZEsn2RexoEVzhyDKaCHvrxW { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),0.71);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:34.1875rem;width:36.4375rem;top:6rem;left:38.5625rem;display:block; }
#Avi24iIc3vQDWBUvXZIlig1h5Cs8DXMM { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:40.6875rem;height:6.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#raoVKKUuVogrTKXtGnK6azue36DdbFgh { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.125rem;left:40.6875rem;height:14.9453125rem;text-align:left;text-align-last:left;display:block; }
#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO { 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/09e7d400-ab72-490b-8aa9-cb86bbbb834c/bar.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO.adaptive-delivery-prevent-bg, #tlMmqHWaTubVBbu1whi2OgiT56RqwmDO.lazyload, #tlMmqHWaTubVBbu1whi2OgiT56RqwmDO.lazyloading { background-image: none; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row .container { background-color: transparent; background-image: none; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row .container > .video-iframe-container { display: none; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row > .video-iframe-container { display: none; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .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); }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row .container { border-width: 0; border-radius: 0; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/b348395b-f1c1-45b7-a7a6-f9490e4f2b69/media_bg.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; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z.adaptive-delivery-prevent-bg, #doot0Dc2HzGFtek8TTuQZDNAMROS890Z.lazyload, #doot0Dc2HzGFtek8TTuQZDNAMROS890Z.lazyloading { background-image: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { background-color: transparent; background-image: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container > .video-iframe-container { display: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row > .video-iframe-container { display: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .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); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { border-width: 0; border-radius: 0; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#hX0JIM1DmKJMTHw3qDyJBluB6iRDTdRJ { position:absolute;display:block;z-index:15001;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:7rem;width:12.5rem;top:14.3125rem;left:15.5625rem;overflow:hidden;display:block; }
#KB3o5mfheQJbgdTRwknLdH5bFgBKJq3F { position:absolute;display:block;z-index:15002;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:7rem;width:12.5rem;top:14.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#vxGprsGG97iMovoJ1okgSgnOBXK67mOt { position:absolute;display:block;z-index:15003;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:7rem;width:12.5rem;top:14.3125rem;left:46.875rem;overflow:hidden;display:block; }
#upDysO7TScKllb24X62dBHsQu27N8rud { 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:6.625rem;width:11.875rem;top:23.625rem;left:31.125rem;overflow:hidden;display:block; }
#dZl8pgSO17BKLHEXDQXni3ExQvHyg4n8 { 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:6.9375rem;width:12.375rem;top:23.46875rem;left:46.9375rem;overflow:hidden;display:block; }
#b6gI6XSxZvT4c26aWqG6skRo0Ccy5ThT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.1875rem;top:23.8125rem;left:16.21875rem;overflow:hidden;display:block; }
#ayN4MTds3uhLRULTIQldqnvknUH5gIMK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:11.875rem;top:33.96875rem;left:31.5625rem;overflow:hidden;display:block; }
#TGcEAi86Grh2ebVNRPTdAi3GzRl33Mvd { position:absolute;display:block;z-index:15009;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.9375rem;width:12.375rem;top:33.8125rem;left:46.75rem;overflow:hidden;display:block; }
#I1gRcy0FsNz1GDdcFz10vT9gS684B1Pu { 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:6.25rem;width:11.1875rem;top:34.125rem;left:16.21875rem;overflow:hidden;display:block; }
#rPbLnu5WhQ8RKaVvKFTT2rdCRdu5pAd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ { 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/09e7d400-ab72-490b-8aa9-cb86bbbb834c/bar.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ.adaptive-delivery-prevent-bg, #Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ.lazyload, #Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ.lazyloading { background-image: none; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row .container { background-color: transparent; background-image: none; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row .container > .video-iframe-container { display: none; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row > .video-iframe-container { display: none; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .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); }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row .container { border-width: 0; border-radius: 0; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ { 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/3a0ef2f0-da72-4526-ab51-12bc3e3ef2fb/caf1db0dc060321297e6a00fa2856f.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; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.adaptive-delivery-prevent-bg, #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.lazyload, #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.lazyloading { background-image: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { background-color: transparent; background-image: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container > .video-iframe-container { display: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row > .video-iframe-container { display: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .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); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { border-width: 0; border-radius: 0; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:block; }#rov8G6VVw9ZmM0tGbsTqyC6PXTnH2zvC { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:19.75rem;top:16.875rem;left:25.375rem;display:block; }
#whaMgQm1kb35Go9AyN8HaAD6VPS3gGsy { position:absolute;display:block;z-index:15034;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.3125rem;top:28.3125rem;left:10.8125rem;display:block; }
#uFD4fbaotcxQNuR6TZug9S9VTpmORMGs { position:absolute;display:block;z-index:15023;background-color:#fffef5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.875rem;width:53.3125rem;top:16.75rem;left:10.8125rem;display:block; }
#Qf2P72zxIyokM5QXG06dXCiKLTAx7Zb0 { position:absolute;display:block;z-index:15036;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.3125rem;top:21.3125rem;left:10.8125rem;display:block; }
#WiXqiFps9kb54vsfLrLJcGdocCyEp4Ce { position:absolute;display:block;z-index:15039;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:16.1875rem;width:18.6875rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#wWHlFwfZ5q0S9kUDkMMWu4rFDvHCDlfR { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.3125rem;top:25.0625rem;left:10.875rem;display:block; }
#fGgdK3zTbeu34qgygL7CMQ3RaoEMpubR { 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:23.3125rem;width:21.875rem;top:1.625rem;left:53.125rem;overflow:hidden;display:block; }
#tluV0SqPgmNtyAUusOkIEoznrAxOR1FM { position:absolute;display:block;z-index:15003;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.875rem;width:30.9375rem;top:41.125rem;left:22.0625rem;overflow:hidden;display:block; }
#soJnw0TlyAoVU3g6uzMsmzPXooGGfFwV { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:43.209373474121rem;left:26.5rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmCcAFnG9g4HHNNpGlVsrFhrb059VlG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.4375rem;left:27.125rem;height:1.4625rem;font-style:normal;display:block; }
#xEmfUMB9ElsNhZZiGSAwFkMUXxAxgvJz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:18.4375rem;left:46rem;height:1.4625rem;font-style:normal;display:block; }
#DSEtlACTDP0yO6U7BqJZclcLtCoMbDkS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.625rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:block; }
#cLivUZycy8mn5AWXD0udzbM1bNmmISU7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:22.625rem;left:27.125rem;height:1.1375rem;font-style:normal;display:block; }
#b4rF6WRGk5gnRnRs9IMysDaybCiWEr77 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.625rem;left:46rem;height:1.1375rem;font-style:normal;display:block; }
#iPi9qb2MuS0loZRVff021kug6FVyKT6J { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.3125rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:block; }
#vBs2DGJb6uI2XDxERH10xCQLX80U9zg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:29.5625rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:block; }
#ZQ2RCUXT4XIWVxwTOI6Rpei5wN6HgTmD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:block; }
#FTpwIIEBiQ6PsJOPxA5se74Dt6UXWRiX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:33rem;left:27.125rem;height:1.1375rem;font-style:normal;display:block; }
#OcU9ClLM0CeDQJ3zGDRCUKazsluEFpWy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:29.5625rem;left:27.125rem;height:1.1375rem;font-style:normal;display:block; }
#apPS3NLXhXFmbOEENpdk5QZuxLwiFPOK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:26.25rem;left:27.125rem;height:1.1375rem;font-style:normal;display:block; }
#KE6zuTsHrBzndtm1Ics9Eu2iAhhm3CcF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:26.3125rem;left:46rem;height:1.1375rem;font-style:normal;display:block; }
#wJwXfCt9VDl25VBCapbatXZSIReyhaIq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:29.5625rem;left:46rem;height:1.1375rem;font-style:normal;display:block; }
#CIIlhtvbvHK2xAa2rvBRfuxrM58fDs2K { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:33rem;left:46rem;height:1.1375rem;font-style:normal;display:block; }
#mgWqmJS6AMqUCML6MHEdh4fp6L0aI3Mo { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:dosis;font-size:3.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.25rem;left:16.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#bosE68bKzR6IygxK9uVtZ00lGI3IkcFb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.625rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:none; }
#ohcsrhNVDwOZIQxAUQhJTE9XzFteaVHB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.3125rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:none; }
#TLUOwEtVQ5Vi5CnzRXiswoF3o5cGUhe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:29.5625rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:none; }
#JbBrImnZQfFEr4r13msP6oCSSOMbVoCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:none; }
#X5uZ8efRKJAfeGCB2lJTK4uJ1EOrfydV { position:absolute;display:block;z-index:15035;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.3125rem;top:31.812499046326rem;left:10.84375rem;display:block; }
#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 { 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/09e7d400-ab72-490b-8aa9-cb86bbbb834c/bar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10.adaptive-delivery-prevent-bg, #OL4nXJw8shbFri1loB6UhwlEVlgqgP10.lazyload, #OL4nXJw8shbFri1loB6UhwlEVlgqgP10.lazyloading { background-image: none; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row .container { background-color: transparent; background-image: none; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row .container > .video-iframe-container { display: none; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row > .video-iframe-container { display: none; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .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); }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row .container { border-width: 0; border-radius: 0; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ALCp7CSa/83219456e694a60e324be0bf59b328.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; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3.adaptive-delivery-prevent-bg, #ySHnXb27O43cTiccEQCmZMckrNEHwkq3.lazyload, #ySHnXb27O43cTiccEQCmZMckrNEHwkq3.lazyloading { background-image: none; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container { background-color: transparent; background-image: none; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container > .video-iframe-container { display: none; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row > .video-iframe-container { display: none; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .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); }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container { border-width: 0; border-radius: 0; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#nJfLLqzI0UE7V8cwHNXQG7S1UeiNPuwM { position:absolute;display:block;z-index:15000;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.25rem;width:11rem;top:3.5624961853027rem;left:19.8125rem;overflow:hidden;display:block; }
#re8EVWn2es73qBXJoFTqK4igKBJ9468P { 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:2.3125rem;width:7.8125rem;top:2.9375rem;left:33.125rem;overflow:hidden;display:block; }
#s5GcRnxswoHexKCQHh4nTCokPsZCPkGZ { 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:3.3125rem;width:2.75rem;top:2.4375rem;left:47.625rem;overflow:hidden;display:block; }
#sWZlTwfsgWHgHK9humtOuVVHvRzG24SH { 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:3.5625rem;width:2.9375rem;top:2.3125rem;left:42.9375rem;overflow:hidden;display:block; }
#x72QsN69GUnPDdoacSeSHslRRfaPX3Cw { 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:3.5625rem;width:3.5625rem;top:2.3125rem;left:51.75rem;overflow:hidden;display:block; }
#aG6hwagUTQLhxhMUi0A4VPWwWoO4dyuA { color:#506287;display:block;width:69.625rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.862499237061rem;left:2.6875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#iTUHwSTWWA6Ftg1dhTqbXOFKGu9iwNIK { color:#ff8900;display:block;width:75rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.912498474121rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#OIuTpTav1UrJeylXxnDkFmqmCNwmsggT { color:#ff0000;display:block;width:75rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.412498474121rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#J0EheStnJWS3Vl9DkOko8Wh7Lkqavrb6 { color:#ff0000;display:block;width:75rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.6062507629394rem;left:0rem;height:0.975rem;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) { #tlJk778KxExET4UTa7MRFgkOnTPsZdII { display:block; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJWKVceH9cKKN0qx3Ro2ssP4Be3tieTx { top:0rem;left:0rem;width:24.8125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJJKGR0teRKRWUwUDT8i4TvUVuKFTJB9 { top:37.6875rem;left:0rem;width:26rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVorimxF9hpMXGiHQneqanmGS4VAyI7y { top:0rem;left:33.3125rem;width:14.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syB6sxlMGK4oa8WIWuv8LZ4UD3wcREh0 { top:39.4375rem;left:4.75rem;width:19.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpnF7o1uK6Xqv46eOf94scVkUge0r0EK { top:31.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh { display:block; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB { display:block; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlu6Ve8EExlxS7gWsWSdszDatiiNw5wL { top:31rem;left:11.3125rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUStCVmbJlrRJcuRu0g7dABm1Sykm3K6 { top:26.75rem;left:11.3125rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoIcz4PHgbhlHfEtH4hPTT97AVGmLkkH { top:23.125rem;left:11.3125rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2xeAWwwVKZK9sNSCmHErwVyOpDzL3T { top:11.5rem;left:11.3125rem;width:36.4375rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUgVVQ5DGn1IgeHW2KVUifhifV2OUznP { top:14.8125rem;left:11.5625rem;width:36.1875rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aryECggAUTcrtpOn8kS77i5ouxK4lml2 { top:20.3125rem;left:19.625rem;width:28.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwqiMFkGXzOSJdyD9VTSn38flbW5LoNf { top:24.375rem;left:19.625rem;width:28.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJhKe8gdZfmt3PcqE2NoXRy9iQBfLTDK { top:28.4375rem;left:12.5rem;width:35.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTUAmcqUIoN8g3D6aweeum7XoFHvlKyJ { top:33.0625rem;left:19.625rem;width:28.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpxKSCNOgN2xhzE7MfwEZF0iQd4Cc2t { top:23.125rem;left:11.3125rem;width:36.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv { display:block; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn { display:block; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOWC2BUTwwyruzbVUxcBh7PTvqqqpQJT { top:3.4375rem;left:11.375rem;width:36.375rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK81Is5VxJf3yz4mSN75DzqFGdJNB1rO { top:29.25rem;left:0rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVszhXzqLwsIIb2hCTNcT2Xwq5ENvwHi { top:24.25rem;left:0rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0QulUKBC4dor4VdaTtm36QoCZ83lneO { top:19.1875rem;left:0rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKL6UsazPaM67x6NbDZhOdFDAM8fb3oM { top:10rem;left:0rem;width:32.25rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKryuheBHhBJfJSqftS3KRtT6X0y5Goe { top:15.1875rem;left:0rem;width:28.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaasL0ZGok1Qv2RbgF4EH1QP5SO4vPDJ { top:20.875rem;left:0rem;width:28.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AolLZMS0QrpPPKFFHODiTVVwkEVWTn7U { top:25.6875rem;left:0rem;width:35.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvlqPynTZ3IW6txnaXavemmbkBoEHJr1 { top:31.5rem;left:0rem;width:28.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 { display:block; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp { display:block; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxwOA7J0kHUcRLVGEiGRXW74telxkc3D { top:56.3125rem;left:0rem;width:38.3125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTg35eIO8eBad3LdTlTuSUnyGVDKyKC6 { top:54.5rem;left:5.90625rem;width:38.3125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI1hUAPuxZEsn2RexoEVzhyDKaCHvrxW { top:6rem;left:11.3125rem;width:36.4375rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avi24iIc3vQDWBUvXZIlig1h5Cs8DXMM { top:10.25rem;left:15.5rem;width:32.25rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #raoVKKUuVogrTKXtGnK6azue36DdbFgh { top:21.125rem;left:19.625rem;width:28.125rem;height:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlMmqHWaTubVBbu1whi2OgiT56RqwmDO { display:block; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doot0Dc2HzGFtek8TTuQZDNAMROS890Z { display:block; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX0JIM1DmKJMTHw3qDyJBluB6iRDTdRJ { top:14.3125rem;left:1.9375rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB3o5mfheQJbgdTRwknLdH5bFgBKJq3F { top:14.3125rem;left:17.1875rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxGprsGG97iMovoJ1okgSgnOBXK67mOt { top:14.3125rem;left:33.25rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDysO7TScKllb24X62dBHsQu27N8rud { top:23.625rem;left:17.5rem;width:11.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZl8pgSO17BKLHEXDQXni3ExQvHyg4n8 { top:23.4375rem;left:33.3125rem;width:12.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6gI6XSxZvT4c26aWqG6skRo0Ccy5ThT { top:23.8125rem;left:2.59375rem;width:11.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayN4MTds3uhLRULTIQldqnvknUH5gIMK { top:33.9375rem;left:17.9375rem;width:11.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcEAi86Grh2ebVNRPTdAi3GzRl33Mvd { top:33.8125rem;left:33.125rem;width:12.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gRcy0FsNz1GDdcFz10vT9gS684B1Pu { top:34.125rem;left:2.59375rem;width:11.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPbLnu5WhQ8RKaVvKFTT2rdCRdu5pAd6 { top:5.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ { display:block; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ { display:block; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rov8G6VVw9ZmM0tGbsTqyC6PXTnH2zvC { top:16.875rem;left:11.75rem;width:19.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whaMgQm1kb35Go9AyN8HaAD6VPS3gGsy { top:28.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFD4fbaotcxQNuR6TZug9S9VTpmORMGs { top:16.75rem;left:0rem;width:47.625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf2P72zxIyokM5QXG06dXCiKLTAx7Zb0 { top:21.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiXqiFps9kb54vsfLrLJcGdocCyEp4Ce { top:5.1875rem;left:0rem;width:18.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWHlFwfZ5q0S9kUDkMMWu4rFDvHCDlfR { top:25.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGgdK3zTbeu34qgygL7CMQ3RaoEMpubR { top:1.625rem;left:25.875rem;width:21.875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tluV0SqPgmNtyAUusOkIEoznrAxOR1FM { top:41.125rem;left:8.4375rem;width:30.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soJnw0TlyAoVU3g6uzMsmzPXooGGfFwV { top:43.1875rem;left:12.875rem;width:22rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmCcAFnG9g4HHNNpGlVsrFhrb059VlG5 { top:18.4375rem;left:13.5rem;width:14.25rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEmfUMB9ElsNhZZiGSAwFkMUXxAxgvJz { top:18.4375rem;left:32.375rem;width:14.25rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSEtlACTDP0yO6U7BqJZclcLtCoMbDkS { top:22.625rem;left:0.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLivUZycy8mn5AWXD0udzbM1bNmmISU7 { top:22.625rem;left:13.5rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4rF6WRGk5gnRnRs9IMysDaybCiWEr77 { top:22.625rem;left:32.375rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPi9qb2MuS0loZRVff021kug6FVyKT6J { top:26.3125rem;left:0.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBs2DGJb6uI2XDxERH10xCQLX80U9zg9 { top:29.5625rem;left:0.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2RCUXT4XIWVxwTOI6Rpei5wN6HgTmD { top:33rem;left:0.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpwIIEBiQ6PsJOPxA5se74Dt6UXWRiX { top:33rem;left:13.5rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcU9ClLM0CeDQJ3zGDRCUKazsluEFpWy { top:29.5625rem;left:13.5rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apPS3NLXhXFmbOEENpdk5QZuxLwiFPOK { top:26.25rem;left:13.5rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE6zuTsHrBzndtm1Ics9Eu2iAhhm3CcF { top:26.3125rem;left:31.375rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJwXfCt9VDl25VBCapbatXZSIReyhaIq { top:29.5625rem;left:29.5625rem;width:18.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIlhtvbvHK2xAa2rvBRfuxrM58fDs2K { top:33rem;left:31.375rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgWqmJS6AMqUCML6MHEdh4fp6L0aI3Mo { top:11.25rem;left:2.75rem;width:42.25rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bosE68bKzR6IygxK9uVtZ00lGI3IkcFb { top:22.625rem;left:0.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohcsrhNVDwOZIQxAUQhJTE9XzFteaVHB { top:26.3125rem;left:0.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLUOwEtVQ5Vi5CnzRXiswoF3o5cGUhe3 { top:29.5625rem;left:0.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbBrImnZQfFEr4r13msP6oCSSOMbVoCQ { top:33rem;left:0.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5uZ8efRKJAfeGCB2lJTK4uJ1EOrfydV { top:31.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL4nXJw8shbFri1loB6UhwlEVlgqgP10 { display:block; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySHnXb27O43cTiccEQCmZMckrNEHwkq3 { display:block; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJfLLqzI0UE7V8cwHNXQG7S1UeiNPuwM { top:3.5rem;left:6.1875rem;width:11rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8EVWn2es73qBXJoFTqK4igKBJ9468P { top:2.9375rem;left:19.5rem;width:7.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GcRnxswoHexKCQHh4nTCokPsZCPkGZ { top:2.4375rem;left:34rem;width:2.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZlTwfsgWHgHK9humtOuVVHvRzG24SH { top:2.3125rem;left:29.3125rem;width:2.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72QsN69GUnPDdoacSeSHslRRfaPX3Cw { top:2.3125rem;left:38.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG6hwagUTQLhxhMUi0A4VPWwWoO4dyuA { top:13.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUHwSTWWA6Ftg1dhTqbXOFKGu9iwNIK { top:11.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuTpTav1UrJeylXxnDkFmqmCNwmsggT { top:10.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0EheStnJWS3Vl9DkOko8Wh7Lkqavrb6 { top:8.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tlJk778KxExET4UTa7MRFgkOnTPsZdII { background-color:rgba(0,0,0,0.39);background-image:url("https://images.assets-landingi.com/uc/bbb89198-d10b-46f1-8b4f-8f9a9cafe9e3/2025133_NT_Landingi_Act_10_part_1_Header_Mobile_414x601.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII.adaptive-delivery-prevent-bg, #tlJk778KxExET4UTa7MRFgkOnTPsZdII.lazyload, #tlJk778KxExET4UTa7MRFgkOnTPsZdII.lazyloading { background-image: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { background-color: transparent; background-image: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container > .video-iframe-container { display: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container { display: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .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); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJWKVceH9cKKN0qx3Ro2ssP4Be3tieTx { width:17.1875rem;height:9.875rem;top:0rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJJKGR0teRKRWUwUDT8i4TvUVuKFTJB9 { width:20rem;height:4.0859375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVorimxF9hpMXGiHQneqanmGS4VAyI7y { width:6rem;height:3.1875rem;top:0rem;left:13.979167024294rem;display:block; }
 }@media only screen and (max-width: 763px) { #syB6sxlMGK4oa8WIWuv8LZ4UD3wcREh0 { width:19.125rem;height:1.4619125rem;top:32.3125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpnF7o1uK6Xqv46eOf94scVkUge0r0EK { width:20rem;height:4.548825rem;top:23.505859375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh { display:block; }#bFJfhBDh6KlN1ztDcV73GEWIWopFfTsh > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3d6b5bfe-444b-490c-8bc0-4bc3f71aad8f/03ccf7864b92eddb297acc8d8d5cca.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.adaptive-delivery-prevent-bg, #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.lazyload, #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.lazyloading { background-image: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { background-color: transparent; background-image: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container > .video-iframe-container { display: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container { display: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .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); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlu6Ve8EExlxS7gWsWSdszDatiiNw5wL { width:20rem;height:0.24013722126929rem;top:48.009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUStCVmbJlrRJcuRu0g7dABm1Sykm3K6 { width:20rem;height:0.24013722126929rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoIcz4PHgbhlHfEtH4hPTT97AVGmLkkH { width:20rem;height:0.24013722126929rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2xeAWwwVKZK9sNSCmHErwVyOpDzL3T { width:20rem;height:32.875rem;top:33.02734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUgVVQ5DGn1IgeHW2KVUifhifV2OUznP { width:20rem;height:1.7871125rem;top:38.138671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aryECggAUTcrtpOn8kS77i5ouxK4lml2 { width:20rem;height:1.625rem;top:44.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwqiMFkGXzOSJdyD9VTSn38flbW5LoNf { width:20rem;height:1.625rem;top:50.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJhKe8gdZfmt3PcqE2NoXRy9iQBfLTDK { width:20rem;height:3.25rem;top:53.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTUAmcqUIoN8g3D6aweeum7XoFHvlKyJ { width:20rem;height:3.25rem;top:61rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpxKSCNOgN2xhzE7MfwEZF0iQd4Cc2t { width:20rem;height:0.24013722126929rem;top:58.375rem;left:0.03125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv { display:block; }#d55cPDPJqI7aJlOPwNlpZ97sf9KdLzGv > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn { display:block; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOWC2BUTwwyruzbVUxcBh7PTvqqqpQJT { width:20rem;height:21.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK81Is5VxJf3yz4mSN75DzqFGdJNB1rO { width:20rem;height:0.240625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVszhXzqLwsIIb2hCTNcT2Xwq5ENvwHi { width:20rem;height:0.240625rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0QulUKBC4dor4VdaTtm36QoCZ83lneO { width:20rem;height:0.240625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKL6UsazPaM67x6NbDZhOdFDAM8fb3oM { width:20rem;height:2.275rem;top:7.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKryuheBHhBJfJSqftS3KRtT6X0y5Goe { width:20rem;height:4.875rem;top:13.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaasL0ZGok1Qv2RbgF4EH1QP5SO4vPDJ { width:20rem;height:3.25rem;top:21.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AolLZMS0QrpPPKFFHODiTVVwkEVWTn7U { width:20rem;height:3.25rem;top:28.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvlqPynTZ3IW6txnaXavemmbkBoEHJr1 { width:20rem;height:3.25rem;top:35.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 { display:block; }#ALD4s6Gfuw7SUqiam4ZlcaxSW1S5avc4 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/55d38f88-9ac9-40c8-93c9-2c2053196360/fd482e6e41f6ee082ed0b7c142db01.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp.adaptive-delivery-prevent-bg, #XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp.lazyload, #XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp.lazyloading { background-image: none; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container { background-color: transparent; background-image: none; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container > .video-iframe-container { display: none; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row > .video-iframe-container { display: none; }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .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); }#XQ0ZorIsVyKCKL1d1JxrgeC4oAENXkvp > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxwOA7J0kHUcRLVGEiGRXW74telxkc3D { width:20rem;height:11.223491027732rem;top:56.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTg35eIO8eBad3LdTlTuSUnyGVDKyKC6 { width:20rem;height:11.223491027732rem;top:54.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hI1hUAPuxZEsn2RexoEVzhyDKaCHvrxW { width:20rem;height:30.5625rem;top:2.9921863079071rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Avi24iIc3vQDWBUvXZIlig1h5Cs8DXMM { width:20rem;height:6.82325rem;top:4.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raoVKKUuVogrTKXtGnK6azue36DdbFgh { width:20rem;height:11.6953125rem;top:14.325000762939rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlMmqHWaTubVBbu1whi2OgiT56RqwmDO { display:block; }#tlMmqHWaTubVBbu1whi2OgiT56RqwmDO > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doot0Dc2HzGFtek8TTuQZDNAMROS890Z { display:block; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX0JIM1DmKJMTHw3qDyJBluB6iRDTdRJ { width:6.25rem;height:3.5rem;top:7.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB3o5mfheQJbgdTRwknLdH5bFgBKJq3F { width:6.25rem;height:3.5rem;top:7.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxGprsGG97iMovoJ1okgSgnOBXK67mOt { width:6.25rem;height:3.5rem;top:12.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDysO7TScKllb24X62dBHsQu27N8rud { width:6.25rem;height:3.4375rem;top:18.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZl8pgSO17BKLHEXDQXni3ExQvHyg4n8 { width:6.25rem;height:3.5rem;top:18.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6gI6XSxZvT4c26aWqG6skRo0Ccy5ThT { width:6.25rem;height:3.4375rem;top:12.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayN4MTds3uhLRULTIQldqnvknUH5gIMK { width:6.25rem;height:3.4375rem;top:25.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcEAi86Grh2ebVNRPTdAi3GzRl33Mvd { width:6.25rem;height:3.5rem;top:31.85000038147rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gRcy0FsNz1GDdcFz10vT9gS684B1Pu { width:6.25rem;height:3.4375rem;top:25.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPbLnu5WhQ8RKaVvKFTT2rdCRdu5pAd6 { width:20rem;height:2.6rem;top:1.7250175476074rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ { display:block; }#Z5DmpadSarn8VpRfmAOgVUx6wfnXK3hQ > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ { display:block; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rov8G6VVw9ZmM0tGbsTqyC6PXTnH2zvC { width:19.75rem;height:18.75rem;top:31.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whaMgQm1kb35Go9AyN8HaAD6VPS3gGsy { width:20rem;height:0.0625rem;top:54.67291875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFD4fbaotcxQNuR6TZug9S9VTpmORMGs { width:19.875rem;height:18.875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf2P72zxIyokM5QXG06dXCiKLTAx7Zb0 { width:20rem;height:0.0625rem;top:47.67291875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiXqiFps9kb54vsfLrLJcGdocCyEp4Ce { width:18.6875rem;height:16.1875rem;top:2.75rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWHlFwfZ5q0S9kUDkMMWu4rFDvHCDlfR { width:20rem;height:0.0625rem;top:51.42291875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGgdK3zTbeu34qgygL7CMQ3RaoEMpubR { width:20rem;height:21.3140625rem;top:21.030468463897rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tluV0SqPgmNtyAUusOkIEoznrAxOR1FM { width:20rem;height:3.7979797979798rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soJnw0TlyAoVU3g6uzMsmzPXooGGfFwV { width:20rem;height:1.70625rem;top:56.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmCcAFnG9g4HHNNpGlVsrFhrb059VlG5 { width:14.25rem;height:1.7875rem;top:10.5rem;left:0.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xEmfUMB9ElsNhZZiGSAwFkMUXxAxgvJz { width:14.25rem;height:1.7875rem;top:33.5625rem;left:0.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSEtlACTDP0yO6U7BqJZclcLtCoMbDkS { width:12.5rem;height:1.1375rem;top:13.4375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLivUZycy8mn5AWXD0udzbM1bNmmISU7 { width:15.0625rem;height:1.1375rem;top:14.5625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4rF6WRGk5gnRnRs9IMysDaybCiWEr77 { width:15.0625rem;height:1.1375rem;top:37.6875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPi9qb2MuS0loZRVff021kug6FVyKT6J { width:12.5rem;height:1.1375rem;top:16.5625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBs2DGJb6uI2XDxERH10xCQLX80U9zg9 { width:12.5rem;height:1.1375rem;top:19.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2RCUXT4XIWVxwTOI6Rpei5wN6HgTmD { width:12.5rem;height:1.1375rem;top:22.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpwIIEBiQ6PsJOPxA5se74Dt6UXWRiX { width:16.375rem;height:1.1375rem;top:24.0625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcU9ClLM0CeDQJ3zGDRCUKazsluEFpWy { width:16.375rem;height:1.1375rem;top:21.0625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apPS3NLXhXFmbOEENpdk5QZuxLwiFPOK { width:16.375rem;height:1.1375rem;top:17.6875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE6zuTsHrBzndtm1Ics9Eu2iAhhm3CcF { width:16.375rem;height:1.1375rem;top:40.625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJwXfCt9VDl25VBCapbatXZSIReyhaIq { width:18.1875rem;height:1.1375rem;top:44.1875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIlhtvbvHK2xAa2rvBRfuxrM58fDs2K { width:16.375rem;height:1.1375rem;top:47.1875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgWqmJS6AMqUCML6MHEdh4fp6L0aI3Mo { width:20rem;height:2.6rem;top:2.8604164123535rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bosE68bKzR6IygxK9uVtZ00lGI3IkcFb { width:12.5rem;height:1.1375rem;top:36.5625rem;left:0.6875rem;font-size:0.875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ohcsrhNVDwOZIQxAUQhJTE9XzFteaVHB { width:12.5rem;height:1.1375rem;top:39.6875rem;left:0.6875rem;font-size:0.875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #TLUOwEtVQ5Vi5CnzRXiswoF3o5cGUhe3 { width:12.5rem;height:1.1375rem;top:43.0625rem;left:0.6875rem;font-size:0.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #JbBrImnZQfFEr4r13msP6oCSSOMbVoCQ { width:12.5rem;height:1.1375rem;top:46.0625rem;left:0.6875rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #X5uZ8efRKJAfeGCB2lJTK4uJ1EOrfydV { width:20rem;height:0.0625rem;top:31.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OL4nXJw8shbFri1loB6UhwlEVlgqgP10 { display:block; }#OL4nXJw8shbFri1loB6UhwlEVlgqgP10 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySHnXb27O43cTiccEQCmZMckrNEHwkq3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Hw4SBqWR/Background_footer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3.adaptive-delivery-prevent-bg, #ySHnXb27O43cTiccEQCmZMckrNEHwkq3.lazyload, #ySHnXb27O43cTiccEQCmZMckrNEHwkq3.lazyloading { background-image: none; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container { background-color: transparent; background-image: none; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container > .video-iframe-container { display: none; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row > .video-iframe-container { display: none; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .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); }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container { border-width: 0; border-radius: 0; }#ySHnXb27O43cTiccEQCmZMckrNEHwkq3 > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJfLLqzI0UE7V8cwHNXQG7S1UeiNPuwM { width:8.125rem;height:1.5625rem;top:2.46875rem;left:1.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8EVWn2es73qBXJoFTqK4igKBJ9468P { width:7.8125rem;height:2.25rem;top:1.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GcRnxswoHexKCQHh4nTCokPsZCPkGZ { width:2.75rem;height:3.3125rem;top:5.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZlTwfsgWHgHK9humtOuVVHvRzG24SH { width:2.9375rem;height:3.5625rem;top:5.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72QsN69GUnPDdoacSeSHslRRfaPX3Cw { width:3.5625rem;height:3.5625rem;top:5.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG6hwagUTQLhxhMUi0A4VPWwWoO4dyuA { width:20rem;height:4.546875rem;top:22.287109375rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iTUHwSTWWA6Ftg1dhTqbXOFKGu9iwNIK { width:20rem;height:1.1375rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuTpTav1UrJeylXxnDkFmqmCNwmsggT { width:20rem;height:1.1375rem;top:13.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0EheStnJWS3Vl9DkOko8Wh7Lkqavrb6 { width:20rem;height:1.1375rem;top:11.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }