.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:83,159,255;--color-primary-1:66,135,245;--color-primary-2:64,117,194;--color-primary-3:28,76,156;--color-primary-4:19,52,107;--color-secondary-0:253,211,222;--color-secondary-1:248,123,156;--color-secondary-2:244,35,90;--color-secondary-3:229,0,38;--color-secondary-4:218,0,61;--color-tertiary-0:255,255,255;--color-tertiary-1:237,236,248;--color-tertiary-2:128,128,128;--color-tertiary-3:33,37,41;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/XrZYc3pT/tlo_analiza.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row .container { background-color: transparent; background-image: none; }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row .container > .video-iframe-container { display: none; }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row > .video-iframe-container { display: none; }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .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); }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row .container { border-width: 0; border-radius: 0; }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#GMt50z9oSUxXRGh8yomXfaVyJi9omSxU { z-index:15001;top:3.0625rem;left:31.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.3125rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NHtQkOVOeltRaL77FIoxKDXZszSWzSkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lC1zEFN2gpknL1eEMkpL26UiTsVoiaxS { z-index:15000;top:2.4375rem;left:43.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J0BwS37EqW9aUcxbTumnhTmouArVsJDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQJ2JBnBbqF99CWx7tnHgpqHyoGQNTZW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.3125rem;top:1.6875rem;left:1.171875rem;overflow:hidden;display:block; }
#JvOu6SOvzPlyIToNT5f1h8tmakggHhWw { z-index:15000;top:3.0620660781861rem;left:13.436777591706rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9371875rem;height:2.43706875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PwVtG7L9w8ZHP0U4CKiZwQQJxQ9HN4Pv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ge03lBD33lAE2HBSwCTImgpfbTk2fhau { z-index:15001;top:3.0625rem;left:25.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0f1010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T4zWIKUCEUsyKBMF1g8MTu38JAC0s21z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAoTiLKpetOAuuNuPkH17eg6o5LkaUrA { z-index:15002;top:3.0625rem;left:35.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#080909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qfXJmudkLIXAEv71777QL4DT74FRpUpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACQo0c9AobQztOy7NQET3AzNL4qU3WgS { z-index:15004;top:0.5rem;left:57.185546875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e80505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kJPof3oht8M9G8gnhbJTEpi9z0CNS7wX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2iFu59OE7UmyFNhCGvDISncFtf9Tr5H { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.03125rem;left:58.591796875rem;height:1.381075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w1GQlT4qwFNRnytFhNSqGLupb9R0TkTp { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.75rem;left:58.591796875rem;height:1.381025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zG7qi4TycwuSS5lf0IpU4DACVnnN0Kd4 { z-index:15000;top:2.4375rem;left:43.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#aG8dTeXaEIKMc86W4erprtqSKBfndLTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row .container { background-color: transparent; background-image: none; }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row .container > .video-iframe-container { display: none; }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row > .video-iframe-container { display: none; }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .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); }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row .container { border-width: 0; border-radius: 0; }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/txgBwxTL/90cb4a00bf522d17117af865d5e73bb3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs.adaptive-delivery-prevent-bg, #T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs.lazyload, #T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs.lazyloading { background-image: none; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row .container { background-color: transparent; background-image: none; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row .container > .video-iframe-container { display: none; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row > .video-iframe-container { display: none; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .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); }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row .container { border-width: 0; border-radius: 0; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#hCuhESavMq81EROLqkluAyEHzuHsTpTt { color:rgba(var(--color-tertiary-0),1);display:block;width:51.249rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0595703125rem;left:11.875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Cd6k2m6XvQ9GekMBkVhSPbg82Q0oL0lq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.2480625rem;width:36.2480625rem;top:11.2490234375rem;left:19.375rem;display:block; }
#onLgH8M9n7TVyobzCcnUaQTebQ4LuTs4 { color:rgba(var(--color-tertiary-1),1);display:block;width:46.124rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.125rem;left:14.9677734375rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtCiaFXEKReGFOavekIiaWrKnxvrx4ZL { z-index:15003;top:37.125rem;left:14.3125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#f3f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.375rem;height:3.186525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oTdLARpQLTTLW2XOtOTnBGZUQX14D5xg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxSgNWQkdmsrvNfdq4pmXW6KXkSB0e2O { color:rgba(var(--color-tertiary-1),1);display:block;width:45.0625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:42.4375rem;left:14.96875rem;height:3.57585rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m42d69qqkgGJSb2XeqXJvMoTUQskyW8W { color:rgba(var(--color-tertiary-1),1);display:block;width:52.1855625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.375rem;left:11.40625rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wiiRt0TTucsThScGDkyuypPuPGQ2IDtX { color:rgba(var(--color-tertiary-0),1);display:block;width:51.249rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:11.875rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cROqbcJt658WuCA3T7c3f7SSWSVU2XTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/txgBwxTL/90cb4a00bf522d17117af865d5e73bb3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cROqbcJt658WuCA3T7c3f7SSWSVU2XTD.adaptive-delivery-prevent-bg, #cROqbcJt658WuCA3T7c3f7SSWSVU2XTD.lazyload, #cROqbcJt658WuCA3T7c3f7SSWSVU2XTD.lazyloading { background-image: none; }#cROqbcJt658WuCA3T7c3f7SSWSVU2XTD > .row .container { border-width: 0; border-radius: 0; }#cROqbcJt658WuCA3T7c3f7SSWSVU2XTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cROqbcJt658WuCA3T7c3f7SSWSVU2XTD > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:none; }#Bv2wrnTErIIBQxkNyN1osoIbKG0OixEm { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:raleway;font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:11.59375rem;height:8.7036875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tPzwxz0an6ZVQ3N9d3gP6nITgCyzf2p9 { color:rgba(var(--color-tertiary-1),1);display:block;width:46.1875rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5625rem;left:15.0625rem;height:1.75925625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcqqkZ4LdQBr5lGuKThSI2IhbJkTfrmZ { z-index:15003;top:28.0625rem;left:13.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EQNCGKTPwa3gmUQ3wOqQlsNBZ3hLWg2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wm9KDU1PSqqSs4phACVCTQw2KOce2RgS { color:rgba(var(--color-tertiary-1),1);display:block;width:49.6875rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.375rem;left:13.3125rem;height:3.51851875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvR7x2Qe0eZ6EuB4Atlq6dwLTUfv3DW1 { box-sizing:content-box;color:#fdfdfd;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:32.0625rem;left:63.375rem;display:none; }
#a8B37CJCDTEBuWwZrXfJB2IltFgmQ2nh { color:rgba(var(--color-tertiary-1),1);display:block;width:52.1875rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.6875rem;left:11.4375rem;height:1.75925625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row .container { background-color: transparent; background-image: none; }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row .container > .video-iframe-container { display: none; }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row > .video-iframe-container { display: none; }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .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); }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row .container { border-width: 0; border-radius: 0; }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#lWMpgRXrX15sMkFarwEbLxPTN3UnDDwM { color:rgba(var(--color-secondary-3),1);display:block;width:28.2494375rem;position:absolute;font-family:averta;font-size:2.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.0619220733643rem;left:23.374567508697rem;height:6.01236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esygfTCuCS3B82vbSnaVp5KNfMWi7HTu { color:#171717;display:block;width:28.2494375rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.2489871978763rem;left:23.530817508697rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWuuKATcWx2gPnAstmubFvifXBioiCGU { color:rgba(var(--color-secondary-3),1);display:block;width:27.8746875rem;position:absolute;font-family:averta;font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0067958831788rem;left:23.561199665069rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJ6o3NAzNowDV73EVVIdJdL2e2zOd61n { color:#171717;display:block;width:28.25rem;position:absolute;font-family:averta;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5rem;left:23.375001907349rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS { position:relative;display:block; }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS { background-color: transparent; background-image: none; }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .row .container > .video-iframe-container { display: none; }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .row > .video-iframe-container { display: none; }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .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); }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS { border-width: 0; border-radius: 0; }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u1uSEN0e3akTMke9vzN0kR6lxwHtxpg2 { z-index:15004;top:2.625rem;left:13.769532203674rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lp5iHrb8TOOUMVIBblFTWCT5rL7T81av { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#focZcbrelLpbg46d4H262uXT0D0lwXyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/fKiSBmt7/dlaczego_warto_bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#focZcbrelLpbg46d4H262uXT0D0lwXyx.adaptive-delivery-prevent-bg, #focZcbrelLpbg46d4H262uXT0D0lwXyx.lazyload, #focZcbrelLpbg46d4H262uXT0D0lwXyx.lazyloading { background-image: none; }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row .container { background-color: transparent; background-image: none; }#focZcbrelLpbg46d4H262uXT0D0lwXyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row .container > .video-iframe-container { display: none; }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row > .video-iframe-container { display: none; }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .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); }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row .container { border-width: 0; border-radius: 0; }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#snW4ruZkB31MC1TwTCeFZkbBisr3V1W6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:29.1875rem;top:0.8125rem;left:41.6875rem;overflow:hidden;display:block; }
#CbZoO697P1Sk36bgiO9ClmhprN1o4NVK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.625rem;left:0.39583301544189rem;height:5.36376875rem;font-style:normal;display:block; }
#e2XJCRBzoa1nPk0p4aOrpkwCQ27POf2c { color:rgba(var(--color-primary-3),1);display:block;width:33.25rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:7.960625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LuknVBKV4rU9a52g9CIuonNbUDFH8Irr { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5611875rem;position:absolute;font-family:averta;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.1875rem;left:39.625000953674rem;height:6.582rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oBA35Mbh6cvTnEmqRlFT57eFrytiXyDa { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:21.8125rem;top:19.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#O2GwiTNgydxpe07CkyyRTxM1HeaeDdZR { color:#02225b;display:block;width:16.75rem;position:absolute;font-family:"averta extrabold";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:22.3515625rem;left:17.437500953674rem;height:3.49935rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr { position:relative;display:block; }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr { background-color: transparent; background-image: none; }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .row .container > .video-iframe-container { display: none; }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .row > .video-iframe-container { display: none; }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .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); }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr { border-width: 0; border-radius: 0; }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qhAwccvBadfTmg2kWBz1r6qB85aC3aCF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40.4375rem;width:71.9375rem;top:4.75rem;left:1.53125rem;display:block; }
#HEhGSsmUvlhg69FiZoOCsvKmUzLXmwxz { color:#0d2653;display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:17.125rem;height:2.4373375rem;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; }
#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.46);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; }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row .container { background-color: transparent; background-image: none; }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row .container > .video-iframe-container { display: none; }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row > .video-iframe-container { display: none; }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .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); }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row .container { border-width: 0; border-radius: 0; }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#vJWkTV7UqtidDRVIL2XXGic8ZgrEpQeU { color:rgba(var(--color-primary-3),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9765625rem;left:26.019535064698rem;height:7.3111875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eveEVd2JPT7xQLXEd7LTrQtXG0PfXAVE { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1245rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.97509765625rem;left:39.875487327576rem;height:9.0983rem;font-style:normal;display:block; }
#rVbOCvy6gszna70cxNAAQk0MK6rx35hB { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:7.125rem;font-weight:400;line-height:1;height:10.25rem;width:10.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:3.814697265625E-6rem;left:15.83203125rem;display:block; }
#LTJa6rxPM8JTdEl7n7cF0siaBAIJhZoR { position:absolute;display:block;z-index:15042;background-color:#090b0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.061035125rem;width:67.249375rem;top:26.62190246582rem;left:3.3113603591919rem;display:block; }
#XsTnqWtwiFOmt3bJSebNarSNGToi1y3W { color:rgba(var(--color-tertiary-4),1);display:block;width:35.12125rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.399896621704rem;left:39.203288078308rem;height:11.581225rem;font-style:normal;display:block; }
#whh3RlRU7iR4wvKgZgMhxtCAF6GVIaJV { position:absolute;display:block;z-index:15043;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:9.436875rem;width:13.2486875rem;top:13.47492980957rem;left:22.900389671326rem;overflow:hidden;display:block; }
#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s { position:relative;display:block; }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s { background-color: transparent; background-image: none; }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .row .container > .video-iframe-container { display: none; }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .row > .video-iframe-container { display: none; }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .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); }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s { border-width: 0; border-radius: 0; }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wvR0bwe1QWnx0VW7BVhg19BvEC4bBH54 { color:#0d2653;display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:9.4375019073488rem;height:3.9809rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#USBcLszOQsDseLVGdxtenHPtViQD0cEa { color:#0d2653;display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1rem;left:42.937501907349rem;height:3.9809rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ACk15dTsFnDB70RbQfigv4H17773TUpt { box-sizing:content-box;color:#0d2653;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.36328125rem;left:35.937501907349rem;display:block; }
#NxBc66OOs54fS9uag0AapX41SLpQL1OL { color:#1e2532;display:block;width:22.7498125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:8.8175401687625rem;left:6.5388994216919rem;height:2.44954375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsuTmCi0o9agGt9OVlbARzW9T1B0FUdW { color:#1e2532;display:block;width:22.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:14.333333969116rem;left:6.5403652191163rem;height:2.44954375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPMJ2WHLH5kJP8tyeosWqyGJJ8hBZCRO { color:#1e2532;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:20.104166507721rem;left:6.5403652191163rem;height:2.44954375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HbVHV1iPLTGtm6A2h23mJp1onpoZQzzx { color:#d50909;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.01953125rem;left:27.666666030884rem;height:4.874675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cG0LyC4f7yBQxw3uJ3rJMF1bTGBXSvS4 { color:#d50909;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.666666507721rem;left:27.666666030884rem;height:4.874675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3m298eCRtd8luFxL4vKThPL557zNcu1 { color:#d50909;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.436198592186rem;left:27.666666030884rem;height:4.874675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNb668ywnIRTFwzBVCE0BJT3O3eBLT1s { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:7.7161455154419rem;left:49.791666030884rem;display:block; }
#AzyIs5Z5XCvZt1H96Ck8DD4nugLKcXW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUhkTWDh6cX6sVdt2SGSzkuQ4myuoPoM { background-color:#f2d600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:13.822916030884rem;left:49.791666030884rem;display:block; }
#ni0ZrA1vVapWgJXG7MVZIbfx3PSAwCJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWCAtTcrDRoTI6HMQXOTr6AkG8GH7Gt2 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:19.59375rem;left:49.791666030884rem;display:block; }
#zKH6yu88IACw1o9cqtIMpDlHIHkO0t4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0WAENMORX9mJqXE8i4zgpqfmRhGWOin { position:absolute;display:block;z-index:15041;background-color:#090b0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.25rem;top:25.893229007721rem;left:3.875rem;display:block; }
#JCK5DgraLqsVTRVsHyENvAKTVrJpTPBI { box-sizing:content-box;color:#0d2653;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.36328125rem;left:35.937501907349rem;display:none; }
#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v { position:relative;display:block; }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v { background-color: transparent; background-image: none; }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .row .container > .video-iframe-container { display: none; }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .row > .video-iframe-container { display: none; }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .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); }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v { border-width: 0; border-radius: 0; }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hxAGorshT360hryCCGERrXQvxvdkiVHc { color:#0d2653;display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:17.125001907349rem;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; }
#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 { position:relative;display:block; }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 { background-color: transparent; background-image: none; }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .row .container > .video-iframe-container { display: none; }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .row > .video-iframe-container { display: none; }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .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); }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 { border-width: 0; border-radius: 0; }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ApTghtZhKoBibVENw6olQ2TlZRFerB0F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.625rem;left:58.093754768372rem;overflow:hidden;display:block; }
#x43Ov5MEXVwyf0mA0lvfd2rNr5zgEsFB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.625rem;left:8.0625rem;overflow:hidden;display:block; }
#Vvq2GQQcouxC8RukyrEBK99AcctIWd0m { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.625rem;left:34.375000953674rem;overflow:hidden;display:block; }
#DDZh5aZkh4nEy41pLFLpUu1GBNEcHtTU { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:10.3125rem;left:53.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#bZQK50kQvQp0VXsiqIgPxDvkP0PWRGv2 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:11rem;left:4.5rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#KbRTKDqT4lF3LaDGVDvnkA5HViroILdA { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:11rem;left:30.062500953674rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#a2JotrZHbOaX3niiTimVhQsRTZx9FKPn { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.375rem;left:53.812500953674rem;height:3.6547875rem;text-align:center;text-align-last:center;display:block; }
#FOiIfMppxSBTQDe9XqZ486iQ0oPC6Os5 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:14.53125rem;left:3.71875rem;height:3.6547875rem;text-align:center;text-align-last:center;display:block; }
#cHZ8b31nGUOPP6iZyvHWeqoDIACpZw2M { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:13.55078125rem;left:30.031250953674rem;height:9.74609375rem;text-align:center;text-align-last:center;display:block; }
#mEudtFRuWurNqL1VhNDIbZM162mfBaMl { position:relative;display:none; }#mEudtFRuWurNqL1VhNDIbZM162mfBaMl { border-width: 0; border-radius: 0; }#mEudtFRuWurNqL1VhNDIbZM162mfBaMl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mEudtFRuWurNqL1VhNDIbZM162mfBaMl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VDedxOBV9BFZSWthzuqibmS94rd2xTTP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:6.3294258117675rem;left:6.45703125rem;overflow:hidden;display:block; }
#M3M3NFeLvpUwUXNbGcF7r9hKXBwbNa22 { box-sizing:content-box;color:#0e9ae5;font-size:5.0625rem;font-weight:400;line-height:1;height:7.25rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:4.0625rem;left:65.0625rem;display:block; }
#VzyCTVKhUKabqJrVNXxUpUwL5up5TJpc { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:3.9375rem;font-weight:400;line-height:1;height:5.6875rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:7.4531307220456rem;left:18.14453125rem;display:block; }
#zgKKHirRmnsKZvFtzdkWnTaTBEaWquL7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:4.7903652191162rem;left:11.58203125rem;overflow:hidden;display:block; }
#r3U4PWkra3Koykx2R02ywZO69sHgfxQV { box-sizing:content-box;color:#0e9ae5;font-size:7rem;font-weight:400;line-height:1;height:10rem;width:9.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:6.5625rem;left:58.875rem;display:block; }
#CaizViRJby10nAihdAKsBaKTA1lo8RrD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.326171875rem;left:3.01953125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IG8PGcvMBxmAfQTK3EPFSU175m3iTHI4 { box-sizing:content-box;color:#0e9ae5;font-size:9.875rem;font-weight:400;line-height:1;height:14.125rem;width:14.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:4.0625rem;left:23rem;display:block; }
#tIkFU4oJJKDHi3GvQkHbXflPAch5FtTh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:6.5rem;left:27.875rem;overflow:hidden;display:block; }
#cMBARBRacZeH39maIVOESdWIOJ0ciWFS { box-sizing:content-box;color:#0e9ae5;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:3.25rem;left:28.25rem;display:block; }
#TnghZZLM4y4QsXndJ6TgFVZi0tu0sCiR { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:3.9375rem;font-weight:400;line-height:1;height:5.6875rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:7.484375rem;left:34.718753814698rem;display:block; }
#OT2shHvUHBpOhOTQB433IoLzKT6RnH7k { box-sizing:content-box;color:#0e9ae5;font-size:6.6875rem;font-weight:400;line-height:1;height:9.625rem;width:9.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:6.5625rem;left:42.8125rem;display:block; }
#S9zsy1KXvhyOr28EHIpxPcqDKCQkqxEc { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:3.9375rem;font-weight:400;line-height:1;height:5.6875rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:7.8125rem;left:53.25rem;display:block; }
#c11RdT0vv8J7qeIzpa2Aulix489TZUVU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:17.326171875rem;left:20.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y111GqD0qIC8Wzl8TbMyETs3eA83v8fw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:17.326171875rem;left:40.90625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wg5CmDyrJkkn31Xps9Tuu6gMrDm2xAP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:17.326171875rem;left:55.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#np18IVxqDIXTS4DGeBATVR5kUZ98l1yf { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:25.25rem;left:28.75rem;display:block; }
#DlhbrNZCX96kb4a4ndOHi87oDaSZGn2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/KzmKOu3U/Blue_Back_To_School_Banner_Landscape.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; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn.adaptive-delivery-prevent-bg, #LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn.lazyload, #LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn.lazyloading { background-image: none; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row .container { background-color: transparent; background-image: none; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row .container > .video-iframe-container { display: none; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row > .video-iframe-container { display: none; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .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); }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row .container { border-width: 0; border-radius: 0; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#B3SvBSI4LNgAgNW8PVt2JVWTGLm4eRHP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5rem;top:7.33203125rem;left:11.656250953674rem;overflow:hidden;display:block; }
#TBtPrBL5CHLDNUWtT7FhbTOvmZAW9ODU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:8.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abstTNEpKdKGwD9DT32uMGrBHeFx89Ax { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:7.5rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuGGTk4VVEgLh8WqsX2W25GzmRWvkxvz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.375rem;left:23.1875rem;height:6.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0F1PK9RZE2TGtmxaN8TdnBLy1UmWkTX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1875rem;left:23.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReX2JEUQBPa9BWBrJUw9daA22S2BQu8U { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:7rem;top:7.33203125rem;left:26.312500953674rem;overflow:hidden;display:block; }
#bHXhQX7StzdHEyqet9A7uFfGN1goA6pu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:39.5rem;height:5.1171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pE7Ko6erqEKx52dKMbZ4ghSewRQg8rTp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKLqcn4UcSIH6P4495mpIh0iqzoBgfGL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:6.7083320617675rem;left:42.843750953674rem;overflow:hidden;display:block; }
#ZBdRgPvSZOvmfLzIcpuTeC19ABZnI32R { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.1875rem;left:54.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILtrTe36bLWqlHkITnHnrKfM2kwvKN4J { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:7.30078125rem;left:57.500004768372rem;overflow:hidden;display:block; }
#hoRlEJwIx96yWwTMHWQt9O2otDyhkml3 { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:23.1875rem;display:block; }
#yo1KM4XS7CwqIl9Vm8kNgFBgKWU6z3dy { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:37.4375rem;display:block; }
#BTcJagshtqnlLuS15lCqTcPIArQOGNFd { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:54.25rem;display:block; }
#xQNvGgl8A0xOlCbMsaxhKJ23hfIzbUSr { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.375rem;left:54.937500953674rem;height:6.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4tpRh1vL9aS63EpUKURrmbG2chzL19H { position:relative;display:block; }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H { background-color: transparent; background-image: none; }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .row .container > .video-iframe-container { display: none; }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .row > .video-iframe-container { display: none; }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .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); }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H { border-width: 0; border-radius: 0; }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J4to9OeOH7QFr0lSoRNkw8CRbyTk7bkP { position:absolute;display:block;z-index:15028;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:22.8125rem;width:55.875rem;top:10.59375rem;left:8.21875rem;overflow:hidden;display:block; }
#cIw7TZSLQM6DTW2gPtvU19A3WEkp6de5 { color:#02225b;display:block;width:36.55925rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.89404296875rem;left:22.895506858826rem;height:2.76204375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy { position:relative;display:block; }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy { background-color: transparent; background-image: none; }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .row .container > .video-iframe-container { display: none; }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .row > .video-iframe-container { display: none; }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .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); }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy { border-width: 0; border-radius: 0; }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c0E1snbskdT92mZ8D6MCpFrt4ZE2igeH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.437rem;width:22.3746875rem;top:7.8719073943794rem;left:7.5618486404419rem;overflow:hidden;display:block; }
#sV2dQT0MK5GKmEwvTzAJT4WmOGSuNrce { color:#02225b;display:block;width:49.375rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4007167816162rem;left:14.206542015076rem;height:2.76204375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sG3oNgB8IIc67pAt6VdCWA0E86csDyVK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4996875rem;width:18.6873125rem;top:7.8393551521006rem;left:42.836913108826rem;overflow:hidden;display:block; }
#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row .container { background-color: transparent; background-image: none; }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row .container > .video-iframe-container { display: none; }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row > .video-iframe-container { display: none; }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .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); }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row .container { border-width: 0; border-radius: 0; }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.46);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; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row .container { background-color: transparent; background-image: none; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row .container > .video-iframe-container { display: none; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row > .video-iframe-container { display: none; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .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); }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row .container { border-width: 0; border-radius: 0; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#oqO3Jpy6Ox3HEw6mPycL1bk4lI7cZ9dn { color:rgba(var(--color-primary-3),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:26.0625rem;height:7.3111875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b3v4ikSlapGqD6kTEJTLB57GKTkVwexq { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1245rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.81201171875rem;left:39.875487327576rem;height:9.0983rem;font-style:normal;display:block; }
#GJ2KTkDPOymu9rvtbFMzxxDtdML2INzA { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:7.125rem;font-weight:400;line-height:1;height:10.25rem;width:10.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.8125rem;left:15.875rem;display:block; }
#quMorbFDoa7p4Ie6amNCqQ0SaX9clpmp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:56.25rem;top:2.76953125rem;left:9.375rem;display:block; }
#KF1TnwplIaz0TDFs6GOBZ9HG9EtHysKV { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:56.25rem;top:15.39453125rem;left:9.375rem;display:block; }
#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 { position:relative;display:block; }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 { background-color: transparent; background-image: none; }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .row .container > .video-iframe-container { display: none; }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .row > .video-iframe-container { display: none; }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .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); }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 { border-width: 0; border-radius: 0; }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mgKdreO8eIer7cWT6OSI6xTDP81SqCWM { color:#0d2653;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4150390625rem;left:30.1875rem;height:3.73730625rem;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; }
#Pt4970HTLA1K0B3Rz493HTWV1RGN8MZN { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:6.4973964691163rem;left:17.51953125rem;height:2.274575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi { position:relative;display:block; }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi { background-color: transparent; background-image: none; }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .row .container > .video-iframe-container { display: none; }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .row > .video-iframe-container { display: none; }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .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); }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi { border-width: 0; border-radius: 0; }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:67.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uMTXZ9F5rrZfpRcbvwi08eMrUGAHFemw { color:#d50909;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7716369628906rem;left:7.3738613128663rem;height:4.4685875rem;font-style:normal;display:block; }
#r40ZaVsGTnQBHWXuoPDe3FvuqHlwzx2y { color:#d50909;display:block;width:12.4986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9607772827149rem;left:56.312495231628rem;height:4.4685875rem;font-style:normal;display:block; }
#AOozxJmI0A5WQTaxmdUEDhTW44SFM00P { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(47,83,155,0.15) ;height:50.8121875rem;width:23.9998125rem;top:14.497873783112rem;left:0.49886035919189rem;display:block; }
#Cgkd7qa2uT7WlF4Sb5lJRVlKhrlNeVTB { color:#1e2532;display:block;width:22.749rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:6.9718427658081rem;left:25.624999046326rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaniSqfdfs49A7EODCk3Ov9buwDDWqhr { color:#009bf3;display:block;width:16.624375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:15.558267593384rem;left:30.218096733093rem;height:1.8066375rem;text-align:left;text-align-last:left;display:block; }
#WfHmxt0JFnbPrhoW8vMnu3Kx1F91FOF6 { color:#1e2532;display:block;width:14.624rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:7.1891279220581rem;left:4.9259443283081rem;height:1.66178125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AistzwQnw7MHGmTLUTmKESW112Sa9UoV { color:#009bf3;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:17.3125rem;left:2.75rem;height:1.8066375rem;text-align:left;text-align-last:left;display:block; }
#PBBN72ctOwJnvSlFmVbzV5hwpfysTVWh { color:#636e84;display:block;width:21.997875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:19.874684333801rem;left:25.999346733093rem;height:7.09475rem;display:block; }#PBBN72ctOwJnvSlFmVbzV5hwpfysTVWh li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#PBBN72ctOwJnvSlFmVbzV5hwpfysTVWh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
#gzhhN7eybHPzZ14uo0bwEgXoT88LoLZw { color:#5553ff;display:block;width:22.749rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:4.9918632507324rem;left:26.124674797058rem;height:1.48763125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2dq0uJJ4cBVETz4kBU13RXytTIhTVTs { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(47,83,155,0.15) ;height:50.9375rem;width:24rem;top:14.4375rem;left:25rem;display:block; }
#li03rL4tLDM7fthuNSFiEcgGcaP9Ikcl { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(47,83,155,0.15) ;height:50.6875rem;width:24rem;top:14.75rem;left:51rem;display:block; }
#mTDHT3fwCTkKtVqmQF5AoJFI4uCqO2zu { background-color:#f2d600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(111,123,137,0.47) ;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9996875rem;height:4.060875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:59.934906005859rem;left:0.99853515625rem;display:block; }
#IagOamrho3kvwsN1JrK8rvP9BgpWTbBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFdAL2LOtf2H7Txcry3tEOpUwvdRydwg { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(111,123,137,0.47) ;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9986875rem;height:4.05989375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:59.935707092285rem;left:51.624510765076rem;display:block; }
#ZndiBZX2BwhIwKSnTPk8uKHfcR6OX2CA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dku0psLew83fPoOWLdkyRhve4oBQVaSU { color:#1e2532;display:block;width:14.624rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:7.2330732345581rem;left:54.176432609558rem;height:1.57389375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toZqFLmyQ5lbCoqzVX2PcSJJkMu58qlM { color:#636e84;display:block;width:21.9994375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:20.5rem;left:53rem;height:36.5600625rem;display:block; }#toZqFLmyQ5lbCoqzVX2PcSJJkMu58qlM li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#toZqFLmyQ5lbCoqzVX2PcSJJkMu58qlM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
#LbCyltaenJI4t9Mla3nazM5grRNXvy9b { color:#009bf3;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.7;letter-spacing:0;top:17.491047859192rem;left:27.187499046326rem;height:1.8066375rem;text-align:left;text-align-last:left;display:block; }
#qHxOsSu9wEflC2C4SSU7s1JLLP8RdeLd { color:#009bf3;display:block;width:20.62425rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.7;letter-spacing:0;top:15.6875rem;left:52.1875rem;height:1.8066375rem;text-align:left;text-align-last:left;display:block; }
#WTurOl0zgN6PTV3EnF3nd2teAufgvlHe { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5621875rem;height:3.49935rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.988780021668rem;left:30.218096733093rem;display:block; }
#d0CNiGgArTHCSvcH59W2OKNmcDlkcKe9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzEJA68RoaET8mF4lglkM3eIiJviPpWb { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:3.435875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.114908218384rem;left:4.9259443283081rem;display:block; }
#icCLEI3xMzuohA3pJac6zBBAV33KoMec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTBEbUvipaxF5BvGQ7MVkzITyT3qbuKs { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:11.145833969116rem;left:54.187500953674rem;display:block; }
#DqcgiwmgnrHTAPns1lF8VeKDJw7QXHHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8PGEA6RnVZoBAXmmntTQOT5XQqXpfTo { color:#636e84;display:block;width:22rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:0.6875rem;left:1.5rem;height:58.75rem;display:none; }#X8PGEA6RnVZoBAXmmntTQOT5XQqXpfTo li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#X8PGEA6RnVZoBAXmmntTQOT5XQqXpfTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
#DOIW4O06xINRtRpFG1JWO2Fe2VvMH1Cy { color:#636e84;display:block;width:21.997875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:28.623870849609rem;left:25.999346733093rem;height:28.6376875rem;display:block; }#DOIW4O06xINRtRpFG1JWO2Fe2VvMH1Cy li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#DOIW4O06xINRtRpFG1JWO2Fe2VvMH1Cy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
#IPPpTNKpoFTGkKaeTMOOaCtvwo7kPCF7 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(111,123,137,0.47) ;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.99725rem;height:4.05924375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:59.935718536377rem;left:25.563475608826rem;display:block; }
#Tv4yrbszp7sAlJTl0vKHhodGT7M6GqiS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrvzgT3v6iDFAxy6974R7KJEdx01dETe { color:#636e84;display:block;width:21.9986875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:19.117023468017rem;left:1.4998369216919rem;height:1.9482375rem;display:block; }#CrvzgT3v6iDFAxy6974R7KJEdx01dETe li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#CrvzgT3v6iDFAxy6974R7KJEdx01dETe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
#H5poZJ7XsWGwwt3eFgzxQRsoTWCgmCBI { color:#636e84;display:block;width:21.9986875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:21.812347412109rem;left:1.4998369216919rem;height:36.5600625rem;display:block; }#H5poZJ7XsWGwwt3eFgzxQRsoTWCgmCBI li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#H5poZJ7XsWGwwt3eFgzxQRsoTWCgmCBI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
#qSfsSnvvly4EK7eXlvraM7yooO7HlFNg { color:#1e2532;display:block;width:14.6248125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:9.0706377029419rem;left:4.9259443283081rem;height:1.48763125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PsIw7B1ULpqdJ5Nepoqd7MNpJlJBwdNa { color:#1e2532;display:block;width:14.6248125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:8.9786777496337rem;left:54.175616264343rem;height:1.48763125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9vVb5RTiKed7wL6gCRg7okaDcyNkDLA { color:#1e2532;display:block;width:14.6248125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:9.0706377029419rem;left:30.186358451843rem;height:1.57389375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laDqbBrIsObghCmMa0b4XxPiFpUsZHR8 { color:#d50909;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.01953125rem;left:27.666666030884rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TdE5tc9xvLgV64EwtEpJ5UqZCdWEa9Sc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:56.25rem;top:15.39453125rem;left:9.375rem;display:none; }
#EBTTFedniF5emsgQf7zEZTHCn5PsL85D { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:56.25rem;top:15.39453125rem;left:9.375rem;display:none; }
#KJG9x85k1R09XZSRgqFwE5ZLpyGrH9U7 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:56.25rem;top:15.39453125rem;left:9.375rem;display:none; }
#ezi4HwfVVFFuos3XtrlOPLriiKOG09vs { color:#d50909;display:block;width:12.9996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.62418603897095rem;left:30.999349594116rem;height:4.95605625rem;font-style:normal;display:block; }
#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml { position:relative;display:block; }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml { background-color: transparent; background-image: none; }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .row .container > .video-iframe-container { display: none; }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .row > .video-iframe-container { display: none; }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .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); }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml { border-width: 0; border-radius: 0; }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.77);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; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row .container { background-color: transparent; background-image: none; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row .container > .video-iframe-container { display: none; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row > .video-iframe-container { display: none; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .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); }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row .container { border-width: 0; border-radius: 0; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#nRldkERZzKHLp10bx4bZz4cwMt4R2iJN { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.62109375rem;left:15.531251907349rem;height:3.73698125rem;font-style:normal;display:block; }
#gN0pchgShho0JENiiQ1LZOhv77P3FECq { color:rgba(var(--color-tertiary-4),1);display:block;width:69.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:34.25rem;left:2.78125rem;height:3.57584375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Addf28dyCPnRc5rCiP4OfXFleiEOHE6x { position:absolute;display:block;z-index:15024;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:25.9375rem;width:46.8125rem;top:6.65625rem;left:14.09375rem;overflow:hidden;display:block; }
#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT { position:relative;display:block; }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT { background-color: transparent; background-image: none; }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .row .container > .video-iframe-container { display: none; }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .row > .video-iframe-container { display: none; }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .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); }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT { border-width: 0; border-radius: 0; }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lZcM1GdpBEZkMqc0sKfTh4JCX56uvBlZ { color:#c10032;display:block;width:56.1870625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8120245933532rem;left:9.4053826332094rem;height:2.6806625rem;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; }
#Pl1ZTgfgpr6RKrsh4mTVgMtdvEHHnvVT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:34.4375rem;top:7.49609375rem;left:2.3671875rem;overflow:hidden;display:block; }
#N4vda9S1WheLTXkrbRW1ADpITynbsnee { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:8.91796875rem;left:38.429688453674rem;height:10.7275375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MrOixS7x0XI0mNXUo330zhprTiTBicRl { z-index:15006;top:28.625rem;left:12.687500953674rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WiwETFuoCtuvXzzpGP8lz4yn2mIxMNPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W { position:relative;display:block; }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W { background-color: transparent; background-image: none; }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .row .container > .video-iframe-container { display: none; }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .row > .video-iframe-container { display: none; }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .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); }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W { border-width: 0; border-radius: 0; }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#th7TtABbbIWkr30EtWPD8GrNg8L3EJet { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.2745761871338rem;left:17.499999046326rem;display:block; }
#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.6);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; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container { background-color: transparent; background-image: none; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container > .video-iframe-container { display: none; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row > .video-iframe-container { display: none; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .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); }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container { border-width: 0; border-radius: 0; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#yJMZprUiDFUrZ3aFVTvDsQsMMLTJrxl2 { color:#3aba91;display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.4296875rem;left:13.156250953674rem;height:6.5983125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gy7aBw5c8OeQTKU9gLuEJmf7viqy3mMb { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:70.3125rem;top:26.5rem;left:2.375rem;display:none; }
#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw { position:relative;display:block; }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw { background-color: transparent; background-image: none; }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .row .container > .video-iframe-container { display: none; }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .row > .video-iframe-container { display: none; }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .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); }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw { border-width: 0; border-radius: 0; }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dWwOqaaaOwouQQGa1IsXkPkP2yGPR7Ld { color:#02225b;display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.37109375rem;left:12.656250953674rem;height:3.2495125rem;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; }
#lb92zeL4GzuSipBWnEvm91r251RToFKK { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:8.87109375rem;left:35.687500953674rem;display:block; }
#xo2dQx9eBzA8bpV1aoze5MT6CoPzZQQS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.3125rem;width:19.5625rem;top:15.5rem;left:5.8699008467238rem;display:block; }
#i4gVpnAuVLmAB6SX8n12194ISll0T3CU { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:17.71875rem;left:6.375rem;height:16.002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BpdbJk9MUk6hNgXBX7TWzRexf9W0mOG0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.8125rem;width:18.9375rem;top:15.499992370606rem;left:28.000000953674rem;display:block; }
#MrGIsZST7PzByVVGBENgQW99KJcdy4ds { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:17.15625rem;left:28.750000953674rem;height:20.00325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fR2rxphxuW4wfBO4rzapXewv7LC7SAd5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:20.6875rem;width:18.9375rem;top:15.5rem;left:48rem;display:block; }
#vQoktxFVlRdDR5SiDHbBhDM78bH7y7MB { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:17.625rem;left:48.6875rem;height:14.00225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.6);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; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container { background-color: transparent; background-image: none; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container > .video-iframe-container { display: none; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row > .video-iframe-container { display: none; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .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); }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container { border-width: 0; border-radius: 0; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#y6vdgvNdIlEuHTp6TLNRri9mpTUtP0QQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:70.3125rem;top:26.5rem;left:2.375rem;display:none; }
#pcReZOdSLyovNhtapSk0MFcfih0TpTmG { background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.96875rem;left:42.562500953674rem;display:block; }
#l8fygSfCWyOBFHF4bNvc9sM6h2pTA00b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzlJA00Tv29lk3z8GmrbBBcCrcVA1u9k { z-index:15003;top:2.9557189941406rem;left:20.125000953674rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #4282f1;border-left:0.0625rem solid #4282f1;border-right:0.0625rem solid #4282f1;border-bottom:0.0625rem solid #4282f1;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#04307f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.39583375rem;height:3.52083375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kPn3nbXms1eSnx8xaQ9a5dSKtLscoGMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itu51XcSsZVU9dTGXRLLJe6r84oHXSqg { color:#df1c96;display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:9.8046875rem;left:24.281250953674rem;height:3.29915625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZIt1OSpnpblaaE3D5o4nlZHhJarO9BN3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:21.0625rem;top:8.5rem;left:1.86328125rem;overflow:hidden;display:block; }
#c2GTrwGKHcQEinffkqugTSkpVsVwT8k5 { color:#453838;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:14.167976379394rem;left:32.562500953674rem;height:21.455075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ho27oexgTmEfqQDsG3XlyTX5M8WNzpAk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:56.25rem;top:7.70703125rem;left:9.3750009536744rem;display:block; }
#UapNTc1MfDeTOIwr38WaFE5kyhPEVJXd { position:relative;display:none; }#UapNTc1MfDeTOIwr38WaFE5kyhPEVJXd { border-width: 0; border-radius: 0; }#UapNTc1MfDeTOIwr38WaFE5kyhPEVJXd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UapNTc1MfDeTOIwr38WaFE5kyhPEVJXd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GypUeiLbnUXmwTWOItoHL772TE8Ht8OQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:25rem;top:3.5625rem;left:43.750001907349rem;overflow:hidden;display:block; }
#FK04Otagh1VZEGUUUUnGTS1B7Zk6qXGA { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.70703125rem;left:0.60286521911621rem;height:;font-style:normal;display:block; }
#ZErWJJBAglq0w416cKSteuU4TbJ2z0AX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:14.707030296326rem;left:0.60286521911621rem;height:13rem;font-style:normal;display:block; }
#JultVp2aFN8ZkxczgSFbeVbMGpyN1mge { color:rgba(var(--color-primary-2),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:8.7070322036744rem;left:0.60286521911621rem;height:3.9609375rem;font-style:normal;display:block; }
#FTIONeWhOhJ7ZCkRnMiu6dfMBiiNCmhQ { color:rgba(var(--color-primary-2),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0.60286521911621rem;height:3.16796875rem;font-style:normal;display:block; }
#OeuiAS7k4lhuihIzgbEfvz1qXy4RO9Um { z-index:15005;top:33.061199188233rem;left:12.854166030884rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CTpaxJiANdIVVyIEhDQwfiaJEpm6iUgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(324deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container { background-color: transparent; background-image: none; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container > .video-iframe-container { display: none; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row > .video-iframe-container { display: none; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .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); }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container { border-width: 0; border-radius: 0; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#UyfpACrkC9FyqLR4I1BZ9DMASUkLuU5m { color:rgba(var(--color-tertiary-0),1);display:block;width:36.56175rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.2738714218139rem;left:0.81090831756594rem;height:1.787925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QNqwQWTtMilohUnzk64tlzGKdPAQ7A54 { color:#fbfbfb;display:block;width:37.2496875rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:5.5548095703125rem;left:0.46513271331787rem;height:22.3144375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fmOluyq4ZwlorBwDZsIL6Lxgof0LZLOh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8119375rem;width:33.3745625rem;top:0rem;left:39.811199665069rem;overflow:hidden;display:block; }
#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 { position:relative;display:block; }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 { background-color: transparent; background-image: none; }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .row .container > .video-iframe-container { display: none; }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .row > .video-iframe-container { display: none; }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .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); }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 { border-width: 0; border-radius: 0; }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m3POQigFgJ7VDoKvkwxO3zDdlpThNQya { position:absolute;display:block;z-index:15026;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:35.5rem;width:40.8125rem;top:2.5312501192093rem;left:17.093751907349rem;overflow:hidden;display:block; }
#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row .container { background-color: transparent; background-image: none; }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row .container > .video-iframe-container { display: none; }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row > .video-iframe-container { display: none; }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .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); }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row .container { border-width: 0; border-radius: 0; }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#Rzw9X4KRbqLmhl3yzFgWv1v1NUMhhQ37 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5617771148682rem;left:12.905815601349rem;height:2.4375rem;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; }
#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG { position:relative;display:block; }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG { background-color: transparent; background-image: none; }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .row .container > .video-iframe-container { display: none; }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .row > .video-iframe-container { display: none; }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .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); }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG { border-width: 0; border-radius: 0; }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dpT0KlXfbbbPizsUUyitucIzFGUoD43s { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7.2685546875rem;left:5.0625rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#bC8biBgIDuLPFTXyhRL8e30UOvO4pDuK { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:10.3310546875rem;left:5.0625rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#qK4ccOE8IXnmd1Ihr0SRHobn5pqOgseb { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:10.3125rem;left:30.0625rem;height:3.6547875rem;text-align:center;text-align-last:center;display:block; }
#t68m5dH7fbAkLzyS9q11KMVs5o4t9OVJ { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:7.25rem;left:30.0625rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#EfqSSBBwSS81qs84DuvFWOwyJKACPXMH { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:10.3125rem;left:55.0625rem;height:3.6547875rem;text-align:center;text-align-last:center;display:block; }
#Qdo7WxyBUbO3zNGRlz0RrsQrBmnFiuKT { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:7.25rem;left:55.0625rem;height:1.2182625rem;text-align:center;text-align-last:center;display:block; }
#A0GWkR76L0qJCP6wbgdLEHePe7pwOFDx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:0rem;left:9.59375rem;overflow:hidden;display:block; }
#ymAVnMrreKf0W7BrGgGKvG64EReAzpXV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:0rem;left:34.59375rem;overflow:hidden;display:block; }
#yQWCy9BGG26fGpPXmMIL1e6RDLpQVtAx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:0rem;left:59.59375rem;overflow:hidden;display:block; }
#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx { position:relative;display:block; }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx { background-color: transparent; background-image: none; }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .row .container > .video-iframe-container { display: none; }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .row > .video-iframe-container { display: none; }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .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); }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx { border-width: 0; border-radius: 0; }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SA26MirygPwmUNe39mOU217SNmEcvtms { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7.2685546875rem;left:5.0625rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#TvFuT1hk60yVqTac0NycFpDVMLKe06KZ { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:10.3310546875rem;left:5.0625rem;height:3.6547875rem;text-align:center;text-align-last:center;display:block; }
#iqgIieVNl9Norfg1g8UP3XB4zx42co0H { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:10.3125rem;left:30.0625rem;height:3.6547875rem;text-align:center;text-align-last:center;display:block; }
#FQMqy8tZSL67w4Z67e1O1mB6DQu6Pe8g { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:7.25rem;left:30.0625rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#UhVN8bFNS1Vrr5HsxdxHB3qA3AUSdnb2 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:10.3125rem;left:55.0625rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#e1X1ffz80iNX1x99cGvvOTf2QlRGOl09 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:7.25rem;left:55.0625rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#lflQBUrsFzFsrCl0W4cwS1U4SgAgC3rJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:0rem;left:9.59375rem;overflow:hidden;display:block; }
#TQEmldm2xzNMisADR7d35CAp5caqSihP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:0rem;left:59.59375rem;overflow:hidden;display:block; }
#eEkZaZ1NrKru2aoINC3Sthceg19NZdi7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:0rem;left:34.59375rem;overflow:hidden;display:block; }
#xcha91AJnNpNMT9n7J1uuosiLedP6lDD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container { background-color: transparent; background-image: none; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container > .video-iframe-container { display: none; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row > .video-iframe-container { display: none; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .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); }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container { border-width: 0; border-radius: 0; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#TS5Ty2JyzmreoQ3NwbnBEMyuNrPNu91W { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9996875rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3093175888061rem;left:15.405092716217rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v63HzJVIcEEEokCdcKcRiT02n0r5wMBU { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:6.1241331100464rem;left:12.436342716217rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA { position:relative;display:block; }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA { background-color: transparent; background-image: none; }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .row .container > .video-iframe-container { display: none; }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .row > .video-iframe-container { display: none; }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .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); }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA { border-width: 0; border-radius: 0; }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hg5XDNFC51qdTlq8zV8gFNTABAdAHVNN { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9052734375rem;left:12.09375rem;height:2.4373375rem;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; }
#nXmZEanIkJJAUiqDaorD2CbCmmEFqpBC { color:rgba(var(--color-tertiary-4),1);display:block;width:70.9375rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.21875rem;height:16.44125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nXmZEanIkJJAUiqDaorD2CbCmmEFqpBC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nXmZEanIkJJAUiqDaorD2CbCmmEFqpBC li:before{  }
#erxR2hqvMpkORtkiBEVXCzeUKSSPzuer { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:70.3125rem;top:26.5rem;left:2.375rem;display:block; }
#Za5vgSzONRbWUbk4ov6kmwtqoLndXCTN { color:rgba(var(--color-tertiary-4),1);display:block;width:62.25rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.25rem;left:6.5rem;height:5.52409375rem;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; }
#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ { position:relative;display:block; }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ { background-color: transparent; background-image: none; }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .row .container > .video-iframe-container { display: none; }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .row > .video-iframe-container { display: none; }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .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); }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ { border-width: 0; border-radius: 0; }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pnwKbJ6TnRMevIVzeUFMIVSQTpiZlTlk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:38.5625rem;top:1.1044921875rem;left:16.75rem;overflow:hidden;display:block; }
#Oi5uBpflP1JkW715sCB4v0wsqduAc8h0 { background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.9794921875rem;left:15.28125rem;display:block; }
#sbOGOo2SvcreV2KWbpODSLRlLBQLNsqZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row .container { background-color: transparent; background-image: none; }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row .container > .video-iframe-container { display: none; }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row > .video-iframe-container { display: none; }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .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); }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row .container { border-width: 0; border-radius: 0; }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#M51kyzpfsJ24ZW2qvrOTe9Hld90zTOGs { color:rgba(var(--color-tertiary-0),1);display:block;width:45.6875rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:2.15625rem;left:1.6875rem;height:10.074875rem;font-style:normal;display:block; }
#iTDe2ZGMfAb0nAsThqfsKwudmXVlISmF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.8125rem;left:52.6875rem;height:3.1684rem;font-style:normal;display:block; }
#EBUMG9JmDJ6IqQUL3bcz78C4vR7lB9Ep { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.375rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:3rem;left:46.4375rem;display:block; }
#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row .container { background-color: transparent; background-image: none; }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row .container > .video-iframe-container { display: none; }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row > .video-iframe-container { display: none; }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .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); }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row .container { border-width: 0; border-radius: 0; }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#nXh70PWSHkVrTVRNKC1gW7pV6OGEQJFu { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.21875rem;left:12.09375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row .container { background-color: transparent; background-image: none; }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row .container > .video-iframe-container { display: none; }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row > .video-iframe-container { display: none; }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .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); }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row .container { border-width: 0; border-radius: 0; }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#gFrepeMAnWLdVQkbXO5eJQHbz1lmTyf6 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.9375rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.03125rem;height:12.42919375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lGXZTJREKN7M57TKxBkbyipVaX2KLygA { position:relative;display:block; }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA { background-color: transparent; background-image: none; }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .row .container > .video-iframe-container { display: none; }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .row > .video-iframe-container { display: none; }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .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); }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA { border-width: 0; border-radius: 0; }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:80.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VTclratw6xZrCefprBVwMksV0S51HO6x { color:#05132a;display:block;width:75rem;position:absolute;font-family:averta;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:4.874675rem;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; }
#rBkwTQt3auKBkV9ird08nRqaIhDGJsKJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:62.25rem;top:11.499694824219rem;left:4.4994215965271rem;overflow:hidden;display:block; }
#m1HSNVEyqAVqhE9Fqf4lbx28IwEDAcWg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:63.3125rem;top:42.1875rem;left:4.3125rem;overflow:hidden;display:block; }
#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row .container { background-color: transparent; background-image: none; }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row .container > .video-iframe-container { display: none; }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row > .video-iframe-container { display: none; }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .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); }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row .container { border-width: 0; border-radius: 0; }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#tFLIhwDOmvltT2gIltODcbU1pTQOkQDE { color:#515151;display:block;width:75rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b15aTIkiLZZUZcxqoASAIM20JyQ71Tf5 { color:#02225b;display:block;width:75rem;position:absolute;font-family:averta;font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0000381469726rem;left:0rem;height:3.819175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#auVcqxcU0OuXtAgROBT4wsJRAcWvfQQs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;height:28.5625rem;width:25.5625rem;top:9.625rem;left:8.1875rem;display:block; }
#nS9P3bVMrRuvip7sTZpemN3bKafARZaQ { color:#acacac;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:24.875rem;left:10.0625rem;height:12.11425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z96XGlPl06T16CKrUhr6lizmlr58wCOo { color:#1799eb;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21rem;left:10.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GhpxZ3s5a4strzlBDRWaSKhftk6z4ZLH { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;height:28.5625rem;width:25.5625rem;top:9.625rem;left:38.843750953674rem;display:block; }
#koGlK8Mi3cfSANsETU7F3PIKlJkkNWWt { color:#acacac;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:26.125rem;left:40.75rem;height:8.0761875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z05O4rT3snXIyMrc2MXlCMr3dswzOFXp { color:#1799eb;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21rem;left:40.75rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#geKRm8ZvTpNsBuSkZlxq1mEdM6mJMmNP { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:12.375rem;left:16.875rem;overflow:hidden;display:block; }
#bqTdOteT4NNpWxt6Pl7c8yAogqhM6SMS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:12.375rem;left:48.25rem;overflow:hidden;display:block; }
#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 { position:relative;display:block; }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 { background-color: transparent; background-image: none; }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .row .container > .video-iframe-container { display: none; }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .row > .video-iframe-container { display: none; }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .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); }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 { border-width: 0; border-radius: 0; }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dEROe4U9cXeqKnuP51speTDnpH435T80 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:26.0625rem;top:5.6241836547851rem;left:2.6871747970581rem;overflow:hidden;display:block; }
#Jc7ZhfJ9Z4eO4v9flKrcx1DaR7mgB5ip { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:24.3123125rem;top:16.362303256989rem;left:33.684081077576rem;overflow:hidden;display:block; }
#WarpbVRTEMUKKCWm9nEM1Dnu6SL2QCMu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1245rem;width:24.2496875rem;top:6.290690124035rem;left:34.421385765076rem;overflow:hidden;display:block; }
#BDkVeuILDxl17K7OQEcDDAXMi1viqoCI { position:relative;display:none; }#BDkVeuILDxl17K7OQEcDDAXMi1viqoCI { border-width: 0; border-radius: 0; }#BDkVeuILDxl17K7OQEcDDAXMi1viqoCI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BDkVeuILDxl17K7OQEcDDAXMi1viqoCI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eDHUtBElG5ZgxshUi8oELAELsdv6PGLa { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #009bf3;border-left:0.0625rem solid #009bf3;border-right:0.0625rem solid #009bf3;border-bottom:0.0625rem solid #009bf3;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 0.25rem 0.9375rem rgba(0,155,243,0.2) ;height:24.875rem;width:24.375rem;top:2.0625rem;left:0rem;display:block; }
#CHNT8fuvhr7a9EvrbX0TJxAWho2DK3TT { color:#636e84;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:14.0625rem;left:0.65625rem;height:10.1875rem;text-align:center;text-align-last:center;display:block; }
#I2ec4MKMph46FvfNGrc8nvrBQ0TlJM6p { color:#1e2532;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:10.59375rem;left:0.34375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTX7lZ8dHSCUBSxJze9ksUQ3eWGI0aAK { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #009bf3;border-left:0.0625rem solid #009bf3;border-right:0.0625rem solid #009bf3;border-bottom:0.0625rem solid #009bf3;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 0.25rem 0.9375rem rgba(0,155,243,0.2) ;height:24.875rem;width:24.375rem;top:2.0625rem;left:25rem;display:block; }
#MP5UlPDEsIwdWfgvWb52ClRlNKSVAOTq { color:#636e84;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:14.0625rem;left:25.90625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#Ch5uJQlFodbolJZ98c3WwfdehtlwSvhs { color:#1e2532;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:10.59375rem;left:25.59375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eu70wP2J6CXS51cHR2ZUR3aLuwIJJ9hP { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:2.86328125rem;left:32.895833015442rem;overflow:hidden;display:block; }
#IhnogtMMeOaUG2h1IHlXVz7v8UCEzgCa { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #009bf3;border-left:0.0625rem solid #009bf3;border-right:0.0625rem solid #009bf3;border-bottom:0.0625rem solid #009bf3;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 0.25rem 0.9375rem rgba(0,155,243,0.2) ;height:24.875rem;width:24.375rem;top:2.0625rem;left:50rem;display:block; }
#nsPPIoPoHGKgIh8quMQhxUrXBvcaAuTq { color:#636e84;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:14.0625rem;left:50.90625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#um4DFh5oMWlL87cL2nWTLXmED1gWBzNo { color:#1e2532;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:10.59375rem;left:50.59375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOMrZKzKTGPaxs4OsA3MTcDZGA5tXuao { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:2.76953125rem;left:59.09375rem;overflow:hidden;display:block; }
#zxM7OrEhr5fhxleMnKOdN76Zr2kwSfbw { box-sizing:content-box;color:#efeff8;font-size:7.3125rem;font-weight:400;line-height:1;height:10.5rem;width:10.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:1.01953125rem;left:64.5625rem;display:block; }
#p89lebSloiQoTaCTcQZysMIudDWgUHuD { box-sizing:content-box;color:#efeff8;font-size:7.3125rem;font-weight:400;line-height:1;height:10.5rem;width:10.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:1.01953125rem;left:39.625rem;display:block; }
#U8LtcqP6uFLNgMpV5GGqaRGDybVNi77C { box-sizing:content-box;color:#efeff8;font-size:7.3125rem;font-weight:400;line-height:1;height:10.5rem;width:10.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:1.01953125rem;left:14.625rem;display:block; }
#wLukz7K4XBtXdG6Pfe02ln5WqbudwU4M { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:2.89453125rem;left:8.8958330154419rem;overflow:hidden;display:block; }
#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f { position:relative;display:block; }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f { background-color: transparent; background-image: none; }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .row .container > .video-iframe-container { display: none; }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .row > .video-iframe-container { display: none; }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .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); }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f { border-width: 0; border-radius: 0; }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tld398Q1GWpn5qMXQxibMhH81kHugvJX { color:#0e306b;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:2.65625rem;left:19.34375rem;height:2.6245125rem;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; }
#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob { position:relative;display:block; }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob { background-color: transparent; background-image: none; }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .row .container > .video-iframe-container { display: none; }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .row > .video-iframe-container { display: none; }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .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); }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob { border-width: 0; border-radius: 0; }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D9L0WxlooEFNBCiEfiqDXPNvaexznJR2 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.1680088043213rem;left:0.83203125rem;height:4.8990875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBevbMOpahoWgzTtcKbs6NUfxbk6pgnP { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:10.04296875rem;left:0.83203125rem;height:10.4134375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KqGVCQTX8VZFotVWrkJxAto6ye54NiZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:24.625rem;left:0.8125rem;height:2.44954375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kmRd7baVNpSIObAmuuyNKUFO1m0rTd71 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:28.0625rem;left:0.875rem;height:7.438125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GO20hMxz4vvvXomR2OWEx0ea1FxrRiiy { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:38.75rem;left:0.8125rem;height:7.348625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NncGovxCwMycbfBwTF1ZQNPnuwaMbd6N { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:49.375rem;left:0.8125rem;height:8.92575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GWiZAHnOsLBmMge5aIzST9lTTuVOfpO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:24.625rem;left:40.125rem;height:4.89930625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fRMNCc9m7n5IrORE10QI3Tg72NT3b7X5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:30.8125rem;left:40.125rem;height:2.9752625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q3iwvIfTn3yLWNPS2MxukslDcDit2kAG { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:38.75rem;left:40.125rem;height:4.8990875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ml3oGsvI71rzQbkQMk6iTkLFbLSIXFB7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:47.4375rem;left:40.125rem;height:10.4134375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fd1Gyt5tEACSkdaw28bUAbV3sLcvucZf { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:5.1875rem;left:40.125rem;height:4.8990875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tiKO6GVEoDVe5pD6pvptM3hMZrFalHx6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:12.8125rem;left:40.125rem;height:4.4628875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sX03kAKeTukvki2PBsHTpsiIT6tedrFU { position:relative;display:none; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU { border-width: 0; border-radius: 0; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row .container { background-color: transparent; background-image: none; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row .container > .video-iframe-container { display: none; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row > .video-iframe-container { display: none; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .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); }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row .container { border-width: 0; border-radius: 0; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#mBdwFQpmTURWmWZk4siZJCrIFssWszZ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.1875rem;left:19.6875rem;height:2.44954375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCJk33Fmh2cGBuRkR2ENtkUNF6eEgRmE { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:8.1875rem;left:39.0625rem;height:2.44954375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGnrOiTiqh2aVOXJSVmZknT8Ub9CN9oN { color:rgba(var(--color-primary-1),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:2.375rem;left:23.75rem;height:4.0250625rem;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; }
#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row .container { background-color: transparent; background-image: none; }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row .container > .video-iframe-container { display: none; }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row > .video-iframe-container { display: none; }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .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); }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row .container { border-width: 0; border-radius: 0; }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#daMf2Lb3g7RPZM2JzzrGZ0KtiTIc3I7r { color:rgba(var(--color-primary-1),1);display:block;width:0.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:1.41796875rem;left:32.625003814698rem;height:2.36246875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#soVFWBBLibTrgAO4hdbLT4bRU6GgdkA3 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:5.0625rem;left:7.0625rem;height:1.48763125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WaMflbHDdyuCfWIsJ15Z1KgNLA75fZBX { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:14.818359375rem;left:25rem;height:4.4628875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USzCtaBe3ewToyqplaQLd8B4dETlnDep { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.7369804382324rem;left:25.000003814698rem;overflow:hidden;display:block; }
#Iu6L9H2sWAUTGcbUq3tmhXfh72dJoHJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:5.0625rem;left:32.625rem;height:2.9752625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9HnylpzwdTdfVCMeHCgJEsquZJzraqt { position:absolute;display:block;z-index:15027;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:6rem;width:5.8125rem;top:3.73046875rem;left:0.625rem;overflow:hidden;display:block; }
#tZvUP8yeMgiKDMb9qQlt1OK0zswb83xC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:9.9375rem;left:32.625rem;height:2.9752625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibTHktIRXd5Mi4FBIeT2Uy3Td6omGMce { color:rgba(var(--color-primary-1),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:1.4375rem;left:7.0625rem;height:2.36246875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I4Zr2fBFWak0TSZ4Q8wri9yaUNzTLtOc { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:2.625rem;left:50.5625rem;overflow:hidden;display:block; }
#pKnLTQ3RrogFpApFOXaavbd6sAO7fNXB { color:rgba(var(--color-primary-1),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:1.4375rem;left:59.3125rem;height:2.36246875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g9QF7fdmwBTC7ATTHQXHyTeVmkERABVp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:7.375rem;left:59.25rem;height:5.950525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qoq95Ex9av2rX8f68mgGiibTy38MDIBL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.686875rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.567218780517rem;left:59.313151359558rem;height:4.87305rem;font-style:normal;display:block; }
#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row .container { background-color: transparent; background-image: none; }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row .container > .video-iframe-container { display: none; }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row > .video-iframe-container { display: none; }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .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); }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row .container { border-width: 0; border-radius: 0; }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#ueCdElNDudDlOyHbbPD5EKTMHPWlP7Nn { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:27.125rem;top:2.5rem;left:8.125rem;overflow:hidden;display:block; }
#uKLviTvK0cJIw9SrihXXnxwwVdnsRUdz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68685rem;width:23.186875rem;top:2.7181797027588rem;left:43.186846733093rem;overflow:hidden;display:block; }
#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row .container { background-color: transparent; background-image: none; }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row .container > .video-iframe-container { display: none; }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row > .video-iframe-container { display: none; }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .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); }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row .container { border-width: 0; border-radius: 0; }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#zBshMWbdccFU7eDf3GkHNhg3q08LKoUT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UFuKXhPloGK00qhNg8B1WQDQUz4iyvRl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:62.75rem;display:block; }
#nZ24LnJs9pLNiuxniXBCJbP2Zm7AOmRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0uQGBBLnzTlaGbyflJJRBvynCpBMI1J { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:67.875rem;display:block; }
#uAgSfn09yNDm7pbhDMtT5BTQddbonzN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 { display:block; }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMt50z9oSUxXRGh8yomXfaVyJi9omSxU { top:3.0625rem;left:18rem;width:3.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHtQkOVOeltRaL77FIoxKDXZszSWzSkT { display:block; }
 }@media only screen and (max-width: 763px) { #lC1zEFN2gpknL1eEMkpL26UiTsVoiaxS { top:2.4375rem;left:29.625rem;width:12.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0BwS37EqW9aUcxbTumnhTmouArVsJDu { display:block; }
 }@media only screen and (max-width: 763px) { #QQJ2JBnBbqF99CWx7tnHgpqHyoGQNTZW { top:1.6875rem;left:0rem;width:10.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvOu6SOvzPlyIToNT5f1h8tmakggHhWw { top:3rem;left:0rem;width:11.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwVtG7L9w8ZHP0U4CKiZwQQJxQ9HN4Pv { display:block; }
 }@media only screen and (max-width: 763px) { #Ge03lBD33lAE2HBSwCTImgpfbTk2fhau { top:3.0625rem;left:11.6875rem;width:5.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zWIKUCEUsyKBMF1g8MTu38JAC0s21z { display:block; }
 }@media only screen and (max-width: 763px) { #NAoTiLKpetOAuuNuPkH17eg6o5LkaUrA { top:3.0625rem;left:22.1875rem;width:6.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfXJmudkLIXAEv71777QL4DT74FRpUpG { display:block; }
 }@media only screen and (max-width: 763px) { #ACQo0c9AobQztOy7NQET3AzNL4qU3WgS { top:0.5rem;left:30.9375rem;width:16.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJPof3oht8M9G8gnhbJTEpi9z0CNS7wX { display:block; }
 }@media only screen and (max-width: 763px) { #V2iFu59OE7UmyFNhCGvDISncFtf9Tr5H { width:14rem;height:1.375rem;top:3rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1GQlT4qwFNRnytFhNSqGLupb9R0TkTp { width:14rem;height:1.375rem;top:4.75rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG7qi4TycwuSS5lf0IpU4DACVnnN0Kd4 { top:2.4375rem;left:29.625rem;width:12.375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aG8dTeXaEIKMc86W4erprtqSKBfndLTt { display:block; }
 }@media only screen and (max-width: 763px) { #SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K { display:block; }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs { display:block; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCuhESavMq81EROLqkluAyEHzuHsTpTt { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6k2m6XvQ9GekMBkVhSPbg82Q0oL0lq { top:11.1875rem;left:5.75rem;width:36.1875rem;height:20.214232463287rem;display:block; }
 }@media only screen and (max-width: 763px) { #onLgH8M9n7TVyobzCcnUaQTebQ4LuTs4 { width:46.0625rem;height:1.75rem;top:34.125rem;left:1.3427734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtCiaFXEKReGFOavekIiaWrKnxvrx4ZL { top:37.125rem;left:0.6875rem;width:46.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTdLARpQLTTLW2XOtOTnBGZUQX14D5xg { display:block; }
 }@media only screen and (max-width: 763px) { #hxSgNWQkdmsrvNfdq4pmXW6KXkSB0e2O { width:45.0625rem;height:3.5rem;top:42.4375rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m42d69qqkgGJSb2XeqXJvMoTUQskyW8W { width:47.75rem;height:1.75rem;top:32.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiiRt0TTucsThScGDkyuypPuPGQ2IDtX { top:4.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROqbcJt658WuCA3T7c3f7SSWSVU2XTD { display:block; }#cROqbcJt658WuCA3T7c3f7SSWSVU2XTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bv2wrnTErIIBQxkNyN1osoIbKG0OixEm { top:4.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzwxz0an6ZVQ3N9d3gP6nITgCyzf2p9 { width:46.1875rem;height:1.75rem;top:24.5625rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqqkZ4LdQBr5lGuKThSI2IhbJkTfrmZ { top:28.0625rem;left:0rem;width:46.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQNCGKTPwa3gmUQ3wOqQlsNBZ3hLWg2P { display:block; }
 }@media only screen and (max-width: 763px) { #wm9KDU1PSqqSs4phACVCTQw2KOce2RgS { width:47.75rem;height:3.5rem;top:16.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvR7x2Qe0eZ6EuB4Atlq6dwLTUfv3DW1 { top:32.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8B37CJCDTEBuWwZrXfJB2IltFgmQ2nh { width:47.75rem;height:1.75rem;top:21.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV { display:block; }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWMpgRXrX15sMkFarwEbLxPTN3UnDDwM { width:28.1875rem;height:5.875rem;top:1rem;left:9.7495675086975rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esygfTCuCS3B82vbSnaVp5KNfMWi7HTu { width:28.1875rem;height:1.75rem;top:7.1875rem;left:9.9058175086975rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWuuKATcWx2gPnAstmubFvifXBioiCGU { width:27.8125rem;height:3.5625rem;top:9rem;left:9.9361996650694rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ6o3NAzNowDV73EVVIdJdL2e2zOd61n { width:28.1875rem;height:2.3125rem;top:13.4375rem;left:9.7495675086975rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS { display:block; }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1uSEN0e3akTMke9vzN0kR6lxwHtxpg2 { top:2.625rem;left:0rem;width:46.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp5iHrb8TOOUMVIBblFTWCT5rL7T81av { display:block; }
 }@media only screen and (max-width: 763px) { #focZcbrelLpbg46d4H262uXT0D0lwXyx { display:block; }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snW4ruZkB31MC1TwTCeFZkbBisr3V1W6 { top:0.8125rem;left:18.5625rem;width:29.1875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbZoO697P1Sk36bgiO9ClmhprN1o4NVK { top:11.625rem;left:0rem;width:32.9375rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2XJCRBzoa1nPk0p4aOrpkwCQ27POf2c { top:0.8125rem;left:0rem;width:33.25rem;height:7.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuknVBKV4rU9a52g9CIuonNbUDFH8Irr { width:34.5rem;height:6.5625rem;top:26.1875rem;left:13.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBA35Mbh6cvTnEmqRlFT57eFrytiXyDa { top:19.9375rem;left:0rem;width:21.8125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2GwiTNgydxpe07CkyyRTxM1HeaeDdZR { width:16.75rem;height:5.25rem;top:22.3125rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr { display:block; }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhAwccvBadfTmg2kWBz1r6qB85aC3aCF { top:4.75rem;left:0rem;width:47.75rem;height:26.84122502172rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEhGSsmUvlhg69FiZoOCsvKmUzLXmwxz { width:40.75rem;height:2.375rem;top:1rem;left:3.5000019073486rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 { display:block; }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJWkTV7UqtidDRVIL2XXGic8ZgrEpQeU { top:1.9375rem;left:12.394535064698rem;width:18.4375rem;height:7.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eveEVd2JPT7xQLXEd7LTrQtXG0PfXAVE { top:1.9375rem;left:12.6875rem;width:35.0625rem;height:9.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVbOCvy6gszna70cxNAAQk0MK6rx35hB { top:0rem;left:2.20703125rem;width:10.25rem;height:10.25rem;font-size:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJa6rxPM8JTdEl7n7cF0siaBAIJhZoR { top:26.5625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XsTnqWtwiFOmt3bJSebNarSNGToi1y3W { top:12.375rem;left:12.6875rem;width:35.0625rem;height:11.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whh3RlRU7iR4wvKgZgMhxtCAF6GVIaJV { top:13.4375rem;left:9.2753896713256rem;width:13.1875rem;height:9.3932919062738rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s { display:block; }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvR0bwe1QWnx0VW7BVhg19BvEC4bBH54 { width:25.8125rem;height:7.8125rem;top:1rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USBcLszOQsDseLVGdxtenHPtViQD0cEa { width:25.875rem;height:3.9375rem;top:1rem;left:21.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACk15dTsFnDB70RbQfigv4H17773TUpt { top:1.3125rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxBc66OOs54fS9uag0AapX41SLpQL1OL { width:22.6875rem;height:2.4375rem;top:8.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsuTmCi0o9agGt9OVlbARzW9T1B0FUdW { width:22.75rem;height:2.375rem;top:14.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPMJ2WHLH5kJP8tyeosWqyGJJ8hBZCRO { width:14.625rem;height:2.375rem;top:20.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbVHV1iPLTGtm6A2h23mJp1onpoZQzzx { top:7rem;left:14.041013717651rem;width:12.5rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG0LyC4f7yBQxw3uJ3rJMF1bTGBXSvS4 { top:12.625rem;left:14.041013717651rem;width:12.5rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3m298eCRtd8luFxL4vKThPL557zNcu1 { top:18.375rem;left:14.041013717651rem;width:12.5rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNb668ywnIRTFwzBVCE0BJT3O3eBLT1s { width:15.4375rem;height:3.5rem;top:7.6875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzyIs5Z5XCvZt1H96Ck8DD4nugLKcXW4 { display:block; }
 }@media only screen and (max-width: 763px) { #DUhkTWDh6cX6sVdt2SGSzkuQ4myuoPoM { width:15.4375rem;height:3.4375rem;top:13.8125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0ZrA1vVapWgJXG7MVZIbfx3PSAwCJt { display:block; }
 }@media only screen and (max-width: 763px) { #EWCAtTcrDRoTI6HMQXOTr6AkG8GH7Gt2 { width:15.4375rem;height:3.4375rem;top:19.5625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKH6yu88IACw1o9cqtIMpDlHIHkO0t4A { display:block; }
 }@media only screen and (max-width: 763px) { #a0WAENMORX9mJqXE8i4zgpqfmRhGWOin { top:25.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCK5DgraLqsVTRVsHyENvAKTVrJpTPBI { top:1.3125rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v { display:block; }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxAGorshT360hryCCGERrXQvxvdkiVHc { width:40.75rem;height:;top:1.5625rem;left:3.5000019073486rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 { display:block; }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTghtZhKoBibVENw6olQ2TlZRFerB0F { top:2.625rem;left:35.281254768372rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x43Ov5MEXVwyf0mA0lvfd2rNr5zgEsFB { top:2.625rem;left:3.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvq2GQQcouxC8RukyrEBK99AcctIWd0m { top:2.625rem;left:20.687500953674rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDZh5aZkh4nEy41pLFLpUu1GBNEcHtTU { width:14.875rem;height:4.1875rem;top:10.3125rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZQK50kQvQp0VXsiqIgPxDvkP0PWRGv2 { width:14.875rem;height:1.375rem;top:11rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRTKDqT4lF3LaDGVDvnkA5HViroILdA { width:14.875rem;height:1.375rem;top:11rem;left:16.375000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JotrZHbOaX3niiTimVhQsRTZx9FKPn { width:14.875rem;height:3.625rem;top:15.375rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOiIfMppxSBTQDe9XqZ486iQ0oPC6Os5 { width:14.875rem;height:3.625rem;top:14.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZ8b31nGUOPP6iZyvHWeqoDIACpZw2M { width:14.875rem;height:9.75rem;top:13.5rem;left:16.343750953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEudtFRuWurNqL1VhNDIbZM162mfBaMl { display:block; }#mEudtFRuWurNqL1VhNDIbZM162mfBaMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDedxOBV9BFZSWthzuqibmS94rd2xTTP { top:6.3125rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3M3NFeLvpUwUXNbGcF7r9hKXBwbNa22 { top:4.0625rem;left:40.5625rem;width:7.1875rem;height:7.25rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzyCTVKhUKabqJrVNXxUpUwL5up5TJpc { top:7.4375rem;left:4.51953125rem;width:5.5625rem;height:5.6875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgKKHirRmnsKZvFtzdkWnTaTBEaWquL7 { top:4.75rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3U4PWkra3Koykx2R02ywZO69sHgfxQV { top:6.5625rem;left:38.125rem;width:9.625rem;height:10rem;font-size:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaizViRJby10nAihdAKsBaKTA1lo8RrD { width:15.1875rem;height:3rem;top:17.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG8PGcvMBxmAfQTK3EPFSU175m3iTHI4 { top:4.0625rem;left:9.375rem;width:14.25rem;height:14.125rem;font-size:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIkFU4oJJKDHi3GvQkHbXflPAch5FtTh { top:6.5rem;left:14.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMBARBRacZeH39maIVOESdWIOJ0ciWFS { top:3.25rem;left:14.625rem;width:3.75rem;height:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnghZZLM4y4QsXndJ6TgFVZi0tu0sCiR { top:7.4375rem;left:21.093753814698rem;width:5.5625rem;height:5.6875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2shHvUHBpOhOTQB433IoLzKT6RnH7k { top:6.5625rem;left:29.1875rem;width:9.625rem;height:9.625rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9zsy1KXvhyOr28EHIpxPcqDKCQkqxEc { top:7.8125rem;left:39.625rem;width:5.5625rem;height:5.6875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c11RdT0vv8J7qeIzpa2Aulix489TZUVU { width:19.5rem;height:3rem;top:17.3125rem;left:6.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y111GqD0qIC8Wzl8TbMyETs3eA83v8fw { width:13.4375rem;height:3rem;top:17.3125rem;left:27.28125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5CmDyrJkkn31Xps9Tuu6gMrDm2xAP7 { width:15.5rem;height:3rem;top:17.3125rem;left:32.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #np18IVxqDIXTS4DGeBATVR5kUZ98l1yf { width:17.5rem;height:3.4375rem;top:25.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlhbrNZCX96kb4a4ndOHi87oDaSZGn2T { display:block; }
 }@media only screen and (max-width: 763px) { #LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn { display:block; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3SvBSI4LNgAgNW8PVt2JVWTGLm4eRHP { width:5rem;height:4.9375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtPrBL5CHLDNUWtT7FhbTOvmZAW9ODU { width:11.875rem;height:3.625rem;top:13.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abstTNEpKdKGwD9DT32uMGrBHeFx89Ax { width:13.25rem;height:3.375rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuGGTk4VVEgLh8WqsX2W25GzmRWvkxvz { width:13.25rem;height:6.8125rem;top:17.375rem;left:9.5625009536744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0F1PK9RZE2TGtmxaN8TdnBLy1UmWkTX { width:11.875rem;height:3.625rem;top:13.1875rem;left:10.250000953674rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReX2JEUQBPa9BWBrJUw9daA22S2BQu8U { width:7rem;height:6.75rem;top:7.3125rem;left:12.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHXhQX7StzdHEyqet9A7uFfGN1goA6pu { width:13.25rem;height:5.0625rem;top:17.375rem;left:25.875000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE7Ko6erqEKx52dKMbZ4ghSewRQg8rTp { width:11.875rem;height:3.625rem;top:13.1875rem;left:26.562500953674rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKLqcn4UcSIH6P4495mpIh0iqzoBgfGL { width:6.5625rem;height:6.5625rem;top:6.6875rem;left:29.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdRgPvSZOvmfLzIcpuTeC19ABZnI32R { width:11.875rem;height:3.625rem;top:13.1875rem;left:35.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILtrTe36bLWqlHkITnHnrKfM2kwvKN4J { width:6.8125rem;height:6.8125rem;top:7.25rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRlEJwIx96yWwTMHWQt9O2otDyhkml3 { width:0.0625rem;height:7.25rem;top:9.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo1KM4XS7CwqIl9Vm8kNgFBgKWU6z3dy { width:0.0625rem;height:7.25rem;top:9.0625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTcJagshtqnlLuS15lCqTcPIArQOGNFd { width:0.0625rem;height:7.25rem;top:9.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQNvGgl8A0xOlCbMsaxhKJ23hfIzbUSr { width:13.25rem;height:6.8125rem;top:17.375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4tpRh1vL9aS63EpUKURrmbG2chzL19H { display:block; }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4to9OeOH7QFr0lSoRNkw8CRbyTk7bkP { top:10.5625rem;left:0rem;width:47.75rem;height:19.495246085011rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIw7TZSLQM6DTW2gPtvU19A3WEkp6de5 { width:36.5rem;height:2.75rem;top:3.875rem;left:9.2705068588256rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddpW51G2N2A7Pc6Go602p36tfT0gWWuy { display:block; }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0E1snbskdT92mZ8D6MCpFrt4ZE2igeH { top:7.8125rem;left:0.74934864044187rem;width:22.3125rem;height:25.366301205324rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2dQT0MK5GKmEwvTzAJT4WmOGSuNrce { width:47.75rem;height:2.75rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG3oNgB8IIc67pAt6VdCWA0E86csDyVK { top:7.8125rem;left:23.875rem;width:18.625rem;height:25.414659260795rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3BTVPZVMpU7owkETJXRluu0EFaDPTnC { display:block; }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX { display:block; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqO3Jpy6Ox3HEw6mPycL1bk4lI7cZ9dn { top:4.8125rem;left:12.4375rem;width:18.4375rem;height:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3v4ikSlapGqD6kTEJTLB57GKTkVwexq { top:4.75rem;left:12.6875rem;width:35.0625rem;height:9.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ2KTkDPOymu9rvtbFMzxxDtdML2INzA { top:2.8125rem;left:2.25rem;width:10.25rem;height:10.25rem;font-size:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMorbFDoa7p4Ie6amNCqQ0SaX9clpmp { top:2.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF1TnwplIaz0TDFs6GOBZ9HG9EtHysKV { top:15.375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 { display:block; }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgKdreO8eIer7cWT6OSI6xTDP81SqCWM { top:1.375rem;left:16.562501907349rem;width:14.625rem;height:3.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt4970HTLA1K0B3Rz493HTWV1RGN8MZN { width:46.5625rem;height:2.25rem;top:6.4375rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi { display:block; }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMTXZ9F5rrZfpRcbvwi08eMrUGAHFemw { top:1.75rem;left:2.8113613128662rem;width:11.1875rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r40ZaVsGTnQBHWXuoPDe3FvuqHlwzx2y { top:1.9375rem;left:33.499349594116rem;width:12.4375rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOozxJmI0A5WQTaxmdUEDhTW44SFM00P { width:23.9375rem;height:50.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgkd7qa2uT7WlF4Sb5lJRVlKhrlNeVTB { width:22.6875rem;height:2.0625rem;top:6.9375rem;left:9.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaniSqfdfs49A7EODCk3Ov9buwDDWqhr { width:16.5625rem;height:1.75rem;top:15.5rem;left:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfHmxt0JFnbPrhoW8vMnu3Kx1F91FOF6 { width:14.5625rem;height:1.625rem;top:7.1875rem;left:0.36344432830811rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AistzwQnw7MHGmTLUTmKESW112Sa9UoV { width:20.625rem;height:1.75rem;top:17.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBBN72ctOwJnvSlFmVbzV5hwpfysTVWh { width:21.9375rem;height:7.0625rem;top:19.8125rem;left:9.8125rem;font-size:0.8125rem;display:block; }#PBBN72ctOwJnvSlFmVbzV5hwpfysTVWh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #gzhhN7eybHPzZ14uo0bwEgXoT88LoLZw { width:22.6875rem;height:1.4375rem;top:4.9375rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2dq0uJJ4cBVETz4kBU13RXytTIhTVTs { width:24rem;height:50.9375rem;top:14.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #li03rL4tLDM7fthuNSFiEcgGcaP9Ikcl { width:24rem;height:50.6875rem;top:14.75rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTDHT3fwCTkKtVqmQF5AoJFI4uCqO2zu { width:22.9375rem;height:4rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IagOamrho3kvwsN1JrK8rvP9BgpWTbBc { display:block; }
 }@media only screen and (max-width: 763px) { #pFdAL2LOtf2H7Txcry3tEOpUwvdRydwg { width:22.9375rem;height:4rem;top:59.875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZndiBZX2BwhIwKSnTPk8uKHfcR6OX2CA { display:block; }
 }@media only screen and (max-width: 763px) { #dku0psLew83fPoOWLdkyRhve4oBQVaSU { width:14.5625rem;height:1.5625rem;top:7.1875rem;left:31.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toZqFLmyQ5lbCoqzVX2PcSJJkMu58qlM { width:21.9375rem;height:36.5rem;top:20.5rem;left:25.6875rem;font-size:0.9375rem;display:block; }#toZqFLmyQ5lbCoqzVX2PcSJJkMu58qlM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #LbCyltaenJI4t9Mla3nazM5grRNXvy9b { width:20.625rem;height:1.75rem;top:17.4375rem;left:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHxOsSu9wEflC2C4SSU7s1JLLP8RdeLd { width:20.5625rem;height:1.75rem;top:15.6875rem;left:27.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTurOl0zgN6PTV3EnF3nd2teAufgvlHe { width:14.5rem;height:3.4375rem;top:10.9375rem;left:16.530596733093rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0CNiGgArTHCSvcH59W2OKNmcDlkcKe9 { display:block; }
 }@media only screen and (max-width: 763px) { #TzEJA68RoaET8mF4lglkM3eIiJviPpWb { width:14.1875rem;height:3.375rem;top:11.0625rem;left:0.36344432830811rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCLEI3xMzuohA3pJac6zBBAV33KoMec { display:block; }
 }@media only screen and (max-width: 763px) { #FTBEbUvipaxF5BvGQ7MVkzITyT3qbuKs { width:13.9375rem;height:3.4375rem;top:11.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqcgiwmgnrHTAPns1lF8VeKDJw7QXHHt { display:block; }
 }@media only screen and (max-width: 763px) { #X8PGEA6RnVZoBAXmmntTQOT5XQqXpfTo { width:22rem;height:58.75rem;top:0.6875rem;left:0rem;font-size:0.8125rem;display:none; }#X8PGEA6RnVZoBAXmmntTQOT5XQqXpfTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #DOIW4O06xINRtRpFG1JWO2Fe2VvMH1Cy { width:21.9375rem;height:29.5625rem;top:28.5625rem;left:9.8125rem;font-size:0.8125rem;display:block; }#DOIW4O06xINRtRpFG1JWO2Fe2VvMH1Cy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #IPPpTNKpoFTGkKaeTMOOaCtvwo7kPCF7 { width:22.9375rem;height:4rem;top:59.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4yrbszp7sAlJTl0vKHhodGT7M6GqiS { display:block; }
 }@media only screen and (max-width: 763px) { #CrvzgT3v6iDFAxy6974R7KJEdx01dETe { width:21.9375rem;height:1.9375rem;top:19.0625rem;left:0rem;font-size:0.8125rem;display:block; }#CrvzgT3v6iDFAxy6974R7KJEdx01dETe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #H5poZJ7XsWGwwt3eFgzxQRsoTWCgmCBI { width:21.9375rem;height:36.5rem;top:21.75rem;left:0rem;font-size:0.9375rem;display:block; }#H5poZJ7XsWGwwt3eFgzxQRsoTWCgmCBI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #qSfsSnvvly4EK7eXlvraM7yooO7HlFNg { width:14.5625rem;height:1.4375rem;top:9.0625rem;left:0.36344432830811rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsIw7B1ULpqdJ5Nepoqd7MNpJlJBwdNa { width:14.5625rem;height:1.4375rem;top:8.9375rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9vVb5RTiKed7wL6gCRg7okaDcyNkDLA { width:14.5625rem;height:1.5625rem;top:9.0625rem;left:16.498858451843rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDqbBrIsObghCmMa0b4XxPiFpUsZHR8 { top:5.3125rem;left:0rem;width:12.4375rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdE5tc9xvLgV64EwtEpJ5UqZCdWEa9Sc { top:15.375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBTTFedniF5emsgQf7zEZTHCn5PsL85D { top:15.375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJG9x85k1R09XZSRgqFwE5ZLpyGrH9U7 { top:15.375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezi4HwfVVFFuos3XtrlOPLriiKOG09vs { top:0.5625rem;left:17.311849594116rem;width:12.9375rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i03TPlBrEkNCJDcqfAr1KppTIPluT1ml { display:block; }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 { display:block; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRldkERZzKHLp10bx4bZz4cwMt4R2iJN { top:1.5625rem;left:1.75rem;width:46rem;height:3.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN0pchgShho0JENiiQ1LZOhv77P3FECq { width:47.75rem;height:3.5rem;top:34.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Addf28dyCPnRc5rCiP4OfXFleiEOHE6x { top:6.625rem;left:0.46875rem;width:46.8125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT { display:block; }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZcM1GdpBEZkMqc0sKfTh4JCX56uvBlZ { top:1.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl1ZTgfgpr6RKrsh4mTVgMtdvEHHnvVT { top:7.4375rem;left:0rem;width:34.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4vda9S1WheLTXkrbRW1ADpITynbsnee { width:32.125rem;height:10.6875rem;top:8.875rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrOixS7x0XI0mNXUo330zhprTiTBicRl { top:28.625rem;left:0rem;width:46.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiwETFuoCtuvXzzpGP8lz4yn2mIxMNPv { display:block; }
 }@media only screen and (max-width: 763px) { #WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W { display:block; }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th7TtABbbIWkr30EtWPD8GrNg8L3EJet { top:2.25rem;left:3.8749990463257rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN { display:block; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJMZprUiDFUrZ3aFVTvDsQsMMLTJrxl2 { width:47.75rem;height:6.5625rem;top:3.375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy7aBw5c8OeQTKU9gLuEJmf7viqy3mMb { top:26.5rem;left:0rem;width:47.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qht8XgZ2AgwdL7zN67XueefRM0WLkugw { display:block; }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWwOqaaaOwouQQGa1IsXkPkP2yGPR7Ld { width:47.75rem;height:6.5rem;top:2.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb92zeL4GzuSipBWnEvm91r251RToFKK { top:8.8125rem;left:22.062500953674rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo2dQx9eBzA8bpV1aoze5MT6CoPzZQQS { width:19.5625rem;height:21.3125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4gVpnAuVLmAB6SX8n12194ISll0T3CU { width:17.5rem;height:16rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpdbJk9MUk6hNgXBX7TWzRexf9W0mOG0 { width:18.9375rem;height:21.8125rem;top:15.4375rem;left:14.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrGIsZST7PzByVVGBENgQW99KJcdy4ds { width:17.5rem;height:20rem;top:17.125rem;left:15.125000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR2rxphxuW4wfBO4rzapXewv7LC7SAd5 { width:18.9375rem;height:20.6875rem;top:15.5rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQoktxFVlRdDR5SiDHbBhDM78bH7y7MB { width:17.5rem;height:14rem;top:17.625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ { display:block; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6vdgvNdIlEuHTp6TLNRri9mpTUtP0QQ { top:26.5rem;left:0rem;width:47.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcReZOdSLyovNhtapSk0MFcfih0TpTmG { width:13.75rem;height:3.5rem;top:2.9375rem;left:28.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8fygSfCWyOBFHF4bNvc9sM6h2pTA00b { display:block; }
 }@media only screen and (max-width: 763px) { #yzlJA00Tv29lk3z8GmrbBBcCrcVA1u9k { top:2.9375rem;left:6.5000009536744rem;width:15.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPn3nbXms1eSnx8xaQ9a5dSKtLscoGMM { display:block; }
 }@media only screen and (max-width: 763px) { #itu51XcSsZVU9dTGXRLLJe6r84oHXSqg { width:47.75rem;height:3.25rem;top:9.75rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIt1OSpnpblaaE3D5o4nlZHhJarO9BN3 { top:8.5rem;left:0rem;width:21.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2GTrwGKHcQEinffkqugTSkpVsVwT8k5 { width:32.0625rem;height:25.0625rem;top:14.125rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho27oexgTmEfqQDsG3XlyTX5M8WNzpAk { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UapNTc1MfDeTOIwr38WaFE5kyhPEVJXd { display:block; }#UapNTc1MfDeTOIwr38WaFE5kyhPEVJXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GypUeiLbnUXmwTWOItoHL772TE8Ht8OQ { top:3.5625rem;left:22.75rem;width:25rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK04Otagh1VZEGUUUUnGTS1B7Zk6qXGA { width:36.75rem;height:;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZErWJJBAglq0w416cKSteuU4TbJ2z0AX { width:33.3125rem;height:12.625rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JultVp2aFN8ZkxczgSFbeVbMGpyN1mge { width:33.3125rem;height:3.8125rem;top:8.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTIONeWhOhJ7ZCkRnMiu6dfMBiiNCmhQ { width:33.3125rem;height:3.125rem;top:3.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeuiAS7k4lhuihIzgbEfvz1qXy4RO9Um { top:33rem;left:0rem;width:46.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpaxJiANdIVVyIEhDQwfiaJEpm6iUgQ { display:block; }
 }@media only screen and (max-width: 763px) { #qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw { display:block; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyfpACrkC9FyqLR4I1BZ9DMASUkLuU5m { width:36.5rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNqwQWTtMilohUnzk64tlzGKdPAQ7A54 { width:37.1875rem;height:23.75rem;top:5.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmOluyq4ZwlorBwDZsIL6Lxgof0LZLOh { top:0rem;left:14.375rem;width:33.3125rem;height:24.765797842856rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 { display:block; }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3POQigFgJ7VDoKvkwxO3zDdlpThNQya { width:40.8125rem;height:35.5rem;top:2.5rem;left:3.4687519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p { display:block; }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzw9X4KRbqLmhl3yzFgWv1v1NUMhhQ37 { width:47.75rem;height:2.375rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG { display:block; }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpT0KlXfbbbPizsUUyitucIzFGUoD43s { width:14.875rem;height:2.375rem;top:7.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC8biBgIDuLPFTXyhRL8e30UOvO4pDuK { width:14.875rem;height:3.5625rem;top:10.3125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK4ccOE8IXnmd1Ihr0SRHobn5pqOgseb { width:14.875rem;height:4.75rem;top:10.3125rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t68m5dH7fbAkLzyS9q11KMVs5o4t9OVJ { width:14.875rem;height:2.375rem;top:7.25rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfqSSBBwSS81qs84DuvFWOwyJKACPXMH { width:14.875rem;height:4.75rem;top:10.3125rem;left:32.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdo7WxyBUbO3zNGRlz0RrsQrBmnFiuKT { width:14.875rem;height:2.375rem;top:7.25rem;left:32.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0GWkR76L0qJCP6wbgdLEHePe7pwOFDx { top:0rem;left:5.03125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymAVnMrreKf0W7BrGgGKvG64EReAzpXV { top:0rem;left:20.90625rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQWCy9BGG26fGpPXmMIL1e6RDLpQVtAx { top:0rem;left:36.78125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvpJg42kB2cK8QJenqabC5xMdcOzOeNx { display:block; }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA26MirygPwmUNe39mOU217SNmEcvtms { width:14.875rem;height:2.375rem;top:7.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFuT1hk60yVqTac0NycFpDVMLKe06KZ { width:14.875rem;height:4.75rem;top:10.3125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqgIieVNl9Norfg1g8UP3XB4zx42co0H { width:14.875rem;height:4.75rem;top:10.3125rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQMqy8tZSL67w4Z67e1O1mB6DQu6Pe8g { width:14.875rem;height:2.375rem;top:7.25rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhVN8bFNS1Vrr5HsxdxHB3qA3AUSdnb2 { width:14.875rem;height:4.75rem;top:10.3125rem;left:32.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1X1ffz80iNX1x99cGvvOTf2QlRGOl09 { width:14.875rem;height:2.375rem;top:7.25rem;left:32.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lflQBUrsFzFsrCl0W4cwS1U4SgAgC3rJ { top:0rem;left:5.03125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQEmldm2xzNMisADR7d35CAp5caqSihP { top:0rem;left:36.78125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEkZaZ1NrKru2aoINC3Sthceg19NZdi7 { top:0rem;left:20.90625rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcha91AJnNpNMT9n7J1uuosiLedP6lDD { display:block; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS5Ty2JyzmreoQ3NwbnBEMyuNrPNu91W { top:1.25rem;left:1.75rem;width:45.9375rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v63HzJVIcEEEokCdcKcRiT02n0r5wMBU { width:46.875rem;height:1.75rem;top:6.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA { display:block; }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg5XDNFC51qdTlq8zV8gFNTABAdAHVNN { width:47.75rem;height:2.375rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXmZEanIkJJAUiqDaorD2CbCmmEFqpBC { width:47.75rem;height:;top:7.625rem;left:0rem;font-size:1rem;display:block; }#nXmZEanIkJJAUiqDaorD2CbCmmEFqpBC li:before{  }
 }@media only screen and (max-width: 763px) { #erxR2hqvMpkORtkiBEVXCzeUKSSPzuer { top:26.5rem;left:0rem;width:47.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za5vgSzONRbWUbk4ov6kmwtqoLndXCTN { width:47.75rem;height:5.5rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ { display:block; }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnwKbJ6TnRMevIVzeUFMIVSQTpiZlTlk { width:38.5625rem;height:28.875rem;top:1.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi5uBpflP1JkW715sCB4v0wsqduAc8h0 { width:41.5rem;height:3.1875rem;top:29.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbOGOo2SvcreV2KWbpODSLRlLBQLNsqZ { display:block; }
 }@media only screen and (max-width: 763px) { #mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G { display:block; }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M51kyzpfsJ24ZW2qvrOTe9Hld90zTOGs { width:45.6875rem;height:10rem;top:2.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTDe2ZGMfAb0nAsThqfsKwudmXVlISmF { width:20.6875rem;height:3.125rem;top:3.8125rem;left:27.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBUMG9JmDJ6IqQUL3bcz78C4vR7lB9Ep { top:3rem;left:32.8125rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS { display:block; }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXh70PWSHkVrTVRNKC1gW7pV6OGEQJFu { width:47.75rem;height:2.4375rem;top:3.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl { display:block; }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFrepeMAnWLdVQkbXO5eJQHbz1lmTyf6 { width:47.75rem;height:13.8125rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGXZTJREKN7M57TKxBkbyipVaX2KLygA { display:block; }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTclratw6xZrCefprBVwMksV0S51HO6x { width:47.75rem;height:4.8125rem;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBkwTQt3auKBkV9ird08nRqaIhDGJsKJ { top:11.4375rem;left:0rem;width:47.75rem;height:21.717620481928rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1HSNVEyqAVqhE9Fqf4lbx28IwEDAcWg { top:42.1875rem;left:0rem;width:47.75rem;height:22.013079960513rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq { display:block; }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFLIhwDOmvltT2gIltODcbU1pTQOkQDE { width:47.75rem;height:1.6875rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b15aTIkiLZZUZcxqoASAIM20JyQ71Tf5 { width:47.75rem;height:3.8125rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVcqxcU0OuXtAgROBT4wsJRAcWvfQQs { width:25.5625rem;height:28.5625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9P3bVMrRuvip7sTZpemN3bKafARZaQ { width:21.75rem;height:12.0625rem;top:24.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96XGlPl06T16CKrUhr6lizmlr58wCOo { width:21.75rem;height:2.8125rem;top:21rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhpxZ3s5a4strzlBDRWaSKhftk6z4ZLH { width:25.5625rem;height:28.5625rem;top:9.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koGlK8Mi3cfSANsETU7F3PIKlJkkNWWt { width:21.75rem;height:8.0625rem;top:26.125rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z05O4rT3snXIyMrc2MXlCMr3dswzOFXp { width:21.75rem;height:4.75rem;top:21rem;left:26rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geKRm8ZvTpNsBuSkZlxq1mEdM6mJMmNP { top:12.375rem;left:3.25rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTdOteT4NNpWxt6Pl7c8yAogqhM6SMS { top:12.375rem;left:34.625rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 { display:block; }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEROe4U9cXeqKnuP51speTDnpH435T80 { top:5.5625rem;left:0rem;width:26.0625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7ZhfJ9Z4eO4v9flKrcx1DaR7mgB5ip { top:16.3125rem;left:20.059081077576rem;width:24.25rem;height:18.390244654843rem;display:block; }
 }@media only screen and (max-width: 763px) { #WarpbVRTEMUKKCWm9nEM1Dnu6SL2QCMu { top:6.25rem;left:20.796385765076rem;width:24.1875rem;height:10.098536063609rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDkVeuILDxl17K7OQEcDDAXMi1viqoCI { display:block; }#BDkVeuILDxl17K7OQEcDDAXMi1viqoCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDHUtBElG5ZgxshUi8oELAELsdv6PGLa { width:24.375rem;height:24.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHNT8fuvhr7a9EvrbX0TJxAWho2DK3TT { width:23.1875rem;height:10.125rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ec4MKMph46FvfNGrc8nvrBQ0TlJM6p { width:23.75rem;height:1.6875rem;top:10.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTX7lZ8dHSCUBSxJze9ksUQ3eWGI0aAK { width:24.375rem;height:24.875rem;top:2.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP5UlPDEsIwdWfgvWb52ClRlNKSVAOTq { width:23.1875rem;height:6.75rem;top:14.0625rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch5uJQlFodbolJZ98c3WwfdehtlwSvhs { width:23.8125rem;height:1.75rem;top:10.5625rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu70wP2J6CXS51cHR2ZUR3aLuwIJJ9hP { top:2.8125rem;left:19.208333015442rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhnogtMMeOaUG2h1IHlXVz7v8UCEzgCa { width:24.375rem;height:24.875rem;top:2.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsPPIoPoHGKgIh8quMQhxUrXBvcaAuTq { width:23.1875rem;height:5.0625rem;top:14.0625rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #um4DFh5oMWlL87cL2nWTLXmED1gWBzNo { width:23.8125rem;height:1.75rem;top:10.5625rem;left:23.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMrZKzKTGPaxs4OsA3MTcDZGA5tXuao { top:2.75rem;left:36.28125rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxM7OrEhr5fhxleMnKOdN76Zr2kwSfbw { width:10.4375rem;height:10.5rem;top:1rem;left:37.1875rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89lebSloiQoTaCTcQZysMIudDWgUHuD { width:10.4375rem;height:10.5rem;top:1rem;left:21.3125rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8LtcqP6uFLNgMpV5GGqaRGDybVNi77C { width:10.4375rem;height:10.5rem;top:1rem;left:5.4375rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLukz7K4XBtXdG6Pfe02ln5WqbudwU4M { top:2.875rem;left:4.3333330154419rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f { display:block; }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tld398Q1GWpn5qMXQxibMhH81kHugvJX { width:36.3125rem;height:2.5625rem;top:2.625rem;left:5.7187519073486rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJi2b7JvR84pZP0SWlgkksr7X7MvxLob { display:block; }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9L0WxlooEFNBCiEfiqDXPNvaexznJR2 { width:25rem;height:4.8125rem;top:5.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBevbMOpahoWgzTtcKbs6NUfxbk6pgnP { width:25rem;height:12.9375rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqGVCQTX8VZFotVWrkJxAto6ye54NiZ7 { width:25rem;height:2.375rem;top:24.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRd7baVNpSIObAmuuyNKUFO1m0rTd71 { width:25rem;height:8.625rem;top:28.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO20hMxz4vvvXomR2OWEx0ea1FxrRiiy { width:25rem;height:9.625rem;top:38.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NncGovxCwMycbfBwTF1ZQNPnuwaMbd6N { width:25rem;height:11.5rem;top:49.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWiZAHnOsLBmMge5aIzST9lTTuVOfpO7 { width:25rem;height:4.8125rem;top:24.625rem;left:22.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRMNCc9m7n5IrORE10QI3Tg72NT3b7X5 { width:25rem;height:2.875rem;top:30.8125rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3iwvIfTn3yLWNPS2MxukslDcDit2kAG { width:25rem;height:7.25rem;top:38.75rem;left:22.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml3oGsvI71rzQbkQMk6iTkLFbLSIXFB7 { width:25rem;height:11.5rem;top:47.4375rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd1Gyt5tEACSkdaw28bUAbV3sLcvucZf { width:25rem;height:7.25rem;top:5.1875rem;left:22.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiKO6GVEoDVe5pD6pvptM3hMZrFalHx6 { width:25rem;height:4.3125rem;top:12.8125rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX03kAKeTukvki2PBsHTpsiIT6tedrFU { display:none; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE { display:block; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBdwFQpmTURWmWZk4siZJCrIFssWszZ4 { width:14.9375rem;height:2.4375rem;top:8.1875rem;left:6.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCJk33Fmh2cGBuRkR2ENtkUNF6eEgRmE { width:25rem;height:2.4375rem;top:8.1875rem;left:22.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGnrOiTiqh2aVOXJSVmZknT8Ub9CN9oN { width:25rem;height:4rem;top:2.375rem;left:10.125001907349rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM { display:block; }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daMf2Lb3g7RPZM2JzzrGZ0KtiTIc3I7r { width:0.6875rem;height:2.3125rem;top:1.375rem;left:18.937501907349rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soVFWBBLibTrgAO4hdbLT4bRU6GgdkA3 { width:17.25rem;height:1.4375rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaMflbHDdyuCfWIsJ15Z1KgNLA75fZBX { width:25rem;height:4.3125rem;top:14.8125rem;left:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzCtaBe3ewToyqplaQLd8B4dETlnDep { top:3.6875rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu6L9H2sWAUTGcbUq3tmhXfh72dJoHJ7 { width:17.25rem;height:2.875rem;top:5.0625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9HnylpzwdTdfVCMeHCgJEsquZJzraqt { top:3.6875rem;left:0rem;width:5.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvUP8yeMgiKDMb9qQlt1OK0zswb83xC { width:17.1875rem;height:2.9375rem;top:9.875rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTHktIRXd5Mi4FBIeT2Uy3Td6omGMce { width:13.5625rem;height:2.3125rem;top:1.4375rem;left:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Zr2fBFWak0TSZ4Q8wri9yaUNzTLtOc { top:2.625rem;left:31.75rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKnLTQ3RrogFpApFOXaavbd6sAO7fNXB { width:15.375rem;height:4.625rem;top:1.4375rem;left:32.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9QF7fdmwBTC7ATTHQXHyTeVmkERABVp { width:15.3125rem;height:5.9375rem;top:7.3125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoq95Ex9av2rX8f68mgGiibTy38MDIBL { top:15.5625rem;left:32rem;width:15.625rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp { display:block; }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueCdElNDudDlOyHbbPD5EKTMHPWlP7Nn { top:2.5rem;left:0rem;width:27.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKLviTvK0cJIw9SrihXXnxwwVdnsRUdz { top:2.6875rem;left:8.5625rem;width:23.125rem;height:5.6716744386641rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh { display:block; }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBshMWbdccFU7eDf3GkHNhg3q08LKoUT { width:10.875rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFuKXhPloGK00qhNg8B1WQDQUz4iyvRl { width:4.1875rem;height:2.0625rem;top:1.6875rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ24LnJs9pLNiuxniXBCJbP2Zm7AOmRc { display:block; }
 }@media only screen and (max-width: 763px) { #e0uQGBBLnzTlaGbyflJJRBvynCpBMI1J { width:7.125rem;height:2.0625rem;top:1.75rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgSfn09yNDm7pbhDMtT5BTQddbonzN6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 { position:relative;z-index:auto;display:block; }#uVZPAToIvIPTPpGBULTTgW7Rxs8Mz616 > .row .container { width:20rem;height:31.036285400391rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMt50z9oSUxXRGh8yomXfaVyJi9omSxU { top:20.930990219116rem;left:8.1864879131319rem;width:3.62485625rem;height:1.56105625rem;font-size:0.875rem;font-weight:700;font-style:normal;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #NHtQkOVOeltRaL77FIoxKDXZszSWzSkT { display:block; }
 }@media only screen and (max-width: 763px) { #lC1zEFN2gpknL1eEMkpL26UiTsVoiaxS { top:7.625rem;left:5.78125rem;width:8.4375rem;height:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0BwS37EqW9aUcxbTumnhTmouArVsJDu { display:block; }
 }@media only screen and (max-width: 763px) { #QQJ2JBnBbqF99CWx7tnHgpqHyoGQNTZW { width:14.8119375rem;height:5.43691875rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvOu6SOvzPlyIToNT5f1h8tmakggHhWw { top:12.156394958496rem;left:3.7174479961395rem;width:12.5621875rem;height:2.62441875rem;font-size:1.25rem;font-weight:700;font-style:normal;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #PwVtG7L9w8ZHP0U4CKiZwQQJxQ9HN4Pv { display:block; }
 }@media only screen and (max-width: 763px) { #Ge03lBD33lAE2HBSwCTImgpfbTk2fhau { top:14.718605995178rem;left:7.8110539913175rem;width:4.374275rem;height:2.8747125rem;font-size:1.25rem;font-weight:700;font-style:normal;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #T4zWIKUCEUsyKBMF1g8MTu38JAC0s21z { display:block; }
 }@media only screen and (max-width: 763px) { #NAoTiLKpetOAuuNuPkH17eg6o5LkaUrA { top:18.055700302124rem;left:7.7806718349456rem;width:4.4372125rem;height:2.5rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #qfXJmudkLIXAEv71777QL4DT74FRpUpG { display:block; }
 }@media only screen and (max-width: 763px) { #ACQo0c9AobQztOy7NQET3AzNL4qU3WgS { top:23.74059677124rem;left:0.00072336196899413rem;width:19.99925rem;height:2.74956875rem;font-size:1.3125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #kJPof3oht8M9G8gnhbJTEpi9z0CNS7wX { display:block; }
 }@media only screen and (max-width: 763px) { #V2iFu59OE7UmyFNhCGvDISncFtf9Tr5H { width:12.2496875rem;height:1.29964375rem;top:27.05369375rem;left:3.875rem;font-size:1rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #w1GQlT4qwFNRnytFhNSqGLupb9R0TkTp { width:14.68675rem;height:1.4615875rem;top:29.59926875rem;left:2.625rem;font-size:1.125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #zG7qi4TycwuSS5lf0IpU4DACVnnN0Kd4 { top:7.9362rem;left:1.1875rem;width:17.5621875rem;height:3.124275rem;font-size:1.625rem;z-index:15001;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #aG8dTeXaEIKMc86W4erprtqSKBfndLTt { display:block; }
 }@media only screen and (max-width: 763px) { #SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K { display:none; }#SB3EpdTNisqhWUHQeFVZl1BNP87QhG2K > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs { display:block; }#T7dv4maTIwKJkQGHKTTFJrLIWfNgVkqs > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCuhESavMq81EROLqkluAyEHzuHsTpTt { width:19.1230625rem;height:3.57584375rem;top:0.875rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6k2m6XvQ9GekMBkVhSPbg82Q0oL0lq { height:11.1699375rem;width:19.9980625rem;top:10.6650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onLgH8M9n7TVyobzCcnUaQTebQ4LuTs4 { width:19.9980625rem;height:4.87305rem;top:27.28125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtCiaFXEKReGFOavekIiaWrKnxvrx4ZL { top:33.763671875rem;left:0rem;width:19.7480625rem;height:3.311525rem;font-size:0.75rem;font-family:"averta extrabold";font-weight:400;font-style:normal;background-color:#e50026;background-image:none;z-index:15008;color:#f8fbff;display:block; }
 }@media only screen and (max-width: 763px) { #oTdLARpQLTTLW2XOtOTnBGZUQX14D5xg { display:block; }
 }@media only screen and (max-width: 763px) { #hxSgNWQkdmsrvNfdq4pmXW6KXkSB0e2O { width:18.4996875rem;height:5.84635rem;top:38.363717079162rem;left:0.74869787693025rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m42d69qqkgGJSb2XeqXJvMoTUQskyW8W { width:19.9980625rem;height:3.0859375rem;top:22.9697265625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiiRt0TTucsThScGDkyuypPuPGQ2IDtX { width:20rem;height:4.87305rem;top:4.9267578125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROqbcJt658WuCA3T7c3f7SSWSVU2XTD { display:none; }#cROqbcJt658WuCA3T7c3f7SSWSVU2XTD > .row .container { width:20rem;height:33.97384375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bv2wrnTErIIBQxkNyN1osoIbKG0OixEm { width:19.1246875rem;height:9.25925rem;top:1.25rem;left:0.4375rem;font-size:1.8125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #tPzwxz0an6ZVQ3N9d3gP6nITgCyzf2p9 { width:19.99925rem;height:4.8611125rem;top:23.42523125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqqkZ4LdQBr5lGuKThSI2IhbJkTfrmZ { top:29.53634375rem;left:0.625rem;width:18.68776625rem;height:4.437935rem;font-size:0.75rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #EQNCGKTPwa3gmUQ3wOqQlsNBZ3hLWg2P { display:block; }
 }@media only screen and (max-width: 763px) { #wm9KDU1PSqqSs4phACVCTQw2KOce2RgS { width:19.99925rem;height:6.1111125rem;top:11.7585625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvR7x2Qe0eZ6EuB4Atlq6dwLTUfv3DW1 { width:4.375rem;height:4.375rem;top:33.432294845581rem;left:7.8125002980231rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8B37CJCDTEBuWwZrXfJB2IltFgmQ2nh { width:19.99925rem;height:3.05555625rem;top:19.119675rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV { display:block; }#D7lqAJJur9sm9Qqne4tfLaBoV9ri57UV > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWMpgRXrX15sMkFarwEbLxPTN3UnDDwM { width:19.99925rem;height:4.38801875rem;top:1.25rem;left:0rem;font-size:1.6875rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #esygfTCuCS3B82vbSnaVp5KNfMWi7HTu { width:19.99925rem;height:1.4615875rem;top:6.85113125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWuuKATcWx2gPnAstmubFvifXBioiCGU { width:19.99925rem;height:1.787925rem;top:9.53631875rem;left:0rem;font-size:1.375rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #VJ6o3NAzNowDV73EVVIdJdL2e2zOd61n { width:19.4994375rem;height:2.03125rem;top:12.54485625rem;left:0.25rem;font-size:1.5625rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS { display:block; }#LbS6SyWqC8wTU5b5H2FwMXa7Xq66HhKS > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1uSEN0e3akTMke9vzN0kR6lxwHtxpg2 { top:1.2492790222168rem;left:0.062065958976746rem;width:20rem;height:3.4375rem;font-size:0.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1c4c9c;background-image:none;font-family:"averta semibold";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lp5iHrb8TOOUMVIBblFTWCT5rL7T81av { display:block; }
 }@media only screen and (max-width: 763px) { #focZcbrelLpbg46d4H262uXT0D0lwXyx { display:block; }#focZcbrelLpbg46d4H262uXT0D0lwXyx > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snW4ruZkB31MC1TwTCeFZkbBisr3V1W6 { width:19.9985625rem;height:13.57425rem;top:32.173757553101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbZoO697P1Sk36bgiO9ClmhprN1o4NVK { width:19.9986875rem;height:11.6943125rem;top:6.9375rem;left:0.0026041865348816rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2XJCRBzoa1nPk0p4aOrpkwCQ27POf2c { width:19.99925rem;height:5.0374375rem;top:1.25rem;left:0rem;font-size:1.9375rem;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuknVBKV4rU9a52g9CIuonNbUDFH8Irr { width:19.9985625rem;height:10.6673125rem;top:19.714265942574rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBA35Mbh6cvTnEmqRlFT57eFrytiXyDa { width:17.0625rem;height:16.9375rem;top:54.309895515442rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2GwiTNgydxpe07CkyyRTxM1HeaeDdZR { width:15.9375rem;height:5.249025rem;top:47.934895515442rem;left:2.0312500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr { display:block; }#FVKGpQ0LtAuWERlS0SlQDxFXQaGc9STr > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhAwccvBadfTmg2kWBz1r6qB85aC3aCF { height:11.2420625rem;width:19.99925rem;top:5.8326125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEhGSsmUvlhg69FiZoOCsvKmUzLXmwxz { width:17.18675rem;height:3.41145625rem;top:1.25rem;left:1.375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 { display:block; }#nDM9kdAfmfJU8hTLiMRl9oGVaXCGBBi7 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJWkTV7UqtidDRVIL2XXGic8ZgrEpQeU { width:13.624875rem;height:2.03125rem;top:7.68735625rem;left:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eveEVd2JPT7xQLXEd7LTrQtXG0PfXAVE { width:17.4375rem;height:6.97916875rem;top:11.4892578125rem;left:1.8743488192558rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVbOCvy6gszna70cxNAAQk0MK6rx35hB { width:5.18735625rem;height:5.18735625rem;top:1.25rem;left:7.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJa6rxPM8JTdEl7n7cF0siaBAIJhZoR { width:19.9991875rem;height:0.061035125rem;top:38.678384780884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTnqWtwiFOmt3bJSebNarSNGToi1y3W { width:16.875rem;height:8.73698125rem;top:27.744140625rem;left:2.1549479365349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whh3RlRU7iR4wvKgZgMhxtCAF6GVIaJV { width:11.3125rem;height:8.0812895993494rem;top:19.663879882812rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s { display:block; }#zlcfLDTmoxKTrZ0yvii6Ty6s6OrrAT7s > .row .container { width:20rem;height:49.06477355957rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvR0bwe1QWnx0VW7BVhg19BvEC4bBH54 { width:11.2486875rem;height:1.70573125rem;top:2.4348983764649rem;left:4.3723958134651rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USBcLszOQsDseLVGdxtenHPtViQD0cEa { width:19.9986875rem;height:2.6001rem;top:8.05859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACk15dTsFnDB70RbQfigv4H17773TUpt { width:3.125rem;height:3.125rem;top:0.611328125rem;left:11.5625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxBc66OOs54fS9uag0AapX41SLpQL1OL { width:19.99925rem;height:2.44954375rem;top:12.38281875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsuTmCi0o9agGt9OVlbARzW9T1B0FUdW { width:19.99925rem;height:2.44954375rem;top:24.63180625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPMJ2WHLH5kJP8tyeosWqyGJJ8hBZCRO { width:14.6245625rem;height:2.44954375rem;top:36.8171375rem;left:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbVHV1iPLTGtm6A2h23mJp1onpoZQzzx { width:12.49925rem;height:2.6001rem;top:16.0395rem;left:3.75rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cG0LyC4f7yBQxw3uJ3rJMF1bTGBXSvS4 { width:12.49925rem;height:2.6001rem;top:28.2884875rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V3m298eCRtd8luFxL4vKThPL557zNcu1 { width:12.49925rem;height:2.6001rem;top:40.47381875rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iNb668ywnIRTFwzBVCE0BJT3O3eBLT1s { width:15.4369375rem;height:3.4997125rem;top:19.88209375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzyIs5Z5XCvZt1H96Ck8DD4nugLKcXW4 { display:block; }
 }@media only screen and (max-width: 763px) { #DUhkTWDh6cX6sVdt2SGSzkuQ4myuoPoM { width:15.4369375rem;height:3.436775rem;top:32.13108125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0ZrA1vVapWgJXG7MVZIbfx3PSAwCJt { display:block; }
 }@media only screen and (max-width: 763px) { #EWCAtTcrDRoTI6HMQXOTr6AkG8GH7Gt2 { width:15.4369375rem;height:3.436775rem;top:44.3164125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKH6yu88IACw1o9cqtIMpDlHIHkO0t4A { display:block; }
 }@media only screen and (max-width: 763px) { #a0WAENMORX9mJqXE8i4zgpqfmRhGWOin { width:19.99925rem;height:0.062210625rem;top:49.00246875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCK5DgraLqsVTRVsHyENvAKTVrJpTPBI { width:3.1237rem;height:3.1237rem;top:4.8723983764649rem;left:8.4062502980231rem;font-size:2.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v { display:block; }#cfzLRHgQTi3Ri9pJqgnIHvCSq99lOp3v > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxAGorshT360hryCCGERrXQvxvdkiVHc { width:19.99925rem;height:1.70573125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 { display:block; }#vTtWOq4fMNrLc74pz9wI621ctKDlSdw1 > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTghtZhKoBibVENw6olQ2TlZRFerB0F { width:6.249275rem;height:6.249275rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x43Ov5MEXVwyf0mA0lvfd2rNr5zgEsFB { width:6.249275rem;height:6.249275rem;top:20.3219125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvq2GQQcouxC8RukyrEBK99AcctIWd0m { width:6.249275rem;height:6.249275rem;top:35.5042125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDZh5aZkh4nEy41pLFLpUu1GBNEcHtTU { width:15.0625rem;height:2.6237rem;top:8.7485542297362rem;left:2.5622107982636rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZQK50kQvQp0VXsiqIgPxDvkP0PWRGv2 { width:14.874875rem;height:1.3125rem;top:27.82046875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbRTKDqT4lF3LaDGVDvnkA5HViroILdA { width:14.874875rem;height:1.3125rem;top:43.00276875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2JotrZHbOaX3niiTimVhQsRTZx9FKPn { width:14.874875rem;height:5.24739375rem;top:13.886725rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOiIfMppxSBTQDe9XqZ486iQ0oPC6Os5 { width:14.874875rem;height:3.93554375rem;top:30.36604375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHZ8b31nGUOPP6iZyvHWeqoDIACpZw2M { width:14.874875rem;height:10.4948rem;top:45.54834375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEudtFRuWurNqL1VhNDIbZM162mfBaMl { display:none; }#mEudtFRuWurNqL1VhNDIbZM162mfBaMl > .row .container { width:20rem;height:80.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VDedxOBV9BFZSWthzuqibmS94rd2xTTP { width:3.875rem;height:3.875rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3M3NFeLvpUwUXNbGcF7r9hKXBwbNa22 { width:3.25rem;height:3.3125rem;top:53.75rem;left:8.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzyCTVKhUKabqJrVNXxUpUwL5up5TJpc { width:2.8125rem;height:2.9375rem;top:10.3125rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgKKHirRmnsKZvFtzdkWnTaTBEaWquL7 { width:2.6875rem;height:2.6875rem;top:6.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3U4PWkra3Koykx2R02ywZO69sHgfxQV { width:4.4375rem;height:4.75rem;top:47.75rem;left:7.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaizViRJby10nAihdAKsBaKTA1lo8RrD { width:15.1875rem;height:2.5rem;top:58.3125rem;left:2.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IG8PGcvMBxmAfQTK3EPFSU175m3iTHI4 { width:6.5625rem;height:6.5625rem;top:14.5rem;left:6.6875rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIkFU4oJJKDHi3GvQkHbXflPAch5FtTh { width:3.375rem;height:3.375rem;top:22.3125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMBARBRacZeH39maIVOESdWIOJ0ciWFS { width:3.75rem;height:3.8125rem;top:26.9375rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnghZZLM4y4QsXndJ6TgFVZi0tu0sCiR { width:3.25rem;height:3.375rem;top:32rem;left:8.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2shHvUHBpOhOTQB433IoLzKT6RnH7k { width:5.125rem;height:5.125rem;top:36.625rem;left:7.4375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9zsy1KXvhyOr28EHIpxPcqDKCQkqxEc { width:3.4375rem;height:3.5rem;top:43rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c11RdT0vv8J7qeIzpa2Aulix489TZUVU { width:10.9375rem;height:4.16666875rem;top:62.0625rem;left:4.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y111GqD0qIC8Wzl8TbMyETs3eA83v8fw { width:8.625rem;height:2.49999375rem;top:67.47916875rem;left:5.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wg5CmDyrJkkn31Xps9Tuu6gMrDm2xAP7 { width:10.625rem;height:4rem;top:71.22844375rem;left:4.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #np18IVxqDIXTS4DGeBATVR5kUZ98l1yf { width:17.5rem;height:3.4375rem;top:76.47844375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlhbrNZCX96kb4a4ndOHi87oDaSZGn2T { display:block; }
 }@media only screen and (max-width: 763px) { #LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn { display:block; }#LDG4e3yGFn1l250cNtbqFXwlhnv8UuVn > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3SvBSI4LNgAgNW8PVt2JVWTGLm4eRHP { width:4.3125rem;height:4.3125rem;top:4.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtPrBL5CHLDNUWtT7FhbTOvmZAW9ODU { width:11.875rem;height:2.03125rem;top:9.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abstTNEpKdKGwD9DT32uMGrBHeFx89Ax { width:13.25rem;height:2.59928125rem;top:11.75rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuGGTk4VVEgLh8WqsX2W25GzmRWvkxvz { width:13.25rem;height:3.898925rem;top:24.71875rem;left:3.3750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0F1PK9RZE2TGtmxaN8TdnBLy1UmWkTX { width:11.875rem;height:3.65625rem;top:21.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReX2JEUQBPa9BWBrJUw9daA22S2BQu8U { width:4rem;height:4rem;top:17.0625rem;left:8.0000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHXhQX7StzdHEyqet9A7uFfGN1goA6pu { width:13.25rem;height:2.59928125rem;top:37.8125rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pE7Ko6erqEKx52dKMbZ4ghSewRQg8rTp { width:11.875rem;height:3.819175rem;top:34.6875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKLqcn4UcSIH6P4495mpIh0iqzoBgfGL { width:3.3125rem;height:3.3125rem;top:30.875rem;left:8.3437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdRgPvSZOvmfLzIcpuTeC19ABZnI32R { width:11.875rem;height:3.0061875rem;top:48.8125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILtrTe36bLWqlHkITnHnrKfM2kwvKN4J { width:4.3125rem;height:4.3125rem;top:44.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRlEJwIx96yWwTMHWQt9O2otDyhkml3 { width:6.25rem;height:0.0625rem;top:16.3125rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo1KM4XS7CwqIl9Vm8kNgFBgKWU6z3dy { width:6.25rem;height:0.0625rem;top:28.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTcJagshtqnlLuS15lCqTcPIArQOGNFd { width:6.25rem;height:0.0625rem;top:42.8125rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQNvGgl8A0xOlCbMsaxhKJ23hfIzbUSr { width:13.25rem;height:3.898925rem;top:51.375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4tpRh1vL9aS63EpUKURrmbG2chzL19H { display:block; }#c4tpRh1vL9aS63EpUKURrmbG2chzL19H > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4to9OeOH7QFr0lSoRNkw8CRbyTk7bkP { width:19.9986875rem;height:8.165375rem;top:3.9375rem;left:0.0026041865348816rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIw7TZSLQM6DTW2gPtvU19A3WEkp6de5 { width:20rem;height:1.787925rem;top:1.0729141235351rem;left:0rem;font-size:1.375rem;color:#000000;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ddpW51G2N2A7Pc6Go602p36tfT0gWWuy { display:block; }#ddpW51G2N2A7Pc6Go602p36tfT0gWWuy > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0E1snbskdT92mZ8D6MCpFrt4ZE2igeH { width:20rem;height:22.737300800291rem;top:6.07503125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2dQT0MK5GKmEwvTzAJT4WmOGSuNrce { width:20rem;height:3.57584375rem;top:1.25rem;left:0rem;font-size:1.375rem;color:#000000;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sG3oNgB8IIc67pAt6VdCWA0E86csDyVK { width:18.625rem;height:25.414659260795rem;top:30.06184375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3BTVPZVMpU7owkETJXRluu0EFaDPTnC { display:none; }#X3BTVPZVMpU7owkETJXRluu0EFaDPTnC > .row .container { width:20rem;height:0.3125rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX { display:block; }#yGNxUb6QRLL0yqavoXTlNim3TP3dUoEX > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqO3Jpy6Ox3HEw6mPycL1bk4lI7cZ9dn { width:17.4370625rem;height:2.274575rem;top:7.7300198242187rem;left:1.25rem;font-size:1.75rem;font-family:raleway;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3v4ikSlapGqD6kTEJTLB57GKTkVwexq { width:16.375rem;height:10.15625rem;top:10.00244140625rem;left:2.2373046278954rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ2KTkDPOymu9rvtbFMzxxDtdML2INzA { width:5.18735625rem;height:5.18735625rem;top:1.2926635742188rem;left:6.5002889633181rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMorbFDoa7p4Ie6amNCqQ0SaX9clpmp { width:19.99925rem;height:0.12442125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF1TnwplIaz0TDFs6GOBZ9HG9EtHysKV { width:19.9991875rem;height:0.123698125rem;top:21.462401390076rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 { display:block; }#tbyP7ec9PXakrnhW8vt0RKISNHxThsH2 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgKdreO8eIer7cWT6OSI6xTDP81SqCWM { width:12.498375rem;height:2.6001rem;top:1.28662109375rem;left:3.7499997019767rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt4970HTLA1K0B3Rz493HTWV1RGN8MZN { width:19.998375rem;height:3.41145625rem;top:5.2473955154419rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi { display:block; }#eryH7lOTFhAJ5c04LxsZXNgLLQ5CW1Wi > .row .container { width:20rem;height:228.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMTXZ9F5rrZfpRcbvwi08eMrUGAHFemw { width:12.498375rem;height:2.6001rem;top:106.83512306213rem;left:3.7499997019767rem;font-size:2rem;text-align:center;text-align-last:center;color:#fa255e;display:block; }
 }@media only screen and (max-width: 763px) { #r40ZaVsGTnQBHWXuoPDe3FvuqHlwzx2y { width:12.49675rem;height:2.6001rem;top:171.3232421875rem;left:3.7499997019767rem;font-size:2rem;text-align:center;text-align-last:center;color:#fa255e;display:block; }
 }@media only screen and (max-width: 763px) { #AOozxJmI0A5WQTaxmdUEDhTW44SFM00P { width:20rem;height:79.1875rem;top:21.561050415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgkd7qa2uT7WlF4Sb5lJRVlKhrlNeVTB { width:19.99675rem;height:4.53613125rem;top:0.83740234375rem;left:0rem;font-size:2.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BaniSqfdfs49A7EODCk3Ov9buwDDWqhr { width:19.25rem;height:1.8066375rem;top:16.128742218017rem;left:0.46874970197678rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfHmxt0JFnbPrhoW8vMnu3Kx1F91FOF6 { width:14.6215625rem;height:2.274575rem;top:104.61344337463rem;left:2.6879882216454rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AistzwQnw7MHGmTLUTmKESW112Sa9UoV { width:19.3106875rem;height:1.8066375rem;top:19.80712890625rem;left:0.68929034471512rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBBN72ctOwJnvSlFmVbzV5hwpfysTVWh { width:19.124rem;height:10.846375rem;top:22.749554634094rem;left:0.876012802124rem;font-size:1rem;display:block; }#PBBN72ctOwJnvSlFmVbzV5hwpfysTVWh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #gzhhN7eybHPzZ14uo0bwEgXoT88LoLZw { width:19.99675rem;height:2.3990875rem;top:8.5441083908081rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U2dq0uJJ4cBVETz4kBU13RXytTIhTVTs { width:19.9985625rem;height:50.812375rem;top:112.49349498749rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #li03rL4tLDM7fthuNSFiEcgGcaP9Ikcl { width:20rem;height:42.0625rem;top:183.18721389771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTDHT3fwCTkKtVqmQF5AoJFI4uCqO2zu { width:18.998875rem;height:4.06105625rem;top:110.125rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IagOamrho3kvwsN1JrK8rvP9BgpWTbBc { display:block; }
 }@media only screen and (max-width: 763px) { #pFdAL2LOtf2H7Txcry3tEOpUwvdRydwg { width:18.9981875rem;height:4.060875rem;top:176.93684768677rem;left:0.49967449903488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZndiBZX2BwhIwKSnTPk8uKHfcR6OX2CA { display:block; }
 }@media only screen and (max-width: 763px) { #dku0psLew83fPoOWLdkyRhve4oBQVaSU { width:14.6236875rem;height:2.01171875rem;top:168.3125rem;left:2.6536458134651rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toZqFLmyQ5lbCoqzVX2PcSJJkMu58qlM { width:18.998875rem;height:39.1194375rem;top:121.86776924133rem;left:0.49913191795349rem;font-size:0.9375rem;display:block; }#toZqFLmyQ5lbCoqzVX2PcSJJkMu58qlM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #LbCyltaenJI4t9Mla3nazM5grRNXvy9b { width:19.249875rem;height:1.8066375rem;top:115.50492477417rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHxOsSu9wEflC2C4SSU7s1JLLP8RdeLd { width:19.249875rem;height:1.8066375rem;top:174.4375rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTurOl0zgN6PTV3EnF3nd2teAufgvlHe { width:18.312375rem;height:3.43605625rem;top:99.685331344606rem;left:0.84273731708525rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0CNiGgArTHCSvcH59W2OKNmcDlkcKe9 { display:block; }
 }@media only screen and (max-width: 763px) { #TzEJA68RoaET8mF4lglkM3eIiJviPpWb { width:18.4985625rem;height:3.435875rem;top:162.62288427353rem;left:0.75032550096512rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCLEI3xMzuohA3pJac6zBBAV33KoMec { display:block; }
 }@media only screen and (max-width: 763px) { #FTBEbUvipaxF5BvGQ7MVkzITyT3qbuKs { width:18.686375rem;height:3.43605625rem;top:223.87080764771rem;left:0.93793404102325rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqcgiwmgnrHTAPns1lF8VeKDJw7QXHHt { display:block; }
 }@media only screen and (max-width: 763px) { #X8PGEA6RnVZoBAXmmntTQOT5XQqXpfTo { width:19.124rem;height:66.08704375rem;top:33.257381439209rem;left:0.876012802124rem;font-size:1rem;z-index:15032;display:block; }#X8PGEA6RnVZoBAXmmntTQOT5XQqXpfTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #DOIW4O06xINRtRpFG1JWO2Fe2VvMH1Cy { width:20rem;height:0;top:129.16349916992rem;left:0rem;font-size:1rem;display:none; }#DOIW4O06xINRtRpFG1JWO2Fe2VvMH1Cy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #IPPpTNKpoFTGkKaeTMOOaCtvwo7kPCF7 { width:18.998875rem;height:3.99956875rem;top:11.242741584778rem;left:0.49913191795349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4yrbszp7sAlJTl0vKHhodGT7M6GqiS { display:block; }
 }@media only screen and (max-width: 763px) { #CrvzgT3v6iDFAxy6974R7KJEdx01dETe { width:18.5619375rem;height:2.3990875rem;top:118.37313842774rem;left:0.40509259700775rem;font-size:1rem;display:block; }#CrvzgT3v6iDFAxy6974R7KJEdx01dETe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #H5poZJ7XsWGwwt3eFgzxQRsoTWCgmCBI { width:19.4375rem;height:39.1194375rem;top:183.99885559082rem;left:0.31394672393799rem;font-size:0.9375rem;display:block; }#H5poZJ7XsWGwwt3eFgzxQRsoTWCgmCBI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wCn4cIra/check.svg); }
 }@media only screen and (max-width: 763px) { #qSfsSnvvly4EK7eXlvraM7yooO7HlFNg { width:14.625rem;height:1.48763125rem;top:117.66279220581rem;left:0.87500005960463rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsIw7B1ULpqdJ5Nepoqd7MNpJlJBwdNa { width:14.625rem;height:1.48763125rem;top:181.78251457214rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9vVb5RTiKed7wL6gCRg7okaDcyNkDLA { width:20rem;height:1.92545625rem;top:17.882486343384rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laDqbBrIsObghCmMa0b4XxPiFpUsZHR8 { width:12.4991875rem;height:2.92480625rem;top:5.3727216720581rem;left:3.7499997019767rem;font-size:2.25rem;color:#fa255e;z-index:15003;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TdE5tc9xvLgV64EwtEpJ5UqZCdWEa9Sc { width:19.9991875rem;height:0.123698125rem;top:0.83740234375rem;left:0.00081378221511844rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #EBTTFedniF5emsgQf7zEZTHCn5PsL85D { width:19.9991875rem;height:0.123698125rem;top:103.92822265625rem;left:0.00081378221511844rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KJG9x85k1R09XZSRgqFwE5ZLpyGrH9U7 { width:19.9991875rem;height:0.123698125rem;top:167.36572265625rem;left:0.00081378221511844rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ezi4HwfVVFFuos3XtrlOPLriiKOG09vs { width:12.498375rem;height:2.6001rem;top:12.586261749267rem;left:4.3090817332268rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #i03TPlBrEkNCJDcqfAr1KppTIPluT1ml { display:block; }#i03TPlBrEkNCJDcqfAr1KppTIPluT1ml > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 { display:block; }#r3X6HOcufW9oTy4Kb7wWQTclS138Wa14 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRldkERZzKHLp10bx4bZz4cwMt4R2iJN { width:19.99925rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gN0pchgShho0JENiiQ1LZOhv77P3FECq { width:19.99925rem;height:8.7695rem;top:20.0159375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Addf28dyCPnRc5rCiP4OfXFleiEOHE6x { width:19.99925rem;height:11.08075rem;top:7.6851875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT { display:block; }#MbMwzNDEnGFtbFlH4oNL1zTttZTtNWtT > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZcM1GdpBEZkMqc0sKfTh4JCX56uvBlZ { width:19.99925rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl1ZTgfgpr6RKrsh4mTVgMtdvEHHnvVT { width:19.99925rem;height:10.6474375rem;top:7.6851875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4vda9S1WheLTXkrbRW1ADpITynbsnee { width:19.99925rem;height:7.79785rem;top:19.582625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrOixS7x0XI0mNXUo330zhprTiTBicRl { top:28.874961853028rem;left:0rem;width:20rem;height:3.4375rem;font-size:0.75rem;background-color:#fabc00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WiwETFuoCtuvXzzpGP8lz4yn2mIxMNPv { display:block; }
 }@media only screen and (max-width: 763px) { #WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W { display:block; }#WmtCvGtdSqxST2qQUO9ySclSM6qTTi1W > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th7TtABbbIWkr30EtWPD8GrNg8L3EJet { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN { background-color:rgba(255,255,255,0.6);background-image:none;display:block; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container { background-color: transparent; background-image: none; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container > .video-iframe-container { display: none; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row > .video-iframe-container { display: none; }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .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); }#Ts8AlFKRQtOn2u2TkCt9bTROlzlQfLwN > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJMZprUiDFUrZ3aFVTvDsQsMMLTJrxl2 { width:19.99925rem;height:7.19889375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gy7aBw5c8OeQTKU9gLuEJmf7viqy3mMb { width:19.6875rem;height:9.3125rem;top:0rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Qht8XgZ2AgwdL7zN67XueefRM0WLkugw { display:block; }#Qht8XgZ2AgwdL7zN67XueefRM0WLkugw > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWwOqaaaOwouQQGa1IsXkPkP2yGPR7Ld { width:20rem;height:3.41145625rem;top:1.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb92zeL4GzuSipBWnEvm91r251RToFKK { width:4.75rem;height:4.75rem;top:72.4375rem;left:7.625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo2dQx9eBzA8bpV1aoze5MT6CoPzZQQS { width:18.9375rem;height:19.875rem;top:7.4372959136962rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4gVpnAuVLmAB6SX8n12194ISll0T3CU { width:17.5rem;height:16.002625rem;top:9.3400068283081rem;left:0.71858721971512rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpdbJk9MUk6hNgXBX7TWzRexf9W0mOG0 { width:18.9375rem;height:22.875rem;top:30.374348402023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrGIsZST7PzByVVGBENgQW99KJcdy4ds { width:17.5rem;height:20.00325rem;top:31.809081077576rem;left:0.71858721971512rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fR2rxphxuW4wfBO4rzapXewv7LC7SAd5 { width:18.9375rem;height:17.75rem;top:55.061859130859rem;left:0.49967449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQoktxFVlRdDR5SiDHbBhDM78bH7y7MB { width:17.5rem;height:14.00225rem;top:57.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ { background-color:rgba(255,255,255,0.6);background-image:none;display:block; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container { background-color: transparent; background-image: none; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container > .video-iframe-container { display: none; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row > .video-iframe-container { display: none; }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .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); }#rbzSkEoRtfeZdyRQUE0X1nN31nnTz8IZ > .row .container { width:20rem;height:61.45703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6vdgvNdIlEuHTp6TLNRri9mpTUtP0QQ { width:19.7496875rem;height:17.18675rem;top:2.3365020751953E-5rem;left:0rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pcReZOdSLyovNhtapSk0MFcfih0TpTmG { width:11.9986875rem;height:3.1862rem;top:2.082032520324rem;left:3.9973958134651rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8fygSfCWyOBFHF4bNvc9sM6h2pTA00b { display:block; }
 }@media only screen and (max-width: 763px) { #yzlJA00Tv29lk3z8GmrbBBcCrcVA1u9k { top:8.49609375rem;left:2.3125000596046rem;width:15.33333375rem;height:3.45833375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPn3nbXms1eSnx8xaQ9a5dSKtLscoGMM { display:block; }
 }@media only screen and (max-width: 763px) { #itu51XcSsZVU9dTGXRLLJe6r84oHXSqg { width:20rem;height:3.8997375rem;top:32.68359375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIt1OSpnpblaaE3D5o4nlZHhJarO9BN3 { width:20rem;height:20rem;top:12.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2GTrwGKHcQEinffkqugTSkpVsVwT8k5 { width:20rem;height:22.09391875rem;top:39.39453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ho27oexgTmEfqQDsG3XlyTX5M8WNzpAk { width:20rem;height:0.125rem;top:37.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UapNTc1MfDeTOIwr38WaFE5kyhPEVJXd { display:none; }#UapNTc1MfDeTOIwr38WaFE5kyhPEVJXd > .row .container { width:20rem;height:52.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GypUeiLbnUXmwTWOItoHL772TE8Ht8OQ { width:11.4995625rem;height:14.562375rem;top:38.15686875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK04Otagh1VZEGUUUUnGTS1B7Zk6qXGA { width:19.99925rem;height:0;top:7.6851875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZErWJJBAglq0w416cKSteuU4TbJ2z0AX { width:19.99925rem;height:14.29425rem;top:17.96225rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JultVp2aFN8ZkxczgSFbeVbMGpyN1mge { width:19.99925rem;height:7.796875rem;top:8.9351875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTIONeWhOhJ7ZCkRnMiu6dfMBiiNCmhQ { width:19.9986875rem;height:5.19791875rem;top:2.5677337646484rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeuiAS7k4lhuihIzgbEfvz1qXy4RO9Um { top:33.4708125rem;left:0.5rem;width:18.9995625rem;height:3.436775rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpaxJiANdIVVyIEhDQwfiaJEpm6iUgQ { display:block; }
 }@media only screen and (max-width: 763px) { #qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw { display:block; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw { background-color: transparent; background-image: none; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container > .video-iframe-container { display: none; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row > .video-iframe-container { display: none; }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .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); }#qrHnf6tgVixSJ9TTZaRLhNgDTIkmsHbw > .row .container { width:20rem;height:52.0048828125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyfpACrkC9FyqLR4I1BZ9DMASUkLuU5m { width:20rem;height:1.4615875rem;top:1.25rem;left:0rem;font-size:1.125rem;color:#000000;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #QNqwQWTtMilohUnzk64tlzGKdPAQ7A54 { width:19rem;height:32.194rem;top:3.9351875rem;left:0.5rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fmOluyq4ZwlorBwDZsIL6Lxgof0LZLOh { width:20rem;height:14.8685rem;top:37.19270324707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 { display:block; }#fHzi7uTXGlCIPteBAh3yLJJN0zcDeJC9 > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3POQigFgJ7VDoKvkwxO3zDdlpThNQya { width:19.99925rem;height:17.3965625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p { display:block; }#QUl9mtVkVHRT22tnyoaQeTm3Xf3Kw45p > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzw9X4KRbqLmhl3yzFgWv1v1NUMhhQ37 { width:19.99925rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG { display:block; }#IdiGmPFO7PnTTJrbLl28iTaAKETbXbnG > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpT0KlXfbbbPizsUUyitucIzFGUoD43s { width:14.3120625rem;height:2.6237rem;top:8.31235625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bC8biBgIDuLPFTXyhRL8e30UOvO4pDuK { width:14.874875rem;height:3.93554375rem;top:12.15495rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qK4ccOE8IXnmd1Ihr0SRHobn5pqOgseb { width:14.874875rem;height:5.24739375rem;top:28.19734375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t68m5dH7fbAkLzyS9q11KMVs5o4t9OVJ { width:14.874875rem;height:2.6237rem;top:24.355475rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EfqSSBBwSS81qs84DuvFWOwyJKACPXMH { width:14.874875rem;height:5.24739375rem;top:45.53748125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qdo7WxyBUbO3zNGRlz0RrsQrBmnFiuKT { width:14.874875rem;height:2.6237rem;top:41.6948875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0GWkR76L0qJCP6wbgdLEHePe7pwOFDx { width:5.81235625rem;height:5.81235625rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymAVnMrreKf0W7BrGgGKvG64EReAzpXV { width:5.81235625rem;height:5.81235625rem;top:17.29311875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQWCy9BGG26fGpPXmMIL1e6RDLpQVtAx { width:5.81235625rem;height:5.81235625rem;top:34.63253125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvpJg42kB2cK8QJenqabC5xMdcOzOeNx { display:block; }#tvpJg42kB2cK8QJenqabC5xMdcOzOeNx > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA26MirygPwmUNe39mOU217SNmEcvtms { width:14.3120625rem;height:2.6237rem;top:8.31235625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvFuT1hk60yVqTac0NycFpDVMLKe06KZ { width:14.874875rem;height:5.24739375rem;top:12.154225rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqgIieVNl9Norfg1g8UP3XB4zx42co0H { width:14.874875rem;height:5.24739375rem;top:29.4936375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQMqy8tZSL67w4Z67e1O1mB6DQu6Pe8g { width:14.874875rem;height:2.6237rem;top:25.65176875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhVN8bFNS1Vrr5HsxdxHB3qA3AUSdnb2 { width:14.874875rem;height:5.24739375rem;top:46.83305rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1X1ffz80iNX1x99cGvvOTf2QlRGOl09 { width:14.874875rem;height:2.6237rem;top:42.99118125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lflQBUrsFzFsrCl0W4cwS1U4SgAgC3rJ { width:5.81235625rem;height:5.81235625rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQEmldm2xzNMisADR7d35CAp5caqSihP { width:5.81235625rem;height:5.81235625rem;top:35.928825rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEkZaZ1NrKru2aoINC3Sthceg19NZdi7 { width:5.81235625rem;height:5.81235625rem;top:18.5894125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcha91AJnNpNMT9n7J1uuosiLedP6lDD { background-color:rgba(255,255,255,0.27);background-image:none;display:block; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container { background-color: transparent; background-image: none; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container > .video-iframe-container { display: none; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row > .video-iframe-container { display: none; }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .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); }#xcha91AJnNpNMT9n7J1uuosiLedP6lDD > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS5Ty2JyzmreoQ3NwbnBEMyuNrPNu91W { width:19.99925rem;height:2.274575rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v63HzJVIcEEEokCdcKcRiT02n0r5wMBU { width:19.99925rem;height:2.923175rem;top:5.09259375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA { display:block; }#vmGGPHTOA3XQ8uV7JWquTA11udLNsgxA > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg5XDNFC51qdTlq8zV8gFNTABAdAHVNN { width:19.99925rem;height:3.41145625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXmZEanIkJJAUiqDaorD2CbCmmEFqpBC { width:19.99925rem;height:45.4378125rem;top:5.8326125rem;left:0rem;font-size:1rem;display:block; }#nXmZEanIkJJAUiqDaorD2CbCmmEFqpBC li:before{  }
 }@media only screen and (max-width: 763px) { #erxR2hqvMpkORtkiBEVXCzeUKSSPzuer { width:19.7496875rem;height:12.49925rem;top:52.4038rem;left:0.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Za5vgSzONRbWUbk4ov6kmwtqoLndXCTN { width:19.9985625rem;height:11.69676875rem;top:52.403004646301rem;left:0.0014467239379883rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ { display:block; }#CSSPM2c0OEMChIq9ORdczc5uPozoL7DQ > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnwKbJ6TnRMevIVzeUFMIVSQTpiZlTlk { width:19.99925rem;height:14.9370625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi5uBpflP1JkW715sCB4v0wsqduAc8h0 { width:19rem;height:3.1875rem;top:30.64687538147rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbOGOo2SvcreV2KWbpODSLRlLBQLNsqZ { display:block; }
 }@media only screen and (max-width: 763px) { #mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G { display:block; }#mDOQVQbffP1fKWKHza1bvoPiBTbsOP5G > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M51kyzpfsJ24ZW2qvrOTe9Hld90zTOGs { width:17.999875rem;height:10.23111875rem;top:1.25rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTDe2ZGMfAb0nAsThqfsKwudmXVlISmF { width:14rem;height:2.03125rem;top:12.855180740356rem;left:4.4372106790542rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EBUMG9JmDJ6IqQUL3bcz78C4vR7lB9Ep { width:2.99985625rem;height:2.99985625rem;top:12.350261688233rem;left:2.1209490299225rem;font-size:2.0625rem;color:#1cff3f;display:block; }
 }@media only screen and (max-width: 763px) { #LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS { display:block; }#LVGiXD5KtdU8HpaZWo2wOiBZoZhLF6vS > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXh70PWSHkVrTVRNKC1gW7pV6OGEQJFu { width:19.99925rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl { display:block; }#M5vx4pqgtI6TZL5rSVQ5lVtDX1skcIhl > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFrepeMAnWLdVQkbXO5eJQHbz1lmTyf6 { width:19.99925rem;height:41.58851875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGXZTJREKN7M57TKxBkbyipVaX2KLygA { display:block; }#lGXZTJREKN7M57TKxBkbyipVaX2KLygA > .row .container { width:20rem;height:31.1259765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTclratw6xZrCefprBVwMksV0S51HO6x { width:19.99925rem;height:9.2545625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBkwTQt3auKBkV9ird08nRqaIhDGJsKJ { width:19.99925rem;height:9.116rem;top:11.573375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1HSNVEyqAVqhE9Fqf4lbx28IwEDAcWg { width:19.99925rem;height:9.2195rem;top:21.9386875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq { display:block; }#wMEK7AbGIoNei7e51vJWP8f6qsOnk6Fq > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFLIhwDOmvltT2gIltODcbU1pTQOkQDE { width:17rem;height:2.436525rem;top:4rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b15aTIkiLZZUZcxqoASAIM20JyQ71Tf5 { width:20rem;height:2.4375rem;top:0.62498474121094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVcqxcU0OuXtAgROBT4wsJRAcWvfQQs { width:20rem;height:28.5625rem;top:9.96875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#auVcqxcU0OuXtAgROBT4wsJRAcWvfQQs.adaptive-delivery-prevent-bg, #auVcqxcU0OuXtAgROBT4wsJRAcWvfQQs.lazyload, #auVcqxcU0OuXtAgROBT4wsJRAcWvfQQs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nS9P3bVMrRuvip7sTZpemN3bKafARZaQ { width:17.5625rem;height:15.2018125rem;top:23.1875rem;left:1.2187500596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z96XGlPl06T16CKrUhr6lizmlr58wCOo { width:17rem;height:1.787925rem;top:19.1875rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhpxZ3s5a4strzlBDRWaSKhftk6z4ZLH { width:20rem;height:28.5625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #koGlK8Mi3cfSANsETU7F3PIKlJkkNWWt { width:18.1875rem;height:7.6009375rem;top:57.3125rem;left:0.90625005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z05O4rT3snXIyMrc2MXlCMr3dswzOFXp { width:17rem;height:3.57584375rem;top:51rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geKRm8ZvTpNsBuSkZlxq1mEdM6mJMmNP { width:6.75rem;height:6.75rem;top:11.078125rem;left:6.6250002980231rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bqTdOteT4NNpWxt6Pl7c8yAogqhM6SMS { width:6.8125rem;height:6.8125rem;top:42.93620300293rem;left:6.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 { display:block; }#r9sPCdcxdZe2RG0Jm68333fJ8Q4FVK11 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEROe4U9cXeqKnuP51speTDnpH435T80 { width:19.4375rem;height:21.9375rem;top:0.62337207794189rem;left:0.27514674965611rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7ZhfJ9Z4eO4v9flKrcx1DaR7mgB5ip { width:20rem;height:15.1668125rem;top:22.862142562866rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WarpbVRTEMUKKCWm9nEM1Dnu6SL2QCMu { width:20rem;height:8.3504375rem;top:37.976073265076rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDkVeuILDxl17K7OQEcDDAXMi1viqoCI { display:none; }#BDkVeuILDxl17K7OQEcDDAXMi1viqoCI > .row .container { width:20rem;height:76.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDHUtBElG5ZgxshUi8oELAELsdv6PGLa { width:19.9375rem;height:23.5rem;top:0.43452327606201rem;left:-0.067556991251619rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHNT8fuvhr7a9EvrbX0TJxAWho2DK3TT { width:19.99925rem;height:9rem;top:13.249450683594rem;left:0.00075rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ec4MKMph46FvfNGrc8nvrBQ0TlJM6p { width:19.99925rem;height:1.75rem;top:9.7808227539062rem;left:0.00075rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTX7lZ8dHSCUBSxJze9ksUQ3eWGI0aAK { width:19.9375rem;height:19.9375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP5UlPDEsIwdWfgvWb52ClRlNKSVAOTq { width:17.999875rem;height:6rem;top:41.360679626465rem;left:0.99898731708525rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch5uJQlFodbolJZ98c3WwfdehtlwSvhs { width:18.373875rem;height:3.5rem;top:36.934320449829rem;left:0.8116319179535rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu70wP2J6CXS51cHR2ZUR3aLuwIJJ9hP { width:6.8120625rem;height:6.8120625rem;top:30.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhnogtMMeOaUG2h1IHlXVz7v8UCEzgCa { width:19.9375rem;height:17.4375rem;top:50.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsPPIoPoHGKgIh8quMQhxUrXBvcaAuTq { width:18.1865rem;height:4.5rem;top:62rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #um4DFh5oMWlL87cL2nWTLXmED1gWBzNo { width:19.249875rem;height:3.5rem;top:58.5625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMrZKzKTGPaxs4OsA3MTcDZGA5tXuao { width:6.9994375rem;height:6.9994375rem;top:50.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxM7OrEhr5fhxleMnKOdN76Zr2kwSfbw { width:6.749875rem;height:6.8113125rem;top:50.875rem;left:1rem;font-size:4.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #p89lebSloiQoTaCTcQZysMIudDWgUHuD { width:7.249rem;height:7.3119375rem;top:30.6875rem;left:0.9375rem;font-size:5.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #U8LtcqP6uFLNgMpV5GGqaRGDybVNi77C { width:6.5610625rem;height:6.624rem;top:2.1433634757996rem;left:0.96860539913175rem;font-size:4.625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #wLukz7K4XBtXdG6Pfe02ln5WqbudwU4M { width:6.75rem;height:6.75rem;top:68.91666625rem;left:6.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f { display:block; }#Cy1VTzZc9uvBFore2zcIkpP5mblcZp8f > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tld398Q1GWpn5qMXQxibMhH81kHugvJX { width:19.99925rem;height:3.67513125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJi2b7JvR84pZP0SWlgkksr7X7MvxLob { display:block; }#LJi2b7JvR84pZP0SWlgkksr7X7MvxLob > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9L0WxlooEFNBCiEfiqDXPNvaexznJR2 { width:19.99925rem;height:3.67513125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBevbMOpahoWgzTtcKbs6NUfxbk6pgnP { width:19.99925rem;height:15.397125rem;top:6.1111125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqGVCQTX8VZFotVWrkJxAto6ye54NiZ7 { width:19.99925rem;height:1.8375625rem;top:22.638175rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmRd7baVNpSIObAmuuyNKUFO1m0rTd71 { width:19.99925rem;height:9.7981875rem;top:25.69373125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GO20hMxz4vvvXomR2OWEx0ea1FxrRiiy { width:19.99925rem;height:5.51269375rem;top:36.66598125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NncGovxCwMycbfBwTF1ZQNPnuwaMbd6N { width:19.99925rem;height:12.597625rem;top:43.33265rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWiZAHnOsLBmMge5aIzST9lTTuVOfpO7 { width:19.99925rem;height:3.67513125rem;top:68.74931875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRMNCc9m7n5IrORE10QI3Tg72NT3b7X5 { width:19.99925rem;height:2.79948125rem;top:73.61043125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3iwvIfTn3yLWNPS2MxukslDcDit2kAG { width:19.99925rem;height:5.51269375rem;top:77.6374875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ml3oGsvI71rzQbkQMk6iTkLFbLSIXFB7 { width:19.99925rem;height:12.597625rem;top:84.30415625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fd1Gyt5tEACSkdaw28bUAbV3sLcvucZf { width:19.99925rem;height:3.67513125rem;top:57.08265rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiKO6GVEoDVe5pD6pvptM3hMZrFalHx6 { width:19.99925rem;height:5.59895625rem;top:61.9437625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sX03kAKeTukvki2PBsHTpsiIT6tedrFU { background-color:#0080c8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row .container { background-color: transparent; background-image: none; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row .container > .video-iframe-container { display: none; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row > .video-iframe-container { display: none; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .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); }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row .container { border-width: 0; border-radius: 0; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sX03kAKeTukvki2PBsHTpsiIT6tedrFU > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE { display:block; }#aEvJXvOklU7mo5tOsLf0Sqd3V6nuwkDE > .row .container { width:20rem;height:10.14501953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBdwFQpmTURWmWZk4siZJCrIFssWszZ4 { width:19.99925rem;height:1.8375625rem;top:5.27705625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCJk33Fmh2cGBuRkR2ENtkUNF6eEgRmE { width:19.99925rem;height:1.8375625rem;top:8.3326125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGnrOiTiqh2aVOXJSVmZknT8Ub9CN9oN { width:19.99925rem;height:2.80029375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM { display:block; }#IzM0XTcizwL2c5FkQq2yxTe49L6QF3QM > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daMf2Lb3g7RPZM2JzzrGZ0KtiTIc3I7r { width:7.5625rem;height:1.57421875rem;top:16.23046875rem;left:6.938802063465rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #soVFWBBLibTrgAO4hdbLT4bRU6GgdkA3 { width:15.93675rem;height:1.3997375rem;top:8.572775rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WaMflbHDdyuCfWIsJ15Z1KgNLA75fZBX { width:19.99925rem;height:3.41064375rem;top:11.2109375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USzCtaBe3ewToyqplaQLd8B4dETlnDep { width:3.31235625rem;height:3.31235625rem;top:18.617625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu6L9H2sWAUTGcbUq3tmhXfh72dJoHJ7 { width:15.8745625rem;height:2.799475rem;top:23.5rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c9HnylpzwdTdfVCMeHCgJEsquZJzraqt { width:3.124275rem;height:3.24941875rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvUP8yeMgiKDMb9qQlt1OK0zswb83xC { width:14.9370625rem;height:2.799475rem;top:27.5rem;left:4.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibTHktIRXd5Mi4FBIeT2Uy3Td6omGMce { width:4.5rem;height:1.57421875rem;top:5.74609375rem;left:7.7500002980231rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I4Zr2fBFWak0TSZ4Q8wri9yaUNzTLtOc { width:3.436775rem;height:3.436775rem;top:31.23409375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKnLTQ3RrogFpApFOXaavbd6sAO7fNXB { width:12.7495625rem;height:1.57421875rem;top:35.92015rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g9QF7fdmwBTC7ATTHQXHyTeVmkERABVp { width:15.8736875rem;height:6.295575rem;top:38.015625rem;left:3.7070315480233rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qoq95Ex9av2rX8f68mgGiibTy38MDIBL { width:15.625rem;height:4.87305rem;top:46.0595703125rem;left:4.1243488192558rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp { display:block; }#yf8tam1T5pQ4xCpt82Ea25NvUx51n4gp > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueCdElNDudDlOyHbbPD5EKTMHPWlP7Nn { width:10.31175rem;height:2.2497125rem;top:0.81018543243406rem;left:5.4918982982636rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKLviTvK0cJIw9SrihXXnxwwVdnsRUdz { width:10.187375rem;height:2.186775rem;top:3.5597515106201rem;left:5.5555555820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh { display:block; }#vw2nbS7VdpPB12x1B7K6aPnS1xzUw8kh > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBshMWbdccFU7eDf3GkHNhg3q08LKoUT { width:10.6871875rem;height:3.87441875rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFuKXhPloGK00qhNg8B1WQDQUz4iyvRl { width:4.18691875rem;height:2.06235625rem;top:6.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ24LnJs9pLNiuxniXBCJbP2Zm7AOmRc { display:block; }
 }@media only screen and (max-width: 763px) { #e0uQGBBLnzTlaGbyflJJRBvynCpBMI1J { width:7.1245625rem;height:2.06235625rem;top:9.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgSfn09yNDm7pbhDMtT5BTQddbonzN6 { display:block; }
 }