.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:233,237,248;--color-primary-1:181,195,233;--color-primary-2:106,134,210;--color-primary-3:53,67,105;--color-primary-4:16,20,32;--color-secondary-0:240,219,230;--color-secondary-1:207,136,172;--color-secondary-2:158,17,88;--color-secondary-3:79,9,44;--color-secondary-4:24,3,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:transparent;background-image: -webkit-linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:url("https://images.assets-landingi.com/uc/4f937d9b-217e-4d69-9a1a-b6c45a5c6878/AZtopowakacyjne.png");background-position:top right !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; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y.adaptive-delivery-prevent-bg, #kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y.lazyload, #kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y.lazyloading { background-image: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container { background-color: transparent; background-image: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container > .video-iframe-container { display: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row > .video-iframe-container { display: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .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); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container { border-width: 0; border-radius: 0; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#AqnIg7Duxv5hOKb2HPeVX7wh4ZmAKNRU { color:#9e1158;display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.125rem;height:7.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trGepVNVxAWFpmtSLTGcno34HMMlEg0v { 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:32.4375rem;width:33.3125rem;top:8.4375rem;left:41.6875rem;overflow:hidden;display:block; }
#WaxnNWvn1qqq8vWEOuRSpoCxkXqzVeOP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Dk9aM0nQ2kFqQyTSlTbXgemJAHJJEniD { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:14.74374961853rem;left:1.125rem;height:;overflow:hidden;display:block; }#Dk9aM0nQ2kFqQyTSlTbXgemJAHJJEniD li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dk9aM0nQ2kFqQyTSlTbXgemJAHJJEniD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed07c614c66ff130b0bc0b7c1884767b774d702.svg); }
#EtAotIm4J2FZlRC82OURG0kanqBFTRJ5 { background-color:#9e1158;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:5.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.5rem;left:1.125rem;display:block; }
#MiDOJT5OL9SFIQRUpwMAcllNelF20TTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA { position:relative;display:block; }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA { background-color: transparent; background-image: none; }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .row .container > .video-iframe-container { display: none; }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .row > .video-iframe-container { display: none; }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .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); }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA { border-width: 0; border-radius: 0; }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gEA6yF8yvOe7JG86sr6oP7ueEdQFnlBG { color:#6a86d2;display:block;width:60.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.28125rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aTn66cep1h5KUG49pgTarJIZqMTflGGZ { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:41rem;width:40.5rem;top:12.806251525879rem;left:1.9135417938232rem;display:block; }
#TvGTzCkUxNT7gW9WyBti8RD09NH1BqwL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:21.00625038147rem;left:3.5385417938233rem;height:30.9875rem;overflow:hidden;display:block; }#TvGTzCkUxNT7gW9WyBti8RD09NH1BqwL li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TvGTzCkUxNT7gW9WyBti8RD09NH1BqwL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#wFCeqZ0ehQU7q39Ehsf38FcXduMBDheb { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:20.1875rem;top:19.012499809265rem;left:50.687500953674rem;overflow:hidden;display:block; }
#ffcwbeFvKQfHpUZfxhgxmdLra7d64oPg { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:14.80624961853rem;left:3.5385417938233rem;height:4.63125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl { position:relative;display:block; }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl { background-color: transparent; background-image: none; }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .row .container > .video-iframe-container { display: none; }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .row > .video-iframe-container { display: none; }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .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); }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl { border-width: 0; border-radius: 0; }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tRDKbBz2xtXpaF1T2i96vTX6dqNwK8su { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:39.25rem;width:40.5625rem;top:0rem;left:1.9135417938232rem;display:block; }
#S2LwUTDxBAxlkyzlbZxSaASKrSmmWdUr { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.00625038147rem;left:3.5385417938233rem;height:29.44375rem;overflow:hidden;display:block; }#S2LwUTDxBAxlkyzlbZxSaASKrSmmWdUr li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#S2LwUTDxBAxlkyzlbZxSaASKrSmmWdUr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#uv32DdZ1dntK0ltnhhcc6vzOkV6fAmW3 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:26.875rem;width:20.1875rem;top:8.5625rem;left:50.758332252502rem;overflow:hidden;display:block; }
#chMM8IXTZha0l03w6Jk8kb0i9k3GdxTK { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:1.8687496185302rem;left:3.5385417938233rem;height:4.63125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN { position:relative;display:block; }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN { background-color: transparent; background-image: none; }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .row .container > .video-iframe-container { display: none; }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .row > .video-iframe-container { display: none; }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .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); }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN { border-width: 0; border-radius: 0; }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R1aw00WhiMwpr2cTdFEETChFswTkDW11 { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:0.62500190734863rem;left:24.875000953674rem;display:block; }
#Qdh2I79PJdmzrcVeUQxeVRmTq4ogkpK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5uwVVVSgPxrxmctTueebvCrAlyZcthN { position:relative;display:block; }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN { background-color: transparent; background-image: none; }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .row .container > .video-iframe-container { display: none; }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .row > .video-iframe-container { display: none; }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .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); }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN { border-width: 0; border-radius: 0; }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fQzBaA3Qw4Khw6xm7naksXIyFi6zu1r6 { color:#6a86d2;display:block;width:60.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.28125rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#okzKeTuq5q0sTZWBAqrKdQwpdrC0Tfcl { position:absolute;display:block;z-index:15025;background-color:#74c325;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.9375rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:10.25rem;width:10.25rem;top:17.89687538147rem;left:64.15625rem;display:block; }
#KnQTp7T1IoVdFqAxw3s2ipmDrk0Afe3k { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.68124961853rem;left:64.625rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PIf0TgnV92hgADAuBmvglQKKkMksvdGP { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:55.9375rem;width:40.5rem;top:12.806251525879rem;left:1.9135417938232rem;display:block; }
#cLaSJpqIWeoDtHVZd1tAFAlcNxov2mee { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14.465624809265rem;left:3.5385417938233rem;height:;overflow:hidden;display:block; }#cLaSJpqIWeoDtHVZd1tAFAlcNxov2mee li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#cLaSJpqIWeoDtHVZd1tAFAlcNxov2mee li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#Mf47W6c7mO34kTV4uuU5XVEgCJfXr40Q { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:29.6875rem;left:44.1875rem;overflow:hidden;display:none; }
#O776sIqDqxXePVZIl03f136wVgb0NLks { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:35.0625rem;width:28rem;top:23.30624961853rem;left:44.9375rem;overflow:hidden;display:block; }
#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { position:relative;display:block; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { background-color: transparent; background-image: none; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container > .video-iframe-container { display: none; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row > .video-iframe-container { display: none; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .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); }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { border-width: 0; border-radius: 0; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wbx9JQmhyO8bONrOf1duz98LdKhpQN9a { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:3.3125rem;left:23.34375rem;display:block; }
#Vgh3CTXuq9wFLkc61c7AMnBWBrEqA4lZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg { position:relative;display:block; }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg { background-color: transparent; background-image: none; }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .row .container > .video-iframe-container { display: none; }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .row > .video-iframe-container { display: none; }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .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); }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg { border-width: 0; border-radius: 0; }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UeGrJbdAG5437okh2y6aWEot1CRI6RzH { color:rgba(var(--color-tertiary-4),1);display:block;width:69.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.90625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5ow6K1xRLNQxfJnAm1y751705T8ysC3 { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:24.8125rem;width:40.5rem;top:14.181243896484rem;left:1.6062507629394rem;display:block; }
#cOZWPOMdFb2I2z7Aq2C3rSSHHyGbd06U { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:19.796875rem;left:3.4500007629394rem;height:;overflow:hidden;display:block; }#cOZWPOMdFb2I2z7Aq2C3rSSHHyGbd06U li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#cOZWPOMdFb2I2z7Aq2C3rSSHHyGbd06U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#CoDRWlZUw5hVBJubcbrMQxQxefk8fNXC { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:16.02187538147rem;left:3.4500007629394rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#DiReJ9W0gerFLXTRuDwF0KD1QLlpqN2N { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.8125rem;width:22.6875rem;top:16.78125rem;left:48.180206298828rem;overflow:hidden;display:block; }
#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { border-width: 0; border-radius: 0; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:none; }#iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { 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:20.25rem;width:29.375rem;top:1.25rem;left:43rem;overflow:hidden;display:block; }
#q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { position:absolute;display:block;z-index:15002;background-color:#74c325;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.1875rem;width:37.5rem;top:3.6875rem;left:2.25rem;display:block; }
#DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.25rem;height:4.55rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.25rem;height:7.71875rem;font-style:normal;display:block; }
#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { border-width: 0; border-radius: 0; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:none; }#ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { 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:20.25rem;width:29.375rem;top:2.625rem;left:2.25rem;overflow:hidden;display:block; }
#mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { position:absolute;display:block;z-index:15002;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.1875rem;width:37.5rem;top:5.1875rem;left:35.3125rem;display:block; }
#DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:35.3125rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:35.3125rem;height:7.71875rem;font-style:normal;display:block; }
#ssekidFaZOIxV6NzFH3nmvlp9EF4eKWA { 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:20.25rem;width:29.375rem;top:3.25rem;left:2.875rem;overflow:hidden;display:block; }
#numez8nwERXms8Ro1JudMRxvoep0cQPV { position:relative;display:block; }#numez8nwERXms8Ro1JudMRxvoep0cQPV { background-color: transparent; background-image: none; }#numez8nwERXms8Ro1JudMRxvoep0cQPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .row .container > .video-iframe-container { display: none; }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .row > .video-iframe-container { display: none; }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .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); }#numez8nwERXms8Ro1JudMRxvoep0cQPV { border-width: 0; border-radius: 0; }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sWCq8CJFwau41TeWeRWQv9m0I34VVeZO { color:#2a2a2a;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8312501907349rem;left:19.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qatXmw6SITIC19bZGHvbcuTJexEUNBKf { position:relative;display:block; }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf { background-color: transparent; background-image: none; }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .row .container > .video-iframe-container { display: none; }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .row > .video-iframe-container { display: none; }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .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); }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf { border-width: 0; border-radius: 0; }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kxTHCXUDVvutVekX3crrA04MrIL36Lmy { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:0.028645833333332rem;display:block; }
#WeXHh8aU5tKFVciyE28h7w8euJ1F39qr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:18.5625rem;left:2.185417175293rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#TzSHAyTcVJhZidFi66K2mVs4lm7g2r3u { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.5625rem;left:27.21875rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#FWIKhnxduSIxxZ9Mh3ZoZvgcHPCRg3cn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.5625rem;left:54.0625rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#hkOzGHzs47AQ41nl0PmyZTgZNozEo4EK { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:26.375rem;display:block; }
#dDfL5kN5edgPVDipTqNTTprbZgdxh8h5 { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:52.75rem;display:block; }
#M52XTzfoQKJ0PofRTrIBnnAwDF3nu1c0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.1875rem;left:59.59375rem; }
#VmeG1fVJlwcfahbXkuN4bpJT9V20SxS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:14.9375rem;left:4.904167175293rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#DsX2HDSFMLZszvSUUFTiGvcnDzMHno8o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.1875rem;left:33.28125rem; }
#goEE44fyVeLiHoxdXOkSnn736WelPxHv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:14.9375rem;left:30.53125rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#kohXfhQPpr6Z1BPEAoDzUbyz2O0LRqIn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:14.9375rem;left:54rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#PnM4D4qVNUoDzxWl7RqT7e69XwbZJzai { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:0rem;display:block; }
#nO9dFJBie0b75MzRwWlauGQ6WyhK7VNC { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:26.375rem;display:block; }
#h7GS8qHdIGCLJbazEoUeJZsQTu6iA3wl { position:absolute;display:block;z-index:15003;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:52.75rem;display:block; }
#u27Q2r5GIKGA1fn7VZaSxagWT7UUPSwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.1875rem;left:6.9354171752931rem; }
#t3plfosr4IgBO7kQ9cugktFdkBDdiMJz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:31.875rem;left:6.9354171752931rem; }
#gve1RWnwwt34BJLklqgTZgRNX7h99VgX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:41.875rem;left:4.904167175293rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#nxMyHlRMoQdzBxIWL0u3Ak0goPuBI78p { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:45.0625rem;left:1.591667175293rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#oVA7D0PtHWro5F3f0NqkgrpOSM4BT2nh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.875rem;left:33.28125rem; }
#CUTBJkOBlCM67qqMHg0n2haZwR739RhO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:41.875rem;left:30.3125rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#nhdMPRNNkIcwC0I72SV8qxqTBiTyBSFs { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:45.0625rem;left:27.71875rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#NQpqWCyF4rk6IDDIOCG8rMVIPxs3kF77 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.875rem;left:59.84375rem; }
#wAT583cMfEF37ESDeUZTpwoV5p7FAsyt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:41.875rem;left:53.8125rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#QD5yvhIk2FB3MDwQQZmAkU1IPpUVTwcl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:45.0625rem;left:54.0625rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { position:relative;display:block; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { background-color: transparent; background-image: none; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container > .video-iframe-container { display: none; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row > .video-iframe-container { display: none; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .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); }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { border-width: 0; border-radius: 0; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#svy8aixR3FQg8sxa8Asb3Wgn7B46F0kp { color:#9e1158;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ly8P976vf8fU9FkCk9M1gJTi2xvpxTeb { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:36.621876716614rem;left:38.146873474121rem;display:block; }
#BDGQb89Hc9ltTaRxiu9CabRTkd2vobcp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NW3TWpq8ppbNTpOSLLpN0wtt7g6E7tzr { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:18.75rem;width:41.0625rem;top:15.0625rem;left:31.6875rem;display:block; }
#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:17.0625rem;left:32.740623474121rem;height:;overflow:hidden;display:block; }#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
#F4vWUGx48oW9JmFzBKazbBN2UEoV6z4I { color:rgba(var(--color-tertiary-4),1);display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.3250007629394rem;left:7.4375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#dsJzQ3JsXeLn8MDlT6e9e50clkVIKwHi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:23.0625rem;top:11.246874809265rem;left:4.8125rem;overflow:hidden;display:block; }
#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { position:relative;display:none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { border-width: 0; border-radius: 0; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { color:#2a2a2a;display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.712890625rem;left:13.28125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { position:relative;display:none; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { border-width: 0; border-radius: 0; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FaNDtmw2UJqBWk0TD7E0Oz7I8sETBe2d { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.125rem;left:6.4375rem;display:block; }
#HbwVtfFSdnpBoFOPH3HxxQun3zbMbe4O { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.1875rem;left:30.375rem;display:block; }
#OTw6NvTtuI7PLQWlX9abCQn0qzDzs6o5 { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.125rem;left:54.6875rem;display:block; }
#RBZH2DUzqpsJlucrCakTRMJ9Cw6V62Lm { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.3125rem;left:4.6875rem;display:block; }
#uzkgBI55IdFXzZGZhxlLLd6dBhUcrdiU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.4375rem;left:28.6875rem;display:block; }
#hQEHyusZH8WDem4wHs9OckvGOOPuEKlA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.3125rem;left:52.9375rem;display:block; }
#J7JoIAsUZSLRRMuLaGFh4Nig95CILfDq { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.71484375rem;left:5.9375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBRbbDuaT1FP4AE1SGS3PX371vQZpPpk { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:29.9375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onw0S6kOlbJuifhq9uPf65FadHcOKiOk { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.71484375rem;left:54.09375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3lnGbDJ913giAGbeLDQSbOCMrZfzmNp { 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:7.5rem;width:6.5625rem;top:4.53125rem;left:11.125rem;overflow:hidden;display:block; }
#MD9gZSGvAMpkebUFNfWpX7fT0gVgA4BW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:5.1875rem;top:4.53125rem;left:35.75rem;overflow:hidden;display:block; }
#KogV4xHOMlm0MvPZQHiCnEgQCS5oITpS { 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:8.875rem;width:8.875rem;top:3.84375rem;left:59.912498474121rem;overflow:hidden;display:block; }
#wOsGpTKS7PUbL9mTmQB2UE2SkxrXl1Ci { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:13.0625rem;left:8rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#zVxIJwbxK4h4aPHAWZQefpqVCuDUXoPr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:13.0625rem;left:32.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#IwglzbzpWGoI0h7Z16vHi9lOva428Q16 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.125rem;left:58.90625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { position:relative;display:block; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { background-color: transparent; background-image: none; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container > .video-iframe-container { display: none; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row > .video-iframe-container { display: none; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .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); }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { border-width: 0; border-radius: 0; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { background-color: transparent; background-image: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .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); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { border-width: 0; border-radius: 0; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y { background-color:#ffffff;background-image:none;display:block; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container { background-color: transparent; background-image: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container > .video-iframe-container { display: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row > .video-iframe-container { display: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .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); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container { width:47.75rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AqnIg7Duxv5hOKb2HPeVX7wh4ZmAKNRU { width:36.5rem;height:5.85rem;top:5.3125rem;left:1.0625rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #trGepVNVxAWFpmtSLTGcno34HMMlEg0v { width:21.9375rem;height:21.375rem;top:29.27499961853rem;left:12.90625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #WaxnNWvn1qqq8vWEOuRSpoCxkXqzVeOP { width:14.875rem;height:4.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dk9aM0nQ2kFqQyTSlTbXgemJAHJJEniD { width:29.6875rem;height:16.3125rem;top:12.78750038147rem;left:1.0625rem;font-size:1.375rem;line-height:1.5;display:block; }#Dk9aM0nQ2kFqQyTSlTbXgemJAHJJEniD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed07c614c66ff130b0bc0b7c1884767b774d702.svg); }
 }@media only screen and (max-width: 1199px) { #EtAotIm4J2FZlRC82OURG0kanqBFTRJ5 { width:32rem;height:5.125rem;top:52.712501525879rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MiDOJT5OL9SFIQRUpwMAcllNelF20TTo { display:block; }
 }@media only screen and (max-width: 1199px) { #DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA { display:block; }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .row .container { width:47.75rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gEA6yF8yvOe7JG86sr6oP7ueEdQFnlBG { width:47.75rem;height:4.55rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTn66cep1h5KUG49pgTarJIZqMTflGGZ { width:45.0625rem;height:36.75rem;top:8rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvGTzCkUxNT7gW9WyBti8RD09NH1BqwL { width:40.5rem;height:27.9rem;top:14.956249237061rem;left:3.625rem;font-size:1.1875rem;display:block; }#TvGTzCkUxNT7gW9WyBti8RD09NH1BqwL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #wFCeqZ0ehQU7q39Ehsf38FcXduMBDheb { width:15.375rem;height:21.875rem;top:47.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffcwbeFvKQfHpUZfxhgxmdLra7d64oPg { width:40.5rem;height:3.0875rem;top:9.60312461853rem;left:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl { display:block; }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .row .container { width:47.75rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tRDKbBz2xtXpaF1T2i96vTX6dqNwK8su { width:45.125rem;height:38.875rem;top:2.75rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2LwUTDxBAxlkyzlbZxSaASKrSmmWdUr { width:40.5rem;height:27.9rem;top:11.103143692017rem;left:3.625rem;font-size:1.1875rem;display:block; }#S2LwUTDxBAxlkyzlbZxSaASKrSmmWdUr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #uv32DdZ1dntK0ltnhhcc6vzOkV6fAmW3 { width:15.375rem;height:21.875rem;top:43.624994277954rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chMM8IXTZha0l03w6Jk8kb0i9k3GdxTK { width:40.5rem;height:4.63125rem;top:4.9156246185303rem;left:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN { display:block; }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R1aw00WhiMwpr2cTdFEETChFswTkDW11 { width:21.875rem;height:4.375rem;top:2.15625rem;left:12.9375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #Qdh2I79PJdmzrcVeUQxeVRmTq4ogkpK0 { display:block; }
 }@media only screen and (max-width: 1199px) { #q5uwVVVSgPxrxmctTueebvCrAlyZcthN { display:block; }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .row .container { width:47.75rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fQzBaA3Qw4Khw6xm7naksXIyFi6zu1r6 { width:47.75rem;height:4.55rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okzKeTuq5q0sTZWBAqrKdQwpdrC0Tfcl { width:9.0625rem;height:9.0625rem;top:6.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KnQTp7T1IoVdFqAxw3s2ipmDrk0Afe3k { width:8.125rem;height:2.275rem;top:9.7687492370606rem;left:29.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIf0TgnV92hgADAuBmvglQKKkMksvdGP { width:45.0625rem;height:52.125rem;top:31.3125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLaSJpqIWeoDtHVZd1tAFAlcNxov2mee { width:40.5rem;height:47.93125rem;top:33.04062461853rem;left:3.625rem;font-size:1.1875rem;display:block; }#cLaSJpqIWeoDtHVZd1tAFAlcNxov2mee li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #Mf47W6c7mO34kTV4uuU5XVEgCJfXr40Q { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O776sIqDqxXePVZIl03f136wVgb0NLks { width:17.5rem;height:21.875rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { display:block; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wbx9JQmhyO8bONrOf1duz98LdKhpQN9a { width:21.875rem;height:4.375rem;top:2.15625rem;left:12.9375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #Vgh3CTXuq9wFLkc61c7AMnBWBrEqA4lZ { display:block; }
 }@media only screen and (max-width: 1199px) { #NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg { display:block; }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .row .container { width:47.75rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UeGrJbdAG5437okh2y6aWEot1CRI6RzH { width:47.75rem;height:4.55rem;top:1.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z5ow6K1xRLNQxfJnAm1y751705T8ysC3 { width:45.0625rem;height:29.5625rem;top:7.6875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOZWPOMdFb2I2z7Aq2C3rSSHHyGbd06U { width:42.0625rem;height:15.49375rem;top:13.132291793823rem;left:2.84375rem;font-size:1.1875rem;display:block; }#cOZWPOMdFb2I2z7Aq2C3rSSHHyGbd06U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #CoDRWlZUw5hVBJubcbrMQxQxefk8fNXC { width:42.0625rem;height:3.0875rem;top:9.0447912216188rem;left:2.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiReJ9W0gerFLXTRuDwF0KD1QLlpqN2N { width:18.5rem;height:15.375rem;top:39.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { display:none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { width:47.75rem;height:43.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { width:29.375rem;height:20.25rem;top:21.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { width:37.5rem;height:0.1875rem;top:2.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { width:39.0625rem;height:2.275rem;top:3.9375rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { width:39.3125rem;height:7.71875rem;top:7.8125rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { display:none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { width:47.75rem;height:17.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { width:29.375rem;height:20.25rem;top:19.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { width:37.5rem;height:0.1875rem;top:2.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { width:31.0625rem;height:2.275rem;top:4.3125rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { width:35.875rem;height:7.71875rem;top:8.0625rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssekidFaZOIxV6NzFH3nmvlp9EF4eKWA { width:29.375rem;height:20.25rem;top:19.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #numez8nwERXms8Ro1JudMRxvoep0cQPV { display:block; }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sWCq8CJFwau41TeWeRWQv9m0I34VVeZO { width:24.25rem;height:4.875rem;top:2rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qatXmw6SITIC19bZGHvbcuTJexEUNBKf { display:block; }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .row .container { width:47.75rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kxTHCXUDVvutVekX3crrA04MrIL36Lmy { width:13.125rem;height:16.625rem;top:3.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WeXHh8aU5tKFVciyE28h7w8euJ1F39qr { width:12.5rem;height:4.5rem;top:12.578125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzSHAyTcVJhZidFi66K2mVs4lm7g2r3u { width:12.625rem;height:7.5rem;top:12.578125rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWIKhnxduSIxxZ9Mh3ZoZvgcHPCRg3cn { width:12.8125rem;height:7.5rem;top:12.578125rem;left:34.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hkOzGHzs47AQ41nl0PmyZTgZNozEo4EK { width:13.125rem;height:16.625rem;top:24.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDfL5kN5edgPVDipTqNTTprbZgdxh8h5 { width:13.125rem;height:16.625rem;top:24.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M52XTzfoQKJ0PofRTrIBnnAwDF3nu1c0 { width:4.625rem;height:4.625rem;top:4.265625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VmeG1fVJlwcfahbXkuN4bpJT9V20SxS8 { width:12.5rem;height:1.5rem;top:10.46875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsX2HDSFMLZszvSUUFTiGvcnDzMHno8o { width:5.25rem;height:5.25rem;top:4.265625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goEE44fyVeLiHoxdXOkSnn736WelPxHv { width:12.5rem;height:1.5rem;top:10.46875rem;left:18.703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kohXfhQPpr6Z1BPEAoDzUbyz2O0LRqIn { width:12.5rem;height:3rem;top:9.65625rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PnM4D4qVNUoDzxWl7RqT7e69XwbZJzai { width:13.125rem;height:16.625rem;top:24.75rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nO9dFJBie0b75MzRwWlauGQ6WyhK7VNC { width:13.125rem;height:16.625rem;top:3.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7GS8qHdIGCLJbazEoUeJZsQTu6iA3wl { width:13.125rem;height:16.625rem;top:3.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u27Q2r5GIKGA1fn7VZaSxagWT7UUPSwT { width:4.375rem;height:4.375rem;top:4.703125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3plfosr4IgBO7kQ9cugktFdkBDdiMJz { width:3.75rem;height:3.75rem;top:26.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gve1RWnwwt34BJLklqgTZgRNX7h99VgX { width:12.5rem;height:1.5rem;top:31.078125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxMyHlRMoQdzBxIWL0u3Ak0goPuBI78p { width:12.5rem;height:6rem;top:33.453125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVA7D0PtHWro5F3f0NqkgrpOSM4BT2nh { width:4.6875rem;height:4.6875rem;top:25.96875rem;left:22.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUTBJkOBlCM67qqMHg0n2haZwR739RhO { width:12.5rem;height:1.5rem;top:31.078125rem;left:18.703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhdMPRNNkIcwC0I72SV8qxqTBiTyBSFs { width:12.5rem;height:4.5rem;top:33.453125rem;left:18.703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQpqWCyF4rk6IDDIOCG8rMVIPxs3kF77 { width:4.9375rem;height:4.9375rem;top:25.84375rem;left:37.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAT583cMfEF37ESDeUZTpwoV5p7FAsyt { width:13.0625rem;height:1.5rem;top:31.078125rem;left:33.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QD5yvhIk2FB3MDwQQZmAkU1IPpUVTwcl { width:12.5rem;height:6rem;top:33.453125rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { display:block; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container { width:47.75rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #svy8aixR3FQg8sxa8Asb3Wgn7B46F0kp { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ly8P976vf8fU9FkCk9M1gJTi2xvpxTeb { width:21.875rem;height:4.375rem;top:50.656253814698rem;left:12.9375rem;font-size:1.25rem;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: 1199px) { #BDGQb89Hc9ltTaRxiu9CabRTkd2vobcp { display:block; }
 }@media only screen and (max-width: 1199px) { #NW3TWpq8ppbNTpOSLLpN0wtt7g6E7tzr { width:41.875rem;height:18.9375rem;top:30rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 { width:39.4375rem;height:13.93125rem;top:32.565624237061rem;left:5.03125rem;font-size:1.1875rem;line-height:1.3;display:block; }#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
 }@media only screen and (max-width: 1199px) { #F4vWUGx48oW9JmFzBKazbBN2UEoV6z4I { width:44.5625rem;height:2.19375rem;top:5.2020874023438rem;left:1.59375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dsJzQ3JsXeLn8MDlT6e9e50clkVIKwHi { width:15.4375rem;height:20.8125rem;top:8.5rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { display:none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { width:35.5625rem;height:2.4375rem;top:1.6875rem;left:6.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { display:none; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FaNDtmw2UJqBWk0TD7E0Oz7I8sETBe2d { width:13.125rem;height:16.625rem;top:3.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HbwVtfFSdnpBoFOPH3HxxQun3zbMbe4O { width:14.375rem;height:16.625rem;top:3.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OTw6NvTtuI7PLQWlX9abCQn0qzDzs6o5 { width:13.125rem;height:16.625rem;top:3.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBZH2DUzqpsJlucrCakTRMJ9Cw6V62Lm { width:4.625rem;height:4.625rem;top:1.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzkgBI55IdFXzZGZhxlLLd6dBhUcrdiU { width:4.625rem;height:4.625rem;top:1.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQEHyusZH8WDem4wHs9OckvGOOPuEKlA { width:4.625rem;height:4.625rem;top:1.4375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7JoIAsUZSLRRMuLaGFh4Nig95CILfDq { width:2.125rem;height:3.8183625rem;top:1.8125rem;left:1.5625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBRbbDuaT1FP4AE1SGS3PX371vQZpPpk { width:2.125rem;height:3.8183625rem;top:1.9375rem;left:17.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onw0S6kOlbJuifhq9uPf65FadHcOKiOk { width:2.3125rem;height:3.8183625rem;top:1.8125rem;left:33.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3lnGbDJ913giAGbeLDQSbOCMrZfzmNp { width:6.5625rem;height:7.5rem;top:4.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MD9gZSGvAMpkebUFNfWpX7fT0gVgA4BW { width:5.1875rem;height:7.5rem;top:4.625rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KogV4xHOMlm0MvPZQHiCnEgQCS5oITpS { width:8.5625rem;height:8.5625rem;top:4.0062561035156rem;left:37.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOsGpTKS7PUbL9mTmQB2UE2SkxrXl1Ci { width:12.5rem;height:4.5rem;top:13.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVxIJwbxK4h4aPHAWZQefpqVCuDUXoPr { width:12.5rem;height:4.5rem;top:13.3125rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwglzbzpWGoI0h7Z16vHi9lOva428Q16 { width:12.5rem;height:3rem;top:13.3125rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { display:block; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y { background-color:rgba(0,0,0,0);background-image:none;display:block; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container { background-color: transparent; background-image: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container > .video-iframe-container { display: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row > .video-iframe-container { display: none; }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .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); }#kHI7B01A8PJTZ6ECWKyuW3iTAyV0XT5y > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqnIg7Duxv5hOKb2HPeVX7wh4ZmAKNRU { width:17.3125rem;height:9.425rem;top:5.3822917938233rem;left:1.34375rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trGepVNVxAWFpmtSLTGcno34HMMlEg0v { width:14.375rem;height:14rem;top:31.78750038147rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxnNWvn1qqq8vWEOuRSpoCxkXqzVeOP { width:13.1875rem;height:4.1875rem;top:0rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk9aM0nQ2kFqQyTSlTbXgemJAHJJEniD { width:19.875rem;height:13.875rem;top:16.59375rem;left:0rem;font-size:1rem;display:block; }#Dk9aM0nQ2kFqQyTSlTbXgemJAHJJEniD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed07c614c66ff130b0bc0b7c1884767b774d702.svg); }
 }@media only screen and (max-width: 763px) { #EtAotIm4J2FZlRC82OURG0kanqBFTRJ5 { width:20rem;height:5.375rem;top:48.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDOJT5OL9SFIQRUpwMAcllNelF20TTo { display:block; }
 }@media only screen and (max-width: 763px) { #DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA { display:block; }#DitQWGkwgWixmODOWH2f7ScN9Rp3bEBA > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEA6yF8yvOe7JG86sr6oP7ueEdQFnlBG { width:15.9375rem;height:8.125rem;top:0.6875rem;left:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTn66cep1h5KUG49pgTarJIZqMTflGGZ { width:20.125rem;height:68.3125rem;top:10.066660881043rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TvGTzCkUxNT7gW9WyBti8RD09NH1BqwL { width:17.875rem;height:39.275rem;top:18.510416984558rem;left:1.0625rem;font-size:1rem;display:block; }#TvGTzCkUxNT7gW9WyBti8RD09NH1BqwL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #wFCeqZ0ehQU7q39Ehsf38FcXduMBDheb { width:11rem;height:15.625rem;top:60.366665840149rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffcwbeFvKQfHpUZfxhgxmdLra7d64oPg { width:17.625rem;height:5.2rem;top:11.566666603088rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl { display:block; }#hhVHm8zECHGb3QaQ3wU0bs0SfpLS2gRl > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRDKbBz2xtXpaF1T2i96vTX6dqNwK8su { width:20.25rem;height:63.9375rem;top:1.0625114440918rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #S2LwUTDxBAxlkyzlbZxSaASKrSmmWdUr { width:17.875rem;height:34.075rem;top:11.135412216186rem;left:1.0625rem;font-size:1rem;display:block; }#S2LwUTDxBAxlkyzlbZxSaASKrSmmWdUr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #uv32DdZ1dntK0ltnhhcc6vzOkV6fAmW3 { width:11rem;height:15.625rem;top:47.174993515014rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chMM8IXTZha0l03w6Jk8kb0i9k3GdxTK { width:17.5rem;height:6.5rem;top:2.8791666030884rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN { display:block; }#K1NZz33lxPQgh6mbGmK2Qd8ba4DZP1VN > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1aw00WhiMwpr2cTdFEETChFswTkDW11 { width:19rem;height:5.625rem;top:1.96875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdh2I79PJdmzrcVeUQxeVRmTq4ogkpK0 { display:block; }
 }@media only screen and (max-width: 763px) { #q5uwVVVSgPxrxmctTueebvCrAlyZcthN { display:block; }#q5uwVVVSgPxrxmctTueebvCrAlyZcthN > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQzBaA3Qw4Khw6xm7naksXIyFi6zu1r6 { width:19rem;height:8.125rem;top:1.1875019073486rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okzKeTuq5q0sTZWBAqrKdQwpdrC0Tfcl { width:6.75rem;height:6.75rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnQTp7T1IoVdFqAxw3s2ipmDrk0Afe3k { width:6.125rem;height:1.625rem;top:11.875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIf0TgnV92hgADAuBmvglQKKkMksvdGP { width:20.0625rem;height:82.5625rem;top:29.529167175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLaSJpqIWeoDtHVZd1tAFAlcNxov2mee { width:17.875rem;height:79.05rem;top:30.947916984558rem;left:1.0625rem;font-size:1rem;display:block; }#cLaSJpqIWeoDtHVZd1tAFAlcNxov2mee li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #Mf47W6c7mO34kTV4uuU5XVEgCJfXr40Q { width:2.1875rem;height:1.5625rem;top:63.6875rem;left:11.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #O776sIqDqxXePVZIl03f136wVgb0NLks { width:12.4375rem;height:15.625rem;top:11.875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { display:block; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wbx9JQmhyO8bONrOf1duz98LdKhpQN9a { width:19rem;height:5.625rem;top:2.03125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgh3CTXuq9wFLkc61c7AMnBWBrEqA4lZ { display:block; }
 }@media only screen and (max-width: 763px) { #NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg { display:block; }#NEUCbVaw3kahpTe3fh7Ltw0oWXy22Wvg > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeGrJbdAG5437okh2y6aWEot1CRI6RzH { width:20rem;height:8.45rem;top:0.75rem;left:0.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ow6K1xRLNQxfJnAm1y751705T8ysC3 { width:20.0625rem;height:28.75rem;top:11.216667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOZWPOMdFb2I2z7Aq2C3rSSHHyGbd06U { width:17.875rem;height:22.8875rem;top:15.247917175293rem;left:1.0625rem;font-size:1rem;display:block; }#cOZWPOMdFb2I2z7Aq2C3rSSHHyGbd06U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #CoDRWlZUw5hVBJubcbrMQxQxefk8fNXC { width:17.25rem;height:2.6rem;top:12.647916793823rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiReJ9W0gerFLXTRuDwF0KD1QLlpqN2N { width:16.25rem;height:13.4375rem;top:41.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { display:none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { width:20rem;height:13.7875rem;top:25.434375762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { width:20rem;height:0.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { width:18.9375rem;height:4.225rem;top:3.0625rem;left:0.0010414123535156rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { width:19.25rem;height:14.625rem;top:8.4854164123538rem;left:0.75104236602781rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { display:none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { width:20rem;height:13.75rem;top:24.187503814698rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { width:20rem;height:0.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { width:20rem;height:4.2252625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { width:20rem;height:13.1625rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssekidFaZOIxV6NzFH3nmvlp9EF4eKWA { width:20rem;height:13.787234042553rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #numez8nwERXms8Ro1JudMRxvoep0cQPV { display:block; }#numez8nwERXms8Ro1JudMRxvoep0cQPV > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWCq8CJFwau41TeWeRWQv9m0I34VVeZO { width:20rem;height:6.825rem;top:0.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatXmw6SITIC19bZGHvbcuTJexEUNBKf { display:block; }#qatXmw6SITIC19bZGHvbcuTJexEUNBKf > .row .container { width:20rem;height:123.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxTHCXUDVvutVekX3crrA04MrIL36Lmy { width:16.8125rem;height:17.5rem;top:2.125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeXHh8aU5tKFVciyE28h7w8euJ1F39qr { width:15.0625rem;height:3rem;top:13.625rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzSHAyTcVJhZidFi66K2mVs4lm7g2r3u { width:15.1875rem;height:6rem;top:32.5625rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWIKhnxduSIxxZ9Mh3ZoZvgcHPCRg3cn { width:16.375rem;height:4.5rem;top:54.25rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkOzGHzs47AQ41nl0PmyZTgZNozEo4EK { width:16.8125rem;height:17.625rem;top:82.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDfL5kN5edgPVDipTqNTTprbZgdxh8h5 { width:16.75rem;height:17.5625rem;top:42.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M52XTzfoQKJ0PofRTrIBnnAwDF3nu1c0 { display:flex;width:5.4375rem;height:5.4375rem;top:43.75rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #VmeG1fVJlwcfahbXkuN4bpJT9V20SxS8 { width:12.5rem;height:1.5rem;top:10.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsX2HDSFMLZszvSUUFTiGvcnDzMHno8o { display:flex;width:4.9375rem;height:4.9375rem;top:23.265625rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #goEE44fyVeLiHoxdXOkSnn736WelPxHv { width:13.9375rem;height:1.5rem;top:29.5rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kohXfhQPpr6Z1BPEAoDzUbyz2O0LRqIn { width:11.25rem;height:3rem;top:50.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnM4D4qVNUoDzxWl7RqT7e69XwbZJzai { width:16.75rem;height:17.6875rem;top:62.46875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO9dFJBie0b75MzRwWlauGQ6WyhK7VNC { width:16.8125rem;height:17.5rem;top:22.25rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7GS8qHdIGCLJbazEoUeJZsQTu6iA3wl { width:16.875rem;height:17.625rem;top:102.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u27Q2r5GIKGA1fn7VZaSxagWT7UUPSwT { display:flex;width:5.125rem;height:5.125rem;top:3.875rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #t3plfosr4IgBO7kQ9cugktFdkBDdiMJz { display:flex;width:4.9375rem;height:4.9375rem;top:64.0625rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #gve1RWnwwt34BJLklqgTZgRNX7h99VgX { width:12.5rem;height:1.5rem;top:70.65625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMyHlRMoQdzBxIWL0u3Ak0goPuBI78p { width:15.6875rem;height:4.5rem;top:73.703125rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVA7D0PtHWro5F3f0NqkgrpOSM4BT2nh { display:flex;width:5.125rem;height:5.125rem;top:84.15625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #CUTBJkOBlCM67qqMHg0n2haZwR739RhO { width:14.375rem;height:1.5rem;top:90.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhdMPRNNkIcwC0I72SV8qxqTBiTyBSFs { width:13rem;height:4.5rem;top:93.890625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQpqWCyF4rk6IDDIOCG8rMVIPxs3kF77 { display:flex;width:5rem;height:5rem;top:103.90625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #wAT583cMfEF37ESDeUZTpwoV5p7FAsyt { width:20rem;height:1.5rem;top:110.78125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD5yvhIk2FB3MDwQQZmAkU1IPpUVTwcl { width:13.9375rem;height:4.5rem;top:113.578125rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { display:block; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svy8aixR3FQg8sxa8Asb3Wgn7B46F0kp { width:19.125rem;height:3.9rem;top:0rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly8P976vf8fU9FkCk9M1gJTi2xvpxTeb { width:19rem;height:4.375rem;top:55.1875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDGQb89Hc9ltTaRxiu9CabRTkd2vobcp { display:block; }
 }@media only screen and (max-width: 763px) { #NW3TWpq8ppbNTpOSLLpN0wtt7g6E7tzr { width:19.875rem;height:24.125rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 { width:18.4375rem;height:21.325rem;top:30.89999961853rem;left:0.78125rem;font-size:1rem;display:block; }#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
 }@media only screen and (max-width: 763px) { #F4vWUGx48oW9JmFzBKazbBN2UEoV6z4I { width:15.8125rem;height:3.4125rem;top:4.75rem;left:2.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsJzQ3JsXeLn8MDlT6e9e50clkVIKwHi { width:13.5625rem;height:18.375rem;top:9.28750038147rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { display:none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { display:none; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row .container { width:20rem;height:55.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FaNDtmw2UJqBWk0TD7E0Oz7I8sETBe2d { width:12.75rem;height:13.25rem;top:2.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbwVtfFSdnpBoFOPH3HxxQun3zbMbe4O { width:12.75rem;height:16.4375rem;top:19.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTw6NvTtuI7PLQWlX9abCQn0qzDzs6o5 { width:12.75rem;height:13.25rem;top:40.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBZH2DUzqpsJlucrCakTRMJ9Cw6V62Lm { width:3.75rem;height:3.75rem;top:1.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzkgBI55IdFXzZGZhxlLLd6dBhUcrdiU { width:3.75rem;height:3.75rem;top:18.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQEHyusZH8WDem4wHs9OckvGOOPuEKlA { width:3.75rem;height:3.75rem;top:39.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7JoIAsUZSLRRMuLaGFh4Nig95CILfDq { width:2.125rem;height:2.5996125rem;top:1.9375rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBRbbDuaT1FP4AE1SGS3PX371vQZpPpk { width:2.125rem;height:2.5996125rem;top:19.25rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #onw0S6kOlbJuifhq9uPf65FadHcOKiOk { width:2.3125rem;height:2.5996125rem;top:39.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3lnGbDJ913giAGbeLDQSbOCMrZfzmNp { width:5.1875rem;height:5.875rem;top:3.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9gZSGvAMpkebUFNfWpX7fT0gVgA4BW { width:5.1875rem;height:7.5rem;top:21.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #KogV4xHOMlm0MvPZQHiCnEgQCS5oITpS { width:6.5625rem;height:6.5625rem;top:41.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOsGpTKS7PUbL9mTmQB2UE2SkxrXl1Ci { width:12.5rem;height:3.9375rem;top:10.5625rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVxIJwbxK4h4aPHAWZQefpqVCuDUXoPr { width:11.25rem;height:3.9375rem;top:30.75rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwglzbzpWGoI0h7Z16vHi9lOva428Q16 { width:5.6875rem;height:2.625rem;top:49.125rem;left:7.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { display:block; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { background-color:#ffffff;background-image:none;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { background-color: transparent; background-image: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .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); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }