.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,217,228;--color-primary-1:132,129,164;--color-primary-2:9,3,72;--color-primary-3:5,2,36;--color-primary-4:1,0,11;--color-secondary-0:255,223,219;--color-secondary-1:255,149,134;--color-secondary-2:255,43,12;--color-secondary-3:128,22,6;--color-secondary-4:38,6,2;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7d9c4b6-9067-4bb4-a595-9c52e82ee00d/Challengerbackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:95.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.0499999523163rem;left:60.033592224121rem;display:block; }
#T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:4.14375rem;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; }
#KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { color:rgba(var(--color-tertiary-2),1);display:block;width:62.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:6.46875rem;height:2.1125rem;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; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:1.33rem;padding-right:1.16rem;padding-bottom:1.33rem;padding-left:1.16rem;display:block;align-items:center;width:6.96125rem;min-width:6.96125rem;height:7.15125rem;position:relative;font-family:var(--headlines-font-family);font-size:5.323125rem;font-weight:700;line-height:114.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.83125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.28125rem;height:2.828125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.995625rem;font-weight:400;line-height:45.25px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:41.125rem;height:13.470625rem;padding-top:1.625rem;padding-right:1.625rem;padding-bottom:1.625rem;padding-left:1.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23.900001049042rem;left:14.125rem;z-index:15013; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr { width:auto; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
#GV4nu1dWhgDtTPhO4C4nP7X91gEWNF5U { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.187501907349rem;left:29.96875rem;display:block; }
#eC2cTRByadcqOu3eXCEqxmgfzFQ0uCAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkekFMkB7hbUnZnQ5ST01D9LfL0qevGt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:44.625002384186rem;left:35.9375rem; }
#Dxg3aoixsqZ4RTuX9LiNXvvdczwHrmwg { color:rgba(var(--color-tertiary-2),1);display:block;width:57.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:48.181250572204rem;left:7.4375rem;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; }
#TAWJkbPigCrZdOIXVyG9t0h1pW32dnQ1 { position:absolute;display:block;z-index:15015;background-color:#494949;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:95.43750190735rem;left:7.5rem;display:block; }
#idwANxOGH7NlHoRu0EFEaMtgG7H7sUl5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.7374999523163rem;left:11.180469512939rem; }
#idwANxOGH7NlHoRu0EFEaMtgG7H7sUl5 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#tMhAmZqZsFcGP2GlkznJKmXtIKlDANl2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:3.7374999523163rem;left:8.8125rem; }
#tMhAmZqZsFcGP2GlkznJKmXtIKlDANl2 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#TW8mxnLkQWaRAQeWdaIcdDQniT8105az { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:3.7374999523163rem;left:6.46875rem; }
#TW8mxnLkQWaRAQeWdaIcdDQniT8105az > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#zCVtihpXlrtvpDr9e4ZD58I1FeJqIZDg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:95.4375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUd78rNxmsmFZFEVqJiShHqxmrFeIELU { color:rgba(var(--color-tertiary-2),1);display:block;width:62.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.125rem;left:6.46875rem;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; }
#AGTXe8yT21dqgR6Hi8kGBpydmRt9CcMf { color:rgba(var(--color-tertiary-2),1);display:block;width:62.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:6.46875rem;height:2.1125rem;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:none; }
#zgAMe924Ax9a32DkxJ3kpz4w1dvw6V9H { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.6875rem;width:38.25rem;top:58.17343711853rem;left:18.25rem;overflow:hidden;display:none; }
#Epsh0kPBpmVNfLGWB2svQtyzyp1LvLal { position:absolute;display:block;z-index:15038;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:31.875rem;width:42.5rem;top:57.1875rem;left:16.25rem;overflow:hidden;display:block; }
#yh7I4pfdK9JzyA3WpL4gz9t1RvpH33KS { position:absolute;display:block;z-index:15039;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:14.625rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:block; }
#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row .container { background-color: transparent; background-image: none; }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row .container > .video-iframe-container { display: none; }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row > .video-iframe-container { display: none; }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .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); }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row .container { border-width: 0; border-radius: 0; }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#zUbbMCrrZTcBy0nkRZgXcaMVIZ3dTAdp { color:#859fb3;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:4.375rem;left:7.5625rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuZyyJxPV4beDHlokIpSywfTomwr2m0P { color:#859fb3;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:9.3125rem;left:0rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwLifR2tiVVVsHQQnnbdqBC0LDMz5Jw3 { color:#859fb3;display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:11.1875rem;left:0rem;height:6.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bwLifR2tiVVVsHQQnnbdqBC0LDMz5Jw3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bwLifR2tiVVVsHQQnnbdqBC0LDMz5Jw3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fc40920dcdab0f17c03adcf6124fe1782a0617e.svg); }
#RmDAAad7kXoQ42I14cpsi1sgFPAN9SmR { color:#859fb3;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.160938262939rem;left:24.9375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBzMFParb0Bnbd0nHHHW6imqDN3Kns8i { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:26.125rem;left:30.15625rem;display:block; }
#DWwZGgP7lc1b9QBsqmVpxTdUIeSSOixW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0LmNUA8U0e3LLkKkOPOZCxcI5RHi4mo { position:absolute;display:block;z-index:15022;background-color:#494949;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:30.562503814698rem;left:7.5rem;display:block; }
#do10WoCRSDQAXPJEELRRR73ITy8quUaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row .container { background-color: transparent; background-image: none; }#do10WoCRSDQAXPJEELRRR73ITy8quUaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row .container > .video-iframe-container { display: none; }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row > .video-iframe-container { display: none; }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .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); }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row .container { border-width: 0; border-radius: 0; }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row .container { font-size:0.875rem;font-family:arial;height:129.8125rem;width:75rem;position:relative;display:block; }#F6UFUHBKFoT6TwyAwXvDWidBiUa9Ue0T { position:absolute;display:block;z-index:15053;background-color:#6195f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:63.8125rem;left:45.8125rem;display:block; }
#Sl2eaz3K9S2xJPO3tx1zbbPX1qmk5Cpq { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:12.5rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:72.125rem;left:34.4375rem;display:block; }
#RXUsq3TWTTbGNPZKIWMkXQtdV4hn5M46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdJEEL4dWCb6HivV7WT4VMTblmBhvLS3 { color:#859fb3;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:69.1875rem;left:40.6875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#z4IeRFiL4I4WgmTNfo6EVCLrlVKusMuH { position:absolute;display:block;z-index:15032;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:16.625rem;top:46.9375rem;left:38.8125rem;overflow:hidden;display:block; }
#Rq8aTriWyT3JhC4nIeNdUfqiBl2F3vuE { position:absolute;display:block;z-index:15027;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:16.625rem;top:46.8125rem;left:56.875rem;overflow:hidden;display:block; }
#zcxN9bRdGStD9D0W342oBDvFGuWgXX36 { position:absolute;display:block;z-index:15030;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:16rem;top:46.875rem;left:20.1875rem;overflow:hidden;display:block; }
#fKlWIXOtMge0nGnUwrPZBnAOmxCtDctk { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:63.6875rem;left:64.25rem;display:block; }
#GINWv8eCQrWDXz03GTIB9Vz3nds11rB0 { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:63.75rem;left:26.875rem;display:block; }
#DEdfWw8t8xT6QHGzW1ZOvgAJ8xfET9fJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:43.9375rem;left:20.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FaHAzNCkaTN3GKQhWyTE9cm4QLRe1VMH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:44rem;left:39.75rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QL6oTwceVlTBA6nVE03q4A1KnDI8r39k { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:44rem;left:58.875rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ia5KsNWS1Qg3d8mCSNlDC7tkOCL2qSa3 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:42.4375rem;left:64.25rem;display:block; }
#beEEZLRHundKLupwLWevr702u7Uumsa4 { position:absolute;display:block;z-index:15065;background-color:#6195f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:63.6875rem;left:8.375rem;display:block; }
#LVyIxD4CscD4fB6WcqMxVgOPwb2s2ke0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:43.9375rem;left:1.9375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6IaXLh2tzIXObuDRurS64sOnuoPNcJl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:64.4375rem;left:1.9375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K09FrfZSGTFEb5UlVII5msxnPpK4plrL { position:absolute;display:block;z-index:15044;background-color:#6195f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:42.375rem;left:8rem;display:block; }
#socpJsH4a0qKuC6LNCqxamEbIE3dc8Po { position:absolute;display:block;z-index:15051;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:16.625rem;top:25.5625rem;left:56.875rem;overflow:hidden;display:block; }
#e2ftsXlmQli7168GZxktto0A1FoKMAfp { position:absolute;display:block;z-index:15048;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.6875rem;width:15.4375rem;top:46.8125rem;left:1.625rem;overflow:hidden;display:block; }
#Hlw8nepJePeBWuw9PHaiOqTQFZFy4es9 { position:absolute;display:block;z-index:15032;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:15.8125rem;top:67.25rem;left:1.1875rem;overflow:hidden;display:block; }
#nxvgNiDgPAm08pDOTcMtXLMnATrSqr1w { position:absolute;display:block;z-index:15029;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:16.75rem;top:25.537505149841rem;left:38.743751525879rem;overflow:hidden;display:block; }
#Ze1qT2821zi7aHBgET8lOigTEbtlAeRz { position:absolute;display:block;z-index:15026;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:16.75rem;top:25.75rem;left:19.125rem;overflow:hidden;display:block; }
#x0rt005TnS7xPNy2oXnmBATHTQ4VXIf0 { position:absolute;display:block;z-index:15028;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:16.75rem;top:25.53750038147rem;left:1.3062505722046rem;overflow:hidden;display:block; }
#AxvMN3DWT6LuQ9oyS9pWaD4HTywGDTbm { position:absolute;display:block;z-index:15045;background-color:#6195f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:42.375rem;left:45.5625rem;display:block; }
#lHekhJWWWSAFll8778Mw44Di7eM1G1mK { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:42.6875rem;left:26.75rem;display:block; }
#ednP37HSiQpeIS5bFKDLTg99dmp4OeKM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:22.625rem;left:57.875rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1bcAPM2xSgU7EuThORumcK7M4MFhKVq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:22.625rem;left:1.25rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2czblxRUOITqy91y1ZQ7UeMGS1QL22Z { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:22.625rem;left:20rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2P3aphCiIT3kPLA1sVoiVmEdogI7vIo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.625rem;left:39.0625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GmoD0EInv5GUoTHO1htQxss2TZQ49lOO { color:rgba(var(--color-primary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15055;line-height:1.6;letter-spacing:0;top:13.125rem;left:8.25rem;height:;text-align:left;text-align-last:left;display:block; }#GmoD0EInv5GUoTHO1htQxss2TZQ49lOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GmoD0EInv5GUoTHO1htQxss2TZQ49lOO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cf62fedbc8f949b1b1a396ae49471afd1d9d8f2.svg); }
#SgxTLtK6auzVK6PAwam7tu31pVBp83kp { color:rgba(var(--color-primary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15056;line-height:1.6;letter-spacing:0;top:13.125rem;left:41.3125rem;height:;text-align:left;text-align-last:left;display:block; }#SgxTLtK6auzVK6PAwam7tu31pVBp83kp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SgxTLtK6auzVK6PAwam7tu31pVBp83kp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cf62fedbc8f949b1b1a396ae49471afd1d9d8f2.svg); }
#FNQKQ2xsfp20ZutZGDNvBTSOuIT3BPBy { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.1875rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#RAhMbvgokT94lXFn6bohp7LwwXkKTHmo { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:0rem;left:15.1875rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Sp6ZTbyCh3T2ZK6HgxSuwTZ95LZzgStW { position:absolute;display:block;z-index:15054;background-color:#6195f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:84.124219894406rem;left:7.3125rem;display:block; }
#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { position:absolute;display:block;z-index:15007;background-color:#252626;background-image:url("https://images.assets-landingi.com/uc/c9870d85-fed5-4585-acd9-2dd6f649a281/fotovlad4.crop_958x1086_0,194.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.79) ;height:24.125rem;width:26.5625rem;top:92.9375rem;left:23.875rem;display:block; }#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.adaptive-delivery-prevent-bg, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyload, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyloading { background-image: none; }
#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c24e6b91-12d8-4996-95d4-0513fc9540c1/fotoVlad2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(59,59,59,0.25) ;height:18.9375rem;width:17.25rem;top:95.5625rem;left:7.8125rem;display:block; }#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.adaptive-delivery-prevent-bg, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyload, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyloading { background-image: none; }
#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { position:absolute;display:block;z-index:15000;background-color:#3b3b3b;background-image:url("https://images.assets-landingi.com/uc/e19601a8-0157-48d2-90c3-2547dacfe00e/fotodeVlad1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(59,59,59,0.25) ;height:18.9375rem;width:17.25rem;top:95.5625rem;left:49.9375rem;display:block; }#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.adaptive-delivery-prevent-bg, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyload, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyloading { background-image: none; }
#gOxgt9ApfZJrBG9TuzCJh9nlZK0iVDPA { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:121.3125rem;left:23.875rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { background-color: transparent; background-image: none; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container > .video-iframe-container { display: none; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row > .video-iframe-container { display: none; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .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); }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { border-width: 0; border-radius: 0; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { font-size:0.875rem;font-family:arial;height:67.9375rem;width:75rem;position:relative;display:block; }#OXFm8MR8ECGXN8JZrkv7ENQQ3cCz7eMT { color:rgba(var(--color-secondary-2),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.5367431640625E-7rem;left:15.75rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#yLvNfobSWXE0dsnBsR8rMiQPTbZBQddC { position:absolute;display:block;z-index:15016;background-color:#494949;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:48.500010490418rem;left:7.5rem;display:block; }
#P20kkUgKyb2oHBpVz9gs3i3RxKZm22Xk { position:absolute;display:block;z-index:15024;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:37.0625rem;width:49.4375rem;top:9.5625rem;left:12.6875rem;overflow:hidden;display:block; }
#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { background-color: transparent; background-image: none; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container > .video-iframe-container { display: none; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row > .video-iframe-container { display: none; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .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); }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { border-width: 0; border-radius: 0; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { font-size:0.875rem;font-family:arial;height:96.5rem;width:75rem;position:relative;display:block; }#XVUKeMMc8QSfNTv0GZWIlMftFa9TvL6J { color:rgba(var(--color-primary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8601563423872rem;left:16.40625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#VOCvJtPrmvFcuPcGVu8OEduFdw4z75pn { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(227,227,227,0.2) ;height:27.125rem;width:29.125rem;top:22.140625476837rem;left:4.1875rem;overflow:hidden;display:block; }
#UrUBPhXLvg59hWADRnqzcEQITC1MOrca { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(227,227,227,0.2) ;height:27.125rem;width:29.1875rem;top:53.810944080352rem;left:4.15625rem;overflow:hidden;display:block; }
#T7KyDZyrwhKOS0mlHXQgeT5okdyGPoQx { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(227,227,227,0.2) ;height:27.1875rem;width:29.1875rem;top:22.109375476837rem;left:41.65625rem;overflow:hidden;display:block; }
#rUnWTRt15Ki7doONOfMSkVQ471FLJBkk { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(227,227,227,0.2) ;height:27.1875rem;width:29.1875rem;top:53.779694080352rem;left:41.65625rem;overflow:hidden;display:block; }
#d7yAiQvvyTUHJLXhlEuEg1bncALxwy0C { color:#859fb3;display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:85.250006198881rem;left:23.40625rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#kXaxELBQeerEe4v19674NFQzpP2ivTCV { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:88.86172533035rem;left:30.09375rem;display:block; }
#Zl3Unsiquf4yFdUqTT97TQcQIudN6XWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kg4HAZNeWxI5UICcESA7Id9FfTO1abmA { color:rgba(var(--color-primary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.473442077637rem;left:24.96875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#ZIZsgT0l3pAfnLPABJXh3TsfKbniupKp { position:absolute;display:block;z-index:15017;background-color:#494949;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:96.3749961853rem;left:7.4375rem;display:block; }
#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { background-color: transparent; background-image: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .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); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { border-width: 0; border-radius: 0; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4992256164551rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { color:#859fb3;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:27.79453086853rem;left:6.9929695129394rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ow8PUnVAF1PgTp5oxmxsDVyac1mf5kk2 { color:rgba(var(--color-primary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:11.31169462204rem;left:7.53125rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEPS11TBsJ5nn5gPuS9BQmfB5NyF0ufk { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c9870d85-fed5-4585-acd9-2dd6f649a281/fotovlad4.crop_958x1086_0,194.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(227,227,227,0.25) ;height:23.6875rem;width:26.125rem;top:16.935156822204rem;left:39.61546289722rem;display:block; }#oEPS11TBsJ5nn5gPuS9BQmfB5NyF0ufk.adaptive-delivery-prevent-bg, #oEPS11TBsJ5nn5gPuS9BQmfB5NyF0ufk.lazyload, #oEPS11TBsJ5nn5gPuS9BQmfB5NyF0ufk.lazyloading { background-image: none; }
#RT85PRLZEy3UCw8TaAI40rdiFMDaRBSz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.875rem;width:10.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.34140586853rem;left:14.27499961853rem; }
#fPPoMxou9Ws4qwNXBTMgcpCSiA2liNnH { box-sizing:content-box;height:2.75rem;width:24.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.40390586853rem;left:7.6179695129394rem;display:block; }
#BVXBVZRbMtucTZtgRhJN8C4g1f6TgnuB { position:absolute;display:block;z-index:15018;background-color:#494949;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:43.500006198883rem;left:7.5rem;display:block; }
#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { background-color: transparent; background-image: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container > .video-iframe-container { display: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container { display: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .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); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { border-width: 0; border-radius: 0; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2500255703926rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W37IDK5qXCRIeRQlNk3AylKFLkiaMINR { color:rgba(var(--color-primary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:10.060918807983rem;left:3.21875rem;height:10.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#W37IDK5qXCRIeRQlNk3AylKFLkiaMINR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W37IDK5qXCRIeRQlNk3AylKFLkiaMINR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fc40920dcdab0f17c03adcf6124fe1782a0617e.svg); }
#HVUMTJI5LhMlSBvuUQd14qqf9Ma7sOgo { color:#859fb3;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:14.388281047344rem;left:43.53125rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWlnrBAmt86h4hXkwTV4w3eETSdQqTAg { position:absolute;display:block;z-index:15019;background-color:#494949;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:22.937511444092rem;left:7.5rem;display:block; }
#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row .container { background-color: transparent; background-image: none; }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row .container > .video-iframe-container { display: none; }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row > .video-iframe-container { display: none; }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .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); }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row .container { border-width: 0; border-radius: 0; }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#JR1Zc4VlSgTcsw5FmpnIJTnSeDieACtr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2500255703926rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thOkCoiNHgGsW0OUD9PzxmXkQr92qcBR { color:rgba(var(--color-primary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.2046878337863rem;left:21.375rem;height:2.53125rem;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; }
#yTrl3GIuuW6sP7tgebuVvN6PWH1FTlQM { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:13.967969894409rem;left:25.75rem;display:block; }
#E61q2Wv7kEU8tCOTRgFv2dnFfDRbfbMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUI7nm74Bs9LGUuWP0Mo8B8EVBxLTOc0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.389844894409rem;left:35.9375rem; }
#aEc5uha0UV245UTupob3fHeC375Hx1TP { color:#859fb3;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:28.767175674439rem;left:21.375rem;height:2.15625rem;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; }
#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b7d9c4b6-9067-4bb4-a595-9c52e82ee00d/Challengerbackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.adaptive-delivery-prevent-bg, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyload, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyloading { background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { background-color: transparent; background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .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); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { border-width: 0; border-radius: 0; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { color:rgba(var(--color-tertiary-3),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.1742181777956rem;left:21.28125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.173438072204rem;left:14.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.792967796326rem;left:14.71875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.5062506198881rem;left:15.331251144409rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:22.530468940735rem;left:22.049221038818rem; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:22.530468940735rem;left:27.350002288818rem; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:22.530468940735rem;left:24.580471038818rem; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#eLIOJdychGTe1FLXpfDkTkS2VSTmQbvn { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.243750572204rem;left:15.362501144409rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rS2Lldm8P0knSffwpfs1z0mzI35JGhD1 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:28.174983978271rem;left:35.331249237061rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFAXSLowpDUHFdKOtCOfHfTWuDDB783r { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:27.650001525879rem;left:24.580471038818rem;display:block; }
#ZJdAcm3iqVusVAVhIRTmqgE76bk9I5No { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nqp9UrbUnHb14x82aNhzf1HcugeACwou { position:absolute;display:block;z-index:15040;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:17.6875rem;width:27.8125rem;top:5.6390628814697rem;left:34.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:11.875rem;height:2.875rem;top:3rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:47.75rem;height:;top:12.3125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:47.75rem;height:2.0625rem;top:17.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.44375rem;padding-right:0.388125rem;padding-bottom:0.44375rem;padding-left:0.388125rem;width:2.329375rem;min-width:2.625rem;height:2.385rem;font-size:1.775rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.105625rem;height:0.943125rem;font-size:0.665625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:16.4375rem;height:4.493125rem;top:20.5rem;left:1.6552085876465rem;padding-top:1.47625rem;padding-right:1.470625rem;padding-bottom:1.47625rem;padding-left:1.470625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #GV4nu1dWhgDtTPhO4C4nP7X91gEWNF5U { width:15.0625rem;height:3.4375rem;top:41.1875rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC2cTRByadcqOu3eXCEqxmgfzFQ0uCAs { display:block; }
 }@media only screen and (max-width: 763px) { #DkekFMkB7hbUnZnQ5ST01D9LfL0qevGt { top:44.625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxg3aoixsqZ4RTuX9LiNXvvdczwHrmwg { width:47.75rem;height:;top:48.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAWJkbPigCrZdOIXVyG9t0h1pW32dnQ1 { width:47.75rem;height:0.125rem;top:95.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idwANxOGH7NlHoRu0EFEaMtgG7H7sUl5 { top:3.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#idwANxOGH7NlHoRu0EFEaMtgG7H7sUl5 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #tMhAmZqZsFcGP2GlkznJKmXtIKlDANl2 { width:1.5rem;height:1.5rem;top:3.6875rem;left:0rem;display:block; }
#tMhAmZqZsFcGP2GlkznJKmXtIKlDANl2 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #TW8mxnLkQWaRAQeWdaIcdDQniT8105az { width:1.5rem;height:1.5rem;top:3.6875rem;left:0rem;display:block; }
#TW8mxnLkQWaRAQeWdaIcdDQniT8105az > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #zCVtihpXlrtvpDr9e4ZD58I1FeJqIZDg { width:47.75rem;height:4.875rem;top:95.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUd78rNxmsmFZFEVqJiShHqxmrFeIELU { width:47.75rem;height:;top:23.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTXe8yT21dqgR6Hi8kGBpydmRt9CcMf { width:20rem;height:;top:24.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgAMe924Ax9a32DkxJ3kpz4w1dvw6V9H { top:58.125rem;left:4.625rem;width:38.25rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epsh0kPBpmVNfLGWB2svQtyzyp1LvLal { top:57.1875rem;left:2.625rem;width:42.5rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh7I4pfdK9JzyA3WpL4gz9t1RvpH33KS { top:0rem;left:12.40625rem;width:22.9375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 { display:block; }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUbbMCrrZTcBy0nkRZgXcaMVIZ3dTAdp { width:47.75rem;height:1.9375rem;top:4.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZyyJxPV4beDHlokIpSywfTomwr2m0P { width:4.625rem;height:1.9375rem;top:9.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLifR2tiVVVsHQQnnbdqBC0LDMz5Jw3 { width:37.3125rem;height:6.5rem;top:11.1875rem;left:0rem;font-size:0.9375rem;display:block; }#bwLifR2tiVVVsHQQnnbdqBC0LDMz5Jw3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fc40920dcdab0f17c03adcf6124fe1782a0617e.svg); }
 }@media only screen and (max-width: 763px) { #RmDAAad7kXoQ42I14cpsi1sgFPAN9SmR { width:25.125rem;height:2.875rem;top:22.125rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBzMFParb0Bnbd0nHHHW6imqDN3Kns8i { width:14.6875rem;height:2.8125rem;top:26.125rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWwZGgP7lc1b9QBsqmVpxTdUIeSSOixW { display:block; }
 }@media only screen and (max-width: 763px) { #p0LmNUA8U0e3LLkKkOPOZCxcI5RHi4mo { width:47.75rem;height:0.125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #do10WoCRSDQAXPJEELRRR73ITy8quUaV { display:block; }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6UFUHBKFoT6TwyAwXvDWidBiUa9Ue0T { width:2.8125rem;height:0.125rem;top:63.8125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl2eaz3K9S2xJPO3tx1zbbPX1qmk5Cpq { width:25rem;height:12.5rem;top:72.125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXUsq3TWTTbGNPZKIWMkXQtdV4hn5M46 { display:block; }
 }@media only screen and (max-width: 763px) { #DdJEEL4dWCb6HivV7WT4VMTblmBhvLS3 { top:69.1875rem;left:27.0625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4IeRFiL4I4WgmTNfo6EVCLrlVKusMuH { top:46.9375rem;left:25.1875rem;width:16.625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq8aTriWyT3JhC4nIeNdUfqiBl2F3vuE { top:46.8125rem;left:30.875rem;width:16.625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcxN9bRdGStD9D0W342oBDvFGuWgXX36 { top:46.875rem;left:6.5625rem;width:16rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKlWIXOtMge0nGnUwrPZBnAOmxCtDctk { width:2.8125rem;height:0.125rem;top:63.6875rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINWv8eCQrWDXz03GTIB9Vz3nds11rB0 { width:2.8125rem;height:0.125rem;top:63.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEdfWw8t8xT6QHGzW1ZOvgAJ8xfET9fJ { width:14.9375rem;height:1.8125rem;top:43.9375rem;left:7.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaHAzNCkaTN3GKQhWyTE9cm4QLRe1VMH { width:14.9375rem;height:1.8125rem;top:44rem;left:26.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6oTwceVlTBA6nVE03q4A1KnDI8r39k { width:14.9375rem;height:1.8125rem;top:44rem;left:32.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5KsNWS1Qg3d8mCSNlDC7tkOCL2qSa3 { width:2.8125rem;height:0.125rem;top:42.4375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beEEZLRHundKLupwLWevr702u7Uumsa4 { width:2.8125rem;height:0.125rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyIxD4CscD4fB6WcqMxVgOPwb2s2ke0 { width:14.9375rem;height:1.8125rem;top:43.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6IaXLh2tzIXObuDRurS64sOnuoPNcJl { width:14.9375rem;height:1.8125rem;top:64.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K09FrfZSGTFEb5UlVII5msxnPpK4plrL { width:2.8125rem;height:0.125rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #socpJsH4a0qKuC6LNCqxamEbIE3dc8Po { top:25.5625rem;left:30.875rem;width:16.625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ftsXlmQli7168GZxktto0A1FoKMAfp { top:46.8125rem;left:0rem;width:15.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlw8nepJePeBWuw9PHaiOqTQFZFy4es9 { top:67.25rem;left:0rem;width:15.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxvgNiDgPAm08pDOTcMtXLMnATrSqr1w { top:25.5rem;left:25.118751525879rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1qT2821zi7aHBgET8lOigTEbtlAeRz { top:25.75rem;left:5.5rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0rt005TnS7xPNy2oXnmBATHTQ4VXIf0 { top:25.5rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxvMN3DWT6LuQ9oyS9pWaD4HTywGDTbm { width:2.8125rem;height:0.125rem;top:42.375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHekhJWWWSAFll8778Mw44Di7eM1G1mK { width:2.8125rem;height:0.125rem;top:42.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ednP37HSiQpeIS5bFKDLTg99dmp4OeKM { width:14.9375rem;height:1.8125rem;top:22.625rem;left:32.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1bcAPM2xSgU7EuThORumcK7M4MFhKVq { width:14.9375rem;height:1.8125rem;top:22.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2czblxRUOITqy91y1ZQ7UeMGS1QL22Z { width:14.9375rem;height:1.8125rem;top:22.625rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2P3aphCiIT3kPLA1sVoiVmEdogI7vIo { width:14.9375rem;height:1.8125rem;top:22.625rem;left:25.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmoD0EInv5GUoTHO1htQxss2TZQ49lOO { top:13.125rem;left:0rem;width:25.0625rem;height:;font-size:1rem;display:block; }#GmoD0EInv5GUoTHO1htQxss2TZQ49lOO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cf62fedbc8f949b1b1a396ae49471afd1d9d8f2.svg); }
 }@media only screen and (max-width: 763px) { #SgxTLtK6auzVK6PAwam7tu31pVBp83kp { top:13.125rem;left:21.5625rem;width:26.1875rem;height:;font-size:1rem;display:block; }#SgxTLtK6auzVK6PAwam7tu31pVBp83kp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cf62fedbc8f949b1b1a396ae49471afd1d9d8f2.svg); }
 }@media only screen and (max-width: 763px) { #FNQKQ2xsfp20ZutZGDNvBTSOuIT3BPBy { top:8.125rem;left:1.5625rem;width:44.5625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAhMbvgokT94lXFn6bohp7LwwXkKTHmo { top:0rem;left:1.5625rem;width:44.5625rem;height:8.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp6ZTbyCh3T2ZK6HgxSuwTZ95LZzgStW { width:2.8125rem;height:0.125rem;top:84.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:26.5625rem;height:24.125rem;top:92.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:17.25rem;height:18.9375rem;top:95.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:17.25rem;height:18.9375rem;top:95.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOxgt9ApfZJrBG9TuzCJh9nlZK0iVDPA { top:121.3125rem;left:10.25rem;width:26.5625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg { display:block; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXFm8MR8ECGXN8JZrkv7ENQQ3cCz7eMT { top:0rem;left:0rem;width:43.5rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvNfobSWXE0dsnBsR8rMiQPTbZBQddC { width:47.75rem;height:0.125rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P20kkUgKyb2oHBpVz9gs3i3RxKZm22Xk { top:9.5625rem;left:0rem;width:47.75rem;height:35.797408343869rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTR8RrksUieZntkIkyQHBtEIpPnhxsA { display:block; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVUKeMMc8QSfNTv0GZWIlMftFa9TvL6J { top:2.8125rem;left:0rem;width:42.0625rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOCvJtPrmvFcuPcGVu8OEduFdw4z75pn { top:22.125rem;left:0rem;width:29.125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrUBPhXLvg59hWADRnqzcEQITC1MOrca { top:53.75rem;left:0rem;width:29.1875rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7KyDZyrwhKOS0mlHXQgeT5okdyGPoQx { top:22.0625rem;left:18.5625rem;width:29.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUnWTRt15Ki7doONOfMSkVQ471FLJBkk { top:53.75rem;left:18.5625rem;width:29.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7yAiQvvyTUHJLXhlEuEg1bncALxwy0C { top:85.25rem;left:0rem;width:28.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaxELBQeerEe4v19674NFQzpP2ivTCV { width:14.6875rem;height:2.8125rem;top:88.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl3Unsiquf4yFdUqTT97TQcQIudN6XWp { display:block; }
 }@media only screen and (max-width: 763px) { #Kg4HAZNeWxI5UICcESA7Id9FfTO1abmA { top:15.4375rem;left:0rem;width:24.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZsgT0l3pAfnLPABJXh3TsfKbniupKp { width:47.75rem;height:0.125rem;top:96.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { width:47.75rem;height:8.125rem;top:1.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { width:25.4375rem;height:1.9375rem;top:27.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8PUnVAF1PgTp5oxmxsDVyac1mf5kk2 { width:47.75rem;height:1.9375rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPS11TBsJ5nn5gPuS9BQmfB5NyF0ufk { width:26.125rem;height:23.6875rem;top:16.875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT85PRLZEy3UCw8TaAI40rdiFMDaRBSz { top:23.3125rem;left:0.64999961853025rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPPoMxou9Ws4qwNXBTMgcpCSiA2liNnH { top:27.375rem;left:0rem;width:24.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXBVZRbMtucTZtgRhJN8C4g1f6TgnuB { width:47.75rem;height:0.125rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:47.75rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37IDK5qXCRIeRQlNk3AylKFLkiaMINR { width:40.3125rem;height:10.625rem;top:10rem;left:0rem;font-size:1rem;display:block; }#W37IDK5qXCRIeRQlNk3AylKFLkiaMINR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fc40920dcdab0f17c03adcf6124fe1782a0617e.svg); }
 }@media only screen and (max-width: 763px) { #HVUMTJI5LhMlSBvuUQd14qqf9Ma7sOgo { width:25.4375rem;height:1.9375rem;top:14.375rem;left:22.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWlnrBAmt86h4hXkwTV4w3eETSdQqTAg { width:47.75rem;height:0.125rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V { display:block; }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR1Zc4VlSgTcsw5FmpnIJTnSeDieACtr { width:47.75rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thOkCoiNHgGsW0OUD9PzxmXkQr92qcBR { width:32.25rem;height:2.5rem;top:9.1875rem;left:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrl3GIuuW6sP7tgebuVvN6PWH1FTlQM { width:23.5rem;height:4.375rem;top:13.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E61q2Wv7kEU8tCOTRgFv2dnFfDRbfbMw { display:block; }
 }@media only screen and (max-width: 763px) { #wUI7nm74Bs9LGUuWP0Mo8B8EVBxLTOc0 { top:17.375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEc5uha0UV245UTupob3fHeC375Hx1TP { width:32.25rem;height:2.125rem;top:28.75rem;left:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { width:6.8125rem;height:1.375rem;top:7.125rem;left:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { width:20rem;height:1.625rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { width:19.9375rem;height:1.375rem;top:13.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { width:20rem;height:1.625rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:1.5rem;height:1.5rem;top:22.5rem;left:14.375rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { width:1.5rem;height:1.5rem;top:22.5rem;left:15.875rem;display:block; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:1.5rem;height:1.5rem;top:22.5rem;left:14.375rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #eLIOJdychGTe1FLXpfDkTkS2VSTmQbvn { width:19.9375rem;height:0;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS2Lldm8P0knSffwpfs1z0mzI35JGhD1 { width:17.625rem;height:1.125rem;top:28.125rem;left:14.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFAXSLowpDUHFdKOtCOfHfTWuDDB783r { width:11.8125rem;height:2.1875rem;top:27.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdAcm3iqVusVAVhIRTmqgE76bk9I5No { display:block; }
 }@media only screen and (max-width: 763px) { #Nqp9UrbUnHb14x82aNhzf1HcugeACwou { top:5.625rem;left:3.9375rem;width:27.8125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7d9c4b6-9067-4bb4-a595-9c52e82ee00d/Challengerbackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:91.38485922173rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:6.1875rem;height:3.4375rem;top:0.61250001192093rem;left:13.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:20rem;height:4.3875rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:20rem;height:2.4375rem;top:13.512499809265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:18rem;height:5.0625rem;top:18.1875rem;left:0rem;z-index:14994; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #GV4nu1dWhgDtTPhO4C4nP7X91gEWNF5U { width:9rem;height:2.5rem;top:28.425000190735rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC2cTRByadcqOu3eXCEqxmgfzFQ0uCAs { display:block; }
 }@media only screen and (max-width: 763px) { #DkekFMkB7hbUnZnQ5ST01D9LfL0qevGt { display:flex;width:2.125rem;height:2.125rem;top:30.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Dxg3aoixsqZ4RTuX9LiNXvvdczwHrmwg { width:20rem;height:5.5234375rem;top:33.68203163147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAWJkbPigCrZdOIXVyG9t0h1pW32dnQ1 { width:20rem;height:0.125rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idwANxOGH7NlHoRu0EFEaMtgG7H7sUl5 { display:flex;width:1.875rem;height:1.875rem;top:5.65625rem;left:15.96875rem;font-size:1.3125rem; }
#idwANxOGH7NlHoRu0EFEaMtgG7H7sUl5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tMhAmZqZsFcGP2GlkznJKmXtIKlDANl2 { width:1.875rem;height:1.875rem;top:5.65625rem;left:2.5804688930511rem;font-size:1.3125rem;display:block; }
#tMhAmZqZsFcGP2GlkznJKmXtIKlDANl2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TW8mxnLkQWaRAQeWdaIcdDQniT8105az { width:1.875rem;height:1.875rem;top:5.65625rem;left:0rem;font-size:1.3125rem;display:block; }
#TW8mxnLkQWaRAQeWdaIcdDQniT8105az > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zCVtihpXlrtvpDr9e4ZD58I1FeJqIZDg { width:20rem;height:2.19375rem;top:57.68984413147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUd78rNxmsmFZFEVqJiShHqxmrFeIELU { width:20rem;height:2.7625rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTXe8yT21dqgR6Hi8kGBpydmRt9CcMf { width:20rem;height:;top:24.887500762939rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zgAMe924Ax9a32DkxJ3kpz4w1dvw6V9H { width:19.6875rem;height:14.6875rem;top:40.630859375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Epsh0kPBpmVNfLGWB2svQtyzyp1LvLal { width:20rem;height:15rem;top:61.132815625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh7I4pfdK9JzyA3WpL4gz9t1RvpH33KS { width:20rem;height:12.75204359673rem;top:77.382815625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 { display:block; }#pT3gTuTkNqRCp0OoUPNlkKMp9e2XmgA1 > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUbbMCrrZTcBy0nkRZgXcaMVIZ3dTAdp { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZyyJxPV4beDHlokIpSywfTomwr2m0P { width:4.625rem;height:1.21875rem;top:3.71875rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLifR2tiVVVsHQQnnbdqBC0LDMz5Jw3 { width:20rem;height:7.65625rem;top:6.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#bwLifR2tiVVVsHQQnnbdqBC0LDMz5Jw3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fc40920dcdab0f17c03adcf6124fe1782a0617e.svg); }
 }@media only screen and (max-width: 763px) { #RmDAAad7kXoQ42I14cpsi1sgFPAN9SmR { width:20rem;height:2.111325rem;top:15.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBzMFParb0Bnbd0nHHHW6imqDN3Kns8i { width:14.6875rem;height:2.8125rem;top:18.45625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWwZGgP7lc1b9QBsqmVpxTdUIeSSOixW { display:block; }
 }@media only screen and (max-width: 763px) { #p0LmNUA8U0e3LLkKkOPOZCxcI5RHi4mo { width:20rem;height:0.125rem;top:22.51875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #do10WoCRSDQAXPJEELRRR73ITy8quUaV { display:block; }#do10WoCRSDQAXPJEELRRR73ITy8quUaV > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6UFUHBKFoT6TwyAwXvDWidBiUa9Ue0T { width:2.8125rem;height:0.125rem;top:51.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl2eaz3K9S2xJPO3tx1zbbPX1qmk5Cpq { width:11.9375rem;height:5.0625rem;top:56.562501907349rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXUsq3TWTTbGNPZKIWMkXQtdV4hn5M46 { display:block; }
 }@media only screen and (max-width: 763px) { #DdJEEL4dWCb6HivV7WT4VMTblmBhvLS3 { width:12.5rem;height:2.6rem;top:53.012501716614rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4IeRFiL4I4WgmTNfo6EVCLrlVKusMuH { width:5.625rem;height:5.625rem;top:45.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq8aTriWyT3JhC4nIeNdUfqiBl2F3vuE { width:5.625rem;height:5.625rem;top:37.76797246933rem;left:14.175000190735rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zcxN9bRdGStD9D0W342oBDvFGuWgXX36 { width:5.625rem;height:5.625rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKlWIXOtMge0nGnUwrPZBnAOmxCtDctk { width:2.8125rem;height:0.125rem;top:51.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINWv8eCQrWDXz03GTIB9Vz3nds11rB0 { width:2.8125rem;height:0.125rem;top:43.517972946167rem;left:15.68124961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEdfWw8t8xT6QHGzW1ZOvgAJ8xfET9fJ { width:5.0625rem;height:1.625rem;top:44.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaHAzNCkaTN3GKQhWyTE9cm4QLRe1VMH { width:5.4375rem;height:1.625rem;top:44.1875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6oTwceVlTBA6nVE03q4A1KnDI8r39k { width:4.25rem;height:1.625rem;top:36.192969322204rem;left:14.96249961853rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5KsNWS1Qg3d8mCSNlDC7tkOCL2qSa3 { width:2.8125rem;height:0.125rem;top:43.517970085144rem;left:1.5062501430511rem;display:block; }
 }@media only screen and (max-width: 763px) { #beEEZLRHundKLupwLWevr702u7Uumsa4 { width:2.8125rem;height:0.125rem;top:43.517971038818rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyIxD4CscD4fB6WcqMxVgOPwb2s2ke0 { width:5.25rem;height:0.8125rem;top:37.005469322204rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6IaXLh2tzIXObuDRurS64sOnuoPNcJl { width:5.0625rem;height:1.625rem;top:44.1875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K09FrfZSGTFEb5UlVII5msxnPpK4plrL { width:2.8125rem;height:0.125rem;top:35.82266330719rem;left:1.5062501430511rem;display:block; }
 }@media only screen and (max-width: 763px) { #socpJsH4a0qKuC6LNCqxamEbIE3dc8Po { width:5.625rem;height:5.625rem;top:37.718750953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ftsXlmQli7168GZxktto0A1FoKMAfp { width:5.625rem;height:5.625rem;top:37.768749237061rem;left:7.0875005722044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlw8nepJePeBWuw9PHaiOqTQFZFy4es9 { width:5.625rem;height:5.625rem;top:45.75rem;left:7.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nxvgNiDgPAm08pDOTcMtXLMnATrSqr1w { width:5.625rem;height:5.625rem;top:30.07265663147rem;left:14.175000190735rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1qT2821zi7aHBgET8lOigTEbtlAeRz { width:5.625rem;height:5.625rem;top:30.07265663147rem;left:7.0875005722044rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0rt005TnS7xPNy2oXnmBATHTQ4VXIf0 { width:5.625rem;height:5.625rem;top:30.07265663147rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AxvMN3DWT6LuQ9oyS9pWaD4HTywGDTbm { width:2.8125rem;height:0.125rem;top:35.822658538818rem;left:15.68124961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHekhJWWWSAFll8778Mw44Di7eM1G1mK { width:2.8125rem;height:0.125rem;top:35.822657585144rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ednP37HSiQpeIS5bFKDLTg99dmp4OeKM { width:4.6875rem;height:1.625rem;top:36.192973613739rem;left:0.56875002384186rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1bcAPM2xSgU7EuThORumcK7M4MFhKVq { width:2.9375rem;height:0.8125rem;top:29.310157299042rem;left:1.4437501430511rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2czblxRUOITqy91y1ZQ7UeMGS1QL22Z { width:3.25rem;height:0.8125rem;top:29.310157299042rem;left:8.375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2P3aphCiIT3kPLA1sVoiVmEdogI7vIo { width:4.375rem;height:1.625rem;top:28.497657299042rem;left:14.89999961853rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmoD0EInv5GUoTHO1htQxss2TZQ49lOO { width:20rem;height:3.5125rem;top:15.04375rem;left:0rem;font-size:1rem;color:rgba(var(--color-primary-0),1);display:block; }#GmoD0EInv5GUoTHO1htQxss2TZQ49lOO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cf62fedbc8f949b1b1a396ae49471afd1d9d8f2.svg); }
 }@media only screen and (max-width: 763px) { #SgxTLtK6auzVK6PAwam7tu31pVBp83kp { width:20rem;height:5.111325rem;top:19.80625rem;left:0rem;font-size:1rem;color:rgba(var(--color-primary-0),1);display:block; }#SgxTLtK6auzVK6PAwam7tu31pVBp83kp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cf62fedbc8f949b1b1a396ae49471afd1d9d8f2.svg); }
 }@media only screen and (max-width: 763px) { #FNQKQ2xsfp20ZutZGDNvBTSOuIT3BPBy { width:20rem;height:4.7109375rem;top:9.08125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAhMbvgokT94lXFn6bohp7LwwXkKTHmo { width:20rem;height:6.5800625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp6ZTbyCh3T2ZK6HgxSuwTZ95LZzgStW { width:2.8125rem;height:0.125rem;top:51.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:16.8125rem;height:15.75rem;top:63.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:9.5625rem;height:11.1875rem;top:32.075781822204rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:10.1875rem;height:11.1875rem;top:32.075781822204rem;left:9.8125rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #gOxgt9ApfZJrBG9TuzCJh9nlZK0iVDPA { width:16.875rem;height:2.4375rem;top:80.1875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg { display:block; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXFm8MR8ECGXN8JZrkv7ENQQ3cCz7eMT { width:20rem;height:4.3875rem;top:2.3242101669311rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvNfobSWXE0dsnBsR8rMiQPTbZBQddC { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P20kkUgKyb2oHBpVz9gs3i3RxKZm22Xk { width:19.8125rem;height:14.8125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTR8RrksUieZntkIkyQHBtEIpPnhxsA { display:block; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVUKeMMc8QSfNTv0GZWIlMftFa9TvL6J { width:19.0625rem;height:4.3875rem;top:1.1875rem;left:0.46875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOCvJtPrmvFcuPcGVu8OEduFdw4z75pn { width:20rem;height:18.6265625rem;top:11.474975824356rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrUBPhXLvg59hWADRnqzcEQITC1MOrca { width:20rem;height:18.6rem;top:32.52578163147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7KyDZyrwhKOS0mlHXQgeT5okdyGPoQx { width:20rem;height:18.628125rem;top:53.875013351441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUnWTRt15Ki7doONOfMSkVQ471FLJBkk { width:20rem;height:18.621875rem;top:75.329677581787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7yAiQvvyTUHJLXhlEuEg1bncALxwy0C { width:20rem;height:2.6rem;top:96.700801849363rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaxELBQeerEe4v19674NFQzpP2ivTCV { width:14.6875rem;height:2.8125rem;top:100.23906707764rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl3Unsiquf4yFdUqTT97TQcQIudN6XWp { display:block; }
 }@media only screen and (max-width: 763px) { #Kg4HAZNeWxI5UICcESA7Id9FfTO1abmA { width:19rem;height:2.6rem;top:6.5874999016525rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZsgT0l3pAfnLPABJXh3TsfKbniupKp { width:20rem;height:0.125rem;top:106.33906745911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { width:20rem;height:6.5800625rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { width:20rem;height:1.59375rem;top:42.606250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8PUnVAF1PgTp5oxmxsDVyac1mf5kk2 { width:18.375rem;height:3rem;top:8.46718788147rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPS11TBsJ5nn5gPuS9BQmfB5NyF0ufk { width:17.9375rem;height:21.25rem;top:13.825781822204rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT85PRLZEy3UCw8TaAI40rdiFMDaRBSz { display:flex;width:10.875rem;height:10.875rem;top:37.965637207031rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #fPPoMxou9Ws4qwNXBTMgcpCSiA2liNnH { width:20rem;height:2.75rem;top:42.028125762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXBVZRbMtucTZtgRhJN8C4g1f6TgnuB { width:20rem;height:0.125rem;top:50.090621948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:20rem;height:4.875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37IDK5qXCRIeRQlNk3AylKFLkiaMINR { width:20rem;height:13.25rem;top:9.3125009536744rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#W37IDK5qXCRIeRQlNk3AylKFLkiaMINR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fc40920dcdab0f17c03adcf6124fe1782a0617e.svg); }
 }@media only screen and (max-width: 763px) { #HVUMTJI5LhMlSBvuUQd14qqf9Ma7sOgo { width:20rem;height:1.59375rem;top:23.749220848084rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWlnrBAmt86h4hXkwTV4w3eETSdQqTAg { width:20rem;height:0.125rem;top:26.812499046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V { display:block; }#fWbfw3ZJqWZo3L3CTMbWu8L7KRyh046V > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR1Zc4VlSgTcsw5FmpnIJTnSeDieACtr { width:20rem;height:4.875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thOkCoiNHgGsW0OUD9PzxmXkQr92qcBR { width:20rem;height:1.5rem;top:8.5625004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrl3GIuuW6sP7tgebuVvN6PWH1FTlQM { width:19rem;height:4.375rem;top:11.875006198883rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E61q2Wv7kEU8tCOTRgFv2dnFfDRbfbMw { display:block; }
 }@media only screen and (max-width: 763px) { #wUI7nm74Bs9LGUuWP0Mo8B8EVBxLTOc0 { display:flex;width:3.125rem;height:3.125rem;top:15.500001072884rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aEc5uha0UV245UTupob3fHeC375Hx1TP { width:20rem;height:4.3125rem;top:22.687507629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b7d9c4b6-9067-4bb4-a595-9c52e82ee00d/Challengerbackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.adaptive-delivery-prevent-bg, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyload, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyloading { background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { background-color: transparent; background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .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); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:20rem;height:48.050155811096rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { width:19.9375rem;height:1.21875rem;top:16.048437595367rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { width:20rem;height:1.3rem;top:21.473437786103rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { width:19.9375rem;height:1.21875rem;top:20.173437595367rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { width:20rem;height:1.3rem;top:17.348437786103rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:1.5rem;height:1.5rem;top:26.750001430511rem;left:6.8125rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { width:1.5rem;height:1.5rem;top:26.750001430511rem;left:11.6875rem;display:block; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:1.5rem;height:1.5rem;top:26.750001430511rem;left:9.25rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #eLIOJdychGTe1FLXpfDkTkS2VSTmQbvn { width:19.9375rem;height:1.3rem;top:24.625001430511rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS2Lldm8P0knSffwpfs1z0mzI35JGhD1 { width:16.4375rem;height:0.89375rem;top:31.8875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFAXSLowpDUHFdKOtCOfHfTWuDDB783r { width:11.8125rem;height:2.1875rem;top:30.643743515014rem;left:4.09375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdAcm3iqVusVAVhIRTmqgE76bk9I5No { display:block; }
 }@media only screen and (max-width: 763px) { #Nqp9UrbUnHb14x82aNhzf1HcugeACwou { width:20rem;height:12.719101123596rem;top:34.0810546875rem;left:0rem;display:block; }
 }