.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:114,0,255;--color-primary-1:64,18,121;--color-primary-2:46,0,102;--color-primary-3:38,0,84;--color-primary-4:21,0,42;--color-secondary-0:243,18,94;--color-secondary-1:180,6,155;--color-secondary-2:125,29,70;--color-secondary-3:102,5,47;--color-secondary-4:94,0,40;--color-tertiary-0:255,255,255;--color-tertiary-1:196,196,196;--color-tertiary-2:156,156,156;--color-tertiary-3:94,94,94;--color-tertiary-4:0,0,0;--headlines-font-family:"IBM Plex Sans Thai";--paragraphs-font-family:"IBM Plex Sans Thai"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.8);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; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container { background-color: transparent; background-image: none; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container > .video-iframe-container { display: none; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row > .video-iframe-container { display: none; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .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); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container { border-width: 0; border-radius: 0; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#HF1rPsDTcLkQlvgW46hJ2tJfO5OPSsD2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#F6fag0d70923QOdFodHUWHD8si4gZ2Xb { background-color:transparent;background-image:none;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:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#CAHlB990V7z2ed4DmzJRFQqAz8BNvDgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbX3igLVQk1kFW09RHMdHFJM3lxqTkO0 { background-color:transparent;background-image:none;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:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.0625rem;left:31.875rem;display:block; }
#wfFswgBCgghg8Sk61IzgNLmumqOr6Pol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S56bmD3OTLggueINeTQe1T2xCKBgdxv1 { background-color:transparent;background-image:none;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:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:20.625rem;display:block; }
#qp9iOPd10t6seQEfw5SLWUC45xeRiChr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NU8wpeBsuKAPWdOOvw8KIAzOdaZaI5gC { background-color:transparent;background-image:none;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:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:26.25rem;display:block; }
#s86JqE64z43zX1cHAvvh3FCtXrZ10ZIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mirJL5a3r6clNRB67zNTiUsCO1q2KGCN { background-color:transparent;background-image:none;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:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:43.125rem;display:block; }
#fqeB49sbsKoTATcNBiV8rN1GE20LfomJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IR4kC49Tg82JGcTWOALkzMUw0mbspUfH { background-color:transparent;background-image:none;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:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:block; }
#blTg2lyT8aMyTBvAaKTlIMTzHqBoSzwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OlfLMfZel5bQJR7HyX40rx8r85LZeu1E { background-color:transparent;background-image:none;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:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:37.5rem;display:block; }
#nF3LrFcbWzGmbrFmFsubs6rkJhxgdsy0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvZ58F432XKIP2hUA8TqFQcEJaPWWSP5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.06201171875rem;left:58.686767578125rem;display:block; }
#FUVNNLA0a80g86Z84DBA2nmOcfcIBPTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/ce4b0586-c74d-4b1c-82ab-2f18b7b0f41c/bg1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;overflow:visible;position:relative;display:none; }#MTFm2XHh0z4hL99mM9OsNpxL3FvFFTvk { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:16.875rem;left:0rem;height:6rem;display:block; }
#l8BMgT9Bk4ElI1mUnAgXvl7QANyOheiA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:23.75rem;left:0rem;height:1.5996125rem;display:block; }
#PowaukOl5USWoOTnqnNopx39VURqghuX { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.375rem;left:0rem;display:block; }
#CKlmgXiUbGSUhIwxgw4q4KLnZT1XH6q7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2ioLHrgoxatH1qABoirfO4MWkHq8KSO { 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:8.9375rem;width:19.1875rem;top:7rem;left:0rem;overflow:hidden;display:block; }
#g8oloRJ3g5QP0VzFxX6lRPTQ1X7XRE4e { 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:24.125rem;width:39rem;top:6.75rem;left:32.336357526882rem;overflow:hidden;display:block; }
#Sa1wty0PM81614DhcWitfsvLZdJzS7VV { 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:1.25rem;width:18.75rem;top:27.5625rem;left:45.125rem;overflow:hidden;display:block; }
#UpgpxFmaKAWkkE24EXU43RODiglhRERR { 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:34.4375rem;width:58.1875rem;display:none; }
#RcuF0u49cRzzqFZDLvC2xuv6K1HLKHWg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:32.8125rem;left:0rem;height:1.59911875rem;display:block; }
#yKeWyZQA2E5ymrZ26ScMEG6en4burVez { 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:1.75rem;width:4.3125rem;top:32.7373046875rem;left:11.75rem;overflow:hidden;display:block; }
#l1sr0OzyntbT8mdWIxXVLUDHkzEUgqbw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.8125rem;left:16.34375rem;height:1.59911875rem;display:block; }
#zwsHlueGClnIcLhiRCz2MTv1rWLVF0Va { color:#f9d147;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:34.625rem;left:0rem;height:2.19993125rem;font-style:normal;display:block; }
#Zmtptb6hGGPfn45PZEdN21JQuWHli5N0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Zmtptb6hGGPfn45PZEdN21JQuWHli5N0 > .row .container { border-width: 0; border-radius: 0; }#Zmtptb6hGGPfn45PZEdN21JQuWHli5N0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zmtptb6hGGPfn45PZEdN21JQuWHli5N0 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#k2a7bdx70N4dFSN0uUZPmKgQi61va5tO { color:#f9d147;display:block;width:27.6248125rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lKBNp2zSVimWLeiT9lMUvQo4Ht2zIBUK { 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:1.99978125rem;width:1.99978125rem;top:1.5625rem;left:30.9375rem;overflow:hidden;display:block; }
#vqKxwkyAc6XpxpuT0GZ7vxI1Tr0KoKaG { 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:2.5rem;width:2.5rem;top:1.25rem;left:61.375rem;overflow:hidden;display:block; }
#IdH7zkgNiXtOA5svPfaReorQldQL7HcD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.5rem;top:1.25rem;left:66.375rem;overflow:hidden;display:block; }
#Sv2fTCopzKqbHhlBTgEBzFaLzT6lsgFo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:1.3125rem;left:71.375rem;overflow:hidden;display:block; }
#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/d66e90fc-16da-4fbf-8a12-54c845317d39/Frame37478.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb.adaptive-delivery-prevent-bg, #eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb.lazyload, #eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb.lazyloading { background-image: none; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container { background-color: transparent; background-image: none; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container > .video-iframe-container { display: none; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row > .video-iframe-container { display: none; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .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); }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container { border-width: 0; border-radius: 0; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#s0T4K7EnOAz3m7MpGVdPm0gIeMvEILyw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:20.5625rem;left:0rem;height:5.625rem;display:block; }
#xQe5mhZ2EZ5manVoq993HnTSDx9T9bb6 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.81201171875rem;left:0rem;display:block; }
#slLn009uTkTD1ZG3H11uwiAvOkDIke84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0xtMNSGq08aHsTOff2dC3fFXlk2TsQf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.12451171875rem;left:0rem;display:block; }
#ig0gxbXgq7b4K7UH51GkOpa3LNPKQ76Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yml0OTPPkaJBJyZh9qpZwTfgI8ESkOzL { 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:10.5625rem;width:22.125rem;top:7.5625rem;left:0rem;overflow:hidden;display:block; }
#QPBM9avpM5xx1zBAsE098b1q6KOQ0iy9 { 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:28.875rem;width:35.8125rem;top:7.03125rem;left:36.017578125rem;overflow:hidden;display:block; }
#pyz8WPuuObZyRleOwH4xHJL9D7htk3zA { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/d66e90fc-16da-4fbf-8a12-54c845317d39/Frame37478.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#pyz8WPuuObZyRleOwH4xHJL9D7htk3zA.adaptive-delivery-prevent-bg, #pyz8WPuuObZyRleOwH4xHJL9D7htk3zA.lazyload, #pyz8WPuuObZyRleOwH4xHJL9D7htk3zA.lazyloading { background-image: none; }#pyz8WPuuObZyRleOwH4xHJL9D7htk3zA > .row .container { border-width: 0; border-radius: 0; }#pyz8WPuuObZyRleOwH4xHJL9D7htk3zA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pyz8WPuuObZyRleOwH4xHJL9D7htk3zA > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#qPopSEB0kxOGZ9J5a8Wi9sxO7c19uQ4c { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:20.5625rem;left:0rem;height:5.625rem;display:block; }
#BUi6ZIoATGotFmVVuNMiMd4260Oqt5ao { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:28.6875rem;left:0rem;height:1.5996125rem;display:block; }
#tad5hhyvAVMevfPkBW2JXIIbtVBxgp3O { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.8125rem;left:0rem;display:block; }
#XEQpKxuIuhc8krlTCaAMTuygrD1alT2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVeGavcPEbROeEI6rBod1yt5u4SmBSXo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.8125rem;left:14.375rem;display:block; }
#zOOWliNmFnn9e8kgJbnQl1xA252iXl4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Htxo33BW0hZ8JWFQUDthCUykFtoHdZJ3 { 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:10.5625rem;width:22.125rem;top:7.5625rem;left:0rem;overflow:hidden;display:block; }
#gLozu2Cu4lD83oQrTQEQ226trbVXJbEc { 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:28.875rem;width:35.8125rem;top:7.03125rem;left:36.017578125rem;overflow:hidden;display:block; }
#IGBV7zdfSplqHamAXIoaXyphSb4O69tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;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; }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row .container { background-color: transparent; background-image: none; }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row .container > .video-iframe-container { display: none; }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row > .video-iframe-container { display: none; }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .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); }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row .container { border-width: 0; border-radius: 0; }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#zJqcMsgu55Ho1Hx2LR99MVGWtTIEvzSa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:5.6875rem;left:28.4375rem;height:1.79980625rem;display:block; }
#muGfX79uxwm1m4veL6tA8GGkJAHld6iz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:5.6875rem;left:53.5625rem;height:1.79980625rem;display:block; }
#u3sciGGOtACk7n68gqHKM5rJKuwI3D6N { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:5.6875rem;left:7.875rem;height:1.79980625rem;display:block; }
#V2aBgyNTCyoJhw4Tswdodn8OrmBPtWaU { box-sizing:content-box;height:6.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:3.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #583385;border-left:0.0625rem solid #583385;border-right:0.0625rem solid #583385;border-bottom:0.0625rem solid #583385;display:block; }
#XexPD8lct0U5LtXquH3y5RNEmAnilM57 { 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:2.8125rem;width:2.75rem;top:4.9375rem;left:4.5rem;overflow:hidden;display:block; }
#QaUEdZft83qAihocNvSqr49WkiiLFXTx { 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:2.875rem;width:2.875rem;top:4.875rem;left:24.9375rem;overflow:hidden;display:block; }
#oyzk06KZNLhCpF7bO587PyrdVSlOCh7v { 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:2.6875rem;width:2.6875rem;top:5.25rem;left:50.25rem;overflow:hidden;display:block; }
#zlKzNPH4UxwRasqk3VhSCWFT6hQky0oR { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:4.625rem;left:23rem;display:block; }
#shQnlp835TzyzK5nHtV6BPbtSrQS2MxW { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:4.625rem;left:48.25rem;display:block; }
#OwbZZ9h9hycrz9dt7CWgaEmflIzFDnzB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:11.811851501465rem;left:39.666667938233rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RlTdLk0dE6kzT1vJP9rG7nirO0duee82 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:11.561851501465rem;left:36.8125rem; }
#SXMxm3gd5IxV4TzhT3GdXHqT4QUlMRsU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:11.811199188233rem;left:21.1875rem;height:2.00024375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BziL2V2kfyd53Ra06ghoquogppTnkLuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/bd98b84c-25c9-4e57-8eba-cd2af71792c3/Frame37479.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; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX.adaptive-delivery-prevent-bg, #BziL2V2kfyd53Ra06ghoquogppTnkLuX.lazyload, #BziL2V2kfyd53Ra06ghoquogppTnkLuX.lazyloading { background-image: none; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container { background-color: transparent; background-image: none; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container > .video-iframe-container { display: none; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row > .video-iframe-container { display: none; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .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); }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container { border-width: 0; border-radius: 0; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container { font-size:0.875rem;font-family:arial;height:80rem;width:75rem;position:relative;display:block; }#EJvXdgzkxffq2RHhoJkCHfRvtatqEzpU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.749rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.75rem;left:52.625rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#No8beFWIKhfkhRUC7zkkzNua5FxM3qSi { color:rgba(var(--color-tertiary-0),0.7);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.486328125rem;left:52.625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xlVKTGXOyEXlM4yxc1SMnilD4T8PJwDv { color:#ffa8da;display:block;width:56.9995rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.2734375rem;left:9rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vDGwqFACfCg7cqTXa6Da75T26uzN6y3D { color:rgba(var(--color-tertiary-0),1);display:block;width:19.749rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:27.625rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUOIXkSNBrhwaleicypZwxmLPNIUvMog { color:rgba(var(--color-tertiary-0),0.7);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.4873046875rem;left:27.625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tFzhcClplJFPnPDvKSNWwZMAdyI7a6Vx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.7495rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:2.625rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DscufsOcGo7nKX7yGHlnIP8ZGX8CMbOr { color:rgba(var(--color-tertiary-0),0.7);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.486328125rem;left:2.625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Thw9nXI9PIakrTCveghxOpGT91JRSXmx { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:9rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uosypLphmJnZ3ybffBktoGgAn0IwVxuG { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.25rem;width:48.75rem;top:33.375rem;left:13.125rem;display:block; }
#t9kh9KJiQcsXtKpKPSloFSd26mIxpdvM { 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:12.5625rem;width:22.375rem;top:14.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#uWkwmEMTJ2SrxH5B4uTFeL1iiAIF4JBw { 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:12.5625rem;width:22.375rem;top:14.9375rem;left:26.3125rem;overflow:hidden;display:block; }
#caL6rl1iBux0HOwudiZ1P8UXmkM7WpdX { position:absolute;display:block;z-index:14998;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:12.5625rem;width:22.375rem;top:14.9375rem;left:51.3125rem;overflow:hidden;display:block; }
#uUWWPEmUVZEqb6n6ybkMKCtJLuaZktZO { 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:17.0625rem;width:74.375rem;top:62.4375rem;left:0.3125rem;overflow:hidden;display:block; }
#rv9sUNR9l47oUmD8d4vRrM2gSmNFRofX { 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:16.5rem;width:40.25rem;display:none; }
#oiJIchfgMmQ5Zf6qPRDLAU7uWO7U1DKR { 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:16.5rem;width:40.25rem;display:none; }
#FerQSeyA9PWvs9TrykgEwlFETan1nvfI { 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:23.375rem;width:40rem;display:none; }
#gtDt7C9rm75AhJDBTZsMvR9TOQeM5zFM { 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:16.5rem;width:40.25rem;display:none; }
#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/62bf2fc2-495e-47e8-a759-02268e72773b/Frame37480.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; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM.adaptive-delivery-prevent-bg, #BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM.lazyload, #BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM.lazyloading { background-image: none; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container { background-color: transparent; background-image: none; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container > .video-iframe-container { display: none; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row > .video-iframe-container { display: none; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .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); }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container { border-width: 0; border-radius: 0; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container { font-size:0.875rem;font-family:arial;height:94.375rem;width:75rem;position:relative;display:block; }#NFNIJU0du9lAR80omspuKKoV0IDlnNfn { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:9rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U88c7NZ0bvRieorJdDe2gBRR5iCpDUVe { color:rgba(var(--color-tertiary-2),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:13.77392578125rem;left:17.3017578125rem;height:3.19791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPpQ7i3Ic2z6rH7q51GzJPAbSltUNc4D { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:35.9375rem;left:30.7861328125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9xOWasT6RL3lofR2GXElUQawwhxdMzO { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:33.8125rem;left:28.62548828125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8r1BLweeaQN4wBFT2W7tJLxMk6Bkxv4 { position:absolute;display:block;z-index:15036;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.625rem;width:10.5625rem;top:21.875rem;left:31.6611328125rem;overflow:hidden;display:block; }
#xTpXHfXqhpfJpWW7SX4nzBAqBZw8ctTG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:41.125rem;left:28.125rem;height:7.9948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4nAxeBXhv89Zwyap4iWqxt1kmAlxTX2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:41.125rem;left:53.4052734375rem;height:6.3958125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2cLx5nb7hQL3X7AnbIWPa6w9VHxkM11 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:35.9375rem;left:57.375rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ozO3aPrB1FbKVhn1nL7ehkW9CnouzWga { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:33.8125rem;left:53.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUTOGfAafTknqLUZE4cXuwF5NIVOnLI0 { position:absolute;display:block;z-index:15049;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.9375rem;width:10.5625rem;top:21.59375rem;left:57.21875rem;overflow:hidden;display:block; }
#rXhvvgBZSpg3FVmqyHIJC3SHiQv7GzGr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:41.125rem;left:3.40625rem;height:7.9948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awsiKddg205uIpCIB7DE5U807fZ0sreu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:35.9521484375rem;left:7.28125rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmX4H4VoK7QDJyRfkwT4KAhhXB00kDIr { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:33.8125rem;left:3.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOxJ0ilSs3mTxfr7fp9yIzXc9MbMiITF { position:absolute;display:block;z-index:15049;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.6875rem;width:14.0625rem;top:21.875rem;left:6.90234375rem;overflow:hidden;display:block; }
#gnL7Jt2TGpcxBVfwGqU7m1oF1EoJVyN9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:70.0625rem;left:3.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZaW58Aureg6Zcsx4Lw1rNTT5rmU4FPyE { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:67.9375rem;left:3.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AU3Vc30icVmQGnr4e2dy0KsJzcoEzlvB { position:absolute;display:block;z-index:15088;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.8125rem;width:10.25rem;top:56.6298828125rem;left:8.14453125rem;overflow:hidden;display:block; }
#ofJrLhhylE82fVT4JZkCnKhpmfsfJHWa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:69.9375rem;left:28.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lh1mJ0FI6iMiJDwPig6Tlpkzp5fMVul0 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:67.8125rem;left:28.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RrFiFD5g2gsdnSun9ipRSXghh30SsXal { position:absolute;display:block;z-index:15075;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.8125rem;width:15.3125rem;top:56.34765625rem;left:29.5673828125rem;overflow:hidden;display:block; }
#cM0y1BOyCvH2rqfIeLnE6IK3fgtVytQr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.6;letter-spacing:0;top:73.375rem;left:27.78125rem;height:6.3958125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rleOl1waSXRJfKfIr2ghTN8RpPt8mzL8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:73.5rem;left:3.5625rem;height:6.3958125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KV3okJH14AJ6Idyeffexumrf5Bkqd75b { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:73.5rem;left:53.5625rem;height:7.9948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRc3ROIJ2fT0puHw22CudElR2aK38fVq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:70.0625rem;left:53.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZfOzBmgxNx7dhOL8cpcHThB9Mucuts2I { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:67.9375rem;left:53.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0GJAzOKplm2CWc3pwHEePGWCUwuZeEI { position:absolute;display:block;z-index:15088;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.125rem;width:14.25rem;top:57.0986328125rem;left:55.375rem;overflow:hidden;display:block; }
#n9ioazDN2IkbKwNA8TmetpzBZEHXBbK5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c2833', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c2833', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #d800ae;border-left:0.0625rem solid #d800ae;border-right:0.0625rem solid #d800ae;border-bottom:0.0625rem solid #d800ae;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:86.75rem;left:38.125rem;display:none; }
#HERSUTfPRWsm3WxrofnkKK27nIKHy5ER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nap3zZvTQKxpT75dQH1ZrZCdBhocxve5 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.71142578125rem;left:9rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Of0ViSoUzLix0lckg7VUUPdTbFrqTgu2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:88rem;left:23.4375rem;display:block; }
#oHVTIb66bQmhIuiAnSrkNw2Taob6bQOG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBt6entspxywkbAWqptddutbxrFmRQw7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:88rem;left:37.8125rem;display:block; }
#I9DalDSev97AAfxCw86m2yTdOI4r510P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIFdbTPvwZocy1QiLAuC7FcqmUxWslqu { 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:31.1875rem;width:21.875rem;top:20.18359375rem;left:1.5625rem;overflow:hidden;display:block; }
#gfHESVaIA8csqciLkZWuQslOUmJmQp4T { 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:31.1875rem;width:21.875rem;top:20.1875rem;left:26.5625rem;overflow:hidden;display:block; }
#rIC6zAtHCH0eDxSCraHZgTTrXzcqm4Ts { 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.1875rem;width:21.875rem;top:20.18359375rem;left:51.5625rem;overflow:hidden;display:block; }
#FNuLLgCTO25AB0yqp1g7gSX63LQ2OVXL { 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:31.1875rem;width:21.875rem;top:54.3125rem;left:1.6865234375rem;overflow:hidden;display:block; }
#mpHzwhKIM4AM16VzQzsxSVune8DSCKkk { 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:31.1875rem;width:21.875rem;top:54.3125rem;left:26.5625rem;overflow:hidden;display:block; }
#i2kZBTTQ0TDqm3QMgO80S8AmzTQ6xPz5 { 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:31.1875rem;width:21.875rem;top:54.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#LTUhSgMopw8Bnr9B8cdb66x89HHspLmM { 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:46.5rem;width:40.25rem;display:none; }
#aHTDxMk6FqweE8JvT4OEZCnizvDolPKA { 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:46.5rem;width:40.25rem;display:none; }
#pBZzcUUfWT518dLi6cubf0v4rUKKvlfu { 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:43.125rem;width:40.25rem;display:none; }
#yuNSKwC1gMUFWc4mOTF6HEu5qPHAVaDw { 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:43.125rem;width:40.25rem;display:none; }
#hEVzhGODxdX0XMfuRJw9vmFWDyxVGJrx { 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:46.5rem;width:40.25rem;display:none; }
#wPFoffQGrlTSS3dBtZnTpVaAT4Ms4clT { 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:46.5rem;width:40.25rem;display:none; }
#nxQlotIDig5gtCZSFOUeT64wCaTObdpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/57f02800-0b7b-4319-bb73-2cded32b14c9/Frame37480.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; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv.adaptive-delivery-prevent-bg, #nxQlotIDig5gtCZSFOUeT64wCaTObdpv.lazyload, #nxQlotIDig5gtCZSFOUeT64wCaTObdpv.lazyloading { background-image: none; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container { background-color: transparent; background-image: none; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container > .video-iframe-container { display: none; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row > .video-iframe-container { display: none; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .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); }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container { border-width: 0; border-radius: 0; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container { font-size:0.875rem;font-family:arial;height:104.3125rem;width:75rem;position:relative;display:block; }#lmVOqp35iX5lu23ekN6mPBAkZhisN8lG { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.193359375rem;left:8.9990234375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XwAMlnUcv7vNnvzfcpLzkKsaEksUW6I0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:19.1494140625rem;left:28.6240234375rem;height:4.72265625rem;text-align:center;text-align-last:center;display:block; }
#kLNUOIB96PT7PCPPPtCQyV3w7c5VB6cC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:27.2998046875rem;left:28.6240234375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f3WI5Lt0CewJynGAaUiELyGkabFBni22 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:28.986328125rem;left:28.625rem;height:2.799475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZxbftnJR3kzhTKqb3D8VubbeuMyixdD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.1494140625rem;left:4.2490234375rem;height:6.296875rem;text-align:center;text-align-last:center;display:block; }
#VfkMElcpV7F7OI2daduFrX7Vr7afTOXT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.3125rem;left:4.25rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LWMHTpgXQVgnuRXKm6Cg3fDb1xetizE3 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:29rem;left:4.25rem;height:2.799475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4WaG3pckmEF36IWJW28SZRr42HMUFz2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:19.125rem;left:52.9375rem;height:6.296875rem;text-align:center;text-align-last:center;display:block; }
#qpGO3GIrqmzWq6PArReavhJbLheNKSQd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:27.3125rem;left:52.9375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9KUaM53TmuWDZQwSbqTlH7v80T7u3Lw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:29rem;left:52.9375rem;height:2.799475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vl1CmKD5NVS5Wl2uyrD0zggH08vS18Im { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.0625rem;width:21.25rem;top:14.26171875rem;left:26.8388671875rem;display:block; }
#UpzGWXtFMUMTBV8iTKGkv9ZXzAKOvCUo { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.0625rem;width:21.25rem;top:14.2607421875rem;left:2.462890625rem;display:block; }
#a9ocU0twGTz149d77l4kENpa2sA2hozg { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.0625rem;width:21.25rem;top:14.2607421875rem;left:51.150390625rem;display:block; }
#GUNzBVrHlugU2E0yHhw8i7FCk6tnWBGw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:6.25rem;top:10.64453125rem;left:34.375rem;overflow:hidden;display:block; }
#roTTVc9dLw4xrNBS6x1T0xwZOb0yVmot { 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:7.125rem;width:6.25rem;top:10.64453125rem;left:9.998046875rem;overflow:hidden;display:block; }
#CLsZBMQRVbucFCGLO1vF1IRNnHVwzhKZ { 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:7.125rem;width:6.25rem;top:10.64453125rem;left:58.6865234375rem;overflow:hidden;display:block; }
#lSL5yh0tpTmoxcStJvz3VWqJcPXMWApZ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:54.0615234375rem;left:28.6865234375rem;height:2.799475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9fvnFGcGLETylAOM5fo2iCdrsO7Rxsw { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:54.0615234375rem;left:52.9990234375rem;height:2.799475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f12BW74uVm0aQsfd7F7eMmGniVFQTcwS { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.0625rem;width:21.25rem;top:39.3115234375rem;left:26.9365234375rem;display:block; }
#upCAkUSMFZzrKdZb8R6wXnva4fsThMoM { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.0625rem;width:21.25rem;top:39.3115234375rem;left:51.1865234375rem;display:block; }
#qpBPwOy0CLoQlmTsVxp2CTMsKG9PvQGM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:52.3740234375rem;left:28.6865234375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NoFBZGpfTgaPEFKkGomesMrDiC7rhPo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:52.3740234375rem;left:52.9990234375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kp3tt77iTzw9UHImgTrfC6xaTNFIvC8R { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:44.1865234375rem;left:52.9990234375rem;height:4.72265625rem;text-align:center;text-align-last:center;display:block; }
#wdInL0Rfap2bUaXnrG9r6FgfxLu87aAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:44.1865234375rem;left:28.6865234375rem;height:6.296875rem;text-align:center;text-align-last:center;display:block; }
#G1Xv4RDGBhLtaH3BSBuFS35e0sisyM7m { color:rgba(var(--color-tertiary-4),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:44.1865234375rem;left:4.3115234375rem;height:6.296875rem;text-align:center;text-align-last:center;display:block; }
#d1fWvZn8JmOhfMH54FTmiq0126gr2bq4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:52.3740234375rem;left:4.3115234375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gG5wsTf3g2VWNZPlsJ14bTTXCrtTOn9T { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:54.0615234375rem;left:4.3115234375rem;height:2.799475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cha5gV4VugPMswimEdzHbx5QNz1TDIIW { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f9f1ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f9f1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.0625rem;width:21.25rem;top:39.3115234375rem;left:2.5rem;display:block; }
#UnlCiDyguzdKJhbr9vtnc8ANncxXOGq2 { 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:7.125rem;width:6.25rem;top:35.6865234375rem;left:34.375rem;overflow:hidden;display:block; }
#ZlqqlrfrTXtUCPf41Qk2TWa8C1xi50ld { 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:7.125rem;width:6.25rem;top:35.6865234375rem;left:9.998046875rem;overflow:hidden;display:block; }
#XL17UUkb8yuiIfMfdi7NQn6Pg1zb26Sq { 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:7.125rem;width:6.25rem;top:35.6865234375rem;left:58.68701171875rem;overflow:hidden;display:block; }
#Ik2eiOr2CMb8OqD87P02qWn4saKlvrdI { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.3125rem;width:48.75rem;top:65.2490234375rem;left:13.125rem;display:block; }
#Loc9pQaFSf8RX72usk4yEaxKy7QkOU5W { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:95.6875rem;left:23.4375rem;display:block; }
#ABddlLVnIT0bgHHHzDvxHCgKxDSBnLvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ggl6aEhiTHQSNeusQXIhDOe06LE6z3Qc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:95.6875rem;left:37.8125rem;display:block; }
#TqHJ1BvABJvh57byzrZxVHXFvPvwkT7I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/8415ac9f-a73a-4fa7-9c9d-9d96006165c3/Frame37482.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; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51.adaptive-delivery-prevent-bg, #DHPbGm1DaQafebPZbIhDTotDuJkXBT51.lazyload, #DHPbGm1DaQafebPZbIhDTotDuJkXBT51.lazyloading { background-image: none; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container { background-color: transparent; background-image: none; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container > .video-iframe-container { display: none; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row > .video-iframe-container { display: none; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .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); }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container { border-width: 0; border-radius: 0; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:block; }#p7IODi42oF0K4MdvPrS9fzUL1uOLfypm { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hh9ifJRLJIoc8clw7v706tcAJx7rHPMf { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3359375rem;left:8.998046875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1FhVJWFD0l6v2vQICGRIfSd15Jd3vQc { color:#f9d147;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:38.75rem;left:23.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8idXmotZffyiHhf19fhiP3MAdXC6f70 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:4.3125rem;top:36.875rem;left:31.5625rem;overflow:hidden;display:block; }
#windtUrFJHDJTW8I6T9LFWfSgcbchIT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:36.9375rem;left:19.625rem;height:1.5rem;display:block; }
#bHD3Tf69fgoD6dq0azGpErHB4KN4W26e { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:36.875rem;left:36.25rem;height:1.5rem;display:block; }
#BoiVQVrMxvPOuLIqbhlxk6D1EEo3F1Gv { box-sizing:content-box;height:14.87475rem;width:21.99975rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));background-size:auto !important;top:17.244873046875rem;left:38.7333984375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#KoQeWAmIbU5G4HcEB0QPL6glGx5Obxxe { color:rgba(var(--color-tertiary-0),1);display:block;width:11.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:21.960205078125rem;left:43.547607421875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHDo342PtUmy7NRXVNrLs6OXTEOnoHup { color:rgba(var(--color-tertiary-0),1);display:block;width:2.06176875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:22.93505859375rem;left:55.374755859375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTAQqBuaqnEtmDCOvaprZuJdxbA6K1si { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15108;line-height:1.4;letter-spacing:0;top:25.448974609375rem;left:42.607177734375rem;height:1.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoSv3zOgLWcH1c81I7za8OnXT2L8UZNg { color:rgba(var(--color-tertiary-0),1);display:block;width:18.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:28.849365234375rem;left:40.232666015625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlD1sMy6C0IbTiiPZ1tkn5vdpapmmQrl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15107;line-height:1.4;letter-spacing:0;top:18.437255859375rem;left:42.607177734375rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1ZtePJHDDGl1i2gbbsSPUhKoKvNfkme { box-sizing:content-box;height:14.87475rem;width:22.062rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9318ff, #4ebcfe);background-image: -moz-linear-gradient(180deg, #9318ff, #4ebcfe);background-image: -ms-linear-gradient(180deg, #9318ff, #4ebcfe);background-image: -o-linear-gradient(180deg, #9318ff, #4ebcfe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9318ff', endColorstr='#4ebcfe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9318ff', endColorstr='#4ebcfe' );";background-image: linear-gradient(180deg, #9318ff, #4ebcfe);background-size:auto !important;top:17.24560546875rem;left:14.373779296875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ldRaGT1GT172Udt01i8tOIgWAMSgLlVT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:21.95947265625rem;left:19.4375rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxdlknJQo4P8kNLCb4lIORdWc9kdng9A { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15114;line-height:1.4;letter-spacing:0;top:25.386474609375rem;left:18.27978515625rem;height:1.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mg5VHCef4AfwkLvPT5synvgNl9lKuA9T { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15113;line-height:1.4;letter-spacing:0;top:18.437255859375rem;left:18.27978515625rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Batug2At3dwi73SFr4IOG8eUkgysOAwI { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15115;line-height:1.4;letter-spacing:0;top:28.849365234375rem;left:17.90478515625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J0EDiKKigaWLbdnlQD2fvxpCLzTU9vCB { color:rgba(var(--color-tertiary-0),1);display:block;width:2.06176875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:22.93505859375rem;left:31.562255859375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3tT0ieB3J83gLhQ6utBr3PiyPEUARiK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.6875rem;left:37.8125rem;display:block; }
#kz4k4TLsJ96ADU2lPHfQnp5TaQww2brV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSORnfnPOlIJ6le3zbRgBSf2b28p0WeW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.6875rem;left:23.4375rem;display:block; }
#pBUE9nLCdL3sLSiNhBPh9ABuLsbSgCUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vb7aZrmfTzvB4OZug3Zf3vI6GZP2oeUg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CdTgVoTg7peb1AG0S4sUPowTeHD7HOF0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e149d743-ad27-48e0-b675-13da811e7cac/Frame37480.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; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW.adaptive-delivery-prevent-bg, #WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW.lazyload, #WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW.lazyloading { background-image: none; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container { background-color: transparent; background-image: none; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container > .video-iframe-container { display: none; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row > .video-iframe-container { display: none; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .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); }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container { border-width: 0; border-radius: 0; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#FUQ38251g3zEh9r3M0hL5LHNeZJoyTMW { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:14.2373046875rem;left:15.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5umNiZeTRKOpWSuN04gHlDW8ysTEvKo { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:13.75rem;height:7.7995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EI5R9BDAeNDkIM8XIa2f7io6bkfu1Tak { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.5rem;left:42.5625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtTssLLsZWNiPi0WOyaWRA8mUCTv8vVe { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15069;line-height:1.6;letter-spacing:0;top:28.5625rem;left:42.5625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmaJys3w4hrS3hh2BbKC9V09oXeMtsfu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:32.125rem;left:42.5625rem;height:2.00024375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUGX3CDypM2cq8Wfr4bJxL6IKbxOmgx8 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:28.5625rem;left:39.5625rem;overflow:hidden;display:block; }
#sfq5vrmzaz4WLIXmwnyCZ7nwMLwqmCcE { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:32.0625rem;left:39.5625rem;overflow:hidden;display:block; }
#yCTdBTStQAsfkoT1T1sFfNRnQAuvhFnL { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:23.1875rem;left:39.5625rem;overflow:hidden;display:block; }
#gV0odDe9VgVGQu3hIwnBlTdTzldpU2bE { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:43.8125rem;left:41.3125rem;height:2.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGTxBQvvmuniRpQfVf1f1e3025S7SCiu { color:rgba(var(--color-tertiary-0),0.7);display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:45.875rem;left:41.3125rem;height:2.00024375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CgKEFOsU3czAcITar1sLdU3gv2J3GqFs { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:40.375rem;left:42.8125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JsBTqWotr71cTB5TJEykas11p5d70T8L { box-sizing:content-box;height:2.625rem;width:11.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.5));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.5));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.5));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.5)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.5));background-size:auto !important;top:39.875rem;left:41.3125rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#xHEVd3wbtBiDvI0Ih1ip31HV45iktD0L { 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:11.25rem;width:31.25rem;top:38.25rem;left:39.3125rem;overflow:hidden;display:block; }
#CzNAUNDXraGiAWtcJvoaOb5SIdCB5TOV { position:absolute;display:block;z-index:15074;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:33.75rem;width:31.4375rem;top:17.875rem;left:4.166015625rem;overflow:hidden;display:block; }
#x6eQPJeWnh5ZbxlctG0TfhRul0l1I6Am { 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:15.625rem;width:40rem;display:none; }
#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/748c2aea-e37c-438c-9f4d-4cce39423708/Frame37481.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; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg.adaptive-delivery-prevent-bg, #RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg.lazyload, #RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg.lazyloading { background-image: none; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container { background-color: transparent; background-image: none; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container > .video-iframe-container { display: none; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row > .video-iframe-container { display: none; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .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); }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container { border-width: 0; border-radius: 0; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container { font-size:0.875rem;font-family:arial;height:101.25rem;width:75rem;position:relative;display:block; }#Tx6HrCMyy74R3DeGx0RmU8tLNDHaqcIb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.75rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqdDy9XX6PHohsF23AEs4J3AiJUxXFNK { color:rgba(var(--color-tertiary-0),0.7);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:8.9375rem;left:6.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J04oggi7QmlyHrUszoUDbRqIgHbWIeub { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:26rem;left:51.5625rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mcIpNTwLNNhmLolVMmth6qVTxFgWFdVB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:28.8125rem;left:53.4375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yGHQpTSbHGIkZDFDbKgaEFc38QBB4aww { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:30.625rem;left:53.75rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gvVlDJC35Qn2NtoEHRMZlxMoeWgTv3M7 { position:absolute;display:block;z-index:15068;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:11.875rem;width:11.875rem;top:13.1220703125rem;left:56.5625rem;overflow:hidden;display:none; }
#llucrtQ3ZFuulTzpbFvBbffitgqcdIV6 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15075;line-height:1.4;letter-spacing:0;top:54.0625rem;left:28.75rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JhDIfym9leGLdtphxuEv5PkVAZpNBLXm { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15073;line-height:1.4;letter-spacing:0;top:49.4375rem;left:26.5625rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GzHtFLh6g7TXXaTCdpi3E0fa0Lok8EGB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:52.3125rem;left:26.625rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#flue8m2metOmwUZLeU7aXFqVQVIa5iD4 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:8.92431640625rem;left:29.53125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQ1XwITNTvouMzwmgmpzm5FsezWDTWlT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:3.125rem;left:29.53125rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eebyWTp6wcmsfocOfKGyG1TSOu15TXns { position:absolute;display:block;z-index:15079;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:11.875rem;width:11.875rem;top:36.5625rem;left:31.5625rem;overflow:hidden;display:none; }
#SEVtV9F7QMEgnet4QI7SloUT8yLcS72M { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:63.875rem;left:29.5625rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UolTcIZEDMTbCUICSAyHIA0rQN7QZDxB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:63.875rem;left:6.75rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L0G3Adfh0vohc8RtVOpBC0WDvW5ThOPv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:33.5rem;left:29.5625rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k0eZ33pg1aDbrQSx5n13aT0CpAR4dAE5 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15111;line-height:1.3;letter-spacing:0;top:71.9462890625rem;left:29.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OtZIGbXNlFsOCg1WGN6xOyuyasaUf18e { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:69.6728515625rem;left:6.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#su0KZt00VeXyzNSV3KCyX6wzBTcwJKmU { color:rgba(var(--color-tertiary-0),0.7);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15105;line-height:1.3;letter-spacing:0;top:39.2978515625rem;left:29.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qDzWdGp7xhsISGtaEUzUTOFNG4PO5LN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:3.125rem;left:52.21875rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p85kp6rkiTARFSgyqvZNCvzVSqAnUSd1 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:8.923828125rem;left:52.21875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XBwQ5S4WmeEtuhLtR3XJzhQdHqgn58Vd { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;top:39.2978515625rem;left:52.21875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GswCmhfwTHOMxvdHsiG4vSapBrGiu3hw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:33.5rem;left:52.25rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z9HBdmnHFhpn3a6eqMvL3XCSlwcTSudi { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:69.6728515625rem;left:52.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wiQbOeDJCvUNFWx47qCmyT5VfzKAP802 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:63.875rem;left:52.25rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ixWxhqZB7NcKIt59FFektA1iIt0kUPmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:33.5rem;left:6.75rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tUQtkFJw5OT4v2xUXsl728OgoBcHT3IM { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:39.2978515625rem;left:6.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXmXcHcTOqR5liopHVtkJlaxUNpq3tnk { position:absolute;display:block;z-index:15095;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:27.25rem;width:19.625rem;top:1.875rem;left:4.9375rem;overflow:hidden;display:block; }
#LWa9WyX6ID6DLuPJzxPJXLew9NQivoK1 { position:absolute;display:block;z-index:15096;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:27.25rem;width:19.625rem;top:1.875rem;left:27.65625rem;overflow:hidden;display:block; }
#XfaUvo6wbZQ1KGEOcIypKevA49t1WbHC { position:absolute;display:block;z-index:15097;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:27.25rem;width:19.625rem;top:1.875rem;left:50.4375rem;overflow:hidden;display:block; }
#BOevA3hR6nIsJ3BdXkT7ZVCZ02mP52CU { position:absolute;display:block;z-index:15098;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:27.25rem;width:19.625rem;top:32.25rem;left:4.9375rem;overflow:hidden;display:block; }
#kaeEE1tF1RTz69A53xgPEEWNtICqGA18 { position:absolute;display:block;z-index:15099;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:27.125rem;width:19.625rem;top:32.25rem;left:27.6875rem;overflow:hidden;display:block; }
#trCvqvoUzARGKuqsknhQuWTzaAWF4Lcl { position:absolute;display:block;z-index:15100;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:27.25rem;width:19.625rem;top:32.25rem;left:50.4375rem;overflow:hidden;display:block; }
#kki4zOrQvPhBwJQ1eZam1pObvS4uG7Ax { position:absolute;display:block;z-index:15101;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:27.25rem;width:19.625rem;top:62.625rem;left:4.9375rem;overflow:hidden;display:block; }
#Ornfv89ztOIIT08Hx5WkIJZTVQAJzFnh { position:absolute;display:block;z-index:15102;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:27.25rem;width:19.625rem;top:62.625rem;left:27.6875rem;overflow:hidden;display:block; }
#ycaLUgmGl0PkNBazMPSLywKZuoealWTW { position:absolute;display:block;z-index:15103;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:27.25rem;width:19.625rem;top:62.625rem;left:50.4375rem;overflow:hidden;display:block; }
#sTdSDam5D1DaGb6CTZuisTRI5VwMifac { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:94.25rem;left:38.125rem;display:block; }
#yfZuva71Pcz6MI9WzPZVM0DxP8BpFt3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vglZHxcxhDNSnpsBRnCWgQHJpmgJerGu { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:94.25rem;left:23.75rem;display:block; }
#lpDZzTbgU4rATQTXsn77wOIf94VlbdwF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4tX2z53yixm2y2aypJeCcSz19UmNQFW { 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:23.5625rem;width:40.4375rem;display:none; }
#At4BNATPKemth2Wc6wiR1TpcOr4EAeAX { 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:23.5625rem;width:40.4375rem;display:none; }
#dHfwU3J9LUATAu1PPr26nWZnKH4AvTf8 { 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:23.5625rem;width:40.4375rem;display:none; }
#dP4MFCixRENm49BT6czlb3T7s9Er9wpH { 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:23.5625rem;width:40.4375rem;display:none; }
#aOyDmSfmqk0lRkxspTEiH2kwTXt51VFC { 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:23.5625rem;width:40.4375rem;display:none; }
#tcT8gG2cicLahWvoqROUGvvfHvRxsXZt { 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:23.5625rem;width:40.4375rem;display:none; }
#iX0GP7JQVlLMMm73pXoG0ex3avSAdDaR { 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:23.5625rem;width:40.4375rem;display:none; }
#Cd3M6XGqKVfpF4i0igatCPxw1EdRsWOD { 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:23.5625rem;width:40.4375rem;display:none; }
#mvpcWFxuBKkFdyUZs7ts9t6RlyaQN5ma { 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:23.5625rem;width:40.4375rem;display:none; }
#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container { background-color: transparent; background-image: none; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container > .video-iframe-container { display: none; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row > .video-iframe-container { display: none; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .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); }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container { border-width: 0; border-radius: 0; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#X2IiWsPpTX7XdV2KnhR2be600ypavVz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.162109375rem;left:11.96875rem;height:7.799475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTfgLHEk7SyZr5swDlBDDVPzOXirGGny { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:15.1484375rem;left:15.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qVxwOqcI8E3NHu4tscx9pOddm83Bk2z8 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.625rem;width:22.5rem;top:21.5625rem;left:1.25rem;overflow:hidden;display:block; }
#i3q1lBKTNeGSpQoyz65gf6Ity6uwysU6 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:31.9375rem;left:20.8125rem; }
#bSJIsOZ3QWWVR9iu27dJwlJErQ76ik00 { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-size:auto !important;top:31.375rem;left:1.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#CUwA1Eh95k1KtX79JV1oXGwTaDcUmon2 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:32.1875rem;left:12.375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X62VAbJhHxeet3h98PKtVoBdf30sRVOz { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.625rem;width:22.5rem;top:21.5625rem;left:26.25rem;overflow:hidden;display:block; }
#GRu2HXhU6ou7Baprs77GMQt2oklPM4gv { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:31.875rem;left:45.8125rem; }
#wWlU62TqVz92bKec1fTHUUQlPV6UNuRb { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-size:auto !important;top:31.375rem;left:26.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#kUmfxUNQeobnbE9uNoPEW9UNbOkodzAA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:32.1875rem;left:37.375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SkleTZ2muFZmD856dpmJ5riWCFCZonQR { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.625rem;width:22.5rem;top:21.5625rem;left:51.25rem;overflow:hidden;display:block; }
#Q6PyKS7CfzNAPwSe2THVa39BTLk9ktDi { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:31.875rem;left:70.8125rem; }
#wFkW9UzTETDypQbe56sbezTZL0XRuftf { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-size:auto !important;top:31.375rem;left:51.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#cawNc8yi3P6N7a9RlQtaXmeh6nnF2m77 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:32.1875rem;left:62.375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OdGnywzQeJEd3K80rx6kVnixDoBqrDVP { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.625rem;width:22.5rem;top:36.625rem;left:1.25rem;overflow:hidden;display:block; }
#wPLI1lXqOMwF337MSMV0O4UGhEKDgrDq { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:47.0625rem;left:20.8125rem; }
#AtU5d3EfNCkWeAJHRQQTT7DaKEZnBwtK { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-size:auto !important;top:46.5rem;left:1.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#ZE4JyLsBIbVBlVG4OFXvBk38OxP3akgV { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:47.3125rem;left:12.375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ArQB4Lzn6VUgv9PvBCyDb5Ih3zdhqfgD { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.625rem;width:22.5rem;top:36.6875rem;left:26.25rem;overflow:hidden;display:block; }
#uG6v5rZhzCpOk5BTSuarBt2yswJ7R9UZ { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-size:auto !important;top:46.5625rem;left:26.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#KFMLeWAgUSwBs2G1P0lcJlaDWcgw7g88 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15112;line-height:1.3;letter-spacing:0;top:47.375rem;left:37.375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LwR9D2mfX3OcOTye7m9TtOzqvZ13am4v { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:47.125rem;left:45.8125rem; }
#iBfSVBahzPke9G5FmgDRTf1AFm6QQylk { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.625rem;width:22.5rem;top:36.6875rem;left:51.25rem;overflow:hidden;display:block; }
#MaU2I4i6NGJwA8J9OU0WfUX7GF1KKZq0 { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75e5', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.9), rgba(var(--color-primary-0),0.9));background-size:auto !important;top:46.5625rem;left:51.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#QQJyIGKMD0tyeW5rTCfZqzE2JGOU8OIe { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:47.125rem;left:70.8125rem; }
#M7pV8Luq6cVgF6msMWP6QzsfgO9OJZbT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15115;line-height:1.3;letter-spacing:0;top:47.375rem;left:62.375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JNei36GZO84RfTq9xfBdlgpav4bDCyFE { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-size:auto !important;top:31.375rem;left:1.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#O1NTFLSBANG6a3ioqMNFeUEceSAFy3W2 { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15102;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-size:auto !important;top:31.375rem;left:26.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#R8B5Pee5Vv5lX9wVK8IEBbaNAsz3wK9T { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-size:auto !important;top:31.375rem;left:51.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#uGdVzQcqVTckrxSi2SF3SQuC53e8WOFc { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15108;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-size:auto !important;top:46.5rem;left:1.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#fHC69IgqtA9Ga4kUaUZu1fUTI87qKDmv { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15111;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-size:auto !important;top:46.5625rem;left:26.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#hTUQCBU4X3OU6QBWTzkFTEbyHaiS7Ilo { box-sizing:content-box;height:2.8125rem;width:22.5rem;position:absolute;display:block;z-index:15114;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78c7ff' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #78c7ff);background-size:auto !important;top:46.5625rem;left:51.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#m9QiNLZeW9dDZXlmQi9pvdWZ3frNykkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m9QiNLZeW9dDZXlmQi9pvdWZ3frNykkz > .row .container { border-width: 0; border-radius: 0; }#m9QiNLZeW9dDZXlmQi9pvdWZ3frNykkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9QiNLZeW9dDZXlmQi9pvdWZ3frNykkz > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:none; }#Tdk7ykuymKEN0GxtpsOnVHhniEUG1xMB { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3125rem;left:8.9990234375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#utSAkBGoFeVgDaKHUk8OFsBTTS6NTUqv { position:absolute;display:block;z-index:15017;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.3125rem;width:21.25rem;top:13.6875rem;left:26.875rem;display:block; }
#NFiOS9R7ITrFPq7vVMVsUbMsWDKySGuk { 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.875rem;width:6.875rem;top:10.1875rem;left:34.0625rem;overflow:hidden;display:block; }
#qS4QRwp6KweoGg7neRPsRJMy4RvUUgpz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:18.5625rem;left:28.625rem;height:1.57498125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fODTiknk0yzR44FPfkmOdkTvyDTGJ3FF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:49.0625rem;left:28.5625rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cSaDfZrRxRThp4Bda4ieTBHDqMHTJmSm { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:50.75rem;left:28.5625rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ux9Xo3xK2V0duarlbDOTz9XOvKwDiEqT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:20.375rem;left:28.5625rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npIgf41FWR5wabKcTdzWrHSTMb4yURGw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:17.5rem;top:25rem;left:28.6875rem;overflow:hidden;display:block; }
#t7AehkL2gpeTZNor3m8pHgiBlHqHUnSa { position:absolute;display:block;z-index:15024;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.3125rem;width:21.25rem;top:13.6875rem;left:1.875rem;display:block; }
#UBOKPlQdCxESKTPoxJOhKZu0Z3ROhEqf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:49.0625rem;left:3.5625rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vIhvC05kMN9SbrNJcBOGbhsbWBC4oHDh { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:50.75rem;left:3.5625rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#paCfznvRWNOW5lGF01wviUNkNzqeminZ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:17.4375rem;top:25rem;left:3.6875rem;overflow:hidden;display:block; }
#Sp4GvS7OE6XhMdvbkC6LPTlJdRIJUW0t { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:20.375rem;left:3.5625rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdExeJGci2w7QTPWOR63Hhg6gxOPTuc9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:18.5625rem;left:3.625rem;height:1.57498125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DSRWo9SUnAhP63nmTIagbvqqopverMmb { position:absolute;display:block;z-index:15032;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.875rem;width:6.875rem;top:10.1875rem;left:9.0625rem;overflow:hidden;display:block; }
#p9GuO25kHQTrKDlalx0tVL6hE1AlXHoi { position:absolute;display:block;z-index:15024;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.3125rem;width:21.25rem;top:13.6875rem;left:51.8125rem;display:block; }
#DnxMHb47s0HCbhkxgFRxRZ2aTVCA90CX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:49.0625rem;left:53.5rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L4Name2iduM9xO1icKb5Jx6Ku0SWTTaJ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:50.75rem;left:53.5rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMeIRSGJDZi1aTpH7TBvZ2Q8A5kadIWk { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:17.4375rem;top:25rem;left:53.625rem;overflow:hidden;display:block; }
#T17ofXgTJm98xRM0H0O2gRcDayTlT3Fw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:20.375rem;left:53.5rem;height:1.5997875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JETCPx09HUHrSUkyfiDAbbOzNf7F2sVx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:18.5625rem;left:53.5625rem;height:1.57498125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pa1Rxe89RyGDP2GQQe9QDu6E6FM0v2wO { position:absolute;display:block;z-index:15032;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.875rem;width:6.875rem;top:10.1875rem;left:59rem;overflow:hidden;display:block; }
#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-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; }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row .container { background-color: transparent; background-image: none; }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row .container > .video-iframe-container { display: none; }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row > .video-iframe-container { display: none; }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .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); }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row .container { border-width: 0; border-radius: 0; }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#vdaJRiICfMshA284HnTyXt8brrKlr9Iz { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:9rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DphiSc3NEvMP3ST6NeueE9HqKRcK94HB { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:10.5234375rem;left:15.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pf2vhw2Wk7UcSmzeLC4yCIdUKQhIafFB { position:absolute;display:block;z-index:15040;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.3125rem;width:22.75rem;top:17.0546875rem;left:1.09375rem;overflow:hidden;display:block; }
#ki233n965JoUJTvVXgQfQOQ4xdVFZ5uT { position:absolute;display:block;z-index:15041;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.375rem;width:22.8125rem;top:17.0546875rem;left:26.09375rem;overflow:hidden;display:block; }
#ULJApkkoL35TMm1iTCrr3WxLXDP8VhCJ { position:absolute;display:block;z-index:15042;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.375rem;width:22.8125rem;top:17.0546875rem;left:51.09375rem;overflow:hidden;display:block; }
#dQqGVetvoBeTZGVT5TrOAbDnf3U4MCk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.6;letter-spacing:0;top:42.1875rem;left:9rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H53KK1au1HVBAmDewtX5vZN2Mkm0gkLU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:42.1875rem;left:30.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ycTZ3G4nEwXoTpKo4IgzABFt9kHtermc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:44.125rem;left:9rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p3OCvk80C0XzKWOp6PcnJMJRK1ZAJE9M { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:44.25rem;left:7.0625rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uJXLCeZ2U8txImFexZdyTylRhnQHNTht { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:44.125rem;left:30.875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wnaoECMcggcT7u1gVw0aa0Lco4Ttlg8y { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:43.875rem;left:30.8125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rJekoOpoKbERdWNSIBeoKXQhT6Pkkn21 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:44.125rem;left:52rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KFFblUT18mk1h8uUzi1RJvdU5hklTVNl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:42.25rem;left:52rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AMdnIROyGymmV9wBAZu8piispu0sq38A { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.3125rem;top:42.1875rem;left:28rem;overflow:hidden;display:block; }
#ON6R6hHR3sBRkzt2yziouE6JMFAAbHvN { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.4375rem;top:42.25rem;left:6.0625rem;overflow:hidden;display:block; }
#QlI0y8qpdoOEoTUHfTlmxeM9zJrDQpOk { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.3125rem;top:42.25rem;left:49.125rem;overflow:hidden;display:block; }
#WfP1RvvITr3ZHmdF7HJf3wQxoOascNdM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:50.3125rem;left:23.4375rem;display:block; }
#dRxOpAbARfEg0aX0ehFgZFDM7ACazp3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OAz0nRtZF8WtSs57QQ7Dy8i1Eiv9PRq1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.3125rem;left:37.8125rem;display:block; }
#cisxECLU7W3lo66P4kwHCBrUZdakTO0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IfIyOSm7RwztaOVTKLDdgq8qogOS53G7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15087;line-height:1.6;letter-spacing:0;top:45.724365234375rem;left:30.87451171875rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/76b7b482-b2e4-418f-add8-f21fd412e4f6/1234.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; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy.adaptive-delivery-prevent-bg, #b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy.lazyload, #b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy.lazyloading { background-image: none; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row .container { background-color: transparent; background-image: none; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row .container > .video-iframe-container { display: none; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row > .video-iframe-container { display: none; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .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); }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row .container { border-width: 0; border-radius: 0; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#q1ixItEysAlKnhLgnbNuWPWEOTo53JDE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.375rem;left:9rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x5C0omAJ6DpANQAoSfIGfoqZ1mP8W5z6 { 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:34.875rem;width:25.4375rem;top:18rem;left:24.75rem;overflow:hidden;display:block; }
#sSphoBZdMqLSf1pssehJm5ptgZGoGqLy { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:14.9375rem;left:21.125rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i18XIkXgx8pT586AEMNmPUIeqe9JE7Vx { box-sizing:content-box;height:2.8125rem;width:14.4375rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-size:auto !important;top:14.3125rem;left:19.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(var(--color-tertiary-4),0.9) ;display:block; }
#AnrePvEkEHQou8Ny66kXRuXrF7sWccWi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.4;letter-spacing:0;top:18.625rem;left:39.5625rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vbmKEff1PbBtVvnyckl8HHfPa52mCl17 { box-sizing:content-box;height:2.8125rem;width:19.0625rem;position:absolute;display:block;z-index:15093;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-size:auto !important;top:17.9375rem;left:38.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0rem 0.9375rem 2.5rem rgba(var(--color-tertiary-4),0.9) ;display:block; }
#q1e1WeGdqioG72W5TxWGlTD3nbfTtb1f { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.4;letter-spacing:0;top:22.8125rem;left:9.8125rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mIRSHVvnVRvD84usQUfRboPM3STWsF4F { box-sizing:content-box;height:2.8125rem;width:23.8125rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-size:auto !important;top:22.125rem;left:8.75rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(var(--color-tertiary-4),0.9) ;display:block; }
#z7T1D27wtFqqLM7LFzJCz6envfxnu8xL { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.4;letter-spacing:0;top:28.0625rem;left:48.3125rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NyEGlXkgBFNDEEVru1JMFkF8McWxbTTZ { box-sizing:content-box;height:2.8125rem;width:15.625rem;position:absolute;display:block;z-index:15093;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-size:auto !important;top:27.4375rem;left:47.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(var(--color-tertiary-4),0.9) ;display:block; }
#K8xdIisappeQqC7ZXJnyDSZZg68tJVxa { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15098;line-height:1.4;letter-spacing:0;top:45.5625rem;left:41.375rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ie2ugh5yc4n449xPmlBb6I9Kumzu3MWR { box-sizing:content-box;height:2.8125rem;width:27.5rem;position:absolute;display:block;z-index:15097;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-size:auto !important;top:44.875rem;left:40.3125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(var(--color-tertiary-4),0.9) ;display:block; }
#DLueVA6NWyT7ISDQ1C2XnSm18OcW8EIb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.4;letter-spacing:0;top:42.1875rem;left:16rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqybzGCQlaSF5TSmJtngAi4NcUZumCLF { box-sizing:content-box;height:2.8125rem;width:14.375rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-size:auto !important;top:41.5rem;left:14.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(var(--color-tertiary-4),0.9) ;display:block; }
#pDrErepwxVA7EnJTE6EACTvNSJ6iULzO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.4;letter-spacing:0;top:48.375rem;left:21rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZwzmIklhqkwkwmwfN9anS7I1x1ClPty { box-sizing:content-box;height:2.8125rem;width:17.9375rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f5e7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f5e7ff);background-size:auto !important;top:47.6875rem;left:19.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0rem 0.9375rem 2.5rem rgba(var(--color-tertiary-4),0.9) ;display:block; }
#AXtuBkzXiBr6cIuOauQEOsGi1EoK1DeJ { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:14.599609375rem;left:31rem;overflow:hidden;display:block; }
#TOQiHNdUNWTWacabmRxRmcuLpfwroQ2l { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.287109375rem;left:54.4375rem;overflow:hidden;display:block; }
#cVaEVSg3CbMz3eNz5oUnBVHE1R57sQwf { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.474609375rem;left:29.5625rem;overflow:hidden;display:block; }
#xo4aJW2TxVL6Z6BHwNtmGeNhfOTh4yZS { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.849609375rem;left:59.5625rem;overflow:hidden;display:block; }
#NdAoKk0FeRHnkDUStOoUTyctbqQMWBax { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:41.912109375rem;left:26.125rem;overflow:hidden;display:block; }
#fG1WrvnrH6zDflmO3e0ZC3G7EiLRhsRR { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:45.3125rem;left:64.375rem;overflow:hidden;display:block; }
#KuAz3rHCZH3gtEg1m2xU05Ldd08f03bo { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:48.037109375rem;left:34.5625rem;overflow:hidden;display:block; }
#Qsiz0BoBowl8lObEcct9xDiGy0p7uIUo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:37.125rem;left:30.625rem;display:block; }
#ODOgsFB0AQ0sgW5x9nAflQyrRt0tA1iT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/8415ac9f-a73a-4fa7-9c9d-9d96006165c3/Frame37482.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; }#WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV.adaptive-delivery-prevent-bg, #WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV.lazyload, #WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV.lazyloading { background-image: none; }#WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV > .row .container { border-width: 0; border-radius: 0; }#WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:none; }#kL1cuGvFhmTmqinmneKh3XdWWDaIfrV7 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SEZhouO0ipwEdPAWcAJrJcBtX1OTzUhl { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3359375rem;left:8.998046875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Un5mb4G3X3EkGx3V0MH3NlCLa6MyH4Cc { color:#f9d147;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:38.75rem;left:23.75rem;height:3.249025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ8K8HxUogsnGCiQCBeGm7iArQTayK3v { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:4.3125rem;top:36.875rem;left:31.5625rem;overflow:hidden;display:block; }
#FosakD4bIJob5imod9U5JTl9gxWNlAsT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:36.9375rem;left:19.625rem;height:1.49926875rem;display:block; }
#HsggVR7PU5Gi3CGbS42XAN7znqpbIwH0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:36.875rem;left:36.25rem;height:1.49926875rem;display:block; }
#TTqxnGqJGDkucWApslwOy5XkUNFcpORf { box-sizing:content-box;height:14.875rem;width:15.5625rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fd5645' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fd5645' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-size:auto !important;top:17.21875rem;left:1.59375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#nZlGFwqlwK38pwwvsESb3Q79BSawnFGV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;top:18.6875rem;left:2.25rem;height:2.10021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1ocHVrI3ixgrpB20gmaV4IZsy5ReQtT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:21.75rem;left:2.749755859375rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fOXyky9PIs320UopXSAgpTxMEUKMq7uL { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:22.99951171875rem;left:13.874755859375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRBWVvyMKUVg1REu10G7elkBpFxz7uOT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.4;letter-spacing:0;top:25.6875rem;left:2.25rem;height:1.22534375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ssZTV9iRtJA7AXD3B4J1DPaLB6N9TTy9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15097;line-height:1.4;letter-spacing:0;top:28.3125rem;left:4.0625rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0ivtliKGNWScIsn17wMWl2QrhKHqQte { box-sizing:content-box;height:17.25rem;width:17.9375rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd5645, #ffc555);background-image: -moz-linear-gradient(180deg, #fd5645, #ffc555);background-image: -ms-linear-gradient(180deg, #fd5645, #ffc555);background-image: -o-linear-gradient(180deg, #fd5645, #ffc555);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );";background-image: linear-gradient(180deg, #fd5645, #ffc555);background-size:auto !important;top:15.9375rem;left:19.15625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ypEhI5bROfqZ6dWuSbtX7zDqPUUKbFqZ { color:#ee6722;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15101;line-height:1.4;letter-spacing:0;top:17.751953125rem;left:21rem;height:2.10021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ck68BDuwTEAFwlhbxZZZWkeGH1GzSl8p { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:21.75rem;left:21.25rem;height:4.38781875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3sSZTTVuUDTQJ6B8dQmiN4fxIkOyRdo { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:23rem;left:33.0625rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ha4UAkHcTsmSTPZQk0FVrtHxLMNPPMWT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.4;letter-spacing:0;top:25.6875rem;left:21rem;height:1.22534375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NrkuGtyDUhmLFKH4RcWJQZAQFNhT82oy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15103;line-height:1.4;letter-spacing:0;top:28.311849594116rem;left:21.25rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sbIvLZnOIIO4diQop7e6pNZdNkKLnryI { box-sizing:content-box;height:14.875rem;width:15.5625rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #ff0c75, rgba(var(--color-primary-0),1));background-size:auto !important;top:17.25rem;left:57.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#OJ4oQ6IcZAzZs49fkQWhqSiGaqyX9gHT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:21.5rem;left:58.9375rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iMOzEGW3mohCiDJ8mT10nxU4aoS2us6R { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:22.75rem;left:70.0625rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3O5rmABHILrS1aG9PnUG3AdcMtXR6XT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15108;line-height:1.4;letter-spacing:0;top:25.4375rem;left:58.4375rem;height:1.22534375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AZnaiG0T0Z1HhkLnJmaFUDCXgQMkHzDW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:28.0625rem;left:60.4375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#banA5SXJiW4JRnqWFQi0z5s8qIx2TzGq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15107;line-height:1.4;letter-spacing:0;top:18.4375rem;left:58.4375rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CPxVOTfKZ9uho03d2lKHT7MR42urTd9g { box-sizing:content-box;height:14.875rem;width:15.5625rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9318ff, #4ebcfe);background-image: -moz-linear-gradient(180deg, #9318ff, #4ebcfe);background-image: -ms-linear-gradient(180deg, #9318ff, #4ebcfe);background-image: -o-linear-gradient(180deg, #9318ff, #4ebcfe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9318ff', endColorstr='#4ebcfe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9318ff', endColorstr='#4ebcfe' );";background-image: linear-gradient(180deg, #9318ff, #4ebcfe);background-size:auto !important;top:17.25rem;left:39.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#msH6sEdyprOz9lHiRvMA6AgoylTIviwN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:21.5rem;left:40.1875rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u3pJl3WNLFFZNTDVSxooA8g8ZxHgdeKe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15114;line-height:1.4;letter-spacing:0;top:25.4375rem;left:39.6875rem;height:1.22534375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dh63rxyxPSuqmiHP0wnwTCAcTNkFOFl9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15113;line-height:1.4;letter-spacing:0;top:18.4375rem;left:39.6875rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ANchHaftTsUuEZZSF8Cua7XH3ANqdCqv { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15115;line-height:1.4;letter-spacing:0;top:28.0625rem;left:39.3125rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#llHye0zucE26oerkpTNizlaHi6eC3gyt { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:22.75rem;left:51.3125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5EKwMhZVTkhRMVgfwvgTgN3wuLz9AlS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.6875rem;left:37.8125rem;display:block; }
#qC8HZqpcudOynHXH7B6D2i4Aton0e2pP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2XiFh8WrvVShHUnPmlmGB2kcW0piQt2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.6875rem;left:23.4375rem;display:block; }
#szUAQMpDeaxrkUOErOWnIQUPCrTqnBlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6K4siQzwiMy3AJg1cLilBVVs6W1kxvT { box-sizing:content-box;height:3.43725625rem;width:14.7495rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.08447265625rem;left:20.748779296875rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
#vvkWkLX1bI0vyfVt5SwttpcwFBRwTZhe { position:absolute;display:block;z-index:15116;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.0625rem;width:3.0625rem;top:17.037109375rem;left:20.875rem;overflow:hidden;display:block; }
#efvO5E4TCvDf2nytUzCxp9cTPqhkMZ6T { box-sizing:content-box;height:14.875rem;width:15.5625rem;position:absolute;display:block;z-index:15117;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;top:17.21875rem;left:1.59375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rZ4Tb9nT407LbfbvMvVpwwzfXzbSl7UG { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:15.5rem;top:20.15625rem;left:1.59375rem;overflow:hidden;display:block; }
#FwoVof9hVB1i61cDw3IuWIqu9X02O2hA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15103;line-height:1.4;letter-spacing:0;top:28.311849594116rem;left:21.25rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#y2r6p29CTUH0izi3wWUXTOvcc4NNrJbn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#med9v0qsaqUrLMfUEbH7RZWNuvGOmbRA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sCGz5PFPhKUkc3EBu0c7H7Gq8PsIJEci { 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:10.3125rem;width:27.875rem;display:none; }
#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container { background-color: transparent; background-image: none; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container > .video-iframe-container { display: none; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row > .video-iframe-container { display: none; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .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); }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container { border-width: 0; border-radius: 0; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#tCTe6xMaV9FREsLGeTLUMAO4vE0S1ds4 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:9rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hr1KL2BerhavzDmWblsghnXAVtBT6eeZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.4;letter-spacing:0;top:27.25rem;left:26.875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TuTdMRy0m8aoqe4EhWB5pyvpQowB7TrR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:33.6875rem;left:26.875rem;height:4.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sb8Ftf97TlGKoN4tdDDGUTu4TP9zaMTn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.4;letter-spacing:0;top:27.375rem;left:1.875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v0bFHgkDMNc02p6e2i1opSOHnMWpvVTc { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15075;line-height:1.6;letter-spacing:0;top:33.8125rem;left:1.875rem;height:6.3958125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxUKBkPrlMb1PViQ5lUOWnZTiT1rpv9c { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.4;letter-spacing:0;top:27.25rem;left:51.875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cy4OpTZpfTsmFD6v7I5nK86tcrC3FgQQ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15075;line-height:1.6;letter-spacing:0;top:33.6875rem;left:51.875rem;height:6.3958125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNVTfzM7y0PgbohHpLDM7DE2DBptzsgO { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.875rem;width:21.25rem;top:11.5rem;left:1.90625rem;overflow:hidden;display:block; }
#ru7bNbuVuRZI9xH10VqubDGIHBTabxID { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.875rem;width:21.25rem;top:11.5rem;left:26.875rem;overflow:hidden;display:block; }
#KrMAfSybAznw7C1C0NEcWxmZ7WoieO42 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.875rem;width:21.25rem;top:11.5rem;left:51.875rem;overflow:hidden;display:block; }
#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row .container { background-color: transparent; background-image: none; }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row .container > .video-iframe-container { display: none; }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row > .video-iframe-container { display: none; }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .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); }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row .container { border-width: 0; border-radius: 0; }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#Avb8EwXtWdbwIcLm4rS2XEWbqN4zX4l6 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.8125rem;left:9rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbVXBVarSTTcTCrO8XB7CBDIOzS79RTa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:14.1875rem;left:12.25rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zMrOabAZRwTtDoGZ3Kq79awknTBxWHpJ { position:absolute;display:block;z-index:15059;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.4375rem;width:3.4375rem;top:13.4375rem;left:7.875rem;overflow:hidden;display:block; }
#FAGLEhpcZTad6bqaxWKPrGNhAJzN7bG4 { box-sizing:content-box;height:6.1875rem;width:63.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:12.0556640625rem;left:5.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #443355;border-left:0.0625rem solid #443355;border-right:0.0625rem solid #443355;border-bottom:0.0625rem solid #443355;display:block; }
#hTzfoamaCvbRHmqUdpmfT7GCCnKbf2IJ { position:absolute;display:block;z-index:15064;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:3.75rem;top:13.2744140625rem;left:64.125rem;overflow:hidden;display:block; }
#S2v6xnyJDPXndou6Xtb40WEHc8116oeS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row .container { background-color: transparent; background-image: none; }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row .container > .video-iframe-container { display: none; }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row > .video-iframe-container { display: none; }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .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); }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row .container { border-width: 0; border-radius: 0; }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#heNyd2A8zOJNuQn5OslqJEWmTkqfKexl { color:rgba(var(--color-tertiary-0),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:2.25rem;left:7.875rem;height:4.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K00PL4Gu0k1EzFgCbmJEGsXZwa2ZzKc6 { box-sizing:content-box;height:8.125rem;width:63.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:0.25rem;left:5.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #443355;border-left:0.0625rem solid #443355;border-right:0.0625rem solid #443355;border-bottom:0.0625rem solid #443355;display:block; }
#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row .container { background-color: transparent; background-image: none; }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row .container > .video-iframe-container { display: none; }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row > .video-iframe-container { display: none; }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .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); }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row .container { border-width: 0; border-radius: 0; }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#eFeGyZ8qBnahkcboaBOJUJRsr6S7SVzZ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:2.4375rem;left:12.25rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ldfT5eg2TH2tXO3mQqat0A6HrBtiG8kb { position:absolute;display:block;z-index:15060;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.4375rem;width:3.4375rem;top:1.6875rem;left:7.875rem;overflow:hidden;display:block; }
#e1pHSgfR1Zu87GDTs7JOEOZCNITl3KWg { box-sizing:content-box;height:6.1875rem;width:63.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:0.25rem;left:5.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #443355;border-left:0.0625rem solid #443355;border-right:0.0625rem solid #443355;border-bottom:0.0625rem solid #443355;display:block; }
#T863A9ZkqiT7lgu8lAvuVSGwnhU9P20I { position:absolute;display:block;z-index:15066;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:3.75rem;top:1.5rem;left:64.0625rem;overflow:hidden;display:block; }
#x45Qoiydm1dulxMRGQeBcpB19AqEINaH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row .container { background-color: transparent; background-image: none; }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row .container > .video-iframe-container { display: none; }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row > .video-iframe-container { display: none; }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .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); }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row .container { border-width: 0; border-radius: 0; }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#p0W92UvTFy8gNbi7lw38F6ewKr47nRbp { color:rgba(var(--color-tertiary-0),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.6;letter-spacing:0;top:2rem;left:7.875rem;height:6.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BKxDlvVg1mtSbAJRIvRo7AF2h5vbvqaQ { box-sizing:content-box;height:10rem;width:63.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:0.1875rem;left:5.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #443355;border-left:0.0625rem solid #443355;border-right:0.0625rem solid #443355;border-bottom:0.0625rem solid #443355;display:block; }
#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row .container { background-color: transparent; background-image: none; }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row .container > .video-iframe-container { display: none; }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row > .video-iframe-container { display: none; }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .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); }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row .container { border-width: 0; border-radius: 0; }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#vmcXh5vuIwPPIrvTISwv0A5XSFN0bi5i { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:2.375rem;left:12.25rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RwQ11c3uWLAHvGtzbAnuxRi9RSv4rvvH { position:absolute;display:block;z-index:15061;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.4375rem;width:3.4375rem;top:1.625rem;left:7.875rem;overflow:hidden;display:block; }
#Tr9f7x9on8TDLXAEvvrrsCqMWIQOk445 { box-sizing:content-box;height:6.1875rem;width:63.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:0.1875rem;left:5.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #443355;border-left:0.0625rem solid #443355;border-right:0.0625rem solid #443355;border-bottom:0.0625rem solid #443355;display:block; }
#GTfbmmTTBP5IvkWV4gbbudT2GcdIscgu { position:absolute;display:block;z-index:15068;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:3.75rem;top:1.4375rem;left:64.0625rem;overflow:hidden;display:block; }
#QqE3AOZGEb20n7W7CovErJozVBn2VGMy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row .container { background-color: transparent; background-image: none; }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row .container > .video-iframe-container { display: none; }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row > .video-iframe-container { display: none; }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .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); }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row .container { border-width: 0; border-radius: 0; }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#PPmrZqMQOZgI24wS7xE13ETozo4AHNta { color:rgba(var(--color-tertiary-0),1);display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:1.650390625rem;left:7.875rem;height:4.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZBVNxeovrHuwmHlLsOveFfFWM03BuV1 { box-sizing:content-box;height:8.125rem;width:63.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:0.125rem;left:5.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #443355;border-left:0.0625rem solid #443355;border-right:0.0625rem solid #443355;border-bottom:0.0625rem solid #443355;display:block; }
#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row .container { background-color: transparent; background-image: none; }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row .container > .video-iframe-container { display: none; }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row > .video-iframe-container { display: none; }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .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); }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row .container { border-width: 0; border-radius: 0; }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#hrHxHHhTTwtZWfUpOHEeT7uba0HvK3f8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c75, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c75', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c75, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:3.5625rem;left:23.4375rem;display:block; }
#HMR6ovTp1z1TurZA6TCqEzCVOE3O8mKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ioFZbsF4JGqgFeV08ckTdTM5K2oTb13x { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c7533', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,117,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #b806ba;border-left:0.0625rem solid #b806ba;border-right:0.0625rem solid #b806ba;border-bottom:0.0625rem solid #b806ba;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.5625rem;left:37.8125rem;display:block; }
#Cu3AHXzSHfIqJps6TnvIwdu49HL9EGob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKzPN2iATFAvpTETGw7ciOD9781HK6GP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/e9f364f3-f4a2-4627-9081-75d706b74b5c/Frame37482.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; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP.adaptive-delivery-prevent-bg, #kKzPN2iATFAvpTETGw7ciOD9781HK6GP.lazyload, #kKzPN2iATFAvpTETGw7ciOD9781HK6GP.lazyloading { background-image: none; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container { background-color: transparent; background-image: none; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container > .video-iframe-container { display: none; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row > .video-iframe-container { display: none; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .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); }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container { border-width: 0; border-radius: 0; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:block; }#Hf7LaAsl9n7KAH76898nBv3KtaAqqdoU { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9980625rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.1875rem;left:9rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BKEiWGCsGJ4gKnyB33JJc9xqqPwSb8ld { position:absolute;display:block;z-index:15016;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:21rem;width:20.0625rem;top:17.875rem;left:27.46875rem;overflow:hidden;display:block; }
#f8CzfuxfnX51T9Xw0Etp0WEOTPauTxNM { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:48.5390625rem;left:8.9990234375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6OqwgxdLZxDDW2droxDl3SHSAVVoyKw { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15045;line-height:1.6;letter-spacing:0;top:40.25rem;left:16.3125rem;height:4.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbKlrGOCNaGG32t46rxon6wMXa3Rg6Bw { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:54.5625rem;left:26.3125rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qKsmozDJidmQAquxQvFJrzWvE6sBIJxW { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15047;line-height:1.6;letter-spacing:0;top:53.625rem;left:26.5rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADpoHq7NG5dlg0b6WMPzeIZKPwxnInbS { box-sizing:content-box;height:4.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;top:53.9375rem;left:37.5rem;display:none; }
#MsUAly9p62W7ihtEt3GDR3UxArsdqZ5B { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:59.724609375rem;left:24.28125rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7UTE2xLPK1aLbQTu610Ev08zmn9uum2 { position:absolute;display:block;z-index:15051;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.5rem;width:5.1875rem;top:52.125rem;left:20.0625rem;overflow:hidden;display:none; }
#sLwwCA76BR4368N3HHf8wMcRaTrxhoA4 { color:rgba(var(--color-tertiary-2),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:56.875rem;left:26.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKvsEEG5EZzTrGmaTcUoPKiLp0hurUed { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #171717, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #171717, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #171717, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #171717, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #171717, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.74975rem;height:3.43725625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:65.56787109375rem;left:30.624755859375rem;display:none; }
#erteVLTVeHVThmn5xtLzWIc1V6fxOKQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTFL76wVapffnWnoh8rJbpuP9l4NTMHs { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #171717, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #171717, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #171717, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #171717, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #171717, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.749rem;height:3.43725625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:69.84814453125rem;left:30.624755859375rem;display:none; }
#n8CQ8O9sgvN7BZTHgBHS7ZRvvKhGnxsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZNU4fUAJ8S7Ju71csVA5llDOMl0DGnh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RZNU4fUAJ8S7Ju71csVA5llDOMl0DGnh > .row .container { border-width: 0; border-radius: 0; }#RZNU4fUAJ8S7Ju71csVA5llDOMl0DGnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZNU4fUAJ8S7Ju71csVA5llDOMl0DGnh > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:none; }#aX8XAxLra0GL6zLDCMcaFmFWQTydlNWN { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycfs7QJc9yo06ruN0cOAS9DJXA49Vq9P { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3359375rem;left:8.998046875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AF82O7mzrL7xShTdgIsFBM9WnnZcIMc4 { color:#f9d147;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:38.9375rem;left:23.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IViGIV7UuMHCKlSOXy1Gcm6n18mCKE1e { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:4.3125rem;top:36.875rem;left:31.5625rem;overflow:hidden;display:block; }
#q9DLLPLoVM9LfNGcbMJOiaEe6kTu3T9p { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:36.9375rem;left:19.625rem;height:1.5rem;display:block; }
#e4OWu2CsCAHRrDP45iOcMUH0ndFfuJu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:36.875rem;left:36.25rem;height:1.5rem;display:block; }
#mRQmuPdzOWt2aHfh4z72TyuME1x0J4Af { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#7400fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#7400fd' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-size:auto !important;top:17.125rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#H3h6PHB6vFaDaZU580V9pUPun5PSLGRt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;top:19rem;left:2.25rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wWfgLFlHpthc1q2erCI5qFgGT6V1c4E8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:22.375rem;left:2.5rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMPMQfrNS47mlS0UClTeSEoCLrNADG9J { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:23.625rem;left:14.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKP0f5P6T5W8VBq9MoKzn7i4CCO8umWs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.4;letter-spacing:0;top:26.3125rem;left:2.25rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMaSP8z5BTV5XlkFF6LsABlf0godGQLt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15097;line-height:1.4;letter-spacing:0;top:28.9375rem;left:4.0625rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixqSuheooBJBvn1iS8P29ScrVTnq1OeG { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd5645, #ffc555);background-image: -moz-linear-gradient(180deg, #fd5645, #ffc555);background-image: -ms-linear-gradient(180deg, #fd5645, #ffc555);background-image: -o-linear-gradient(180deg, #fd5645, #ffc555);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );";background-image: linear-gradient(180deg, #fd5645, #ffc555);background-size:auto !important;top:17.125rem;left:19.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#vHHUc6l8rkg9xue9mC71GmhsOy8lJheP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15101;line-height:1.4;letter-spacing:0;top:19rem;left:21rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#waVHL2DKooSHcRrvH2NQHFTvlzo4zDzH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:22.375rem;left:21.25rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KhuEZXBKbKlrIzD56TPghPBAeCs7JpIT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:23.625rem;left:33.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a9KDnitWIEcADeRp9ud2TwWpgQJOh93C { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.4;letter-spacing:0;top:26.3125rem;left:21rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOqTXoogFUtwbwrC7hPU20VyD3GhoGA6 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15103;line-height:1.4;letter-spacing:0;top:28.9375rem;left:23.25rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZnRp8RTClVt6Lnr2SldtVyDswtXMkMx { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc5789, #99009c);background-image: -moz-linear-gradient(180deg, #fc5789, #99009c);background-image: -ms-linear-gradient(180deg, #fc5789, #99009c);background-image: -o-linear-gradient(180deg, #fc5789, #99009c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5789', endColorstr='#99009c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5789', endColorstr='#99009c' );";background-image: linear-gradient(180deg, #fc5789, #99009c);background-size:auto !important;top:17.125rem;left:57.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ORMl1uZtp8kaFc1mTHufQeIcWSwvm7DH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:22.375rem;left:58.75rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PSLViAToymObhH5qn6vtkCMKBgBrJ8qv { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:23.625rem;left:70.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rx2HQcGMGbhF7xM24rHMlDp3pSkZcCyJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15108;line-height:1.4;letter-spacing:0;top:26.3125rem;left:58.5rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGQIpbBv3hT65uhWGBB4AkEqArgMTd6K { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:28.9375rem;left:60.5rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOeEDBJ5xadXZLnWZTRvW9KQMEhAdPFx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15107;line-height:1.4;letter-spacing:0;top:19rem;left:58.5rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyHeVX98KrwRQyeWQv2KihzDf4Tq6ouq { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;top:17.125rem;left:0.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#LRbqeDpwScBaQ2lt8Dqlos2lAGl1xdEv { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fd5645' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fd5645' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-size:auto !important;top:17.125rem;left:38.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#oK1E1RXTg77T63Z1MDrAnakvQp11d9w3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:22.375rem;left:40rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oxUt7Shu1yNHogzJEQeAkvshTaPgTzDb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15114;line-height:1.4;letter-spacing:0;top:26.3125rem;left:39.75rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gR06TVDEtMnJWcv3941l3E3vznK1oUCU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15113;line-height:1.4;letter-spacing:0;top:19rem;left:39.75rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flQPV94lsJ8UuTT2k8t5XfO2raUxvG64 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15115;line-height:1.4;letter-spacing:0;top:28.9375rem;left:41.1875rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kp50fC59rgmIDJ6VVS2vT4GrJtAxdeP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:23.625rem;left:51.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kx6Hd93khuJG8OWlJpndvVy7rLRvxDEi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.4375rem;left:23.125rem;display:block; }
#E4sFtpSULrhHGFm14RTwfIrKkoTtlQHr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WW5KwXNJIF5dI9At7XIPimA29tOBCnVp { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c2833', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c2833', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #d800ae;border-left:0.0625rem solid #d800ae;border-right:0.0625rem solid #d800ae;border-bottom:0.0625rem solid #d800ae;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.71875rem;height:3.40625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.4375rem;left:38.125rem;display:block; }
#Zow8m5aIJxGh700TJ3CGDKkc7kxDSgU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZdvZdl94bRzi3fEdGkIKa8a2BNwXNLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bZdvZdl94bRzi3fEdGkIKa8a2BNwXNLK > .row .container { border-width: 0; border-radius: 0; }#bZdvZdl94bRzi3fEdGkIKa8a2BNwXNLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZdvZdl94bRzi3fEdGkIKa8a2BNwXNLK > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:none; }#NQXNUBHlHrv1QZf3RuqKVrH3tDTpnHsE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kougISwNdWVPzaf1AcWXMNv4p8lgigLU { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3359375rem;left:8.998046875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WQPTL8kKF1LzknPf4UbJoS7S1W6yIL6B { color:#f9d147;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:38.9375rem;left:23.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCcuh7I2UhMxyGs2TKbNyizO1vBfURcx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:4.3125rem;top:36.875rem;left:31.5625rem;overflow:hidden;display:block; }
#BNLJxF8bdcRCaM0wHGQobUbpPRTLqnaJ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:36.9375rem;left:19.625rem;height:1.5rem;display:block; }
#Ank5Os56B13yUrimnJe9pf3fTnb8y0uL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:36.875rem;left:36.25rem;height:1.5rem;display:block; }
#grPNXFZMhANPwwmwN0VKLZOMrJPWMppg { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#7400fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#7400fd' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-size:auto !important;top:17.125rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ib3oETsTyMPaILzBVBtMOmMwVR0hbic6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;top:19rem;left:2.25rem;height:2.10021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTwfIVCmikO9TrbTTZA46zC3zmwSnov1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:22.375rem;left:2.5rem;height:4.38781875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vo8mbP3LpsT3L7hCCGgZUmmCfpUDeQZI { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:23.625rem;left:14.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wXU3ES42vckPHf6Tyh1s1MIKo58IPdLB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.4;letter-spacing:0;top:26.3125rem;left:2.25rem;height:1.224975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHLGWOZPqSZ32NhVuDHdvAWAAb2zsAZe { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15097;line-height:1.4;letter-spacing:0;top:28.9375rem;left:4.0625rem;height:3.1497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8ELhtC7T3bF18AClIeNpXtVSrXmOv4C { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd5645, #ffc555);background-image: -moz-linear-gradient(180deg, #fd5645, #ffc555);background-image: -ms-linear-gradient(180deg, #fd5645, #ffc555);background-image: -o-linear-gradient(180deg, #fd5645, #ffc555);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );";background-image: linear-gradient(180deg, #fd5645, #ffc555);background-size:auto !important;top:17.125rem;left:19.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#VS6ruHX40DV4LZ3hZLMJcKtVSTzC6UFf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15101;line-height:1.4;letter-spacing:0;top:19rem;left:21rem;height:2.10021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6PdZkvq1bIhc5uIVSuzwpRgv5oLFvTt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:22.375rem;left:21.25rem;height:4.38781875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e81Z7uarG48kf490JI8yo4n8abmpkwdT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:23.625rem;left:33.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyAmp1EqcMEGzoz0tVsBoLppkKNfUDST { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.4;letter-spacing:0;top:26.3125rem;left:21rem;height:1.224975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bU3p4asOP3eL76Wm5VznthMpvUtaslJC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15103;line-height:1.4;letter-spacing:0;top:28.9375rem;left:23.25rem;height:3.1497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tztcsk2NBr3IB5mT5cAuupSlOVfFgytx { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc5789, #99009c);background-image: -moz-linear-gradient(180deg, #fc5789, #99009c);background-image: -ms-linear-gradient(180deg, #fc5789, #99009c);background-image: -o-linear-gradient(180deg, #fc5789, #99009c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5789', endColorstr='#99009c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5789', endColorstr='#99009c' );";background-image: linear-gradient(180deg, #fc5789, #99009c);background-size:auto !important;top:17.125rem;left:57.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#t8fZLHbdtBl7acZwGX7Kf0ow6zIb56wV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:22.375rem;left:58.75rem;height:4.38781875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2OpDs0PViaQRfZH7TTSd6uaHZav0IX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:23.625rem;left:70.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnB7zONHmFVLv05LHBZ9z6FQKhQbwKML { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15108;line-height:1.4;letter-spacing:0;top:26.3125rem;left:58.5rem;height:1.224975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VpwaTMkItXSc2DcdAw77JTaTeZKGrbbN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:28.9375rem;left:60.5rem;height:3.1497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8nPvSMsziHDRX6rp0LAt9qDG9HmMil3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15107;line-height:1.4;letter-spacing:0;top:19rem;left:58.5rem;height:2.10021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkWoreelCA0d5qpHeJd09uiBH1H7giHt { box-sizing:content-box;height:16.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fd5645' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fd5645' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fd5645);background-size:auto !important;top:17.125rem;left:38.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#xR3pxKgOGtBbDJeB7S3zwbZvo91gcW1k { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:22.375rem;left:40rem;height:4.38781875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RapwtMytfMtOKFbo5EE6O54Of67o9Dxi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15114;line-height:1.4;letter-spacing:0;top:26.3125rem;left:39.75rem;height:1.224975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tq03o77GpHAirTSMtWufiBCnV3hPyqkP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15113;line-height:1.4;letter-spacing:0;top:19rem;left:39.75rem;height:2.10021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bLTxWEnde2Mweqz3iSNeTm7aTpSFbho7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15115;line-height:1.4;letter-spacing:0;top:28.9375rem;left:41.1875rem;height:4.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N46ux6iUPGeP0aJhkkFXStSEmOKO3Pm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.062175rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:23.625rem;left:51.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bh9IhTZQE7skpfTxuoQBIkaaNboL1WLN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.4375rem;left:30.6240234375rem;display:block; }
#BrdDGVTQAutSbC27ehF9vP3PAEmISmHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiTgNZpmqIShESLL7fbpBe40yLt43VzE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -moz-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -ms-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-image: -o-linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c2833', endColorstr='rgba(var(--color-primary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c2833', endColorstr='rgba(var(--color-primary-0),0.2)' );";background-image: linear-gradient(90deg, rgba(255,12,40,0.2), rgba(var(--color-primary-0),0.2));background-size:auto !important;border-top:0.0625rem solid #d800ae;border-left:0.0625rem solid #d800ae;border-right:0.0625rem solid #d800ae;border-bottom:0.0625rem solid #d800ae;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.71875rem;height:3.40625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.4375rem;left:38.125rem;display:none; }
#QZK7CA2Ek1cfnSPZxBTEB4Ubafn9q87d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/6d8571fe-ff86-499f-b2aa-02072eefd780/bg2.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; }#EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7.adaptive-delivery-prevent-bg, #EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7.lazyload, #EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7.lazyloading { background-image: none; }#EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7 > .row .container { border-width: 0; border-radius: 0; }#EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7 > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;position:relative;display:none; }#CT8RsiNm3TwrMm0JnfwXbS3IZeQObUxC { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:5.6650390625rem;left:37.70703125rem;height:4.798175rem;font-style:normal;display:block; }
#IxzGzED9BFICln8hcw4TmTwCSTdH1sW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:17.6689453125rem;left:37.98828125rem;height:4.798175rem;font-style:normal;display:block; }
#p6yCUwubzB7x5KVdWqBVtvcT3xZnNJMv { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:30.7490234375rem;left:37.9990234375rem;height:3.1987875rem;font-style:normal;display:block; }
#yfo681SwaXlEEEC1B9ndKPXbClgaDPlm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:3.86328125rem;left:11.0185546875rem;height:8.400625rem;font-style:normal;display:block; }
#Kc6c4Znx4wcgnGlQX6BtnoqVCedq1eF8 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:15.8681640625rem;left:11.0185546875rem;height:8.400625rem;font-style:normal;display:block; }
#Ru2pyS2yDEEAhEOwuTSMqALW6clTwbeG { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:27.822265625rem;left:11.0185546875rem;height:8.400625rem;font-style:normal;display:block; }
#oFlRQN6Pn6A5KxMADoIMVvAJTNCmIIkX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:39.7900390625rem;left:11.0185546875rem;height:8.400625rem;font-style:normal;display:block; }
#whT2BXsbBTdZebtlBAKvOlNRCmxv4nGl { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:42.390625rem;left:37.70703125rem;height:3.1987875rem;font-style:normal;display:block; }
#CEsGMy61cFZq8oAOPTQxlafez3tmKWQg { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:52.0615234375rem;left:13.6865234375rem;height:2rem;font-style:normal;display:block; }
#iW6hh5x25BUrIZssoy4ZyzkyQfXiyv8h { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:55.4990234375rem;left:13.6865234375rem;height:2rem;font-style:normal;display:block; }
#Ks3TBkmF0cdCBk3wy1XL06AkWwRms553 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:52.0615234375rem;left:39.1240234375rem;height:2rem;font-style:normal;display:block; }
#AmfCWFzQbmicUtZp56bgap7QkWaJx3It { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:55.4990234375rem;left:39.1240234375rem;height:2rem;font-style:normal;display:block; }
#O3B0x7pTqkMLg6pdqL93e0mqpzuZ50wD { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:52.091796875rem;left:36.71875rem;overflow:hidden;display:block; }
#TCVg2sK45244B2m4WTgqrKoksDxkgF0A { 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:1.5625rem;width:1.5625rem;top:55.529296875rem;left:36.71875rem;overflow:hidden;display:block; }
#khvVyuzG203QTzgbqGFQ0IhG67b6nHNG { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:52.0615234375rem;left:10.9990234375rem;overflow:hidden;display:block; }
#DxZKZg38hmQSLoo2kRcVxF2PEHhziQpH { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:55.4990234375rem;left:10.9990234375rem;overflow:hidden;display:block; }
#wfWgGiVfegihyuE6hHz3qs5hRTp0l9xe { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:62.375rem;left:31.25rem;display:block; }
#GQyk33He10z487NOT7b17qhgoPUryTvh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/6d8571fe-ff86-499f-b2aa-02072eefd780/bg2.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; }#VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN.adaptive-delivery-prevent-bg, #VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN.lazyload, #VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN.lazyloading { background-image: none; }#VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN > .row .container { border-width: 0; border-radius: 0; }#VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;position:relative;display:none; }#AaLKHxplPo2Q9xXPM2umDqFDeFHdA0DJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:5.6650390625rem;left:37.70703125rem;height:4.798825rem;font-style:normal;display:block; }
#enJyA1e85CzNsc3qa2kwvGnT0NarMlnC { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:17.6689453125rem;left:37.98828125rem;height:4.798825rem;font-style:normal;display:block; }
#DlolV2h3WE05WEDclZ2xMGoei9TmPCMi { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:30.7490234375rem;left:37.9990234375rem;height:3.19921875rem;font-style:normal;display:block; }
#PoKbvknLtnlTNv9JzB7sR7wcQTIRxGty { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:3.86328125rem;left:11.0185546875rem;height:8.3994375rem;font-style:normal;display:block; }
#VPUDzRLLJE8Bd7V7LPA36uTwTNHt8qZr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:15.8681640625rem;left:11.0185546875rem;height:8.3994375rem;font-style:normal;display:block; }
#Z79NC9mNT5uUgHzgXgWXNf4HR5agA5pw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:27.822265625rem;left:11.0185546875rem;height:8.3994375rem;font-style:normal;display:block; }
#rfTKJocfHc68FSlOwgfo9b3tD54vBnZ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:39.7900390625rem;left:11.0185546875rem;height:8.3994375rem;font-style:normal;display:block; }
#ptHZ62VLZTB7TqyUlBOitNezifS09RCt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:42.390625rem;left:37.70703125rem;height:3.19921875rem;font-style:normal;display:block; }
#lfGw0RvmDAT09WDQTf6DVK9P5CNCBQ2e { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:52.0615234375rem;left:13.6865234375rem;height:2rem;font-style:normal;display:block; }
#CraowQ4OLozD7QaOeAdsUWJ2OCgZEESZ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:55.4990234375rem;left:13.6865234375rem;height:2rem;font-style:normal;display:block; }
#FFkAMTxp6iwVtbIGzz6SUtLLyDg0WEHe { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:52.0615234375rem;left:39.1240234375rem;height:2rem;font-style:normal;display:block; }
#OQ5f9bETiQKXEzllaZoChGbr8kKLgL43 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:55.4990234375rem;left:39.1240234375rem;height:2rem;font-style:normal;display:block; }
#Ea671Tn9qrQK3oaxw8adwAVfQeg0PV2N { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:52.091796875rem;left:36.71875rem;overflow:hidden;display:block; }
#fUu6JtprXXFcprqSwmA1ntFylo9TNeCb { 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:1.5625rem;width:1.5625rem;top:55.529296875rem;left:36.71875rem;overflow:hidden;display:block; }
#JEe6M46W3a8tTrzulWBezbmXfkrlOhq0 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:52.0615234375rem;left:10.9990234375rem;overflow:hidden;display:block; }
#IflNbz84WD5mVogW7TX04k190MEIZGZW { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:55.4990234375rem;left:10.9990234375rem;overflow:hidden;display:block; }
#GOGT0bTQ1T3Ginex2fgOxgLU64DISPdE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:62.375rem;left:37.70703125rem;display:block; }
#Bc49OuSrsQhfQc8o5S0lXlyhKe2qZx5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTPkJU9V5Azw4E7NonQlusrlwoTrHqEJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:62.375rem;left:22.3125rem;display:block; }
#hFQGGZx0CwpK7Loo4fF5cTrFoE8zGG5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/6b6e323f-8de7-43fe-8a84-20b0d466e6c4/bg3.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; }#XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F.adaptive-delivery-prevent-bg, #XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F.lazyload, #XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F.lazyloading { background-image: none; }#XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F > .row .container { border-width: 0; border-radius: 0; }#XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F > .row .container { font-size:0.875rem;font-family:arial;height:107.0625rem;width:75rem;position:relative;display:none; }#qkQo7ikVG8pfc6k135XRPwUd5iAbOJsH { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:epilogue;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.443359375rem;left:8.9990234375rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJhQv3ibTG66PDmB02ETXrdiEKmmVfqR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:19.6494140625rem;left:28.6240234375rem;height:4.7249375rem;text-align:center;text-align-last:center;display:block; }
#eo4eFCF2e23BJis4s2GWGzDvcuWvVn4i { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:29.0498046875rem;left:28.6240234375rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#daSUOIQeBxltbuhgr9NTPAMRGQOD8rT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:30.736328125rem;left:28.625rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHNBrbpQW0T0XCsNdB6yk6RHazKrNS84 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.6494140625rem;left:4.2490234375rem;height:6.2999375rem;text-align:center;text-align-last:center;display:block; }
#Z2tfFOiymREs9ewG9pp5kQZxtPaqwpye { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:29.0625rem;left:4.25rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyWIhA92Nd3BG1EO5z9seQdhnHPUGspI { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:30.75rem;left:4.25rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOZTW7sAzQmFTtCqSesFKdKssgec1rTf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:19.625rem;left:52.9375rem;height:7.874875rem;text-align:center;text-align-last:center;display:block; }
#WAXpp1xPqeldrZMVFBNelKmyhKx5zeSo { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:29.0625rem;left:52.9375rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXBtrl2UcHSFgd8rc2Vc1IfzlooiKpye { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:30.75rem;left:52.9375rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A8wp3MWDfBqlvc2qD4BTvFWaKlNRRAEd { position:absolute;display:block;z-index:15002;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:21.25rem;top:14.76171875rem;left:26.8388671875rem;display:block; }
#xfTHD9z8a5iUBOTlrprnNyUcehpipLhv { position:absolute;display:block;z-index:15003;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:21.25rem;top:14.7607421875rem;left:2.462890625rem;display:block; }
#hSl8LM4RoMZTZ5xfyKuTRLRO4Tw6xUiB { position:absolute;display:block;z-index:15003;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:21.25rem;top:14.7607421875rem;left:51.150390625rem;display:block; }
#Ho2G7IwpZ7R90QtQarsNZhNh4L3kMoTa { 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:6.875rem;width:6.875rem;top:11.26953125rem;left:34.0625rem;overflow:hidden;display:block; }
#hVPFyokxGRC9tafrFHxxNlOkBqToGR3Q { 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:6.875rem;width:6.875rem;top:11.26953125rem;left:9.685546875rem;overflow:hidden;display:block; }
#UQ5uCmHba2d4uf5ghEzdV6z2PBO9bxcC { 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:6.875rem;width:6.875rem;top:11.26953125rem;left:58.3740234375rem;overflow:hidden;display:block; }
#vUkoaJZFK9fBeIH0J9oZTNf2z793ZbMK { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:56.2490234375rem;left:28.6865234375rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yl5i3M1NOsltNJksO4VVw8gTDV8fCCSn { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:56.2490234375rem;left:52.9990234375rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBUwDNgrvgWObQpAN20PLByFeOOlvO2c { position:absolute;display:block;z-index:15017;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:21.25rem;top:40.2490234375rem;left:26.9365234375rem;display:block; }
#c3zZGD2Epfh4T4mtboSTBK451PFClzG2 { position:absolute;display:block;z-index:15018;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:21.25rem;top:40.2490234375rem;left:51.1865234375rem;display:block; }
#xc4e4hR4JHOPMHvxtl0xTobpTu0vC2Jq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:54.5615234375rem;left:28.6865234375rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLimtAAJAwzhxAEKQD71isNDOeItTK9a { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:54.5615234375rem;left:52.9990234375rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZNSzRTBxLxIzbZwS1axrP3mPxbwfZ5b { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:45.1240234375rem;left:52.9990234375rem;height:4.7249375rem;text-align:center;text-align-last:center;display:block; }
#lSA2wvWHuLPF7OwzIWA0JMBoBu9QDAJp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:45.1240234375rem;left:28.6865234375rem;height:7.874875rem;text-align:center;text-align-last:center;display:block; }
#GbT5DKt55OQZVg7gVm7D0TTTvkPDhvKG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:45.1240234375rem;left:4.3115234375rem;height:6.2999375rem;text-align:center;text-align-last:center;display:block; }
#FHPztrcRErl7K8nLTXcJbm2LJyGuXTim { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:54.5615234375rem;left:4.3115234375rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dD7wfaMrs4EQiN7DZNFeHpsUpUshTthU { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:56.2490234375rem;left:4.3115234375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixoWxMqTel1vwolDh3HQHWQCNWdXRZRr { position:absolute;display:block;z-index:15018;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.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:21.25rem;top:40.2490234375rem;left:2.5rem;display:block; }
#dIup95rfanwmJhtFCumJVLeRZpvAFOZi { 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.875rem;width:6.875rem;top:36.7490234375rem;left:34.1240234375rem;overflow:hidden;display:block; }
#dooLA5R1vwm7Eu3fAvTlBWERve8aFKCP { 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.875rem;width:6.875rem;top:36.7490234375rem;left:9.7490234375rem;overflow:hidden;display:block; }
#ZK2Z2WzbLcrL86BvRHHyRKsq8G9iZgKl { 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.875rem;width:6.875rem;top:36.7490234375rem;left:58.4375rem;overflow:hidden;display:block; }
#GyWC6xsoeAboWPtFo44JyTwRDXiAuFvN { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.5rem 1.875rem rgba(var(--color-tertiary-2),0.35) ;height:29.8123125rem;width:53.125rem;top:65.861328125rem;left:10.9375rem;display:block; }
#MypNfzsIFXTrttK3T60iUyMc5cwPAnFw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:99.375rem;left:31.25rem;display:block; }
#MK5mC78x0FEIZxSmsI5pah61FTCGMp06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQ3VTVC6hbOuoImy2gNyOoy64zsJEKyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WQ3VTVC6hbOuoImy2gNyOoy64zsJEKyC > .row .container { border-width: 0; border-radius: 0; }#WQ3VTVC6hbOuoImy2gNyOoy64zsJEKyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQ3VTVC6hbOuoImy2gNyOoy64zsJEKyC > .row .container { font-size:0.875rem;font-family:arial;height:105.375rem;width:75rem;position:relative;display:none; }#nwo1NLkAwEnvgXzJxM52bHXNdsJT99H9 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:epilogue;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:9rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBhocLQ0dph3l5Je2fUg6L4VTzXHF75G { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:7.6875rem;left:15.625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t03SFm6Fw8pf0T11V4yB3W11MPgNb7lH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30.8271484375rem;left:28.6240234375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CA9iAHT8rySmF5O8z9Co0T7w9rcEwnHC { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:28.7021484375rem;left:28.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#popCIhbJrUiUv3avwQAQeNhurOVQDX6w { position:absolute;display:block;z-index:15036;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.9375rem;width:10.8121875rem;top:16.2294921875rem;left:32.0927734375rem;overflow:hidden;display:block; }
#voIlTMZJinexMkRTsgtkw6bcy2OzXF9L { position:absolute;display:block;z-index:15003;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.125rem solid #272727;border-left:0.125rem solid #272727;border-right:0.125rem solid #272727;border-bottom:0.125rem solid #272727;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.0625rem;width:21.875rem;top:15.02734375rem;left:26.421875rem;display:block; }
#qPWbEwB8X9X3ByHpBBhnq6tH1mBt4Ttv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:34.1015625rem;left:28.4052734375rem;height:7.9969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRRMxm0OMrbJcyiGQoZCrmHHOlTglTHe { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:44.7578125rem;left:30.1455078125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OIHpygZNxQvk9k1AxZdB59vhS8U2A5Ac { 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:1.25rem;width:1.25rem;top:44.83203125rem;left:28.4091796875rem;overflow:hidden;display:block; }
#p0ysn8FrTIAubTPZOohCh3lZfxFsJv34 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:46.8125rem;left:30.1875rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vmHGNhayLCyc41I2T8Esa4GH83h3BJno { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:46.875rem;left:28.375rem;overflow:hidden;display:block; }
#VwdWhh5CncFyJLkh3e7Xf8ZVo6I2SAc0 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:48.8125rem;left:30.1875rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qtbVJcpBaoFkVzUHNgUhT8SaWqSIOcIw { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:48.875rem;left:28.375rem;overflow:hidden;display:block; }
#MuD72fHeaMxE0xJkTrxgTIGSF1lVFurJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:50.8125rem;left:30.1875rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t7U5zltZWHKLTz5mbgGUT2yz6XwzseMS { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:50.875rem;left:28.375rem;overflow:hidden;display:block; }
#BxGMkSs1TSiJLvlhivgtHc75E6OJ4Rsu { position:absolute;display:block;z-index:15016;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.125rem solid #272727;border-left:0.125rem solid #272727;border-right:0.125rem solid #272727;border-bottom:0.125rem solid #272727;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.0625rem;width:21.875rem;top:15.1875rem;left:51.5625rem;display:block; }
#TRrH0TbTZT0m9uGElkB6kCh3ItIJDWcz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:34.25rem;left:53.5625rem;height:6.3975625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTnyldUgMzH2LgDzEtuyyuNLy9zr4B13 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:46.9375rem;left:55.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzhOulxOuhCDU2gZRPFNvxFPN0boUUmX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:48.9375rem;left:55.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aqyLfrw4MUuaZ2kzBATTWJ1n0Swv3Cty { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:50.9375rem;left:55.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e78pR63C712i7CfpldBTQXFGqxbiUzih { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:30.9375rem;left:53.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuFLTSiIHX3q4vleKLlTIz4Di10uPoMQ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:28.8125rem;left:53.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExTrNyARZIROceahNbVUiyHvW6EN3S6C { position:absolute;display:block;z-index:15049;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.9375rem;width:10.625rem;top:16.7978515625rem;left:56.4990234375rem;overflow:hidden;display:block; }
#XM0KfLtn7Iqt2tnTZyqtw9kMn45yztRn { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:44.875rem;left:55.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KFEFRHd9o34aDJJbwNm9GXFHO96PRh4o { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:45rem;left:53.5625rem;overflow:hidden;display:block; }
#w57htqRzxCChQMeb2O5O0htyvmvGoV9K { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:47rem;left:53.5rem;overflow:hidden;display:block; }
#ALGXuhZ46TqpTzZ2epfxknKfZwdq6MOy { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:49rem;left:53.5rem;overflow:hidden;display:block; }
#Gu1NvpuSh7lLLUGtxm3HVLunhHgW7iki { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:51rem;left:53.5rem;overflow:hidden;display:block; }
#vRgoKlGqWbEixqVTgX8P79yS5XlBd8MB { position:absolute;display:block;z-index:15016;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.125rem solid #272727;border-left:0.125rem solid #272727;border-right:0.125rem solid #272727;border-bottom:0.125rem solid #272727;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.0625rem;width:21.875rem;top:15.1875rem;left:1.5625rem;display:block; }
#dygv8fdeH0QvNtoEJC4k4qU039zMR6Kv { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:44.875rem;left:5.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I3qmIJoFDQ3Lq8EPvN30LHWCu8WRtoC3 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:45rem;left:3.5625rem;overflow:hidden;display:block; }
#q1fXKbile5HWX269NoonZul07UPqXEdd { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:46.9375rem;left:5.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uNS4NltooZCGmWfDBKZGO4R47R0ggEAP { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:47rem;left:3.5rem;overflow:hidden;display:block; }
#uZoD1JVFE0l5gQNNDUvifrtzCv6QRTct { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:48.9375rem;left:5.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AE9tBVOtiZJ6sVtrC5VdlTutcU3sd7Oz { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:49rem;left:3.5rem;overflow:hidden;display:block; }
#uShDiqZz2ZNR9UEQFToX65cp3CPoAwVr { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:50.9375rem;left:5.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k5mHva8xsSqivsyMSxEapSzZGTJfvTIp { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:51rem;left:3.5rem;overflow:hidden;display:block; }
#SmBSVL7sEyGIP17Gfw29pgJNeTbu1PtL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:34.25rem;left:3.5625rem;height:7.9969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uMH4wg6fabVmP0a8SxKqEDAtXciT11cg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:30.9375rem;left:3.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FCuCGoO7O9JyPJmFvf8nlobrHXMMTcAn { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:28.8125rem;left:3.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CnWA4HnIMKVCi9SaQxND4gGODvaODbDX { position:absolute;display:block;z-index:15049;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.4373125rem;width:14.436875rem;top:16.7978515625rem;left:5.58984375rem;overflow:hidden;display:block; }
#IUTGzAvkb8FCSrwJXlbPI3wlvzVbSvqD { position:absolute;display:block;z-index:15055;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.125rem solid #272727;border-left:0.125rem solid #272727;border-right:0.125rem solid #272727;border-bottom:0.125rem solid #272727;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.0625rem;width:21.875rem;top:56.125rem;left:1.5625rem;display:block; }
#HQTtRIEBBZkPd8BLkiBEc9rvhcwRHZg6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:71.875rem;left:3.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#glopiETvbZ6bQAUPiVlfswMPx6EzUW4v { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:69.75rem;left:3.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eszRIut7J8ioXO97ebvK901TLqZBeITg { position:absolute;display:block;z-index:15088;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.8125rem;width:9.875rem;top:58.4423828125rem;left:8.33203125rem;overflow:hidden;display:block; }
#k6IKkmSJbBhUMusVf80lmaq29BEBKVVN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:71.75rem;left:28.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6NkCcATsNRoeAUkD9IvMMkqpBbuPBmu { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:69.625rem;left:28.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Unam9z03NaiuS7bqAAk8mh7FUyGKBfdH { position:absolute;display:block;z-index:15075;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.8125rem;width:15.5625rem;top:58.16015625rem;left:29.5673828125rem;overflow:hidden;display:block; }
#mvEoe2Q9R4KvauHN2UU6GWB8xThWhS1Q { position:absolute;display:block;z-index:15042;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.125rem solid #272727;border-left:0.125rem solid #272727;border-right:0.125rem solid #272727;border-bottom:0.125rem solid #272727;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.0625rem;width:21.875rem;top:55.9375rem;left:26.4375rem;display:block; }
#ItKpOGLsCRUyBvcc07RC2OgDtoSgCBN6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.6;letter-spacing:0;top:75rem;left:28.375rem;height:7.9969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPQ8dPm0xkRAnJKbFsSztnqGX6mEOlWR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:75.1875rem;left:3.5625rem;height:6.3975625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RT9EmADVz3Ku0eTo2JzLsp4OHMF951mQ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15061;line-height:1.4;letter-spacing:0;top:85.6875rem;left:30.125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wKGLuk2N7Vr3cB3cgLKpITv5wDPVbkZm { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:85.75rem;left:28.4375rem;overflow:hidden;display:block; }
#P6gocVZQlB4d3DVl8WaJ96DVGQx4Z0Df { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.4;letter-spacing:0;top:87.75rem;left:30.1875rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CBxUvLOAqyc4yvO5SScSk81PUmc1qep4 { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:87.8125rem;left:28.375rem;overflow:hidden;display:block; }
#ODNHHhX1Og70Tv2nFQBSwMffLwUZWEXE { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:89.75rem;left:30.1875rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BDIgdD1BMQoHLpZu8DLwFbJmhhOS1sTG { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:89.8125rem;left:28.375rem;overflow:hidden;display:block; }
#K4CNnHNxrJKwcf7ywevCKQzG2sHT6PM0 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15074;line-height:1.4;letter-spacing:0;top:85.8125rem;left:5.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNQ8c5UUBxNI7u5Wqsw6lCdBV2m0w7xw { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:85.9375rem;left:3.5625rem;overflow:hidden;display:block; }
#x3hIZo8G4heRTHXH5L5BGDx5MiBS9Z5q { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:87.875rem;left:5.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEDctsKTph3ODmMudkoMwRnWciDBrkHT { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:87.9375rem;left:3.5rem;overflow:hidden;display:block; }
#FtHxqAAqb1tlpTxB1ZxdHAZ9QTTMiZ2r { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15078;line-height:1.4;letter-spacing:0;top:89.875rem;left:5.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V8RWVTnDd6BPrPsO20gvHQKnSNiuyffX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:91.75rem;left:30.1875rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QWSXtucx6uel46vZg2uvuvWsqiAspgzx { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:91.8125rem;left:28.375rem;overflow:hidden;display:block; }
#Tcx54TiVBmfo9nk8bTQQD8gpCbBWnZhs { position:absolute;display:block;z-index:15055;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.125rem solid #272727;border-left:0.125rem solid #272727;border-right:0.125rem solid #272727;border-bottom:0.125rem solid #272727;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.0625rem;width:21.875rem;top:56.125rem;left:51.5625rem;display:block; }
#b9Acoercf7y0q5aLpZKWTsoOxyp8zNqM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:75.1875rem;left:53.5625rem;height:7.9969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mxQoOG4Z04z1sJph6tNticZ8ERkTHpOT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:87.875rem;left:55.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LcxI0nm7xzsxosAPffTOkE3kBeG2tDsu { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15078;line-height:1.4;letter-spacing:0;top:89.875rem;left:55.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zOgWsPMgWADRAbtFzWlf41T8sLQPfvMV { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15080;line-height:1.4;letter-spacing:0;top:91.875rem;left:55.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTx3RcRmSUeaTlRCKDZPaE6co0I9tZTz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:71.875rem;left:53.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QfUwAd18uwMUSTSP7wXhHrTTGy1bkVp5 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7485rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:69.75rem;left:53.75rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xoVRGafNPXe1gkN4SJ4Tf09fhbhfLcOX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15074;line-height:1.4;letter-spacing:0;top:85.8125rem;left:55.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p1nx9NVMl6wS6IvcCWt0B5fR5kW4M9yr { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:85.9375rem;left:53.5625rem;overflow:hidden;display:block; }
#G8WdNF1bShFdu75T8Rihd9V6z9V1mDL2 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:87.9375rem;left:53.5rem;overflow:hidden;display:block; }
#BarR58F7bNt7CFRzkqT2F8gEEVvFBy7b { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:89.9375rem;left:53.5rem;overflow:hidden;display:block; }
#XZElRxDrA0KoUPNy86FGskAm5v7MQ0v7 { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:91.9375rem;left:53.5rem;overflow:hidden;display:block; }
#uZv15rC5XouTHpZ3tyaPNMvrbAWStn6s { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:89.9375rem;left:3.5rem;overflow:hidden;display:block; }
#rGJVkAMQoZVzk3x2RL1JlfCLCouT9yi8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15080;line-height:1.4;letter-spacing:0;top:91.875rem;left:5.3125rem;height:1.4000375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UgRuCmwvtsNPf02mhn4u72uqfe0eN2r1 { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:91.9375rem;left:3.5rem;overflow:hidden;display:block; }
#HpxR8JdHScMbpAbmb8ekBF7DypbDLIT4 { position:absolute;display:block;z-index:15088;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.125rem;width:13.375rem;top:58.87890625rem;left:55.6904296875rem;overflow:hidden;display:block; }
#k3uWMlLittvpQ4T44pTMpRDOAa9rw4QO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:98.6875rem;left:31.25rem;display:block; }
#lTqGMS09pPaV5aA01zHHKidi82LtyuWD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJIlEvrVX8mEiN6mLevcZJ3UBrAobuld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mJIlEvrVX8mEiN6mLevcZJ3UBrAobuld > .row .container { border-width: 0; border-radius: 0; }#mJIlEvrVX8mEiN6mLevcZJ3UBrAobuld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJIlEvrVX8mEiN6mLevcZJ3UBrAobuld > .row .container { font-size:0.875rem;font-family:arial;height:89.875rem;width:75rem;position:relative;display:none; }#iOXFkt3oFzF5CVwtIEdIkBHiZC7RIcTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:5.9375rem;height:7.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCJkCVdmsco9frrHEWrCnT7PteMTswAQ { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:13.1875rem;left:15.625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BA9cSCPeJanFkMbJ3ORneJW47geJ8Z7t { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:24.875rem;left:33rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hUNQ1q5sITPNldJoBZL9bTIPy6ZGabSG { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:27.5rem;left:33rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SqtanTV7vgJTPVxZX6Wy40TiegB1Vpg0 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:29.8125rem;left:33rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LNtFIcDEfp3JM4LAuT7ZtCcVqN7pAi1G { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:41.625rem;left:33rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UmBWpuGDbMdRzX9ysfNwzzGTZQRpZpyb { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:39.3125rem;left:33rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b9wCto4vKhqcOMIXK8Do6vZFVscfMUBh { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15051;line-height:1.4;letter-spacing:0;top:36.6875rem;left:33rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SaWszLcRlA2dRgTMEz9T76s0egDti96L { color:rgba(var(--color-tertiary-2),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:53.4375rem;left:33.0625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HZRLmyp5VVob3Z0KN7UeJq9DJrg01qHR { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:51.125rem;left:33.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZTPkZzRJEJcPWEI8TU0AywbTTa9qSVFK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.4;letter-spacing:0;top:48.5rem;left:33.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L9NzViIxX3lcETfZgJW1meOgrIehc9s2 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:61.25rem;left:33rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PrL0h218OqhH1GxRkDCmLrJ1b4gVEVnz { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:58.625rem;left:33rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#biGfsSDx74T4PiINJpQq0zzQApiegbpe { color:rgba(var(--color-tertiary-2),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:63.5625rem;left:33rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJ1QiiQChsd4GhtNxaitH3w8OXwrTQMW { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:71.25rem;left:33rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rZNWrprTRK4RAbTxinQ8nsARPRKtrXon { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:68.625rem;left:33rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QtNz9zlEKAsXeJa2RTu95hbcnvysPnbf { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15082;line-height:1.6;letter-spacing:0;top:73.5625rem;left:33rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hk0VUeCgzsgsWKp8G9QVBJNVTu3ZOhXc { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:81.3125rem;left:33rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qHaoO3sCsFTZvbfqG0OOCu0nKfBNVs7G { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:83.625rem;left:33rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rbRTsaII2acgG1azvgEUgzuyJV1wk5k9 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:78.6875rem;left:33rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTSyzmlsQCTEtOm0ahM9en3HPnxTAcEs { position:absolute;display:block;z-index:15086;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:67.25rem;width:27.8125rem;top:22.1875rem;left:3.0625rem;overflow:hidden;display:block; }
#k5DCsBNPbpIHGSU1wPLLrZop2xa2cK7N { 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:46rem;width:50.5rem;display:none; }
#N6oTxulwKJTeAfkyQ0qy1pywitNUVOP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N6oTxulwKJTeAfkyQ0qy1pywitNUVOP1 > .row .container { border-width: 0; border-radius: 0; }#N6oTxulwKJTeAfkyQ0qy1pywitNUVOP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6oTxulwKJTeAfkyQ0qy1pywitNUVOP1 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:none; }#NKdbrIbAzqTVZFySApbdTO3EdMAH4JpT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWCTMJTbh5mm6vQxT26dAmdK4XpGfJCa { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:40.0625rem;left:14.125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kimoe7oAVL9PThRBmAc5TKiznx68meFT { position:absolute;display:block;z-index:15087;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:19.8125rem;top:17.5rem;left:50.5625rem;overflow:hidden;display:block; }
#axIO1rvH6NqgC9gSRpaMaamCTMMnG1hJ { position:absolute;display:block;z-index:15088;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.6875rem;width:19.75rem;top:17.5rem;left:27.5625rem;overflow:hidden;display:block; }
#TgT3OyH5nJlJnXKHJ8O3Mvaa9IdW3n8V { position:absolute;display:block;z-index:15089;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:19.8125rem;top:17.5rem;left:4.625rem;overflow:hidden;display:block; }
#fT7V6IuTtAxkPrHgq7WgIGnU2n0qLFuE { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:39.6875rem;left:11.1875rem;overflow:hidden;display:block; }
#ilfprAd0wqa38fp47k2H1Es3msKiUNd2 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:40.0625rem;left:38.0625rem;overflow:hidden;display:block; }
#S6mNL4JoxluGGVDRkcukDSGDIsMcLPFc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:40.0625rem;left:41.5625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q76PZFRLWDRI7ARJ0O7mlP2gkpZflyLX { color:rgba(var(--color-tertiary-0),1);display:block;width:13.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:41.6875rem;left:14.125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5HpFzeG4ZcaGNI0abV1L4nLI8gmTcd5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:43.25rem;left:14.125rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIbiFVbyiKcyk2DPRIxSAZHavhKfqZc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:41.6875rem;left:41.5625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#czR8uxKkpJR9WArI4BdE5i6Sm27v2iiF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:43.249755859375rem;left:41.562497377396rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uGIl2UM0q5s0oq1LvnnlqHLr1HKQGCrP { color:rgba(var(--color-tertiary-0),1);display:block;width:56.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.555308818817rem;left:8.9999113082888rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOLkFi1oN8hZNT4lhNeAHsBWAFZvQ3JJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.6240234375rem;left:8.9999113082888rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3eB7Z4Mo2PxeDlBluLK8vc35gnZ80te { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.312325rem;width:15.5624375rem;top:10.118074893951rem;left:29.718572616577rem;display:block; }
#BpS3d3nUrbgKwpGq5WU0GseRET2kqdPD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BpS3d3nUrbgKwpGq5WU0GseRET2kqdPD > .row .container { border-width: 0; border-radius: 0; }#BpS3d3nUrbgKwpGq5WU0GseRET2kqdPD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BpS3d3nUrbgKwpGq5WU0GseRET2kqdPD > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:none; }#Kl7JqyKRyMhp5FfL4ZV6MKnXHtT7crNR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:32.437408447266rem;left:14.124645233154rem;height:1.5997875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IuMn2cm9EE1WFoUDUBQpp38DVuGzk5cK { position:absolute;display:block;z-index:15087;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:17.6875rem;width:19.75rem;top:11.125rem;left:50.5625rem;overflow:hidden;display:block; }
#bTSxzBRZiJHluRwDMD41JgfJrCyqqGZc { position:absolute;display:block;z-index:15088;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:17.6875rem;width:19.75rem;top:11.125rem;left:27.5625rem;overflow:hidden;display:block; }
#Fso0eW2unODyKicHTgcZizmDHdFvDGto { position:absolute;display:block;z-index:15089;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:17.6875rem;width:19.75rem;top:11.125rem;left:4.625rem;overflow:hidden;display:block; }
#TC8BmFXTi7p5Gpp9vPXJZvD5PihRb1Xa { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:32.062316894531rem;left:11.187411308289rem;overflow:hidden;display:block; }
#eMGs4JkimRFTse5g4Lr2CawwcEtLipUX { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:32.437408447266rem;left:38.062410354614rem;overflow:hidden;display:block; }
#VF0G183AmF9Tu3q0gTJ5TlivMslr5tV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:32.437408447266rem;left:41.562498092651rem;height:1.5997875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlMs8McMWTdya7dMOlkA6XEi5bExblXG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:34.0625rem;left:14.124645233154rem;height:1.5997875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTQxXe18OvCtlGAkzR7HBXpsK5APq94P { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:35.625rem;left:14.124645233154rem;height:1.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTRksD3hs26TWqTbw3f92uqueDqz8Qd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:34.0625rem;left:41.562498092651rem;height:1.5997875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAnrI3BAL5gFrEyzZNpldkZU823uNxFC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:35.625rem;left:41.562498092651rem;height:1.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJXdXT4NXCRBhD1XvMRdUTpr5RlsT79G { color:rgba(var(--color-tertiary-0),1);display:block;width:56.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:9rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#klySaF92x8owJrcogloisASqF06hH0Wi { color:rgba(var(--color-tertiary-0),1);display:block;width:56.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.2497253417969rem;left:8.9999113082888rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHWcnGaTPNd9tQcaakHVaBzDd9v15ilG { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.312325rem;width:15.5624375rem;top:3rem;left:29.75rem;display:block; }
#g81JZs6xethrTTvqshtxkADZrk4pV9Il { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#g81JZs6xethrTTvqshtxkADZrk4pV9Il > .row .container { border-width: 0; border-radius: 0; }#g81JZs6xethrTTvqshtxkADZrk4pV9Il > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g81JZs6xethrTTvqshtxkADZrk4pV9Il > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:none; }#wHcw9WA7P2C7qTBBue89om1GwFP5uvn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:epilogue;font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QD5TCQxAwm2QuFWZS59xIm1CN2Ff5zCa { 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:34.5rem;width:29.25rem;top:10.625rem;left:5.1875rem;overflow:hidden;display:block; }
#aiuleBVSfVZETu9XLxZ0JfhhaRJHcqrz { 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:34.375rem;width:29.25rem;top:10.625rem;left:40.5625rem;overflow:hidden;display:block; }
#IntTrTSNn8T2JLvQGqJXbxSesxifpcWf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:19.75rem;left:7.6875rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQHH4updxU5TXn7x0zHnJarlNAlwPR3b { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:19.75rem;left:43.0625rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SHcexU03WCy8fQsoMndwzaC0ThBkNtJT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:16.6875rem;left:7.6875rem;height:2.10015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bn72vtgaR0ZdPf8EZb4ddVKLvWEXZTtk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:16.6875rem;left:43.0625rem;height:2.10015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JV081Rnip8RgnTsUvApRAodLcD38Efae { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:29.9375rem;left:7.6875rem;height:2.10015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w7kyTUWrk5pKO0nG7IikEs94BTty31ra { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:32.8125rem;left:7.6875rem;height:7.999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ufOozAppg1n7Tn4bWnQEPe6k7TumvPa7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:400;z-index:15093;line-height:1.4;letter-spacing:0;top:29.9375rem;left:43.0625rem;height:2.10015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xCXASUgCuyXCdbEvQNT0FZtxizB0Ta5K { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:32.8125rem;left:43.0625rem;height:7.999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#riaMrq8ohXb91AHxCv7e5gWZP1QT0PVs { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.0625rem;left:31.25rem;display:block; }
#CkptqTBbWpoMT4nEmVzLwAenz4Iav1ZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1thM8IR6BCVErVEy0ne2p0TnRI26E8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Q1thM8IR6BCVErVEy0ne2p0TnRI26E8x > .row .container { border-width: 0; border-radius: 0; }#Q1thM8IR6BCVErVEy0ne2p0TnRI26E8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1thM8IR6BCVErVEy0ne2p0TnRI26E8x > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:none; }#Xt2bbwyFnabfuWrM1QDwewqmT4FLFs4X { color:rgba(var(--color-tertiary-0),1);display:block;width:56.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ktDctObZnJ0BJZkmH3CTVKxznBZ73AcT { 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:34.5rem;width:29.25rem;top:10.625rem;left:5.1875rem;overflow:hidden;display:block; }
#KZVPaFs4QW9m2R6fnU80iaK2XTIOR5So { 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:34.375rem;width:29.25rem;top:10.625rem;left:40.5625rem;overflow:hidden;display:block; }
#wMlzFquDUAn83KQQuXgyC6SEAQyHRvXC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:19.75rem;left:7.6875rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C0FfxHTzZhSlKHpH7Qn2tzHGuQbu7b7s { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:19.75rem;left:43.0625rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CkRTepVt7KTymdBpHISniWfd3Q1myETR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:16.6875rem;left:7.6875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UbhHGILQNXgc2xx4FtRkyTvEdUiZVpWA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:16.6875rem;left:43.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JEhsqrAxqQ271LHGwlsaut2qecVlrwJe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:29.9375rem;left:7.6875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#feizh8PBDgt24hrIilTdXZ1UOwUyzbt1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:32.8125rem;left:7.6875rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynIzXtCBT6gLzSAdHXeLbSgTha7lgbUd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:400;z-index:15093;line-height:1.4;letter-spacing:0;top:29.9375rem;left:43.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GHNDKZAgJiTEsU16BR5umTN9d5CcHa76 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:32.8125rem;left:43.0625rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3TACvTyATn46tlEH5hW6AypCGWoVADM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.0625rem;left:22rem;display:block; }
#KUpPS98fvucJF6ivtHHi2m5rq9Cufi26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGv1M9tK74eWkihn6rcn6roQcosb3Jri { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.0625rem;left:40.5625rem;display:block; }
#sIigtxDvOL2b2rZtTIHIF49cJbS5HCXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LyagLbHgrpAGEONuhQpLgyBsoQ0loy7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0e0e0e, #232323);background-image: -moz-linear-gradient(90deg, #0e0e0e, #232323);background-image: -ms-linear-gradient(90deg, #0e0e0e, #232323);background-image: -o-linear-gradient(90deg, #0e0e0e, #232323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#232323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#232323' );";background-image: linear-gradient(90deg, #0e0e0e, #232323);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:none; }#LyagLbHgrpAGEONuhQpLgyBsoQ0loy7A > .row .container { border-width: 0; border-radius: 0; }#LyagLbHgrpAGEONuhQpLgyBsoQ0loy7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyagLbHgrpAGEONuhQpLgyBsoQ0loy7A > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#r63GqAykRIbax4SVB1OJNM80odhHOtDA { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:18.6875rem;left:5.5625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hUmb3f5HJmcC5pt6EJSDyp1ZbWFANH8q { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.125rem;left:5.5625rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#und6dMzDLAMnsrzQsi7HLfAelWUW79Md { position:absolute;display:block;z-index:15042;border-top:0.0625rem solid #272727;border-left:0.0625rem solid #272727;border-right:0.0625rem solid #272727;border-bottom:0.0625rem solid #272727;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 1.25rem 3.75rem rgba(var(--color-tertiary-4),0.8) ;height:19.625rem;width:26.375rem;top:6.125rem;left:42.9375rem;overflow:hidden;display:block; }
#k7Wlv2VzuKPUSS3MqOmffsJJMNZ6LsAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k7Wlv2VzuKPUSS3MqOmffsJJMNZ6LsAo > .row .container { border-width: 0; border-radius: 0; }#k7Wlv2VzuKPUSS3MqOmffsJJMNZ6LsAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7Wlv2VzuKPUSS3MqOmffsJJMNZ6LsAo > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:none; }#WKhcaTUNqp3NE9BCVZKA84WvgIDOnrnC { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:8.6875rem;left:15.625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOrP3TiZI87s3C5zdd5GGnwU0tLTZpM0 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:epilogue;font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hn2ZAxnylp3TJCskWA78wtesWpPLHzQW { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc5789, #99009c);background-image: -moz-linear-gradient(180deg, #fc5789, #99009c);background-image: -ms-linear-gradient(180deg, #fc5789, #99009c);background-image: -o-linear-gradient(180deg, #fc5789, #99009c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5789', endColorstr='#99009c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5789', endColorstr='#99009c' );";background-image: linear-gradient(180deg, #fc5789, #99009c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.375rem;width:21.875rem;top:13.0625rem;left:49.6875rem;display:block; }
#zw11Nc9zGSMDKMW6JR1VJkssK6PJQH6G { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd5645, #ffc555);background-image: -moz-linear-gradient(180deg, #fd5645, #ffc555);background-image: -ms-linear-gradient(180deg, #fd5645, #ffc555);background-image: -o-linear-gradient(180deg, #fd5645, #ffc555);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );";background-image: linear-gradient(180deg, #fd5645, #ffc555);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.375rem;width:21.875rem;top:13.0625rem;left:26.5625rem;display:block; }
#IlyGZVGMWxmpTQL2GTKWqDHR6dTrHh2i { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#7400fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#7400fd' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.375rem;width:21.875rem;top:13.0625rem;left:3.4375rem;display:block; }
#BtD0ee2fRSn3fXvn7CKNunH0MwyQlIEn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.8125rem;left:30.6875rem;height:4.38748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbcKrXmLTUTewqVFHrHgUTifaH0eRE9Z { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.125rem;left:42.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RXBxkUytrTJJmIJxZyuOx0eQlqSBHWsk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.1875rem;left:29.15625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yo57fWKzHbwpCqufufP4M7PeT8kTzoJ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:15.3125rem;left:28.8125rem;height:2.10015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SCWn0J6TaJTi8iqZ8Q48ZG2aKBJag3Hw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:23.1875rem;left:31.46875rem;height:1.13736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOrSNOIQOzfyIlHTrqIT6wsoskpHiguf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15094;line-height:1.4;letter-spacing:0;top:15.375rem;left:5.6875rem;height:2.10015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FURzUu42QqqXcxIqpENGXKTxivoVGNpD { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.8125rem;left:8.4375rem;height:4.38748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlFeEsH0uSKHsJU4xFuWSrPQFGu8vAO7 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.125rem;left:18.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqcOT51RwHQEI5KKPs9N9TfCp6VeZ2sh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.25rem;left:8.3125rem;height:1.13736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXKhi6Bq7XEwoL0o9plQ1OQ8zOESqx6g { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.28125rem;left:8.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TuD0U79nPEaBfKhp2qcUJ7BnPOvKaIdq { background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:31.8125rem;left:8.125rem;display:block; }
#xA6MFLzTvmUbglkZpKlgKKRdSPfKZQOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcsPM3uqDBXmTlacr3kebggCCmnfi18T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15094;line-height:1.4;letter-spacing:0;top:15.375rem;left:51.9375rem;height:2.10015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kgr1ATf2RKQsa6BW9WrieQHoN2OCEuuo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.875rem;left:53.8125rem;height:4.38748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kh1G4Qm1aplgJ5xE9zxh1t4PnlziUol4 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.1875rem;left:65.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PK8hu6UFgWAUWeVBQ7DACEMOUcKlxvfS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.25rem;left:54.5625rem;height:1.13736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIMiLLU0EevmDrNStH5dDAnQkgTyOeMx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.25rem;left:52.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KAm0FTnGqOFD2zcdTUgcky4vSXgHukGZ { color:#f9d147;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:42.375rem;left:23.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5uVDmxM1VI0RcLTgsvCfdHGtp3CqeAp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:4.3125rem;top:40.25rem;left:31.5625rem;overflow:hidden;display:block; }
#KJzv306VKnFocIBIQvK7aqce44H1bQTR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:40.3125rem;left:19.625rem;height:1.5rem;display:block; }
#GTNtNzi9kcotE7zQFFupgmVT9S6DF4WH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:40.25rem;left:36.25rem;height:1.5rem;display:block; }
#eI3VICHGoWLMgWhCPys4MsU9pnFXQzAX { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.875rem;left:26.8125rem;display:block; }
#LG6VFVXXLQw59WNqph1Gme3bFJTrSL41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTabJcKkCGiF11m1uUTAolIQvpQ3SG0D { background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:31.8125rem;left:31.25rem;display:block; }
#PQSag1tS3FPgeCSbPUyW5pSTQkOzmGQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgaBntAWfiLEE9s8CVd1yRF8SsP1rmth { background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:31.8125rem;left:54.375rem;display:block; }
#sHJ7E6v9WFRTArvRaxcI2fdcFV7WoSA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xpe9Byv4qea4HuMOad2lmbd3yscSVFXf { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:47.000001907349rem;left:21.40625rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDPQ7eQXgaHo8xBrMZpyRLNT6nN9OkbI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nDPQ7eQXgaHo8xBrMZpyRLNT6nN9OkbI > .row .container { border-width: 0; border-radius: 0; }#nDPQ7eQXgaHo8xBrMZpyRLNT6nN9OkbI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDPQ7eQXgaHo8xBrMZpyRLNT6nN9OkbI > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:none; }#D2kassodMwg0XPOG9ZlM2SyZEQvUT2SU { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:8.6875rem;left:15.625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vi5y8JHT1UTeJNnorrMUXNsBzuhI2CEn { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHcoxfGV0kRVSobxKMiHa9H5bbGTK6Ei { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc5789, #99009c);background-image: -moz-linear-gradient(180deg, #fc5789, #99009c);background-image: -ms-linear-gradient(180deg, #fc5789, #99009c);background-image: -o-linear-gradient(180deg, #fc5789, #99009c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5789', endColorstr='#99009c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5789', endColorstr='#99009c' );";background-image: linear-gradient(180deg, #fc5789, #99009c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.375rem;width:21.875rem;top:13.0625rem;left:49.625rem;display:block; }
#tyBIAkXTzgs0ivlSiIttHtTXU1l67EIE { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd5645, #ffc555);background-image: -moz-linear-gradient(180deg, #fd5645, #ffc555);background-image: -ms-linear-gradient(180deg, #fd5645, #ffc555);background-image: -o-linear-gradient(180deg, #fd5645, #ffc555);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5645', endColorstr='#ffc555' );";background-image: linear-gradient(180deg, #fd5645, #ffc555);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.375rem;width:21.875rem;top:13.0625rem;left:26.5rem;display:block; }
#JwJ10QKz5H8sEpfy1XMqyiq0qG5sT0sb { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#7400fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#7400fd' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #7400fd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.375rem;width:21.875rem;top:13.0625rem;left:3.4375rem;display:block; }
#KipmVDCzFTJardS9WJCqWHKPUOC3h9Dt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.8125rem;left:30.625rem;height:4.38748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3ZsvTiKVJzsv3xvSfGuRIT5JTU7KJob { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:19.8125rem;left:42.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KfAfovoGUN4c8sXcvPkqffbJbhJPTbfS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.1875rem;left:29.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0Twxhiq7nWMwurVTbt0qVeGmmTQcXwR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:15.3125rem;left:28.75rem;height:2.10015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Na0iyFSJGa4gJXuRxftCWeC7BH94k0MD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:23.1875rem;left:31.4375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhSf3toieiWKQ6ydppAmSzBNfO2Ui2sb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15094;line-height:1.4;letter-spacing:0;top:15.375rem;left:5.6875rem;height:2.10015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#US3cTa3SBhv8f1ZgKDR9sftTxTHlrZeK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.8125rem;left:7.625rem;height:4.38748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OewXd0IrEAL0FnaWmTNsySTtXgJRZaIP { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:19.974609375rem;left:18.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7ymrvTnxTlzKsG5wL8FE9qPRXrPvh4p { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.25rem;left:8.3125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HthXW2sxB7dHu7HOJlMwlZ4xVDmwRqI1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.28125rem;left:8.71875rem;height:3.2497875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nvVfkxut59qm62iDNanPvlcAQ6LWubKx { background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:31.8125rem;left:8.125rem;display:block; }
#woGsooyFsiQTM1xaAwlnXvmUMUm3Xm0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vHPd71NSPEAbWu3c8JM2bDm1qTG2ePGV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15094;line-height:1.4;letter-spacing:0;top:15.375rem;left:51.875rem;height:2.10015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0B4dTpZzPNLvqbb2H1oLebpAQGNhCTP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.875rem;left:53.75rem;height:4.38748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ELE8pfX1nnk2LMgrEFX78vnq8tFyMTFs { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:19.974609375rem;left:65.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RauptfmKqidX9ff1w6p1XPEHhgcMJdI8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.25rem;left:54.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCsMvGpHu0SeJKZf91RTgcITvzih6QpA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.25rem;left:52.1875rem;height:3.2497875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ezaNk4GhJfRnoKfenT3UXTsGKOfI2gLV { color:#f9d147;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:42.375rem;left:23.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VR49VFDt1LXrCZr6S4ZJFvqWiSDgwi80 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:4.3125rem;top:40.25rem;left:31.5625rem;overflow:hidden;display:block; }
#kFyE08e5Tiw8OD5oP5zmiUHsx27IabW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:40.3125rem;left:19.625rem;height:1.5rem;display:block; }
#PKNiXfE2xIMppOU85lWainavFzrNVtbc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:40.25rem;left:36.25rem;height:1.5rem;display:block; }
#OTuVGtum4g4iEN2Ax4kvTCJ7Lu6WT4t4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.1875rem;left:23.71875rem;display:none; }
#tUISh8Bt6pPKsssBssB8iAItpa7irSer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqfokntB8QqJr7dKAtCuyynmidKVoqID { background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:31.8125rem;left:31.1875rem;display:block; }
#okVr07gHTltSCHwJ6AFaukyx7UVkOFuI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4O72FETDQGTyKgBh4QHLtNOEM2mcZ7n { background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:31.8125rem;left:54.3125rem;display:block; }
#k35z8UnDzlSLuTO1dr7GTGbRlGT8JdDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ngp8y6lcP8BE0ToRv6uABWQTd5GimFRm { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, #ff0c28, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0c28', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, #ff0c28, 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.1875rem;left:39.8125rem;display:none; }
#hLbT2AQCEeHCIW5THlCn6GvTyDxT2KpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;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; }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row .container { background-color: transparent; background-image: none; }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row .container > .video-iframe-container { display: none; }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row > .video-iframe-container { display: none; }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .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); }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row .container { border-width: 0; border-radius: 0; }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#Inta8CxfhzqHOJBXmP0MWI7vlcD2osaI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:300;z-index:15055;line-height:1.6;letter-spacing:0;top:5.8125rem;left:0rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RnCbNLcPFlSEombTPG0pDw1ZnRIdIJ2x { background-color:transparent;background-image:none;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:epilogue;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.9375rem;left:0rem;display:block; }
#ycvySrmFdVHCkUS5y6o4wL6GTq4LF45F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhqTvTDLXPTXL2ygkhPNtqVIsCWEllmq { background-color:transparent;background-image:none;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:epilogue;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5625rem;height:2.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.9375rem;left:5.6875rem;display:block; }
#R75ifOZlWMlwIThd8fFZGl5wygeciIQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GC27CMi7yuh8L0AQnA4eottqTOD1n6Gc { background-color:transparent;background-image:none;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:epilogue;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.9375rem;left:9.5rem;display:block; }
#sif1e6WciELcweMuJgDnwRCAA9M6IQ1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zD9EUPq6XDsqcOwTHQXsxAh13TvIxTmt { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:15.125rem;top:4.03125rem;left:59.875rem;overflow:hidden;display:block; }
#tZMAfIRVVUP4tnqMTcTW7FtQU28tOL0a { 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:2.5rem;width:2.5rem;top:3.9375rem;left:31.3125rem;overflow:hidden;display:block; }
#TuIuSTsUKue2xlqnHyMG3T3E0m6VtZNb { 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:2.4375rem;width:2.5rem;top:3.9375rem;left:36.3125rem;overflow:hidden;display:block; }
#XwFMTxMB4Npgp8chRZeEl6poBnODmqAJ { 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:2.375rem;width:2.375rem;top:4rem;left:41.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 { display:block; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF1rPsDTcLkQlvgW46hJ2tJfO5OPSsD2 { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6fag0d70923QOdFodHUWHD8si4gZ2Xb { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAHlB990V7z2ed4DmzJRFQqAz8BNvDgS { display:block; }
 }@media only screen and (max-width: 763px) { #gbX3igLVQk1kFW09RHMdHFJM3lxqTkO0 { width:5.625rem;height:2.5rem;top:1.0625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFswgBCgghg8Sk61IzgNLmumqOr6Pol { display:block; }
 }@media only screen and (max-width: 763px) { #S56bmD3OTLggueINeTQe1T2xCKBgdxv1 { width:5.625rem;height:2.5rem;top:1.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp9iOPd10t6seQEfw5SLWUC45xeRiChr { display:block; }
 }@media only screen and (max-width: 763px) { #NU8wpeBsuKAPWdOOvw8KIAzOdaZaI5gC { width:5.625rem;height:2.5rem;top:1.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s86JqE64z43zX1cHAvvh3FCtXrZ10ZIB { display:block; }
 }@media only screen and (max-width: 763px) { #mirJL5a3r6clNRB67zNTiUsCO1q2KGCN { width:5.625rem;height:2.5rem;top:1.0625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqeB49sbsKoTATcNBiV8rN1GE20LfomJ { display:block; }
 }@media only screen and (max-width: 763px) { #IR4kC49Tg82JGcTWOALkzMUw0mbspUfH { width:5.625rem;height:2.5rem;top:1.0625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blTg2lyT8aMyTBvAaKTlIMTzHqBoSzwL { display:block; }
 }@media only screen and (max-width: 763px) { #OlfLMfZel5bQJR7HyX40rx8r85LZeu1E { width:5.625rem;height:2.5rem;top:1.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF3LrFcbWzGmbrFmFsubs6rkJhxgdsy0 { display:block; }
 }@media only screen and (max-width: 763px) { #hvZ58F432XKIP2hUA8TqFQcEJaPWWSP5 { width:16.0625rem;height:2.5rem;top:1rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUVNNLA0a80g86Z84DBA2nmOcfcIBPTm { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTFm2XHh0z4hL99mM9OsNpxL3FvFFTvk { top:16.875rem;left:0rem;width:27.5625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8BMgT9Bk4ElI1mUnAgXvl7QANyOheiA { top:23.75rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PowaukOl5USWoOTnqnNopx39VURqghuX { width:12.5rem;height:3.4375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKlmgXiUbGSUhIwxgw4q4KLnZT1XH6q7 { display:block; }
 }@media only screen and (max-width: 763px) { #K2ioLHrgoxatH1qABoirfO4MWkHq8KSO { top:7rem;left:0rem;width:19.1875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8oloRJ3g5QP0VzFxX6lRPTQ1X7XRE4e { top:6.75rem;left:8.75rem;width:39rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa1wty0PM81614DhcWitfsvLZdJzS7VV { top:27.5625rem;left:29rem;width:18.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpgpxFmaKAWkkE24EXU43RODiglhRERR { width:47.75rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcuF0u49cRzzqFZDLvC2xuv6K1HLKHWg { top:32.8125rem;left:0rem;width:11.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKeWyZQA2E5ymrZ26ScMEG6en4burVez { top:32.6875rem;left:0rem;width:4.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1sr0OzyntbT8mdWIxXVLUDHkzEUgqbw { top:32.8125rem;left:2.71875rem;width:19.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwsHlueGClnIcLhiRCz2MTv1rWLVF0Va { top:34.625rem;left:0rem;width:19.25rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmtptb6hGGPfn45PZEdN21JQuWHli5N0 { display:block; }#Zmtptb6hGGPfn45PZEdN21JQuWHli5N0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2a7bdx70N4dFSN0uUZPmKgQi61va5tO { top:1.6875rem;left:10.0625rem;width:27.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKBNp2zSVimWLeiT9lMUvQo4Ht2zIBUK { top:1.5625rem;left:17.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqKxwkyAc6XpxpuT0GZ7vxI1Tr0KoKaG { top:1.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdH7zkgNiXtOA5svPfaReorQldQL7HcD { top:1.25rem;left:45.25rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv2fTCopzKqbHhlBTgEBzFaLzT6lsgFo { top:1.3125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb { display:block; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0T4K7EnOAz3m7MpGVdPm0gIeMvEILyw { top:20.5625rem;left:0rem;width:27.625rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQe5mhZ2EZ5manVoq993HnTSDx9T9bb6 { width:23.25rem;height:3.4375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slLn009uTkTD1ZG3H11uwiAvOkDIke84 { display:block; }
 }@media only screen and (max-width: 763px) { #V0xtMNSGq08aHsTOff2dC3fFXlk2TsQf { width:23.1875rem;height:3.3125rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig0gxbXgq7b4K7UH51GkOpa3LNPKQ76Z { display:block; }
 }@media only screen and (max-width: 763px) { #yml0OTPPkaJBJyZh9qpZwTfgI8ESkOzL { top:7.5625rem;left:0rem;width:22.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPBM9avpM5xx1zBAsE098b1q6KOQ0iy9 { top:7rem;left:11.9375rem;width:35.8125rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyz8WPuuObZyRleOwH4xHJL9D7htk3zA { display:block; }#pyz8WPuuObZyRleOwH4xHJL9D7htk3zA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPopSEB0kxOGZ9J5a8Wi9sxO7c19uQ4c { top:20.5625rem;left:0rem;width:27.625rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUi6ZIoATGotFmVVuNMiMd4260Oqt5ao { top:28.6875rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tad5hhyvAVMevfPkBW2JXIIbtVBxgp3O { width:13.75rem;height:3.4375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQpKxuIuhc8krlTCaAMTuygrD1alT2v { display:block; }
 }@media only screen and (max-width: 763px) { #sVeGavcPEbROeEI6rBod1yt5u4SmBSXo { width:13.75rem;height:3.4375rem;top:32.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOOWliNmFnn9e8kgJbnQl1xA252iXl4d { display:block; }
 }@media only screen and (max-width: 763px) { #Htxo33BW0hZ8JWFQUDthCUykFtoHdZJ3 { top:7.5625rem;left:0rem;width:22.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLozu2Cu4lD83oQrTQEQ226trbVXJbEc { top:7rem;left:11.9375rem;width:35.8125rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGBV7zdfSplqHamAXIoaXyphSb4O69tm { display:block; }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJqcMsgu55Ho1Hx2LR99MVGWtTIEvzSa { top:5.6875rem;left:14.8125rem;width:17.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muGfX79uxwm1m4veL6tA8GGkJAHld6iz { top:5.6875rem;left:30.8125rem;width:16.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3sciGGOtACk7n68gqHKM5rJKuwI3D6N { top:5.6875rem;left:0rem;width:13.3125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2aBgyNTCyoJhw4Tswdodn8OrmBPtWaU { top:3.0625rem;left:0rem;width:47.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XexPD8lct0U5LtXquH3y5RNEmAnilM57 { top:4.9375rem;left:0rem;width:2.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaUEdZft83qAihocNvSqr49WkiiLFXTx { top:4.875rem;left:11.3125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyzk06KZNLhCpF7bO587PyrdVSlOCh7v { top:5.25rem;left:36.625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlKzNPH4UxwRasqk3VhSCWFT6hQky0oR { top:4.625rem;left:9.375rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shQnlp835TzyzK5nHtV6BPbtSrQS2MxW { top:4.625rem;left:34.625rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwbZZ9h9hycrz9dt7CWgaEmflIzFDnzB { top:11.75rem;left:26.04167175293rem;width:13.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlTdLk0dE6kzT1vJP9rG7nirO0duee82 { top:11.5rem;left:23.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXMxm3gd5IxV4TzhT3GdXHqT4QUlMRsU { top:11.75rem;left:7.5625rem;width:15.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BziL2V2kfyd53Ra06ghoquogppTnkLuX { display:block; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJvXdgzkxffq2RHhoJkCHfRvtatqEzpU { top:15.75rem;left:27.9375rem;width:19.6875rem;height:6.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #No8beFWIKhfkhRUC7zkkzNua5FxM3qSi { top:23.4375rem;left:27.875rem;width:19.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVKTGXOyEXlM4yxc1SMnilD4T8PJwDv { top:8.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDGwqFACfCg7cqTXa6Da75T26uzN6y3D { top:15.75rem;left:12.0625rem;width:19.6875rem;height:6.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUOIXkSNBrhwaleicypZwxmLPNIUvMog { top:23.4375rem;left:12rem;width:19.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFzhcClplJFPnPDvKSNWwZMAdyI7a6Vx { top:15.75rem;left:0rem;width:19.6875rem;height:6.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DscufsOcGo7nKX7yGHlnIP8ZGX8CMbOr { top:23.4375rem;left:0rem;width:19.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thw9nXI9PIakrTCveghxOpGT91JRSXmx { top:3.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uosypLphmJnZ3ybffBktoGgAn0IwVxuG { top:33.375rem;left:0rem;width:47.75rem;height:26.691025641026rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9kh9KJiQcsXtKpKPSloFSd26mIxpdvM { top:14.9375rem;left:0rem;width:22.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWkwmEMTJ2SrxH5B4uTFeL1iiAIF4JBw { top:14.9375rem;left:9.375rem;width:22.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caL6rl1iBux0HOwudiZ1P8UXmkM7WpdX { top:14.9375rem;left:25.25rem;width:22.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUWWPEmUVZEqb6n6ybkMKCtJLuaZktZO { top:62.4375rem;left:0rem;width:47.75rem;height:10.954411764706rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv9sUNR9l47oUmD8d4vRrM2gSmNFRofX { width:40.25rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiJIchfgMmQ5Zf6qPRDLAU7uWO7U1DKR { width:40.25rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FerQSeyA9PWvs9TrykgEwlFETan1nvfI { width:40rem;height:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtDt7C9rm75AhJDBTZsMvR9TOQeM5zFM { width:40.25rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM { display:block; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFNIJU0du9lAR80omspuKKoV0IDlnNfn { top:6.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U88c7NZ0bvRieorJdDe2gBRR5iCpDUVe { top:13.75rem;left:0rem;width:41rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPpQ7i3Ic2z6rH7q51GzJPAbSltUNc4D { top:35.9375rem;left:17.0986328125rem;width:13.125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xOWasT6RL3lofR2GXElUQawwhxdMzO { top:33.8125rem;left:14.0625rem;width:17.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8r1BLweeaQN4wBFT2W7tJLxMk6Bkxv4 { top:21.875rem;left:17.9736328125rem;width:10.5625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpXHfXqhpfJpWW7SX4nzBAqBZw8ctTG { top:41.0625rem;left:13rem;width:18.75rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4nAxeBXhv89Zwyap4iWqxt1kmAlxTX2 { top:41.125rem;left:29.5rem;width:18.125rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2cLx5nb7hQL3X7AnbIWPa6w9VHxkM11 { top:35.9375rem;left:34.5625rem;width:10.25rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozO3aPrB1FbKVhn1nL7ehkW9CnouzWga { top:33.8125rem;left:29.9375rem;width:17.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTOGfAafTknqLUZE4cXuwF5NIVOnLI0 { top:21.5625rem;left:34.40625rem;width:10.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhvvgBZSpg3FVmqyHIJC3SHiQv7GzGr { top:41.0625rem;left:0rem;width:18.125rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awsiKddg205uIpCIB7DE5U807fZ0sreu { top:35.9375rem;left:2.71875rem;width:10.4375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmX4H4VoK7QDJyRfkwT4KAhhXB00kDIr { top:33.8125rem;left:0rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOxJ0ilSs3mTxfr7fp9yIzXc9MbMiITF { top:21.875rem;left:1.8125rem;width:14.0625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnL7Jt2TGpcxBVfwGqU7m1oF1EoJVyN9 { top:70.0625rem;left:0rem;width:17.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaW58Aureg6Zcsx4Lw1rNTT5rmU4FPyE { top:67.9375rem;left:0rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3Vc30icVmQGnr4e2dy0KsJzcoEzlvB { top:56.625rem;left:3.58203125rem;width:10.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofJrLhhylE82fVT4JZkCnKhpmfsfJHWa { top:69.9375rem;left:14.0625rem;width:17.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh1mJ0FI6iMiJDwPig6Tlpkzp5fMVul0 { top:67.8125rem;left:14.0625rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFiFD5g2gsdnSun9ipRSXghh30SsXal { top:56.3125rem;left:15.8798828125rem;width:15.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM0y1BOyCvH2rqfIeLnE6IK3fgtVytQr { top:73.3125rem;left:12.375rem;width:19.375rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rleOl1waSXRJfKfIr2ghTN8RpPt8mzL8 { top:73.4375rem;left:0rem;width:18.125rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV3okJH14AJ6Idyeffexumrf5Bkqd75b { top:73.5rem;left:29.5rem;width:18.125rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRc3ROIJ2fT0puHw22CudElR2aK38fVq { top:70.0625rem;left:29.9375rem;width:17.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfOzBmgxNx7dhOL8cpcHThB9Mucuts2I { top:67.9375rem;left:29.9375rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0GJAzOKplm2CWc3pwHEePGWCUwuZeEI { top:57.0625rem;left:32.5625rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ioazDN2IkbKwNA8TmetpzBZEHXBbK5 { width:13.75rem;height:3.4375rem;top:86.75rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #HERSUTfPRWsm3WxrofnkKK27nIKHy5ER { display:block; }
 }@media only screen and (max-width: 763px) { #Nap3zZvTQKxpT75dQH1ZrZCdBhocxve5 { top:10.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of0ViSoUzLix0lckg7VUUPdTbFrqTgu2 { width:13.75rem;height:3.4375rem;top:88rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHVTIb66bQmhIuiAnSrkNw2Taob6bQOG { display:block; }
 }@media only screen and (max-width: 763px) { #nBt6entspxywkbAWqptddutbxrFmRQw7 { width:13.75rem;height:3.4375rem;top:88rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9DalDSev97AAfxCw86m2yTdOI4r510P { display:block; }
 }@media only screen and (max-width: 763px) { #vIFdbTPvwZocy1QiLAuC7FcqmUxWslqu { top:20.125rem;left:0rem;width:21.875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfHESVaIA8csqciLkZWuQslOUmJmQp4T { top:20.1875rem;left:9.875rem;width:21.875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIC6zAtHCH0eDxSCraHZgTTrXzcqm4Ts { top:20.125rem;left:25.75rem;width:21.875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNuLLgCTO25AB0yqp1g7gSX63LQ2OVXL { top:54.3125rem;left:0rem;width:21.875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpHzwhKIM4AM16VzQzsxSVune8DSCKkk { top:54.3125rem;left:9.875rem;width:21.875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2kZBTTQ0TDqm3QMgO80S8AmzTQ6xPz5 { top:54.3125rem;left:25.75rem;width:21.875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUhSgMopw8Bnr9B8cdb66x89HHspLmM { width:40.25rem;height:46.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHTDxMk6FqweE8JvT4OEZCnizvDolPKA { width:40.25rem;height:46.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBZzcUUfWT518dLi6cubf0v4rUKKvlfu { width:40.25rem;height:43.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuNSKwC1gMUFWc4mOTF6HEu5qPHAVaDw { width:40.25rem;height:43.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEVzhGODxdX0XMfuRJw9vmFWDyxVGJrx { width:40.25rem;height:46.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPFoffQGrlTSS3dBtZnTpVaAT4Ms4clT { width:40.25rem;height:46.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxQlotIDig5gtCZSFOUeT64wCaTObdpv { display:block; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmVOqp35iX5lu23ekN6mPBAkZhisN8lG { top:5.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwAMlnUcv7vNnvzfcpLzkKsaEksUW6I0 { top:19.125rem;left:14.9990234375rem;width:17.6875rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLNUOIB96PT7PCPPPtCQyV3w7c5VB6cC { top:27.25rem;left:14.9990234375rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3WI5Lt0CewJynGAaUiELyGkabFBni22 { top:28.9375rem;left:15rem;width:17.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxbftnJR3kzhTKqb3D8VubbeuMyixdD { top:19.125rem;left:0rem;width:17.6875rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfkMElcpV7F7OI2daduFrX7Vr7afTOXT { top:27.3125rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWMHTpgXQVgnuRXKm6Cg3fDb1xetizE3 { top:29rem;left:0rem;width:17.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4WaG3pckmEF36IWJW28SZRr42HMUFz2 { top:19.125rem;left:30.0625rem;width:17.6875rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGO3GIrqmzWq6PArReavhJbLheNKSQd { top:27.3125rem;left:30.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9KUaM53TmuWDZQwSbqTlH7v80T7u3Lw { top:29rem;left:30.0625rem;width:17.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1CmKD5NVS5Wl2uyrD0zggH08vS18Im { top:14.25rem;left:13.2138671875rem;width:21.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpzGWXtFMUMTBV8iTKGkv9ZXzAKOvCUo { top:14.25rem;left:0rem;width:21.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ocU0twGTz149d77l4kENpa2sA2hozg { top:14.25rem;left:26.5rem;width:21.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUNzBVrHlugU2E0yHhw8i7FCk6tnWBGw { top:10.625rem;left:20.75rem;width:6.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roTTVc9dLw4xrNBS6x1T0xwZOb0yVmot { top:10.625rem;left:0rem;width:6.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLsZBMQRVbucFCGLO1vF1IRNnHVwzhKZ { top:10.625rem;left:41.5rem;width:6.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSL5yh0tpTmoxcStJvz3VWqJcPXMWApZ { top:54rem;left:15.0615234375rem;width:17.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9fvnFGcGLETylAOM5fo2iCdrsO7Rxsw { top:54rem;left:30.0625rem;width:17.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f12BW74uVm0aQsfd7F7eMmGniVFQTcwS { top:39.25rem;left:13.3115234375rem;width:21.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upCAkUSMFZzrKdZb8R6wXnva4fsThMoM { top:39.25rem;left:26.5rem;width:21.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpBPwOy0CLoQlmTsVxp2CTMsKG9PvQGM { top:52.3125rem;left:15.0615234375rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoFBZGpfTgaPEFKkGomesMrDiC7rhPo2 { top:52.3125rem;left:30.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3tt77iTzw9UHImgTrfC6xaTNFIvC8R { top:44.125rem;left:30.0625rem;width:17.6875rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdInL0Rfap2bUaXnrG9r6FgfxLu87aAZ { top:44.125rem;left:15.0615234375rem;width:17.6875rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Xv4RDGBhLtaH3BSBuFS35e0sisyM7m { top:44.125rem;left:0rem;width:17.6875rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1fWvZn8JmOhfMH54FTmiq0126gr2bq4 { top:52.3125rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG5wsTf3g2VWNZPlsJ14bTTXCrtTOn9T { top:54rem;left:0rem;width:17.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cha5gV4VugPMswimEdzHbx5QNz1TDIIW { top:39.25rem;left:0rem;width:21.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnlCiDyguzdKJhbr9vtnc8ANncxXOGq2 { top:35.625rem;left:20.75rem;width:6.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlqqlrfrTXtUCPf41Qk2TWa8C1xi50ld { top:35.625rem;left:0rem;width:6.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL17UUkb8yuiIfMfdi7NQn6Pg1zb26Sq { top:35.625rem;left:41.5rem;width:6.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik2eiOr2CMb8OqD87P02qWn4saKlvrdI { top:65.1875rem;left:0rem;width:47.75rem;height:26.752243589744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loc9pQaFSf8RX72usk4yEaxKy7QkOU5W { width:13.75rem;height:3.4375rem;top:95.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABddlLVnIT0bgHHHzDvxHCgKxDSBnLvE { display:block; }
 }@media only screen and (max-width: 763px) { #ggl6aEhiTHQSNeusQXIhDOe06LE6z3Qc { width:13.75rem;height:3.4375rem;top:95.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHJ1BvABJvh57byzrZxVHXFvPvwkT7I { display:block; }
 }@media only screen and (max-width: 763px) { #DHPbGm1DaQafebPZbIhDTotDuJkXBT51 { display:block; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7IODi42oF0K4MdvPrS9fzUL1uOLfypm { top:5.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9ifJRLJIoc8clw7v706tcAJx7rHPMf { top:10.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1FhVJWFD0l6v2vQICGRIfSd15Jd3vQc { top:38.75rem;left:0rem;width:27.5625rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8idXmotZffyiHhf19fhiP3MAdXC6f70 { top:36.875rem;left:19.5625rem;width:4.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #windtUrFJHDJTW8I6T9LFWfSgcbchIT8 { top:36.9375rem;left:11.9375rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHD3Tf69fgoD6dq0azGpErHB4KN4W26e { top:36.875rem;left:4.75rem;width:19.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoiVQVrMxvPOuLIqbhlxk6D1EEo3F1Gv { top:17.1875rem;left:13.875rem;width:21.9375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoQeWAmIbU5G4HcEB0QPL6glGx5Obxxe { top:21.9375rem;left:24rem;width:11.8125rem;height:3.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHDo342PtUmy7NRXVNrLs6OXTEOnoHup { top:22.875rem;left:33.8125rem;width:2rem;height:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAQqBuaqnEtmDCOvaprZuJdxbA6K1si { top:25.4375rem;left:21.5625rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSv3zOgLWcH1c81I7za8OnXT2L8UZNg { top:28.8125rem;left:16.875rem;width:18.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlD1sMy6C0IbTiiPZ1tkn5vdpapmmQrl { top:18.375rem;left:21.5625rem;width:14.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ZtePJHDDGl1i2gbbsSPUhKoKvNfkme { top:17.1875rem;left:0rem;width:22rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldRaGT1GT172Udt01i8tOIgWAMSgLlVT { top:21.9375rem;left:11.9375rem;width:11.8125rem;height:3.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxdlknJQo4P8kNLCb4lIORdWc9kdng9A { top:25.375rem;left:0rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5VHCef4AfwkLvPT5synvgNl9lKuA9T { top:18.375rem;left:0rem;width:14.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Batug2At3dwi73SFr4IOG8eUkgysOAwI { top:28.8125rem;left:0rem;width:15rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0EDiKKigaWLbdnlQD2fvxpCLzTU9vCB { top:22.875rem;left:21.343505859375rem;width:2rem;height:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3tT0ieB3J83gLhQ6utBr3PiyPEUARiK { width:13.75rem;height:3.4375rem;top:44.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz4k4TLsJ96ADU2lPHfQnp5TaQww2brV { display:block; }
 }@media only screen and (max-width: 763px) { #NSORnfnPOlIJ6le3zbRgBSf2b28p0WeW { width:13.75rem;height:3.4375rem;top:44.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBUE9nLCdL3sLSiNhBPh9ABuLsbSgCUD { display:block; }
 }@media only screen and (max-width: 763px) { #vb7aZrmfTzvB4OZug3Zf3vI6GZP2oeUg { display:none; }
 }@media only screen and (max-width: 763px) { #CdTgVoTg7peb1AG0S4sUPowTeHD7HOF0 { display:none; }
 }@media only screen and (max-width: 763px) { #WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW { display:block; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUQ38251g3zEh9r3M0hL5LHNeZJoyTMW { top:14.1875rem;left:2rem;width:43.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5umNiZeTRKOpWSuN04gHlDW8ysTEvKo { top:5.1875rem;left:0.125rem;width:47.5rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI5R9BDAeNDkIM8XIa2f7io6bkfu1Tak { top:23.5rem;left:23rem;width:24.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTssLLsZWNiPi0WOyaWRA8mUCTv8vVe { top:28.5625rem;left:20.25rem;width:27.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmaJys3w4hrS3hh2BbKC9V09oXeMtsfu { top:32.125rem;left:20.25rem;width:27.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUGX3CDypM2cq8Wfr4bJxL6IKbxOmgx8 { top:28.5625rem;left:25.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfq5vrmzaz4WLIXmwnyCZ7nwMLwqmCcE { top:32.0625rem;left:25.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCTdBTStQAsfkoT1T1sFfNRnQAuvhFnL { top:23.1875rem;left:25.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0odDe9VgVGQu3hIwnBlTdTzldpU2bE { top:43.8125rem;left:20.25rem;width:27.5rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGTxBQvvmuniRpQfVf1f1e3025S7SCiu { top:45.875rem;left:20.25rem;width:27.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgKEFOsU3czAcITar1sLdU3gv2J3GqFs { top:40.375rem;left:29.1875rem;width:8.875rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsBTqWotr71cTB5TJEykas11p5d70T8L { top:39.875rem;left:27.6875rem;width:11.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEVd3wbtBiDvI0Ih1ip31HV45iktD0L { top:38.25rem;left:16.5rem;width:31.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzNAUNDXraGiAWtcJvoaOb5SIdCB5TOV { top:17.875rem;left:0rem;width:31.4375rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6eQPJeWnh5ZbxlctG0TfhRul0l1I6Am { width:40rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg { display:block; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx6HrCMyy74R3DeGx0RmU8tLNDHaqcIb { top:3.125rem;left:0rem;width:16.5625rem;height:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdDy9XX6PHohsF23AEs4J3AiJUxXFNK { top:8.9375rem;left:1.5625rem;width:14.3125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J04oggi7QmlyHrUszoUDbRqIgHbWIeub { top:26rem;left:25.75rem;width:21.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcIpNTwLNNhmLolVMmth6qVTxFgWFdVB { top:28.8125rem;left:29.5rem;width:18.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGHQpTSbHGIkZDFDbKgaEFc38QBB4aww { top:30.625rem;left:30.125rem;width:17.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvVlDJC35Qn2NtoEHRMZlxMoeWgTv3M7 { top:13.0625rem;left:33.75rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llucrtQ3ZFuulTzpbFvBbffitgqcdIV6 { top:54.0625rem;left:14.25rem;width:17.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhDIfym9leGLdtphxuEv5PkVAZpNBLXm { top:49.4375rem;left:9.875rem;width:21.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzHtFLh6g7TXXaTCdpi3E0fa0Lok8EGB { top:52.3125rem;left:10rem;width:21.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flue8m2metOmwUZLeU7aXFqVQVIa5iD4 { top:8.875rem;left:15.875rem;width:11.25rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1XwITNTvouMzwmgmpzm5FsezWDTWlT { top:3.125rem;left:0rem;width:16.5625rem;height:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eebyWTp6wcmsfocOfKGyG1TSOu15TXns { top:36.5625rem;left:17.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEVtV9F7QMEgnet4QI7SloUT8yLcS72M { top:63.875rem;left:13.0625rem;width:16.5625rem;height:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UolTcIZEDMTbCUICSAyHIA0rQN7QZDxB { top:63.875rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0G3Adfh0vohc8RtVOpBC0WDvW5ThOPv { top:33.5rem;left:15.1875rem;width:16.5625rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0eZ33pg1aDbrQSx5n13aT0CpAR4dAE5 { top:71.9375rem;left:15.1875rem;width:16.5625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtZIGbXNlFsOCg1WGN6xOyuyasaUf18e { top:69.625rem;left:0rem;width:16.5625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0KZt00VeXyzNSV3KCyX6wzBTcwJKmU { top:39.25rem;left:15.875rem;width:11.6875rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDzWdGp7xhsISGtaEUzUTOFNG4PO5LN7 { top:3.125rem;left:31.0625rem;width:16.5625rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p85kp6rkiTARFSgyqvZNCvzVSqAnUSd1 { top:8.875rem;left:31.75rem;width:14.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBwQ5S4WmeEtuhLtR3XJzhQdHqgn58Vd { top:39.25rem;left:31.75rem;width:13.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GswCmhfwTHOMxvdHsiG4vSapBrGiu3hw { top:33.5rem;left:31.0625rem;width:16.5625rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9HBdmnHFhpn3a6eqMvL3XCSlwcTSudi { top:69.625rem;left:31.0625rem;width:16.5625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiQbOeDJCvUNFWx47qCmyT5VfzKAP802 { top:63.875rem;left:31.0625rem;width:16.5625rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixWxhqZB7NcKIt59FFektA1iIt0kUPmJ { top:33.5rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUQtkFJw5OT4v2xUXsl728OgoBcHT3IM { top:39.25rem;left:0rem;width:16.5625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXmXcHcTOqR5liopHVtkJlaxUNpq3tnk { top:1.875rem;left:0rem;width:19.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWa9WyX6ID6DLuPJzxPJXLew9NQivoK1 { top:1.875rem;left:12.0625rem;width:19.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfaUvo6wbZQ1KGEOcIypKevA49t1WbHC { top:1.875rem;left:28rem;width:19.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOevA3hR6nIsJ3BdXkT7ZVCZ02mP52CU { top:32.25rem;left:0rem;width:19.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaeEE1tF1RTz69A53xgPEEWNtICqGA18 { top:32.25rem;left:12.125rem;width:19.625rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trCvqvoUzARGKuqsknhQuWTzaAWF4Lcl { top:32.25rem;left:28rem;width:19.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kki4zOrQvPhBwJQ1eZam1pObvS4uG7Ax { top:62.625rem;left:0rem;width:19.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ornfv89ztOIIT08Hx5WkIJZTVQAJzFnh { top:62.625rem;left:12.125rem;width:19.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycaLUgmGl0PkNBazMPSLywKZuoealWTW { top:62.625rem;left:28rem;width:19.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTdSDam5D1DaGb6CTZuisTRI5VwMifac { width:13.75rem;height:3.4375rem;top:94.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZuva71Pcz6MI9WzPZVM0DxP8BpFt3P { display:block; }
 }@media only screen and (max-width: 763px) { #vglZHxcxhDNSnpsBRnCWgQHJpmgJerGu { width:13.75rem;height:3.4375rem;top:94.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpDZzTbgU4rATQTXsn77wOIf94VlbdwF { display:block; }
 }@media only screen and (max-width: 763px) { #f4tX2z53yixm2y2aypJeCcSz19UmNQFW { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #At4BNATPKemth2Wc6wiR1TpcOr4EAeAX { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHfwU3J9LUATAu1PPr26nWZnKH4AvTf8 { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dP4MFCixRENm49BT6czlb3T7s9Er9wpH { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOyDmSfmqk0lRkxspTEiH2kwTXt51VFC { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcT8gG2cicLahWvoqROUGvvfHvRxsXZt { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iX0GP7JQVlLMMm73pXoG0ex3avSAdDaR { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cd3M6XGqKVfpF4i0igatCPxw1EdRsWOD { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvpcWFxuBKkFdyUZs7ts9t6RlyaQN5ma { width:40.4375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV { display:block; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2IiWsPpTX7XdV2KnhR2be600ypavVz9 { top:6.125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfgLHEk7SyZr5swDlBDDVPzOXirGGny { top:15.125rem;left:0rem;width:43.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVxwOqcI8E3NHu4tscx9pOddm83Bk2z8 { top:21.5625rem;left:0rem;width:22.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3q1lBKTNeGSpQoyz65gf6Ity6uwysU6 { top:31.9375rem;left:14.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSJIsOZ3QWWVR9iu27dJwlJErQ76ik00 { top:31.375rem;left:0rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUwA1Eh95k1KtX79JV1oXGwTaDcUmon2 { top:32.1875rem;left:7.8125rem;width:7.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X62VAbJhHxeet3h98PKtVoBdf30sRVOz { top:21.5625rem;left:9.25rem;width:22.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRu2HXhU6ou7Baprs77GMQt2oklPM4gv { top:31.875rem;left:30rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWlU62TqVz92bKec1fTHUUQlPV6UNuRb { top:31.375rem;left:9.25rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUmfxUNQeobnbE9uNoPEW9UNbOkodzAA { top:32.1875rem;left:23.6875rem;width:7.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkleTZ2muFZmD856dpmJ5riWCFCZonQR { top:21.5625rem;left:25.125rem;width:22.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6PyKS7CfzNAPwSe2THVa39BTLk9ktDi { top:31.875rem;left:45.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFkW9UzTETDypQbe56sbezTZL0XRuftf { top:31.375rem;left:25.125rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cawNc8yi3P6N7a9RlQtaXmeh6nnF2m77 { top:32.1875rem;left:39.5625rem;width:7.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdGnywzQeJEd3K80rx6kVnixDoBqrDVP { top:36.625rem;left:0rem;width:22.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPLI1lXqOMwF337MSMV0O4UGhEKDgrDq { top:47.0625rem;left:14.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtU5d3EfNCkWeAJHRQQTT7DaKEZnBwtK { top:46.5rem;left:0rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE4JyLsBIbVBlVG4OFXvBk38OxP3akgV { top:47.3125rem;left:7.8125rem;width:7.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArQB4Lzn6VUgv9PvBCyDb5Ih3zdhqfgD { top:36.6875rem;left:9.25rem;width:22.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG6v5rZhzCpOk5BTSuarBt2yswJ7R9UZ { top:46.5625rem;left:9.25rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFMLeWAgUSwBs2G1P0lcJlaDWcgw7g88 { top:47.375rem;left:23.6875rem;width:7.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwR9D2mfX3OcOTye7m9TtOzqvZ13am4v { top:47.125rem;left:30rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBfSVBahzPke9G5FmgDRTf1AFm6QQylk { top:36.6875rem;left:25.125rem;width:22.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaU2I4i6NGJwA8J9OU0WfUX7GF1KKZq0 { top:46.5625rem;left:25.125rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQJyIGKMD0tyeW5rTCfZqzE2JGOU8OIe { top:47.125rem;left:45.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7pV8Luq6cVgF6msMWP6QzsfgO9OJZbT { top:47.375rem;left:39.5625rem;width:7.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNei36GZO84RfTq9xfBdlgpav4bDCyFE { top:31.375rem;left:0rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NTFLSBANG6a3ioqMNFeUEceSAFy3W2 { top:31.375rem;left:9.25rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8B5Pee5Vv5lX9wVK8IEBbaNAsz3wK9T { top:31.375rem;left:25.125rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGdVzQcqVTckrxSi2SF3SQuC53e8WOFc { top:46.5rem;left:0rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHC69IgqtA9Ga4kUaUZu1fUTI87qKDmv { top:46.5625rem;left:9.25rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUQCBU4X3OU6QBWTzkFTEbyHaiS7Ilo { top:46.5625rem;left:25.125rem;width:22.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9QiNLZeW9dDZXlmQi9pvdWZ3frNykkz { display:block; }#m9QiNLZeW9dDZXlmQi9pvdWZ3frNykkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdk7ykuymKEN0GxtpsOnVHhniEUG1xMB { top:3.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #utSAkBGoFeVgDaKHUk8OFsBTTS6NTUqv { top:13.6875rem;left:10.375rem;width:21.25rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiOS9R7ITrFPq7vVMVsUbMsWDKySGuk { top:10.1875rem;left:20.375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS4QRwp6KweoGg7neRPsRJMy4RvUUgpz { top:18.5625rem;left:14.0625rem;width:17.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fODTiknk0yzR44FPfkmOdkTvyDTGJ3FF { top:49.0625rem;left:14.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSaDfZrRxRThp4Bda4ieTBHDqMHTJmSm { top:50.75rem;left:14.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux9Xo3xK2V0duarlbDOTz9XOvKwDiEqT { top:20.375rem;left:14.0625rem;width:17.6875rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npIgf41FWR5wabKcTdzWrHSTMb4yURGw { top:25rem;left:14.25rem;width:17.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7AehkL2gpeTZNor3m8pHgiBlHqHUnSa { top:13.6875rem;left:0rem;width:21.25rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBOKPlQdCxESKTPoxJOhKZu0Z3ROhEqf { top:49.0625rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIhvC05kMN9SbrNJcBOGbhsbWBC4oHDh { top:50.75rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paCfznvRWNOW5lGF01wviUNkNzqeminZ { top:25rem;left:0rem;width:17.4375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp4GvS7OE6XhMdvbkC6LPTlJdRIJUW0t { top:20.375rem;left:0rem;width:17.6875rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdExeJGci2w7QTPWOR63Hhg6gxOPTuc9 { top:18.5625rem;left:0rem;width:17.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSRWo9SUnAhP63nmTIagbvqqopverMmb { top:10.1875rem;left:4.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9GuO25kHQTrKDlalx0tVL6hE1AlXHoi { top:13.6875rem;left:26.25rem;width:21.25rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnxMHb47s0HCbhkxgFRxRZ2aTVCA90CX { top:49.0625rem;left:29.9375rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Name2iduM9xO1icKb5Jx6Ku0SWTTaJ { top:50.75rem;left:29.9375rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMeIRSGJDZi1aTpH7TBvZ2Q8A5kadIWk { top:25rem;left:30.1875rem;width:17.4375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17ofXgTJm98xRM0H0O2gRcDayTlT3Fw { top:20.375rem;left:29.9375rem;width:17.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JETCPx09HUHrSUkyfiDAbbOzNf7F2sVx { top:18.5625rem;left:29.9375rem;width:17.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa1Rxe89RyGDP2GQQe9QDu6E6FM0v2wO { top:10.1875rem;left:36.1875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4WslTvf4u365CCHluzbEQQ6GVyZqBfc { display:block; }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdaJRiICfMshA284HnTyXt8brrKlr9Iz { top:5.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DphiSc3NEvMP3ST6NeueE9HqKRcK94HB { top:10.5rem;left:0rem;width:43.75rem;height:2.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf2vhw2Wk7UcSmzeLC4yCIdUKQhIafFB { top:17rem;left:0rem;width:22.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki233n965JoUJTvVXgQfQOQ4xdVFZ5uT { top:17rem;left:8.9375rem;width:22.8125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULJApkkoL35TMm1iTCrr3WxLXDP8VhCJ { top:17rem;left:24.8125rem;width:22.8125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQqGVetvoBeTZGVT5TrOAbDnf3U4MCk8 { top:42.1875rem;left:2.625rem;width:13.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H53KK1au1HVBAmDewtX5vZN2Mkm0gkLU { top:42.1875rem;left:17.1875rem;width:13.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycTZ3G4nEwXoTpKo4IgzABFt9kHtermc { top:44.125rem;left:2.625rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3OCvk80C0XzKWOp6PcnJMJRK1ZAJE9M { top:44.25rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJXLCeZ2U8txImFexZdyTylRhnQHNTht { top:44.125rem;left:17.1875rem;width:12.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnaoECMcggcT7u1gVw0aa0Lco4Ttlg8y { top:43.875rem;left:15.4375rem;width:16.3125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJekoOpoKbERdWNSIBeoKXQhT6Pkkn21 { top:44.125rem;left:30.6875rem;width:16.9375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFFblUT18mk1h8uUzi1RJvdU5hklTVNl { top:42.25rem;left:31.75rem;width:14.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMdnIROyGymmV9wBAZu8piispu0sq38A { top:42.1875rem;left:15.875rem;width:2.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6R6hHR3sBRkzt2yziouE6JMFAAbHvN { top:42.25rem;left:1.5rem;width:2.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlI0y8qpdoOEoTUHfTlmxeM9zJrDQpOk { top:42.25rem;left:29.4375rem;width:2.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfP1RvvITr3ZHmdF7HJf3wQxoOascNdM { width:13.6875rem;height:3.375rem;top:50.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRxOpAbARfEg0aX0ehFgZFDM7ACazp3L { display:block; }
 }@media only screen and (max-width: 763px) { #OAz0nRtZF8WtSs57QQ7Dy8i1Eiv9PRq1 { width:13.625rem;height:3.3125rem;top:50.3125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #cisxECLU7W3lo66P4kwHCBrUZdakTO0O { display:block; }
 }@media only screen and (max-width: 763px) { #IfIyOSm7RwztaOVTKLDdgq8qogOS53G7 { top:45.6875rem;left:17.18701171875rem;width:12.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy { display:block; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1ixItEysAlKnhLgnbNuWPWEOTo53JDE { top:6.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5C0omAJ6DpANQAoSfIGfoqZ1mP8W5z6 { top:18rem;left:11.125rem;width:25.4375rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSphoBZdMqLSf1pssehJm5ptgZGoGqLy { top:14.9375rem;left:7.5rem;width:9.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i18XIkXgx8pT586AEMNmPUIeqe9JE7Vx { top:14.3125rem;left:6.3125rem;width:14.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnrePvEkEHQou8Ny66kXRuXrF7sWccWi { top:18.625rem;left:25.9375rem;width:14.375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbmKEff1PbBtVvnyckl8HHfPa52mCl17 { top:17.9375rem;left:24.875rem;width:19.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1e1WeGdqioG72W5TxWGlTD3nbfTtb1f { top:22.8125rem;left:0rem;width:19.4375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIRSHVvnVRvD84usQUfRboPM3STWsF4F { top:22.125rem;left:0rem;width:23.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7T1D27wtFqqLM7LFzJCz6envfxnu8xL { top:28.0625rem;left:34.6875rem;width:10.8125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyEGlXkgBFNDEEVru1JMFkF8McWxbTTZ { top:27.4375rem;left:32.125rem;width:15.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8xdIisappeQqC7ZXJnyDSZZg68tJVxa { top:45.5625rem;left:25.1875rem;width:22.5625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie2ugh5yc4n449xPmlBb6I9Kumzu3MWR { top:44.875rem;left:20.25rem;width:27.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLueVA6NWyT7ISDQ1C2XnSm18OcW8EIb { top:42.1875rem;left:2.375rem;width:9.625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqybzGCQlaSF5TSmJtngAi4NcUZumCLF { top:41.5rem;left:1.1875rem;width:14.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDrErepwxVA7EnJTE6EACTvNSJ6iULzO { top:48.375rem;left:7.375rem;width:13.1875rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZwzmIklhqkwkwmwfN9anS7I1x1ClPty { top:47.6875rem;left:6.3125rem;width:17.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXtuBkzXiBr6cIuOauQEOsGi1EoK1DeJ { top:14.5625rem;left:17.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQiHNdUNWTWacabmRxRmcuLpfwroQ2l { top:18.25rem;left:40.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVaEVSg3CbMz3eNz5oUnBVHE1R57sQwf { top:22.4375rem;left:15.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo4aJW2TxVL6Z6BHwNtmGeNhfOTh4yZS { top:27.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdAoKk0FeRHnkDUStOoUTyctbqQMWBax { top:41.875rem;left:12.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG1WrvnrH6zDflmO3e0ZC3G7EiLRhsRR { top:45.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAz3rHCZH3gtEg1m2xU05Ldd08f03bo { top:48rem;left:20.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsiz0BoBowl8lObEcct9xDiGy0p7uIUo { width:13.75rem;height:3.4375rem;top:37.125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOgsFB0AQ0sgW5x9nAflQyrRt0tA1iT { display:block; }
 }@media only screen and (max-width: 763px) { #WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV { display:block; }#WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kL1cuGvFhmTmqinmneKh3XdWWDaIfrV7 { top:5.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZhouO0ipwEdPAWcAJrJcBtX1OTzUhl { top:10.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un5mb4G3X3EkGx3V0MH3NlCLa6MyH4Cc { top:38.75rem;left:0rem;width:27.5625rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ8K8HxUogsnGCiQCBeGm7iArQTayK3v { top:36.875rem;left:19.5625rem;width:4.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FosakD4bIJob5imod9U5JTl9gxWNlAsT { top:36.9375rem;left:11.9375rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsggVR7PU5Gi3CGbS42XAN7znqpbIwH0 { top:36.875rem;left:4.75rem;width:19.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqxnGqJGDkucWApslwOy5XkUNFcpORf { top:17.1875rem;left:0rem;width:15.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZlGFwqlwK38pwwvsESb3Q79BSawnFGV { top:18.6875rem;left:0rem;width:14.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ocHVrI3ixgrpB20gmaV4IZsy5ReQtT { top:21.75rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOXyky9PIs320UopXSAgpTxMEUKMq7uL { top:22.9375rem;left:9.9375rem;width:2rem;height:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRBWVvyMKUVg1REu10G7elkBpFxz7uOT { top:25.6875rem;left:0rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssZTV9iRtJA7AXD3B4J1DPaLB6N9TTy9 { top:28.3125rem;left:0.65625rem;width:10.625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0ivtliKGNWScIsn17wMWl2QrhKHqQte { top:15.9375rem;left:5.9375rem;width:17.9375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypEhI5bROfqZ6dWuSbtX7zDqPUUKbFqZ { top:17.75rem;left:9.625rem;width:14.25rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck68BDuwTEAFwlhbxZZZWkeGH1GzSl8p { top:21.75rem;left:11.9375rem;width:11.875rem;height:4.375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3sSZTTVuUDTQJ6B8dQmiN4fxIkOyRdo { top:22.9375rem;left:21.875rem;width:2rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4UAkHcTsmSTPZQk0FVrtHxLMNPPMWT { top:25.6875rem;left:9.625rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrkuGtyDUhmLFKH4RcWJQZAQFNhT82oy { top:28.25rem;left:10.125rem;width:13.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIvLZnOIIO4diQop7e6pNZdNkKLnryI { top:17.25rem;left:32.1875rem;width:15.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4oQ6IcZAzZs49fkQWhqSiGaqyX9gHT { top:21.5rem;left:35.8125rem;width:11.875rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMOzEGW3mohCiDJ8mT10nxU4aoS2us6R { top:22.75rem;left:45.75rem;width:2rem;height:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3O5rmABHILrS1aG9PnUG3AdcMtXR6XT { top:25.4375rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZnaiG0T0Z1HhkLnJmaFUDCXgQMkHzDW { top:28.0625rem;left:36.59375rem;width:10.1875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #banA5SXJiW4JRnqWFQi0z5s8qIx2TzGq { top:18.375rem;left:33.5rem;width:14.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPxVOTfKZ9uho03d2lKHT7MR42urTd9g { top:17.25rem;left:20.25rem;width:15.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msH6sEdyprOz9lHiRvMA6AgoylTIviwN { top:21.5rem;left:23.875rem;width:11.875rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3pJl3WNLFFZNTDVSxooA8g8ZxHgdeKe { top:25.4375rem;left:21.5625rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh63rxyxPSuqmiHP0wnwTCAcTNkFOFl9 { top:18.375rem;left:21.5625rem;width:14.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANchHaftTsUuEZZSF8Cua7XH3ANqdCqv { top:28.0625rem;left:20.8125rem;width:15rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llHye0zucE26oerkpTNizlaHi6eC3gyt { top:22.75rem;left:33.8125rem;width:2rem;height:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5EKwMhZVTkhRMVgfwvgTgN3wuLz9AlS { width:13.75rem;height:3.4375rem;top:44.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC8HZqpcudOynHXH7B6D2i4Aton0e2pP { display:block; }
 }@media only screen and (max-width: 763px) { #t2XiFh8WrvVShHUnPmlmGB2kcW0piQt2 { width:13.75rem;height:3.4375rem;top:44.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szUAQMpDeaxrkUOErOWnIQUPCrTqnBlQ { display:block; }
 }@media only screen and (max-width: 763px) { #G6K4siQzwiMy3AJg1cLilBVVs6W1kxvT { top:17.0625rem;left:9.125rem;width:14.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvkWkLX1bI0vyfVt5SwttpcwFBRwTZhe { top:17rem;left:11.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efvO5E4TCvDf2nytUzCxp9cTPqhkMZ6T { top:17.1875rem;left:0rem;width:15.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ4Tb9nT407LbfbvMvVpwwzfXzbSl7UG { top:20.125rem;left:0rem;width:15.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwoVof9hVB1i61cDw3IuWIqu9X02O2hA { top:38.3125rem;left:0rem;width:15.375rem;height:2.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2r6p29CTUH0izi3wWUXTOvcc4NNrJbn { display:none; }
 }@media only screen and (max-width: 763px) { #med9v0qsaqUrLMfUEbH7RZWNuvGOmbRA { display:none; }
 }@media only screen and (max-width: 763px) { #sCGz5PFPhKUkc3EBu0c7H7Gq8PsIJEci { width:27.875rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 { display:block; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCTe6xMaV9FREsLGeTLUMAO4vE0S1ds4 { top:4.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr1KL2BerhavzDmWblsghnXAVtBT6eeZ { top:27.25rem;left:12.8125rem;width:18.9375rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTdMRy0m8aoqe4EhWB5pyvpQowB7TrR { top:33.6875rem;left:10.5rem;width:21.25rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb8Ftf97TlGKoN4tdDDGUTu4TP9zaMTn { top:27.375rem;left:0rem;width:19.875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bFHgkDMNc02p6e2i1opSOHnMWpvVTc { top:33.8125rem;left:0rem;width:21.25rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxUKBkPrlMb1PViQ5lUOWnZTiT1rpv9c { top:27.25rem;left:27.6875rem;width:19.9375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy4OpTZpfTsmFD6v7I5nK86tcrC3FgQQ { top:33.6875rem;left:26.375rem;width:21.25rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNVTfzM7y0PgbohHpLDM7DE2DBptzsgO { top:11.5rem;left:0rem;width:21.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru7bNbuVuRZI9xH10VqubDGIHBTabxID { top:11.5rem;left:10.5rem;width:21.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMAfSybAznw7C1C0NEcWxmZ7WoieO42 { top:11.5rem;left:26.375rem;width:21.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 { display:block; }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avb8EwXtWdbwIcLm4rS2XEWbqN4zX4l6 { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbVXBVarSTTcTCrO8XB7CBDIOzS79RTa { top:14.1875rem;left:0rem;width:36.25rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMrOabAZRwTtDoGZ3Kq79awknTBxWHpJ { top:13.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAGLEhpcZTad6bqaxWKPrGNhAJzN7bG4 { top:12rem;left:0rem;width:47.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzfoamaCvbRHmqUdpmfT7GCCnKbf2IJ { top:13.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2v6xnyJDPXndou6Xtb40WEHc8116oeS { display:block; }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heNyd2A8zOJNuQn5OslqJEWmTkqfKexl { top:2.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K00PL4Gu0k1EzFgCbmJEGsXZwa2ZzKc6 { top:0.25rem;left:0rem;width:47.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX { display:block; }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFeGyZ8qBnahkcboaBOJUJRsr6S7SVzZ { top:2.4375rem;left:0rem;width:36.25rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfT5eg2TH2tXO3mQqat0A6HrBtiG8kb { top:1.6875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pHSgfR1Zu87GDTs7JOEOZCNITl3KWg { top:0.25rem;left:0rem;width:47.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T863A9ZkqiT7lgu8lAvuVSGwnhU9P20I { top:1.5rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x45Qoiydm1dulxMRGQeBcpB19AqEINaH { display:block; }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0W92UvTFy8gNbi7lw38F6ewKr47nRbp { top:2rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKxDlvVg1mtSbAJRIvRo7AF2h5vbvqaQ { top:0.1875rem;left:0rem;width:47.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm { display:block; }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmcXh5vuIwPPIrvTISwv0A5XSFN0bi5i { top:2.375rem;left:0rem;width:36.25rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwQ11c3uWLAHvGtzbAnuxRi9RSv4rvvH { top:1.625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9f7x9on8TDLXAEvvrrsCqMWIQOk445 { top:0.1875rem;left:0rem;width:47.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTfbmmTTBP5IvkWV4gbbudT2GcdIscgu { top:1.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqE3AOZGEb20n7W7CovErJozVBn2VGMy { display:block; }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPmrZqMQOZgI24wS7xE13ETozo4AHNta { top:1.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZBVNxeovrHuwmHlLsOveFfFWM03BuV1 { top:0.125rem;left:0rem;width:47.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO { display:block; }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrHxHHhTTwtZWfUpOHEeT7uba0HvK3f8 { width:13.75rem;height:3.4375rem;top:3.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMR6ovTp1z1TurZA6TCqEzCVOE3O8mKC { display:block; }
 }@media only screen and (max-width: 763px) { #ioFZbsF4JGqgFeV08ckTdTM5K2oTb13x { width:13.75rem;height:3.4375rem;top:3.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3AHXzSHfIqJps6TnvIwdu49HL9EGob { display:block; }
 }@media only screen and (max-width: 763px) { #kKzPN2iATFAvpTETGw7ciOD9781HK6GP { display:block; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf7LaAsl9n7KAH76898nBv3KtaAqqdoU { top:4.1875rem;left:0rem;width:47.75rem;height:10.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKEiWGCsGJ4gKnyB33JJc9xqqPwSb8ld { top:17.875rem;left:13.84375rem;width:20.0625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8CzfuxfnX51T9Xw0Etp0WEOTPauTxNM { top:48.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6OqwgxdLZxDDW2droxDl3SHSAVVoyKw { top:40.25rem;left:2.6875rem;width:43.75rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbKlrGOCNaGG32t46rxon6wMXa3Rg6Bw { top:54.5625rem;left:12.6875rem;width:8.75rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKsmozDJidmQAquxQvFJrzWvE6sBIJxW { top:53.625rem;left:12.874755859375rem;width:21.9375rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADpoHq7NG5dlg0b6WMPzeIZKPwxnInbS { top:53.9375rem;left:23.875rem;width:0.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUAly9p62W7ihtEt3GDR3UxArsdqZ5B { top:59.6875rem;left:10.65625rem;width:26.4375rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UTE2xLPK1aLbQTu610Ev08zmn9uum2 { top:52.125rem;left:6.4375rem;width:5.1875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLwwCA76BR4368N3HHf8wMcRaTrxhoA4 { top:56.875rem;left:12.875rem;width:22rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKvsEEG5EZzTrGmaTcUoPKiLp0hurUed { width:13.6875rem;height:3.375rem;top:65.5625rem;left:16.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erteVLTVeHVThmn5xtLzWIc1V6fxOKQH { display:block; }
 }@media only screen and (max-width: 763px) { #dTFL76wVapffnWnoh8rJbpuP9l4NTMHs { width:13.6875rem;height:3.375rem;top:69.8125rem;left:16.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8CQ8O9sgvN7BZTHgBHS7ZRvvKhGnxsM { display:block; }
 }@media only screen and (max-width: 763px) { #RZNU4fUAJ8S7Ju71csVA5llDOMl0DGnh { display:block; }#RZNU4fUAJ8S7Ju71csVA5llDOMl0DGnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX8XAxLra0GL6zLDCMcaFmFWQTydlNWN { top:5.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycfs7QJc9yo06ruN0cOAS9DJXA49Vq9P { top:10.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF82O7mzrL7xShTdgIsFBM9WnnZcIMc4 { top:38.9375rem;left:0rem;width:27.5625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IViGIV7UuMHCKlSOXy1Gcm6n18mCKE1e { top:36.875rem;left:19.5625rem;width:4.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9DLLPLoVM9LfNGcbMJOiaEe6kTu3T9p { top:36.9375rem;left:11.9375rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4OWu2CsCAHRrDP45iOcMUH0ndFfuJu1 { top:36.875rem;left:4.75rem;width:19.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRQmuPdzOWt2aHfh4z72TyuME1x0J4Af { top:17.125rem;left:0rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3h6PHB6vFaDaZU580V9pUPun5PSLGRt { top:19rem;left:0rem;width:14.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWfgLFlHpthc1q2erCI5qFgGT6V1c4E8 { top:22.375rem;left:0rem;width:11.875rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMPMQfrNS47mlS0UClTeSEoCLrNADG9J { top:23.625rem;left:9.9375rem;width:2rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKP0f5P6T5W8VBq9MoKzn7i4CCO8umWs { top:26.3125rem;left:0rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMaSP8z5BTV5XlkFF6LsABlf0godGQLt { top:28.9375rem;left:0.65625rem;width:10.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqSuheooBJBvn1iS8P29ScrVTnq1OeG { top:17.125rem;left:6.6875rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHHUc6l8rkg9xue9mC71GmhsOy8lJheP { top:19rem;left:9.625rem;width:14.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waVHL2DKooSHcRrvH2NQHFTvlzo4zDzH { top:22.375rem;left:11.9375rem;width:11.875rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhuEZXBKbKlrIzD56TPghPBAeCs7JpIT { top:23.625rem;left:21.875rem;width:2rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9KDnitWIEcADeRp9ud2TwWpgQJOh93C { top:26.3125rem;left:9.625rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOqTXoogFUtwbwrC7hPU20VyD3GhoGA6 { top:28.9375rem;left:13.03125rem;width:9.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZnRp8RTClVt6Lnr2SldtVyDswtXMkMx { top:17.125rem;left:30.5625rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORMl1uZtp8kaFc1mTHufQeIcWSwvm7DH { top:22.375rem;left:35.8125rem;width:11.875rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSLViAToymObhH5qn6vtkCMKBgBrJ8qv { top:23.625rem;left:45.75rem;width:2rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx2HQcGMGbhF7xM24rHMlDp3pSkZcCyJ { top:26.3125rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGQIpbBv3hT65uhWGBB4AkEqArgMTd6K { top:28.9375rem;left:36.65625rem;width:10.1875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOeEDBJ5xadXZLnWZTRvW9KQMEhAdPFx { top:19rem;left:33.5rem;width:14.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyHeVX98KrwRQyeWQv2KihzDf4Tq6ouq { top:17.125rem;left:0rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRbqeDpwScBaQ2lt8Dqlos2lAGl1xdEv { top:17.125rem;left:18.625rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK1E1RXTg77T63Z1MDrAnakvQp11d9w3 { top:22.375rem;left:23.875rem;width:11.875rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUt7Shu1yNHogzJEQeAkvshTaPgTzDb { top:26.3125rem;left:21.5625rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR06TVDEtMnJWcv3941l3E3vznK1oUCU { top:19rem;left:21.5625rem;width:14.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQPV94lsJ8UuTT2k8t5XfO2raUxvG64 { top:28.9375rem;left:24.15625rem;width:11.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp50fC59rgmIDJ6VVS2vT4GrJtAxdeP2 { top:23.625rem;left:33.8125rem;width:2rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6Hd93khuJG8OWlJpndvVy7rLRvxDEi { width:13.75rem;height:3.4375rem;top:45.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4sFtpSULrhHGFm14RTwfIrKkoTtlQHr { display:block; }
 }@media only screen and (max-width: 763px) { #WW5KwXNJIF5dI9At7XIPimA29tOBCnVp { width:13.6875rem;height:3.375rem;top:45.4375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zow8m5aIJxGh700TJ3CGDKkc7kxDSgU1 { display:block; }
 }@media only screen and (max-width: 763px) { #bZdvZdl94bRzi3fEdGkIKa8a2BNwXNLK { display:block; }#bZdvZdl94bRzi3fEdGkIKa8a2BNwXNLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQXNUBHlHrv1QZf3RuqKVrH3tDTpnHsE { top:5.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kougISwNdWVPzaf1AcWXMNv4p8lgigLU { top:10.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQPTL8kKF1LzknPf4UbJoS7S1W6yIL6B { top:38.9375rem;left:0rem;width:27.5625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCcuh7I2UhMxyGs2TKbNyizO1vBfURcx { top:36.875rem;left:19.5625rem;width:4.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNLJxF8bdcRCaM0wHGQobUbpPRTLqnaJ { top:36.9375rem;left:11.9375rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ank5Os56B13yUrimnJe9pf3fTnb8y0uL { top:36.875rem;left:4.75rem;width:19.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grPNXFZMhANPwwmwN0VKLZOMrJPWMppg { top:17.125rem;left:0rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib3oETsTyMPaILzBVBtMOmMwVR0hbic6 { top:19rem;left:0rem;width:14.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTwfIVCmikO9TrbTTZA46zC3zmwSnov1 { top:22.375rem;left:0rem;width:11.875rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8mbP3LpsT3L7hCCGgZUmmCfpUDeQZI { top:23.625rem;left:9.9375rem;width:2rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXU3ES42vckPHf6Tyh1s1MIKo58IPdLB { top:26.3125rem;left:0rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHLGWOZPqSZ32NhVuDHdvAWAAb2zsAZe { top:28.9375rem;left:0.65625rem;width:10.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ELhtC7T3bF18AClIeNpXtVSrXmOv4C { top:17.125rem;left:6.6875rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS6ruHX40DV4LZ3hZLMJcKtVSTzC6UFf { top:19rem;left:9.625rem;width:14.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6PdZkvq1bIhc5uIVSuzwpRgv5oLFvTt { top:22.375rem;left:11.9375rem;width:11.875rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e81Z7uarG48kf490JI8yo4n8abmpkwdT { top:23.625rem;left:21.875rem;width:2rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyAmp1EqcMEGzoz0tVsBoLppkKNfUDST { top:26.3125rem;left:9.625rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU3p4asOP3eL76Wm5VznthMpvUtaslJC { top:28.9375rem;left:13.03125rem;width:9.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tztcsk2NBr3IB5mT5cAuupSlOVfFgytx { top:17.125rem;left:30.5625rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8fZLHbdtBl7acZwGX7Kf0ow6zIb56wV { top:22.375rem;left:35.8125rem;width:11.875rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2OpDs0PViaQRfZH7TTSd6uaHZav0IX8 { top:23.625rem;left:45.75rem;width:2rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnB7zONHmFVLv05LHBZ9z6FQKhQbwKML { top:26.3125rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpwaTMkItXSc2DcdAw77JTaTeZKGrbbN { top:28.9375rem;left:36.65625rem;width:10.1875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8nPvSMsziHDRX6rp0LAt9qDG9HmMil3 { top:19rem;left:33.5rem;width:14.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkWoreelCA0d5qpHeJd09uiBH1H7giHt { top:17.125rem;left:18.625rem;width:17.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR3pxKgOGtBbDJeB7S3zwbZvo91gcW1k { top:22.375rem;left:23.875rem;width:11.875rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RapwtMytfMtOKFbo5EE6O54Of67o9Dxi { top:26.3125rem;left:21.5625rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq03o77GpHAirTSMtWufiBCnV3hPyqkP { top:19rem;left:21.5625rem;width:14.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTxWEnde2Mweqz3iSNeTm7aTpSFbho7 { top:28.9375rem;left:24.15625rem;width:11.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N46ux6iUPGeP0aJhkkFXStSEmOKO3Pm1 { top:23.625rem;left:33.8125rem;width:2rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh9IhTZQE7skpfTxuoQBIkaaNboL1WLN { width:13.75rem;height:3.4375rem;top:45.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrdDGVTQAutSbC27ehF9vP3PAEmISmHs { display:block; }
 }@media only screen and (max-width: 763px) { #IiTgNZpmqIShESLL7fbpBe40yLt43VzE { width:13.6875rem;height:3.375rem;top:45.4375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZK7CA2Ek1cfnSPZxBTEB4Ubafn9q87d { display:block; }
 }@media only screen and (max-width: 763px) { #EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7 { display:block; }#EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT8RsiNm3TwrMm0JnfwXbS3IZeQObUxC { top:5.625rem;left:22.0625rem;width:25.6875rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxzGzED9BFICln8hcw4TmTwCSTdH1sW3 { top:17.625rem;left:22.6875rem;width:25.0625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6yCUwubzB7x5KVdWqBVtvcT3xZnNJMv { top:30.6875rem;left:22.6875rem;width:25.0625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfo681SwaXlEEEC1B9ndKPXbClgaDPlm { top:3.8125rem;left:0rem;width:15.4375rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc6c4Znx4wcgnGlQX6BtnoqVCedq1eF8 { top:15.8125rem;left:0rem;width:20.3125rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2pyS2yDEEAhEOwuTSMqALW6clTwbeG { top:27.8125rem;left:0rem;width:20.3125rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFlRQN6Pn6A5KxMADoIMVvAJTNCmIIkX { top:39.75rem;left:0rem;width:20.3125rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #whT2BXsbBTdZebtlBAKvOlNRCmxv4nGl { top:42.375rem;left:22.6875rem;width:25.0625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEsGMy61cFZq8oAOPTQxlafez3tmKWQg { top:52rem;left:0.0615234375rem;width:17.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW6hh5x25BUrIZssoy4ZyzkyQfXiyv8h { top:55.4375rem;left:0.0615234375rem;width:17.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks3TBkmF0cdCBk3wy1XL06AkWwRms553 { top:52rem;left:20.25rem;width:27.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmfCWFzQbmicUtZp56bgap7QkWaJx3It { top:55.4375rem;left:20.25rem;width:27.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3B0x7pTqkMLg6pdqL93e0mqpzuZ50wD { top:52.0625rem;left:23.09375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCVg2sK45244B2m4WTgqrKoksDxkgF0A { top:55.5rem;left:23.09375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khvVyuzG203QTzgbqGFQ0IhG67b6nHNG { top:52rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxZKZg38hmQSLoo2kRcVxF2PEHhziQpH { top:55.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWgGiVfegihyuE6hHz3qs5hRTp0l9xe { width:12.5rem;height:3.4375rem;top:62.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQyk33He10z487NOT7b17qhgoPUryTvh { display:block; }
 }@media only screen and (max-width: 763px) { #VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN { display:block; }#VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaLKHxplPo2Q9xXPM2umDqFDeFHdA0DJ { top:5.625rem;left:22.0625rem;width:25.6875rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enJyA1e85CzNsc3qa2kwvGnT0NarMlnC { top:17.625rem;left:22.6875rem;width:25.0625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlolV2h3WE05WEDclZ2xMGoei9TmPCMi { top:30.6875rem;left:22.6875rem;width:25.0625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoKbvknLtnlTNv9JzB7sR7wcQTIRxGty { top:3.8125rem;left:0rem;width:15.4375rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPUDzRLLJE8Bd7V7LPA36uTwTNHt8qZr { top:15.8125rem;left:0rem;width:20.3125rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z79NC9mNT5uUgHzgXgWXNf4HR5agA5pw { top:27.8125rem;left:0rem;width:20.3125rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTKJocfHc68FSlOwgfo9b3tD54vBnZ1 { top:39.75rem;left:0rem;width:20.3125rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptHZ62VLZTB7TqyUlBOitNezifS09RCt { top:42.375rem;left:22.6875rem;width:25.0625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfGw0RvmDAT09WDQTf6DVK9P5CNCBQ2e { top:52rem;left:0.0615234375rem;width:17.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CraowQ4OLozD7QaOeAdsUWJ2OCgZEESZ { top:55.4375rem;left:0.0615234375rem;width:17.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFkAMTxp6iwVtbIGzz6SUtLLyDg0WEHe { top:52rem;left:20.25rem;width:27.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5f9bETiQKXEzllaZoChGbr8kKLgL43 { top:55.4375rem;left:20.25rem;width:27.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea671Tn9qrQK3oaxw8adwAVfQeg0PV2N { top:52.0625rem;left:23.09375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUu6JtprXXFcprqSwmA1ntFylo9TNeCb { top:55.5rem;left:23.09375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEe6M46W3a8tTrzulWBezbmXfkrlOhq0 { top:52rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflNbz84WD5mVogW7TX04k190MEIZGZW { top:55.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOGT0bTQ1T3Ginex2fgOxgLU64DISPdE { width:12.5rem;height:3.4375rem;top:62.375rem;left:24.08203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc49OuSrsQhfQc8o5S0lXlyhKe2qZx5R { display:block; }
 }@media only screen and (max-width: 763px) { #ZTPkJU9V5Azw4E7NonQlusrlwoTrHqEJ { width:12.5rem;height:3.4375rem;top:62.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQGGZx0CwpK7Loo4fF5cTrFoE8zGG5l { display:block; }
 }@media only screen and (max-width: 763px) { #XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F { display:block; }#XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkQo7ikVG8pfc6k135XRPwUd5iAbOJsH { top:3.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJhQv3ibTG66PDmB02ETXrdiEKmmVfqR { top:19.625rem;left:14.9990234375rem;width:17.6875rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4eFCF2e23BJis4s2GWGzDvcuWvVn4i { top:29rem;left:14.9990234375rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daSUOIQeBxltbuhgr9NTPAMRGQOD8rT4 { top:30.6875rem;left:15rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHNBrbpQW0T0XCsNdB6yk6RHazKrNS84 { top:19.625rem;left:0rem;width:17.6875rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2tfFOiymREs9ewG9pp5kQZxtPaqwpye { top:29.0625rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyWIhA92Nd3BG1EO5z9seQdhnHPUGspI { top:30.75rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZTW7sAzQmFTtCqSesFKdKssgec1rTf { top:19.625rem;left:30.0625rem;width:17.6875rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAXpp1xPqeldrZMVFBNelKmyhKx5zeSo { top:29.0625rem;left:30.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXBtrl2UcHSFgd8rc2Vc1IfzlooiKpye { top:30.75rem;left:30.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8wp3MWDfBqlvc2qD4BTvFWaKlNRRAEd { top:14.75rem;left:13.2138671875rem;width:21.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTHD9z8a5iUBOTlrprnNyUcehpipLhv { top:14.75rem;left:0rem;width:21.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSl8LM4RoMZTZ5xfyKuTRLRO4Tw6xUiB { top:14.75rem;left:26.375rem;width:21.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho2G7IwpZ7R90QtQarsNZhNh4L3kMoTa { top:11.25rem;left:20.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVPFyokxGRC9tafrFHxxNlOkBqToGR3Q { top:11.25rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5uCmHba2d4uf5ghEzdV6z2PBO9bxcC { top:11.25rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkoaJZFK9fBeIH0J9oZTNf2z793ZbMK { top:56.1875rem;left:15.0615234375rem;width:17.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl5i3M1NOsltNJksO4VVw8gTDV8fCCSn { top:56.1875rem;left:30.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBUwDNgrvgWObQpAN20PLByFeOOlvO2c { top:40.1875rem;left:13.3115234375rem;width:21.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3zZGD2Epfh4T4mtboSTBK451PFClzG2 { top:40.1875rem;left:26.375rem;width:21.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc4e4hR4JHOPMHvxtl0xTobpTu0vC2Jq { top:54.5rem;left:15.0615234375rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLimtAAJAwzhxAEKQD71isNDOeItTK9a { top:54.5rem;left:30.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNSzRTBxLxIzbZwS1axrP3mPxbwfZ5b { top:45.0625rem;left:30.0625rem;width:17.6875rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSA2wvWHuLPF7OwzIWA0JMBoBu9QDAJp { top:45.0625rem;left:15.0615234375rem;width:17.6875rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbT5DKt55OQZVg7gVm7D0TTTvkPDhvKG { top:45.0625rem;left:0rem;width:17.6875rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHPztrcRErl7K8nLTXcJbm2LJyGuXTim { top:54.5rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD7wfaMrs4EQiN7DZNFeHpsUpUshTthU { top:56.1875rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixoWxMqTel1vwolDh3HQHWQCNWdXRZRr { top:40.1875rem;left:0rem;width:21.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIup95rfanwmJhtFCumJVLeRZpvAFOZi { top:36.6875rem;left:20.4990234375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dooLA5R1vwm7Eu3fAvTlBWERve8aFKCP { top:36.6875rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK2Z2WzbLcrL86BvRHHyRKsq8G9iZgKl { top:36.6875rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyWC6xsoeAboWPtFo44JyTwRDXiAuFvN { top:65.8125rem;left:0rem;width:47.75rem;height:26.795277647059rem;display:block; }
 }@media only screen and (max-width: 763px) { #MypNfzsIFXTrttK3T60iUyMc5cwPAnFw { width:12.5rem;height:3.4375rem;top:99.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK5mC78x0FEIZxSmsI5pah61FTCGMp06 { display:block; }
 }@media only screen and (max-width: 763px) { #WQ3VTVC6hbOuoImy2gNyOoy64zsJEKyC { display:block; }#WQ3VTVC6hbOuoImy2gNyOoy64zsJEKyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwo1NLkAwEnvgXzJxM52bHXNdsJT99H9 { top:2.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhocLQ0dph3l5Je2fUg6L4VTzXHF75G { top:7.6875rem;left:0rem;width:43.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t03SFm6Fw8pf0T11V4yB3W11MPgNb7lH { top:30.8125rem;left:14.0625rem;width:17.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA9iAHT8rySmF5O8z9Co0T7w9rcEwnHC { top:28.6875rem;left:14.0625rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #popCIhbJrUiUv3avwQAQeNhurOVQDX6w { top:16.1875rem;left:18.4052734375rem;width:10.75rem;height:10.875283263192rem;display:block; }
 }@media only screen and (max-width: 763px) { #voIlTMZJinexMkRTsgtkw6bcy2OzXF9L { top:15rem;left:9.5rem;width:21.875rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPWbEwB8X9X3ByHpBBhnq6tH1mBt4Ttv { top:34.0625rem;left:13.625rem;width:18.125rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRRMxm0OMrbJcyiGQoZCrmHHOlTglTHe { top:44.75rem;left:16.4375rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIHpygZNxQvk9k1AxZdB59vhS8U2A5Ac { top:44.8125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ysn8FrTIAubTPZOohCh3lZfxFsJv34 { top:46.8125rem;left:16.4375rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmHGNhayLCyc41I2T8Esa4GH83h3BJno { top:46.875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwdWhh5CncFyJLkh3e7Xf8ZVo6I2SAc0 { top:48.8125rem;left:16.4375rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtbVJcpBaoFkVzUHNgUhT8SaWqSIOcIw { top:48.875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuD72fHeaMxE0xJkTrxgTIGSF1lVFurJ { top:50.8125rem;left:16.4375rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7U5zltZWHKLTz5mbgGUT2yz6XwzseMS { top:50.875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxGMkSs1TSiJLvlhivgtHc75E6OJ4Rsu { top:15.1875rem;left:25.375rem;width:21.875rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRrH0TbTZT0m9uGElkB6kCh3ItIJDWcz { top:34.25rem;left:29.5rem;width:18.125rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTnyldUgMzH2LgDzEtuyyuNLy9zr4B13 { top:46.9375rem;left:32.3125rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzhOulxOuhCDU2gZRPFNvxFPN0boUUmX { top:48.9375rem;left:32.3125rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqyLfrw4MUuaZ2kzBATTWJ1n0Swv3Cty { top:50.9375rem;left:32.3125rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78pR63C712i7CfpldBTQXFGqxbiUzih { top:30.9375rem;left:29.9375rem;width:17.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFLTSiIHX3q4vleKLlTIz4Di10uPoMQ { top:28.8125rem;left:29.9375rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExTrNyARZIROceahNbVUiyHvW6EN3S6C { top:16.75rem;left:33.6865234375rem;width:10.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM0KfLtn7Iqt2tnTZyqtw9kMn45yztRn { top:44.875rem;left:32.3125rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFEFRHd9o34aDJJbwNm9GXFHO96PRh4o { top:45rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w57htqRzxCChQMeb2O5O0htyvmvGoV9K { top:47rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGXuhZ46TqpTzZ2epfxknKfZwdq6MOy { top:49rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu1NvpuSh7lLLUGtxm3HVLunhHgW7iki { top:51rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRgoKlGqWbEixqVTgX8P79yS5XlBd8MB { top:15.1875rem;left:0rem;width:21.875rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dygv8fdeH0QvNtoEJC4k4qU039zMR6Kv { top:44.875rem;left:0.5625rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3qmIJoFDQ3Lq8EPvN30LHWCu8WRtoC3 { top:45rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fXKbile5HWX269NoonZul07UPqXEdd { top:46.9375rem;left:0.5625rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNS4NltooZCGmWfDBKZGO4R47R0ggEAP { top:47rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZoD1JVFE0l5gQNNDUvifrtzCv6QRTct { top:48.9375rem;left:0.5625rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE9tBVOtiZJ6sVtrC5VdlTutcU3sd7Oz { top:49rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uShDiqZz2ZNR9UEQFToX65cp3CPoAwVr { top:50.9375rem;left:0.5625rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5mHva8xsSqivsyMSxEapSzZGTJfvTIp { top:51rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBSVL7sEyGIP17Gfw29pgJNeTbu1PtL { top:34.25rem;left:0rem;width:18.125rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMH4wg6fabVmP0a8SxKqEDAtXciT11cg { top:30.9375rem;left:0rem;width:17.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCuCGoO7O9JyPJmFvf8nlobrHXMMTcAn { top:28.8125rem;left:0rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnWA4HnIMKVCi9SaQxND4gGODvaODbDX { top:16.75rem;left:1.02734375rem;width:14.375rem;height:10.392040141309rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTGzAvkb8FCSrwJXlbPI3wlvzVbSvqD { top:56.125rem;left:0rem;width:21.875rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTtRIEBBZkPd8BLkiBEc9rvhcwRHZg6 { top:71.875rem;left:0rem;width:17.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glopiETvbZ6bQAUPiVlfswMPx6EzUW4v { top:69.75rem;left:0rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eszRIut7J8ioXO97ebvK901TLqZBeITg { top:58.4375rem;left:3.76953125rem;width:9.875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6IKkmSJbBhUMusVf80lmaq29BEBKVVN { top:71.75rem;left:14.0625rem;width:17.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6NkCcATsNRoeAUkD9IvMMkqpBbuPBmu { top:69.625rem;left:14.0625rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unam9z03NaiuS7bqAAk8mh7FUyGKBfdH { top:58.125rem;left:15.8798828125rem;width:15.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvEoe2Q9R4KvauHN2UU6GWB8xThWhS1Q { top:55.9375rem;left:9.5rem;width:21.875rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItKpOGLsCRUyBvcc07RC2OgDtoSgCBN6 { top:75rem;left:13.625rem;width:18.125rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPQ8dPm0xkRAnJKbFsSztnqGX6mEOlWR { top:75.1875rem;left:0rem;width:18.125rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT9EmADVz3Ku0eTo2JzLsp4OHMF951mQ { top:85.6875rem;left:16.4375rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKGLuk2N7Vr3cB3cgLKpITv5wDPVbkZm { top:85.75rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6gocVZQlB4d3DVl8WaJ96DVGQx4Z0Df { top:87.75rem;left:16.4375rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBxUvLOAqyc4yvO5SScSk81PUmc1qep4 { top:87.8125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODNHHhX1Og70Tv2nFQBSwMffLwUZWEXE { top:89.75rem;left:16.4375rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIgdD1BMQoHLpZu8DLwFbJmhhOS1sTG { top:89.8125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4CNnHNxrJKwcf7ywevCKQzG2sHT6PM0 { top:85.8125rem;left:0.5625rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNQ8c5UUBxNI7u5Wqsw6lCdBV2m0w7xw { top:85.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3hIZo8G4heRTHXH5L5BGDx5MiBS9Z5q { top:87.875rem;left:0.5625rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEDctsKTph3ODmMudkoMwRnWciDBrkHT { top:87.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtHxqAAqb1tlpTxB1ZxdHAZ9QTTMiZ2r { top:89.875rem;left:0.5625rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8RWVTnDd6BPrPsO20gvHQKnSNiuyffX { top:91.75rem;left:16.4375rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWSXtucx6uel46vZg2uvuvWsqiAspgzx { top:91.8125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcx54TiVBmfo9nk8bTQQD8gpCbBWnZhs { top:56.125rem;left:25.375rem;width:21.875rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Acoercf7y0q5aLpZKWTsoOxyp8zNqM { top:75.1875rem;left:29.5rem;width:18.125rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxQoOG4Z04z1sJph6tNticZ8ERkTHpOT { top:87.875rem;left:32.3125rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxI0nm7xzsxosAPffTOkE3kBeG2tDsu { top:89.875rem;left:32.3125rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOgWsPMgWADRAbtFzWlf41T8sLQPfvMV { top:91.875rem;left:32.3125rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTx3RcRmSUeaTlRCKDZPaE6co0I9tZTz { top:71.875rem;left:29.9375rem;width:17.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfUwAd18uwMUSTSP7wXhHrTTGy1bkVp5 { top:69.75rem;left:29.9375rem;width:17.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoVRGafNPXe1gkN4SJ4Tf09fhbhfLcOX { top:85.8125rem;left:32.3125rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1nx9NVMl6wS6IvcCWt0B5fR5kW4M9yr { top:85.9375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8WdNF1bShFdu75T8Rihd9V6z9V1mDL2 { top:87.9375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BarR58F7bNt7CFRzkqT2F8gEEVvFBy7b { top:89.9375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZElRxDrA0KoUPNy86FGskAm5v7MQ0v7 { top:91.9375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZv15rC5XouTHpZ3tyaPNMvrbAWStn6s { top:89.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGJVkAMQoZVzk3x2RL1JlfCLCouT9yi8 { top:91.875rem;left:0.5625rem;width:15.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgRuCmwvtsNPf02mhn4u72uqfe0eN2r1 { top:91.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpxR8JdHScMbpAbmb8ekBF7DypbDLIT4 { top:58.875rem;left:32.8779296875rem;width:13.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3uWMlLittvpQ4T44pTMpRDOAa9rw4QO { width:12.5rem;height:3.4375rem;top:98.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTqGMS09pPaV5aA01zHHKidi82LtyuWD { display:block; }
 }@media only screen and (max-width: 763px) { #mJIlEvrVX8mEiN6mLevcZJ3UBrAobuld { display:block; }#mJIlEvrVX8mEiN6mLevcZJ3UBrAobuld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOXFkt3oFzF5CVwtIEdIkBHiZC7RIcTJ { top:4rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCJkCVdmsco9frrHEWrCnT7PteMTswAQ { top:13.1875rem;left:2rem;width:43.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA9cSCPeJanFkMbJ3ORneJW47geJ8Z7t { top:24.875rem;left:9rem;width:38.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUNQ1q5sITPNldJoBZL9bTIPy6ZGabSG { top:27.5rem;left:9rem;width:38.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqtanTV7vgJTPVxZX6Wy40TiegB1Vpg0 { top:29.8125rem;left:9rem;width:38.75rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNtFIcDEfp3JM4LAuT7ZtCcVqN7pAi1G { top:41.625rem;left:9rem;width:38.75rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmBWpuGDbMdRzX9ysfNwzzGTZQRpZpyb { top:39.3125rem;left:9rem;width:38.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wCto4vKhqcOMIXK8Do6vZFVscfMUBh { top:36.6875rem;left:9rem;width:38.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaWszLcRlA2dRgTMEz9T76s0egDti96L { top:53.4375rem;left:12.125rem;width:35.625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZRLmyp5VVob3Z0KN7UeJq9DJrg01qHR { top:51.125rem;left:9rem;width:38.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTPkZzRJEJcPWEI8TU0AywbTTa9qSVFK { top:48.5rem;left:9rem;width:38.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9NzViIxX3lcETfZgJW1meOgrIehc9s2 { top:61.25rem;left:9rem;width:38.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrL0h218OqhH1GxRkDCmLrJ1b4gVEVnz { top:58.625rem;left:9rem;width:38.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biGfsSDx74T4PiINJpQq0zzQApiegbpe { top:63.5625rem;left:12.125rem;width:35.625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1QiiQChsd4GhtNxaitH3w8OXwrTQMW { top:71.25rem;left:9rem;width:38.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZNWrprTRK4RAbTxinQ8nsARPRKtrXon { top:68.625rem;left:9rem;width:38.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtNz9zlEKAsXeJa2RTu95hbcnvysPnbf { top:73.5625rem;left:9rem;width:38.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk0VUeCgzsgsWKp8G9QVBJNVTu3ZOhXc { top:81.3125rem;left:9rem;width:38.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHaoO3sCsFTZvbfqG0OOCu0nKfBNVs7G { top:83.625rem;left:11.5rem;width:36.25rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbRTsaII2acgG1azvgEUgzuyJV1wk5k9 { top:78.6875rem;left:9rem;width:38.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTSyzmlsQCTEtOm0ahM9en3HPnxTAcEs { top:22.1875rem;left:0rem;width:27.8125rem;height:67.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5DCsBNPbpIHGSU1wPLLrZop2xa2cK7N { width:47.75rem;height:43.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6oTxulwKJTeAfkyQ0qy1pywitNUVOP1 { display:block; }#N6oTxulwKJTeAfkyQ0qy1pywitNUVOP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKdbrIbAzqTVZFySApbdTO3EdMAH4JpT { top:4.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWCTMJTbh5mm6vQxT26dAmdK4XpGfJCa { top:40rem;left:0.4996452331543rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kimoe7oAVL9PThRBmAc5TKiznx68meFT { top:17.5rem;left:27.875rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axIO1rvH6NqgC9gSRpaMaamCTMMnG1hJ { top:17.5rem;left:13.9375rem;width:19.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgT3OyH5nJlJnXKHJ8O3Mvaa9IdW3n8V { top:17.5rem;left:0rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT7V6IuTtAxkPrHgq7WgIGnU2n0qLFuE { top:39.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilfprAd0wqa38fp47k2H1Es3msKiUNd2 { top:40.0625rem;left:24.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6mNL4JoxluGGVDRkcukDSGDIsMcLPFc { top:40rem;left:27.937498092651rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q76PZFRLWDRI7ARJ0O7mlP2gkpZflyLX { top:41.6875rem;left:0.5rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5HpFzeG4ZcaGNI0abV1L4nLI8gmTcd5 { top:43.1875rem;left:0.49964451789856rem;width:21.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIbiFVbyiKcyk2DPRIxSAZHavhKfqZc5 { top:41.6875rem;left:27.9375rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czR8uxKkpJR9WArI4BdE5i6Sm27v2iiF { top:43.1875rem;left:24.875rem;width:22.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGIl2UM0q5s0oq1LvnnlqHLr1HKQGCrP { top:10.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOLkFi1oN8hZNT4lhNeAHsBWAFZvQ3JJ { top:14.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3eB7Z4Mo2PxeDlBluLK8vc35gnZ80te { top:10.0625rem;left:16.093572616577rem;width:15.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpS3d3nUrbgKwpGq5WU0GseRET2kqdPD { display:block; }#BpS3d3nUrbgKwpGq5WU0GseRET2kqdPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl7JqyKRyMhp5FfL4ZV6MKnXHtT7crNR { top:32.375rem;left:0.4996452331543rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuMn2cm9EE1WFoUDUBQpp38DVuGzk5cK { top:11.125rem;left:28rem;width:19.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSxzBRZiJHluRwDMD41JgfJrCyqqGZc { top:11.125rem;left:13.9375rem;width:19.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fso0eW2unODyKicHTgcZizmDHdFvDGto { top:11.125rem;left:0rem;width:19.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8BmFXTi7p5Gpp9vPXJZvD5PihRb1Xa { top:32rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMGs4JkimRFTse5g4Lr2CawwcEtLipUX { top:32.375rem;left:24.437410354614rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF0G183AmF9Tu3q0gTJ5TlivMslr5tV2 { top:32.375rem;left:27.937498092651rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMs8McMWTdya7dMOlkA6XEi5bExblXG { top:34.0625rem;left:0.4996452331543rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQxXe18OvCtlGAkzR7HBXpsK5APq94P { top:35.625rem;left:0.4996452331543rem;width:21.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRksD3hs26TWqTbw3f92uqueDqz8Qd3 { top:34.0625rem;left:27.937498092651rem;width:13.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAnrI3BAL5gFrEyzZNpldkZU823uNxFC { top:35.625rem;left:25.5rem;width:22.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJXdXT4NXCRBhD1XvMRdUTpr5RlsT79G { top:3.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klySaF92x8owJrcogloisASqF06hH0Wi { top:8.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHWcnGaTPNd9tQcaakHVaBzDd9v15ilG { top:3rem;left:16.125rem;width:15.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g81JZs6xethrTTvqshtxkADZrk4pV9Il { display:block; }#g81JZs6xethrTTvqshtxkADZrk4pV9Il > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHcw9WA7P2C7qTBBue89om1GwFP5uvn6 { top:3.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD5TCQxAwm2QuFWZS59xIm1CN2Ff5zCa { top:10.625rem;left:0rem;width:29.25rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiuleBVSfVZETu9XLxZ0JfhhaRJHcqrz { top:10.625rem;left:18.5rem;width:29.25rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntTrTSNn8T2JLvQGqJXbxSesxifpcWf { top:19.75rem;left:0rem;width:13.8125rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQHH4updxU5TXn7x0zHnJarlNAlwPR3b { top:19.75rem;left:29.4375rem;width:17.8125rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHcexU03WCy8fQsoMndwzaC0ThBkNtJT { top:16.6875rem;left:0rem;width:12.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn72vtgaR0ZdPf8EZb4ddVKLvWEXZTtk { top:16.6875rem;left:29.4375rem;width:12.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV081Rnip8RgnTsUvApRAodLcD38Efae { top:29.9375rem;left:0rem;width:12.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7kyTUWrk5pKO0nG7IikEs94BTty31ra { top:32.8125rem;left:0rem;width:20.625rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufOozAppg1n7Tn4bWnQEPe6k7TumvPa7 { top:29.9375rem;left:29.4375rem;width:12.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCXASUgCuyXCdbEvQNT0FZtxizB0Ta5K { top:32.8125rem;left:27.125rem;width:20.625rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riaMrq8ohXb91AHxCv7e5gWZP1QT0PVs { width:12.5rem;height:3.4375rem;top:48.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkptqTBbWpoMT4nEmVzLwAenz4Iav1ZH { display:block; }
 }@media only screen and (max-width: 763px) { #Q1thM8IR6BCVErVEy0ne2p0TnRI26E8x { display:block; }#Q1thM8IR6BCVErVEy0ne2p0TnRI26E8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xt2bbwyFnabfuWrM1QDwewqmT4FLFs4X { top:3.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktDctObZnJ0BJZkmH3CTVKxznBZ73AcT { top:10.625rem;left:0rem;width:29.25rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZVPaFs4QW9m2R6fnU80iaK2XTIOR5So { top:10.625rem;left:18.5rem;width:29.25rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMlzFquDUAn83KQQuXgyC6SEAQyHRvXC { top:19.75rem;left:0rem;width:13.8125rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0FfxHTzZhSlKHpH7Qn2tzHGuQbu7b7s { top:19.75rem;left:29.4375rem;width:17.8125rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkRTepVt7KTymdBpHISniWfd3Q1myETR { top:16.6875rem;left:0rem;width:12.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbhHGILQNXgc2xx4FtRkyTvEdUiZVpWA { top:16.6875rem;left:29.4375rem;width:12.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEhsqrAxqQ271LHGwlsaut2qecVlrwJe { top:29.9375rem;left:0rem;width:12.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feizh8PBDgt24hrIilTdXZ1UOwUyzbt1 { top:32.8125rem;left:0rem;width:20.625rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynIzXtCBT6gLzSAdHXeLbSgTha7lgbUd { top:29.9375rem;left:29.4375rem;width:12.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHNDKZAgJiTEsU16BR5umTN9d5CcHa76 { top:32.8125rem;left:27.125rem;width:20.625rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3TACvTyATn46tlEH5hW6AypCGWoVADM { width:12.5rem;height:3.4375rem;top:48.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUpPS98fvucJF6ivtHHi2m5rq9Cufi26 { display:block; }
 }@media only screen and (max-width: 763px) { #gGv1M9tK74eWkihn6rcn6roQcosb3Jri { width:12.5rem;height:3.4375rem;top:48.0625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIigtxDvOL2b2rZtTIHIF49cJbS5HCXe { display:block; }
 }@media only screen and (max-width: 763px) { #LyagLbHgrpAGEONuhQpLgyBsoQ0loy7A { display:block; }#LyagLbHgrpAGEONuhQpLgyBsoQ0loy7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r63GqAykRIbax4SVB1OJNM80odhHOtDA { top:18.6875rem;left:0rem;width:26.875rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUmb3f5HJmcC5pt6EJSDyp1ZbWFANH8q { top:9.125rem;left:0rem;width:21.5625rem;height:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #und6dMzDLAMnsrzQsi7HLfAelWUW79Md { top:6.125rem;left:21.25rem;width:26.375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Wlv2VzuKPUSS3MqOmffsJJMNZ6LsAo { display:block; }#k7Wlv2VzuKPUSS3MqOmffsJJMNZ6LsAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKhcaTUNqp3NE9BCVZKA84WvgIDOnrnC { top:8.6875rem;left:2rem;width:43.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOrP3TiZI87s3C5zdd5GGnwU0tLTZpM0 { top:3.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn2ZAxnylp3TJCskWA78wtesWpPLHzQW { top:13.0625rem;left:25.875rem;width:21.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw11Nc9zGSMDKMW6JR1VJkssK6PJQH6G { top:13.0625rem;left:12.9375rem;width:21.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlyGZVGMWxmpTQL2GTKWqDHR6dTrHh2i { top:13.0625rem;left:0rem;width:21.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtD0ee2fRSn3fXvn7CKNunH0MwyQlIEn { top:18.8125rem;left:17.0625rem;width:12.0625rem;height:4.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbcKrXmLTUTewqVFHrHgUTifaH0eRE9Z { top:20.125rem;left:28.6875rem;width:2.0625rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXBxkUytrTJJmIJxZyuOx0eQlqSBHWsk { top:26.1875rem;left:15.53125rem;width:16.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo57fWKzHbwpCqufufP4M7PeT8kTzoJ2 { top:15.3125rem;left:15.1875rem;width:17.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWn0J6TaJTi8iqZ8Q48ZG2aKBJag3Hw { top:23.1875rem;left:17.84375rem;width:12.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOrSNOIQOzfyIlHTrqIT6wsoskpHiguf { top:15.375rem;left:0rem;width:17.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FURzUu42QqqXcxIqpENGXKTxivoVGNpD { top:18.8125rem;left:0rem;width:10.3125rem;height:4.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlFeEsH0uSKHsJU4xFuWSrPQFGu8vAO7 { top:20.125rem;left:4.625rem;width:2.0625rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqcOT51RwHQEI5KKPs9N9TfCp6VeZ2sh { top:23.25rem;left:0rem;width:12.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXKhi6Bq7XEwoL0o9plQ1OQ8zOESqx6g { top:26.25rem;left:0rem;width:11.3125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuD0U79nPEaBfKhp2qcUJ7BnPOvKaIdq { width:12.5rem;height:3.4375rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA6MFLzTvmUbglkZpKlgKKRdSPfKZQOp { display:block; }
 }@media only screen and (max-width: 763px) { #IcsPM3uqDBXmTlacr3kebggCCmnfi18T { top:15.375rem;left:30.375rem;width:17.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgr1ATf2RKQsa6BW9WrieQHoN2OCEuuo { top:18.875rem;left:35.6875rem;width:12.0625rem;height:4.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh1G4Qm1aplgJ5xE9zxh1t4PnlziUol4 { top:20.1875rem;left:45.6875rem;width:2.0625rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK8hu6UFgWAUWeVBQ7DACEMOUcKlxvfS { top:23.25rem;left:35.6875rem;width:12.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIMiLLU0EevmDrNStH5dDAnQkgTyOeMx { top:26.25rem;left:31.0625rem;width:16.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAm0FTnGqOFD2zcdTUgcky4vSXgHukGZ { top:42.375rem;left:10.09375rem;width:27.5625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5uVDmxM1VI0RcLTgsvCfdHGtp3CqeAp { top:40.25rem;left:17.9375rem;width:4.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJzv306VKnFocIBIQvK7aqce44H1bQTR { top:40.3125rem;left:6rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTNtNzi9kcotE7zQFFupgmVT9S6DF4WH { top:40.25rem;left:22.625rem;width:19.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI3VICHGoWLMgWhCPys4MsU9pnFXQzAX { width:20.75rem;height:3.4375rem;top:49.875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6VFVXXLQw59WNqph1Gme3bFJTrSL41 { display:block; }
 }@media only screen and (max-width: 763px) { #wTabJcKkCGiF11m1uUTAolIQvpQ3SG0D { width:12.5rem;height:3.4375rem;top:31.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQSag1tS3FPgeCSbPUyW5pSTQkOzmGQW { display:block; }
 }@media only screen and (max-width: 763px) { #OgaBntAWfiLEE9s8CVd1yRF8SsP1rmth { width:12.5rem;height:3.4375rem;top:31.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJ7E6v9WFRTArvRaxcI2fdcFV7WoSA2 { display:block; }
 }@media only screen and (max-width: 763px) { #Xpe9Byv4qea4HuMOad2lmbd3yscSVFXf { top:47rem;left:7.78125rem;width:32.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDPQ7eQXgaHo8xBrMZpyRLNT6nN9OkbI { display:block; }#nDPQ7eQXgaHo8xBrMZpyRLNT6nN9OkbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2kassodMwg0XPOG9ZlM2SyZEQvUT2SU { top:8.6875rem;left:2rem;width:43.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi5y8JHT1UTeJNnorrMUXNsBzuhI2CEn { top:3.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHcoxfGV0kRVSobxKMiHa9H5bbGTK6Ei { top:13.0625rem;left:25.875rem;width:21.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyBIAkXTzgs0ivlSiIttHtTXU1l67EIE { top:13.0625rem;left:12.875rem;width:21.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwJ10QKz5H8sEpfy1XMqyiq0qG5sT0sb { top:13.0625rem;left:0rem;width:21.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KipmVDCzFTJardS9WJCqWHKPUOC3h9Dt { top:18.8125rem;left:17rem;width:12.0625rem;height:4.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ZsvTiKVJzsv3xvSfGuRIT5JTU7KJob { top:19.8125rem;left:29.0625rem;width:2.0625rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfAfovoGUN4c8sXcvPkqffbJbhJPTbfS { top:26.1875rem;left:15.5rem;width:16.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Twxhiq7nWMwurVTbt0qVeGmmTQcXwR { top:15.3125rem;left:15.125rem;width:17.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na0iyFSJGa4gJXuRxftCWeC7BH94k0MD { top:23.1875rem;left:17.8125rem;width:12.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhSf3toieiWKQ6ydppAmSzBNfO2Ui2sb { top:15.375rem;left:0rem;width:17.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #US3cTa3SBhv8f1ZgKDR9sftTxTHlrZeK { top:18.8125rem;left:0rem;width:12.0625rem;height:4.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OewXd0IrEAL0FnaWmTNsySTtXgJRZaIP { top:19.9375rem;left:4.75rem;width:2.0625rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ymrvTnxTlzKsG5wL8FE9qPRXrPvh4p { top:23.25rem;left:0rem;width:12.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthXW2sxB7dHu7HOJlMwlZ4xVDmwRqI1 { top:26.25rem;left:0rem;width:11.3125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvVfkxut59qm62iDNanPvlcAQ6LWubKx { width:12.5rem;height:3.4375rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woGsooyFsiQTM1xaAwlnXvmUMUm3Xm0Z { display:block; }
 }@media only screen and (max-width: 763px) { #vHPd71NSPEAbWu3c8JM2bDm1qTG2ePGV { top:15.375rem;left:30.375rem;width:17.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0B4dTpZzPNLvqbb2H1oLebpAQGNhCTP { top:18.875rem;left:35.6875rem;width:12.0625rem;height:4.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELE8pfX1nnk2LMgrEFX78vnq8tFyMTFs { top:19.9375rem;left:45.6875rem;width:2.0625rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RauptfmKqidX9ff1w6p1XPEHhgcMJdI8 { top:23.25rem;left:35.6875rem;width:12.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCsMvGpHu0SeJKZf91RTgcITvzih6QpA { top:26.25rem;left:31.0625rem;width:16.6875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezaNk4GhJfRnoKfenT3UXTsGKOfI2gLV { top:42.375rem;left:10.09375rem;width:27.5625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR49VFDt1LXrCZr6S4ZJFvqWiSDgwi80 { top:40.25rem;left:17.9375rem;width:4.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFyE08e5Tiw8OD5oP5zmiUHsx27IabW4 { top:40.3125rem;left:6rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKNiXfE2xIMppOU85lWainavFzrNVtbc { top:40.25rem;left:22.625rem;width:19.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTuVGtum4g4iEN2Ax4kvTCJ7Lu6WT4t4 { width:12.5rem;height:3.4375rem;top:48.1875rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUISh8Bt6pPKsssBssB8iAItpa7irSer { display:block; }
 }@media only screen and (max-width: 763px) { #ZqfokntB8QqJr7dKAtCuyynmidKVoqID { width:12.5rem;height:3.4375rem;top:31.8125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVr07gHTltSCHwJ6AFaukyx7UVkOFuI { display:block; }
 }@media only screen and (max-width: 763px) { #e4O72FETDQGTyKgBh4QHLtNOEM2mcZ7n { width:12.5rem;height:3.4375rem;top:31.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k35z8UnDzlSLuTO1dr7GTGbRlGT8JdDg { display:block; }
 }@media only screen and (max-width: 763px) { #Ngp8y6lcP8BE0ToRv6uABWQTd5GimFRm { width:12.5rem;height:3.4375rem;top:48.1875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLbT2AQCEeHCIW5THlCn6GvTyDxT2KpT { display:block; }
 }@media only screen and (max-width: 763px) { #MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg { display:block; }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Inta8CxfhzqHOJBXmP0MWI7vlcD2osaI { top:5.8125rem;left:0rem;width:18.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnCbNLcPFlSEombTPG0pDw1ZnRIdIJ2x { width:4.4375rem;height:2.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycvySrmFdVHCkUS5y6o4wL6GTq4LF45F { display:block; }
 }@media only screen and (max-width: 763px) { #GhqTvTDLXPTXL2ygkhPNtqVIsCWEllmq { width:2.5625rem;height:2.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R75ifOZlWMlwIThd8fFZGl5wygeciIQW { display:block; }
 }@media only screen and (max-width: 763px) { #GC27CMi7yuh8L0AQnA4eottqTOD1n6Gc { width:4.4375rem;height:2.3125rem;top:2.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sif1e6WciELcweMuJgDnwRCAA9M6IQ1J { display:block; }
 }@media only screen and (max-width: 763px) { #zD9EUPq6XDsqcOwTHQXsxAh13TvIxTmt { top:4rem;left:32.625rem;width:15.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZMAfIRVVUP4tnqMTcTW7FtQU28tOL0a { top:3.9375rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuIuSTsUKue2xlqnHyMG3T3E0m6VtZNb { top:3.9375rem;left:21.375rem;width:2.5rem;height:2.436525rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwFMTxMB4Npgp8chRZeEl6poBnODmqAJ { top:4rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container { background-color: transparent; background-image: none; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container > .video-iframe-container { display: none; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row > .video-iframe-container { display: none; }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .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); }#vG6yNWaWoJovKFRQwFvMMOtD6MkUbKb6 > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF1rPsDTcLkQlvgW46hJ2tJfO5OPSsD2 { width:4.9375rem;height:1.625rem;top:0.96875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6fag0d70923QOdFodHUWHD8si4gZ2Xb { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAHlB990V7z2ed4DmzJRFQqAz8BNvDgS { display:block; }
 }@media only screen and (max-width: 763px) { #gbX3igLVQk1kFW09RHMdHFJM3lxqTkO0 { width:6.5625rem;height:1.875rem;top:3.40625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFswgBCgghg8Sk61IzgNLmumqOr6Pol { display:block; }
 }@media only screen and (max-width: 763px) { #S56bmD3OTLggueINeTQe1T2xCKBgdxv1 { width:6.5625rem;height:1.875rem;top:3.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp9iOPd10t6seQEfw5SLWUC45xeRiChr { display:block; }
 }@media only screen and (max-width: 763px) { #NU8wpeBsuKAPWdOOvw8KIAzOdaZaI5gC { width:6.5625rem;height:1.875rem;top:3.40625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s86JqE64z43zX1cHAvvh3FCtXrZ10ZIB { display:block; }
 }@media only screen and (max-width: 763px) { #mirJL5a3r6clNRB67zNTiUsCO1q2KGCN { width:6.5625rem;height:1.875rem;top:5.40625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqeB49sbsKoTATcNBiV8rN1GE20LfomJ { display:block; }
 }@media only screen and (max-width: 763px) { #IR4kC49Tg82JGcTWOALkzMUw0mbspUfH { width:6.5625rem;height:1.875rem;top:5.40625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blTg2lyT8aMyTBvAaKTlIMTzHqBoSzwL { display:block; }
 }@media only screen and (max-width: 763px) { #OlfLMfZel5bQJR7HyX40rx8r85LZeu1E { width:6.5625rem;height:1.875rem;top:5.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF3LrFcbWzGmbrFmFsubs6rkJhxgdsy0 { display:block; }
 }@media only screen and (max-width: 763px) { #hvZ58F432XKIP2hUA8TqFQcEJaPWWSP5 { width:15.06225rem;height:2.1870125rem;top:8.406005859375rem;left:2.466796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUVNNLA0a80g86Z84DBA2nmOcfcIBPTm { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MTFm2XHh0z4hL99mM9OsNpxL3FvFFTvk { width:17.9375rem;height:4.4989rem;top:8.310546875rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8BMgT9Bk4ElI1mUnAgXvl7QANyOheiA { width:16.375rem;height:1.5rem;top:13.373046875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PowaukOl5USWoOTnqnNopx39VURqghuX { width:11.625rem;height:3.125rem;top:31.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKlmgXiUbGSUhIwxgw4q4KLnZT1XH6q7 { display:block; }
 }@media only screen and (max-width: 763px) { #K2ioLHrgoxatH1qABoirfO4MWkHq8KSO { width:12.1875rem;height:5.625rem;top:1.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8oloRJ3g5QP0VzFxX6lRPTQ1X7XRE4e { width:20rem;height:12.375rem;top:15.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sa1wty0PM81614DhcWitfsvLZdJzS7VV { width:10.375rem;height:0.625rem;top:25.875rem;left:4.8125rem;overflow:hidden;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #UpgpxFmaKAWkkE24EXU43RODiglhRERR { top:22.1875rem;left:2.9375rem;width:14.125rem;height:8.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RcuF0u49cRzzqFZDLvC2xuv6K1HLKHWg { width:10.9375rem;height:1.5rem;top:16.5625rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKeWyZQA2E5ymrZ26ScMEG6en4burVez { width:4.3125rem;height:1.75rem;top:16.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1sr0OzyntbT8mdWIxXVLUDHkzEUgqbw { width:19.25rem;height:1.5rem;top:18.1875rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwsHlueGClnIcLhiRCz2MTv1rWLVF0Va { width:19.25rem;height:2.19993125rem;top:19.5625rem;left:0.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zmtptb6hGGPfn45PZEdN21JQuWHli5N0 { display:none; }#Zmtptb6hGGPfn45PZEdN21JQuWHli5N0 > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k2a7bdx70N4dFSN0uUZPmKgQi61va5tO { width:7.875rem;height:1.5rem;top:1.4375rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKBNp2zSVimWLeiT9lMUvQo4Ht2zIBUK { width:1.625rem;height:1.625rem;top:1.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqKxwkyAc6XpxpuT0GZ7vxI1Tr0KoKaG { width:2.5rem;height:2.5rem;top:7.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdH7zkgNiXtOA5svPfaReorQldQL7HcD { width:2.5rem;height:2.4375rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sv2fTCopzKqbHhlBTgEBzFaLzT6lsgFo { width:2.375rem;height:2.375rem;top:14.92480625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/22f08e1e-c338-45ff-8c05-eba5eb923710/Frame37483.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb.adaptive-delivery-prevent-bg, #eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb.lazyload, #eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb.lazyloading { background-image: none; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container { background-color: transparent; background-image: none; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container > .video-iframe-container { display: none; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row > .video-iframe-container { display: none; }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .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); }#eqCtX2kGKikTZbUoLWHbO2mvsJHXMAZb > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0T4K7EnOAz3m7MpGVdPm0gIeMvEILyw { width:19rem;height:4.198975rem;top:10.0595703125rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xQe5mhZ2EZ5manVoq993HnTSDx9T9bb6 { width:20rem;height:3.125rem;top:33.1875rem;left:0.0625rem;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slLn009uTkTD1ZG3H11uwiAvOkDIke84 { display:block; }
 }@media only screen and (max-width: 763px) { #V0xtMNSGq08aHsTOff2dC3fFXlk2TsQf { width:20rem;height:3.125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig0gxbXgq7b4K7UH51GkOpa3LNPKQ76Z { display:block; }
 }@media only screen and (max-width: 763px) { #yml0OTPPkaJBJyZh9qpZwTfgI8ESkOzL { width:12.5rem;height:5.9375rem;top:2.8720703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPBM9avpM5xx1zBAsE098b1q6KOQ0iy9 { width:17.5625rem;height:14.125rem;top:17.4951171875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyz8WPuuObZyRleOwH4xHJL9D7htk3zA { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/22f08e1e-c338-45ff-8c05-eba5eb923710/Frame37483.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pyz8WPuuObZyRleOwH4xHJL9D7htk3zA.adaptive-delivery-prevent-bg, #pyz8WPuuObZyRleOwH4xHJL9D7htk3zA.lazyload, #pyz8WPuuObZyRleOwH4xHJL9D7htk3zA.lazyloading { background-image: none; }#pyz8WPuuObZyRleOwH4xHJL9D7htk3zA > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qPopSEB0kxOGZ9J5a8Wi9sxO7c19uQ4c { width:19rem;height:4.198975rem;top:10.0595703125rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BUi6ZIoATGotFmVVuNMiMd4260Oqt5ao { width:17.625rem;height:1.29931875rem;top:15.5078125rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tad5hhyvAVMevfPkBW2JXIIbtVBxgp3O { width:20rem;height:3.125rem;top:33.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQpKxuIuhc8krlTCaAMTuygrD1alT2v { display:block; }
 }@media only screen and (max-width: 763px) { #sVeGavcPEbROeEI6rBod1yt5u4SmBSXo { width:20rem;height:3.125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOOWliNmFnn9e8kgJbnQl1xA252iXl4d { display:block; }
 }@media only screen and (max-width: 763px) { #Htxo33BW0hZ8JWFQUDthCUykFtoHdZJ3 { width:12.5rem;height:5.9375rem;top:2.8720703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLozu2Cu4lD83oQrTQEQ226trbVXJbEc { width:17.5625rem;height:14.125rem;top:17.4951171875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGBV7zdfSplqHamAXIoaXyphSb4O69tm { display:block; }#IGBV7zdfSplqHamAXIoaXyphSb4O69tm > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJqcMsgu55Ho1Hx2LR99MVGWtTIEvzSa { width:15.0625rem;height:1.3125rem;top:10.916666507721rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #muGfX79uxwm1m4veL6tA8GGkJAHld6iz { width:13.75rem;height:1.5rem;top:13.875000476837rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u3sciGGOtACk7n68gqHKM5rJKuwI3D6N { width:11rem;height:1.5rem;top:7.5000004768369rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2aBgyNTCyoJhw4Tswdodn8OrmBPtWaU { width:20rem;height:10.6875rem;top:6.0625004768372rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XexPD8lct0U5LtXquH3y5RNEmAnilM57 { width:1.9375rem;height:2rem;top:7.2500004768369rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaUEdZft83qAihocNvSqr49WkiiLFXTx { width:1.875rem;height:1.875rem;top:10.635416507721rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyzk06KZNLhCpF7bO587PyrdVSlOCh7v { width:1.625rem;height:1.625rem;top:13.812500476837rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlKzNPH4UxwRasqk3VhSCWFT6hQky0oR { width:0.0625rem;height:3.75rem;top:2.8125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #shQnlp835TzyzK5nHtV6BPbtSrQS2MxW { width:0.0625rem;height:3.75rem;top:2.8125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwbZZ9h9hycrz9dt7CWgaEmflIzFDnzB { width:9.1875rem;height:1.5rem;top:3.25rem;left:6.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RlTdLk0dE6kzT1vJP9rG7nirO0duee82 { display:flex;width:1.875rem;height:1.875rem;top:3rem;left:4.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SXMxm3gd5IxV4TzhT3GdXHqT4QUlMRsU { width:11.375rem;height:1.5rem;top:1.5416665077209rem;left:4.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BziL2V2kfyd53Ra06ghoquogppTnkLuX { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/d9190992-3d97-44d7-b0f4-952dcae8efee/Frame37484.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX.adaptive-delivery-prevent-bg, #BziL2V2kfyd53Ra06ghoquogppTnkLuX.lazyload, #BziL2V2kfyd53Ra06ghoquogppTnkLuX.lazyloading { background-image: none; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container { background-color: transparent; background-image: none; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container > .video-iframe-container { display: none; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row > .video-iframe-container { display: none; }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .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); }#BziL2V2kfyd53Ra06ghoquogppTnkLuX > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJvXdgzkxffq2RHhoJkCHfRvtatqEzpU { width:13.4375rem;height:4.875rem;top:29.5625rem;left:3.3125rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #No8beFWIKhfkhRUC7zkkzNua5FxM3qSi { width:13.4375rem;height:1.29980625rem;top:34.4375rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlVKTGXOyEXlM4yxc1SMnilD4T8PJwDv { width:16.6875rem;height:2.6001rem;top:7.94921875rem;left:1.65625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDGwqFACfCg7cqTXa6Da75T26uzN6y3D { width:13.4375rem;height:4.875rem;top:21.4375rem;left:3.3125rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUOIXkSNBrhwaleicypZwxmLPNIUvMog { width:13.4375rem;height:1.29980625rem;top:26.3125rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFzhcClplJFPnPDvKSNWwZMAdyI7a6Vx { width:13.4375rem;height:4.875rem;top:13.3125rem;left:3.3125rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DscufsOcGo7nKX7yGHlnIP8ZGX8CMbOr { width:13.4375rem;height:1.29980625rem;top:18.1875rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Thw9nXI9PIakrTCveghxOpGT91JRSXmx { width:16.0625rem;height:5.20019375rem;top:2.125rem;left:1.96875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uosypLphmJnZ3ybffBktoGgAn0IwVxuG { height:11.125rem;width:20rem;top:39.125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t9kh9KJiQcsXtKpKPSloFSd26mIxpdvM { width:20rem;height:8.75rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWkwmEMTJ2SrxH5B4uTFeL1iiAIF4JBw { width:20rem;height:11.229050279329rem;top:58.17919375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #caL6rl1iBux0HOwudiZ1P8UXmkM7WpdX { width:20rem;height:11.229050279329rem;top:70.65819375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUWWPEmUVZEqb6n6ybkMKCtJLuaZktZO { width:20rem;height:4.5878875rem;top:54.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rv9sUNR9l47oUmD8d4vRrM2gSmNFRofX { top:21rem;left:0.875rem;width:18.3125rem;height:7.5rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oiJIchfgMmQ5Zf6qPRDLAU7uWO7U1DKR { top:29.125rem;left:0.875rem;width:18.3125rem;height:7.5rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FerQSeyA9PWvs9TrykgEwlFETan1nvfI { top:50.9375rem;left:0rem;width:20rem;height:11.6875rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gtDt7C9rm75AhJDBTZsMvR9TOQeM5zFM { top:12.875rem;left:0.84375rem;width:18.3125rem;height:7.5rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/f8024c81-f41f-4449-b8ae-8191e0eb1611/Frame37486.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM.adaptive-delivery-prevent-bg, #BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM.lazyload, #BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM.lazyloading { background-image: none; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container { background-color: transparent; background-image: none; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container > .video-iframe-container { display: none; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row > .video-iframe-container { display: none; }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .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); }#BT1vEsWSevPXJvP6MVEEr5Mz7T6m0lEM > .row .container { width:20rem;height:173.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFNIJU0du9lAR80omspuKKoV0IDlnNfn { width:16.6875rem;height:5.20019375rem;top:3.0625rem;left:1.65625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U88c7NZ0bvRieorJdDe2gBRR5iCpDUVe { width:18.1875rem;height:6rem;top:13.75rem;left:0.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #nPpQ7i3Ic2z6rH7q51GzJPAbSltUNc4D { width:17.6875rem;height:1.75rem;top:57.4375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xOWasT6RL3lofR2GXElUQawwhxdMzO { width:17.6875rem;height:1.57470625rem;top:55.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8r1BLweeaQN4wBFT2W7tJLxMk6Bkxv4 { width:7.1875rem;height:7.1875rem;top:47.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpXHfXqhpfJpWW7SX4nzBAqBZw8ctTG { width:17.25rem;height:7.03125rem;top:59.875rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B4nAxeBXhv89Zwyap4iWqxt1kmAlxTX2 { width:18.125rem;height:5.625rem;top:84.125rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i2cLx5nb7hQL3X7AnbIWPa6w9VHxkM11 { width:17.6875rem;height:1.75rem;top:81.75rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozO3aPrB1FbKVhn1nL7ehkW9CnouzWga { width:17.6875rem;height:1.57486875rem;top:79.5625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTOGfAafTknqLUZE4cXuwF5NIVOnLI0 { width:7.4375rem;height:7.75rem;top:71.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhvvgBZSpg3FVmqyHIJC3SHiQv7GzGr { width:18.125rem;height:5.625rem;top:37.32421875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #awsiKddg205uIpCIB7DE5U807fZ0sreu { width:17.6875rem;height:3.4995125rem;top:33.19921875rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmX4H4VoK7QDJyRfkwT4KAhhXB00kDIr { width:17.6875rem;height:1.57486875rem;top:31rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOxJ0ilSs3mTxfr7fp9yIzXc9MbMiITF { width:9.0625rem;height:6.875rem;top:22.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnL7Jt2TGpcxBVfwGqU7m1oF1EoJVyN9 { width:17.6875rem;height:1.75rem;top:104.5rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaW58Aureg6Zcsx4Lw1rNTT5rmU4FPyE { width:17.6875rem;height:1.57486875rem;top:102.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3Vc30icVmQGnr4e2dy0KsJzcoEzlvB { width:7.375rem;height:7.75rem;top:94.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofJrLhhylE82fVT4JZkCnKhpmfsfJHWa { width:17.6875rem;height:1.75rem;top:127.1875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh1mJ0FI6iMiJDwPig6Tlpkzp5fMVul0 { width:17.6875rem;height:1.57486875rem;top:125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFiFD5g2gsdnSun9ipRSXghh30SsXal { width:10.5rem;height:6.75rem;top:117.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM0y1BOyCvH2rqfIeLnE6IK3fgtVytQr { width:15.5625rem;height:7.03125rem;top:129.625rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rleOl1waSXRJfKfIr2ghTN8RpPt8mzL8 { width:18.125rem;height:5.625rem;top:106.875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KV3okJH14AJ6Idyeffexumrf5Bkqd75b { width:18.125rem;height:7.03125rem;top:153.9375rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JRc3ROIJ2fT0puHw22CudElR2aK38fVq { width:17.6875rem;height:1.75rem;top:151.5625rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfOzBmgxNx7dhOL8cpcHThB9Mucuts2I { width:17.6875rem;height:1.57486875rem;top:149.375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0GJAzOKplm2CWc3pwHEePGWCUwuZeEI { width:9.5rem;height:6.0625rem;top:141.375rem;left:4.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n9ioazDN2IkbKwNA8TmetpzBZEHXBbK5 { width:20rem;height:3.125rem;top:276.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HERSUTfPRWsm3WxrofnkKK27nIKHy5ER { display:block; }
 }@media only screen and (max-width: 763px) { #Nap3zZvTQKxpT75dQH1ZrZCdBhocxve5 { width:14.4375rem;height:3rem;top:9.5rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Of0ViSoUzLix0lckg7VUUPdTbFrqTgu2 { width:20rem;height:3.125rem;top:164.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHVTIb66bQmhIuiAnSrkNw2Taob6bQOG { display:block; }
 }@media only screen and (max-width: 763px) { #nBt6entspxywkbAWqptddutbxrFmRQw7 { width:20rem;height:3.125rem;top:168.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9DalDSev97AAfxCw86m2yTdOI4r510P { display:block; }
 }@media only screen and (max-width: 763px) { #vIFdbTPvwZocy1QiLAuC7FcqmUxWslqu { width:20rem;height:28.514285714286rem;top:173.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfHESVaIA8csqciLkZWuQslOUmJmQp4T { width:20rem;height:28.514285714286rem;top:237.403375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIC6zAtHCH0eDxSCraHZgTTrXzcqm4Ts { width:20rem;height:28.514285714286rem;top:301.61925rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNuLLgCTO25AB0yqp1g7gSX63LQ2OVXL { width:20rem;height:28.514285714286rem;top:202.9516875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpHzwhKIM4AM16VzQzsxSVune8DSCKkk { width:20rem;height:28.514285714286rem;top:267.1675625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2kZBTTQ0TDqm3QMgO80S8AmzTQ6xPz5 { width:20rem;height:28.514285714286rem;top:331.3834375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTUhSgMopw8Bnr9B8cdb66x89HHspLmM { top:21.5625rem;left:0rem;width:20rem;height:23.0625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aHTDxMk6FqweE8JvT4OEZCnizvDolPKA { top:45.875rem;left:0rem;width:20rem;height:23.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pBZzcUUfWT518dLi6cubf0v4rUKKvlfu { top:70.1875rem;left:0rem;width:20rem;height:21.4375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yuNSKwC1gMUFWc4mOTF6HEu5qPHAVaDw { top:92.875rem;left:0rem;width:20rem;height:21.4375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hEVzhGODxdX0XMfuRJw9vmFWDyxVGJrx { top:115.5625rem;left:0rem;width:20rem;height:23.0625rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wPFoffQGrlTSS3dBtZnTpVaAT4Ms4clT { top:139.875rem;left:0rem;width:20rem;height:23.0625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nxQlotIDig5gtCZSFOUeT64wCaTObdpv { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/51c746e9-580b-45dd-ac0e-29848e7258a9/Frame37487.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv.adaptive-delivery-prevent-bg, #nxQlotIDig5gtCZSFOUeT64wCaTObdpv.lazyload, #nxQlotIDig5gtCZSFOUeT64wCaTObdpv.lazyloading { background-image: none; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container { background-color: transparent; background-image: none; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container > .video-iframe-container { display: none; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row > .video-iframe-container { display: none; }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .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); }#nxQlotIDig5gtCZSFOUeT64wCaTObdpv > .row .container { width:20rem;height:142.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmVOqp35iX5lu23ekN6mPBAkZhisN8lG { width:15.3125rem;height:5.20019375rem;top:1.625rem;left:2.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwAMlnUcv7vNnvzfcpLzkKsaEksUW6I0 { width:17.6875rem;height:3.9375rem;top:33.5rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLNUOIB96PT7PCPPPtCQyV3w7c5VB6cC { width:17.6875rem;height:1.3125rem;top:38.3125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3WI5Lt0CewJynGAaUiELyGkabFBni22 { width:17.6875rem;height:2.625rem;top:39.8125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxbftnJR3kzhTKqb3D8VubbeuMyixdD { width:17.6875rem;height:5.25rem;top:14.625rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfkMElcpV7F7OI2daduFrX7Vr7afTOXT { width:17.6875rem;height:1.3125rem;top:20.9375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWMHTpgXQVgnuRXKm6Cg3fDb1xetizE3 { width:17.6875rem;height:2.625rem;top:22.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4WaG3pckmEF36IWJW28SZRr42HMUFz2 { width:17.6875rem;height:5.25rem;top:51rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGO3GIrqmzWq6PArReavhJbLheNKSQd { width:17.6875rem;height:1.3125rem;top:57.375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9KUaM53TmuWDZQwSbqTlH7v80T7u3Lw { width:17.6875rem;height:2.625rem;top:58.9375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1CmKD5NVS5Wl2uyrD0zggH08vS18Im { width:20rem;height:14.0625rem;top:29.625rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpzGWXtFMUMTBV8iTKGkv9ZXzAKOvCUo { width:20rem;height:15.5rem;top:10.75rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ocU0twGTz149d77l4kENpa2sA2hozg { width:20rem;height:15.625rem;top:47.125rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUNzBVrHlugU2E0yHhw8i7FCk6tnWBGw { width:4.9375rem;height:5.625rem;top:26.875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roTTVc9dLw4xrNBS6x1T0xwZOb0yVmot { width:4.9375rem;height:5.625rem;top:7.875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLsZBMQRVbucFCGLO1vF1IRNnHVwzhKZ { width:4.9375rem;height:5.625rem;top:44.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSL5yh0tpTmoxcStJvz3VWqJcPXMWApZ { width:17.6875rem;height:2.625rem;top:94.75rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9fvnFGcGLETylAOM5fo2iCdrsO7Rxsw { width:17.6875rem;height:2.625rem;top:112.875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f12BW74uVm0aQsfd7F7eMmGniVFQTcwS { width:20rem;height:14.375rem;top:84.125rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upCAkUSMFZzrKdZb8R6wXnva4fsThMoM { width:20rem;height:14.8125rem;top:101.9375rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpBPwOy0CLoQlmTsVxp2CTMsKG9PvQGM { width:17.6875rem;height:1.3125rem;top:93.1875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoFBZGpfTgaPEFKkGomesMrDiC7rhPo2 { width:17.6875rem;height:1.3125rem;top:111.25rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3tt77iTzw9UHImgTrfC6xaTNFIvC8R { width:17.6875rem;height:3.9375rem;top:105.9375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdInL0Rfap2bUaXnrG9r6FgfxLu87aAZ { width:17.6875rem;height:3.9375rem;top:88.125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Xv4RDGBhLtaH3BSBuFS35e0sisyM7m { width:17.6875rem;height:3.9375rem;top:70.1875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1fWvZn8JmOhfMH54FTmiq0126gr2bq4 { width:17.6875rem;height:1.3125rem;top:75.375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG5wsTf3g2VWNZPlsJ14bTTXCrtTOn9T { width:17.6875rem;height:2.625rem;top:76.9375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cha5gV4VugPMswimEdzHbx5QNz1TDIIW { width:20rem;height:14.5625rem;top:66.1875rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnlCiDyguzdKJhbr9vtnc8ANncxXOGq2 { width:4.875rem;height:5.625rem;top:81.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlqqlrfrTXtUCPf41Qk2TWa8C1xi50ld { width:4.9375rem;height:5.625rem;top:63.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL17UUkb8yuiIfMfdi7NQn6Pg1zb26Sq { width:4.9375rem;height:5.625rem;top:99.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik2eiOr2CMb8OqD87P02qWn4saKlvrdI { height:11.2216875rem;width:20rem;top:119.25rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Loc9pQaFSf8RX72usk4yEaxKy7QkOU5W { width:20rem;height:3.125rem;top:132.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABddlLVnIT0bgHHHzDvxHCgKxDSBnLvE { display:block; }
 }@media only screen and (max-width: 763px) { #ggl6aEhiTHQSNeusQXIhDOe06LE6z3Qc { width:20rem;height:3.125rem;top:136.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHJ1BvABJvh57byzrZxVHXFvPvwkT7I { display:block; }
 }@media only screen and (max-width: 763px) { #DHPbGm1DaQafebPZbIhDTotDuJkXBT51 { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/237f42d6-e7a2-4fc4-a0e9-0c58b01f2d62/Frame37491.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51.adaptive-delivery-prevent-bg, #DHPbGm1DaQafebPZbIhDTotDuJkXBT51.lazyload, #DHPbGm1DaQafebPZbIhDTotDuJkXBT51.lazyloading { background-image: none; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container { background-color: transparent; background-image: none; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container > .video-iframe-container { display: none; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row > .video-iframe-container { display: none; }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .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); }#DHPbGm1DaQafebPZbIhDTotDuJkXBT51 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7IODi42oF0K4MdvPrS9fzUL1uOLfypm { width:16.4375rem;height:5.20019375rem;top:1.4375rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9ifJRLJIoc8clw7v706tcAJx7rHPMf { width:18.5rem;height:3.75rem;top:7.51171875rem;left:0.718505859375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L1FhVJWFD0l6v2vQICGRIfSd15Jd3vQc { width:19.74975rem;height:2.27416875rem;top:37.625rem;left:0.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8idXmotZffyiHhf19fhiP3MAdXC6f70 { width:4.3125rem;height:1.4375rem;top:34.0625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #windtUrFJHDJTW8I6T9LFWfSgcbchIT8 { width:11.5625rem;height:1.49926875rem;top:34.0625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHD3Tf69fgoD6dq0azGpErHB4KN4W26e { width:19.125rem;height:1.49926875rem;top:35.8125rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoiVQVrMxvPOuLIqbhlxk6D1EEo3F1Gv { width:18.5625rem;height:8.3125rem;top:21.875rem;left:0.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KoQeWAmIbU5G4HcEB0QPL6glGx5Obxxe { width:10.874rem;height:2.84399375rem;top:24.8125rem;left:3.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHDo342PtUmy7NRXVNrLs6OXTEOnoHup { width:1.9995125rem;height:2.19360625rem;top:25.125rem;left:13.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAQqBuaqnEtmDCOvaprZuJdxbA6K1si { width:14.24925rem;height:1.22534375rem;top:30.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSv3zOgLWcH1c81I7za8OnXT2L8UZNg { width:16.18725rem;height:1.39965625rem;top:28.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlD1sMy6C0IbTiiPZ1tkn5vdpapmmQrl { width:14.249875rem;height:1.57470625rem;top:22.6875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ZtePJHDDGl1i2gbbsSPUhKoKvNfkme { width:18.5625rem;height:7.75rem;top:13.1875rem;left:0.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ldRaGT1GT172Udt01i8tOIgWAMSgLlVT { width:10.874625rem;height:2.84399375rem;top:15.875rem;left:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxdlknJQo4P8kNLCb4lIORdWc9kdng9A { width:14.25rem;height:1.2243625rem;top:49.9375rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mg5VHCef4AfwkLvPT5synvgNl9lKuA9T { width:14.2485625rem;height:1.57470625rem;top:13.9375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Batug2At3dwi73SFr4IOG8eUkgysOAwI { width:17.1875rem;height:1.29931875rem;top:19.125rem;left:1.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J0EDiKKigaWLbdnlQD2fvxpCLzTU9vCB { width:1.9995125rem;height:2.19360625rem;top:16.125rem;left:12.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3tT0ieB3J83gLhQ6utBr3PiyPEUARiK { width:20rem;height:3.125rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz4k4TLsJ96ADU2lPHfQnp5TaQww2brV { display:block; }
 }@media only screen and (max-width: 763px) { #NSORnfnPOlIJ6le3zbRgBSf2b28p0WeW { width:20rem;height:3.125rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBUE9nLCdL3sLSiNhBPh9ABuLsbSgCUD { display:block; }
 }@media only screen and (max-width: 763px) { #vb7aZrmfTzvB4OZug3Zf3vI6GZP2oeUg { top:15.75rem;left:3.25rem;width:13.3125rem;height:2.9375rem;z-index:15005;background-color:rgba(75,74,75,0.34);background-image:none;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdTgVoTg7peb1AG0S4sUPowTeHD7HOF0 { top:24.625rem;left:3.25rem;width:13.3125rem;height:3rem;z-index:15006;background-color:rgba(75,74,75,0.34);background-image:none;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5f95a10b-b498-43a7-8c64-9589d5406299/Frame37493.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW.adaptive-delivery-prevent-bg, #WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW.lazyload, #WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW.lazyloading { background-image: none; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container { background-color: transparent; background-image: none; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container > .video-iframe-container { display: none; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row > .video-iframe-container { display: none; }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .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); }#WRwHbWdn5Ne0HDPPteLJFZdRzXqAZZKW > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUQ38251g3zEh9r3M0hL5LHNeZJoyTMW { width:20rem;height:2.00024375rem;top:10.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #K5umNiZeTRKOpWSuN04gHlDW8ysTEvKo { width:17.6875rem;height:8.400125rem;top:1.974609375rem;left:1.15625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #EI5R9BDAeNDkIM8XIa2f7io6bkfu1Tak { width:15.6875rem;height:4.21875rem;top:15.5rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TtTssLLsZWNiPi0WOyaWRA8mUCTv8vVe { width:13.25rem;height:2.8125rem;top:20.625rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KmaJys3w4hrS3hh2BbKC9V09oXeMtsfu { width:13.3125rem;height:2.8125rem;top:24.312510013581rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eUGX3CDypM2cq8Wfr4bJxL6IKbxOmgx8 { width:1.3125rem;height:1.3125rem;top:20.625001907349rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfq5vrmzaz4WLIXmwnyCZ7nwMLwqmCcE { width:1.25rem;height:1.25rem;top:24.312501907349rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCTdBTStQAsfkoT1T1sFfNRnQAuvhFnL { width:1.25rem;height:1.25rem;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0odDe9VgVGQu3hIwnBlTdTzldpU2bE { width:11.5625rem;height:2.00024375rem;top:49.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGTxBQvvmuniRpQfVf1f1e3025S7SCiu { width:16.625rem;height:0.97411875rem;top:51.8125rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CgKEFOsU3czAcITar1sLdU3gv2J3GqFs { width:6.125rem;height:1.1001rem;top:47.875rem;left:1.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JsBTqWotr71cTB5TJEykas11p5d70T8L { width:7.5rem;height:1.5625rem;top:47.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEVd3wbtBiDvI0Ih1ip31HV45iktD0L { width:20rem;height:7.8125rem;top:35.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzNAUNDXraGiAWtcJvoaOb5SIdCB5TOV { width:17.1875rem;height:18.375rem;top:27.625rem;left:1.15625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #x6eQPJeWnh5ZbxlctG0TfhRul0l1I6Am { top:46.3125rem;left:0rem;width:20rem;height:7.8125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg { background-color:#15002a;background-image:url("https://images.assets-landingi.com/uc/7d1e2d16-aa89-4ced-8a8a-c53d672b0b79/Frame37490.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg.adaptive-delivery-prevent-bg, #RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg.lazyload, #RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg.lazyloading { background-image: none; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container { background-color: transparent; background-image: none; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container > .video-iframe-container { display: none; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row > .video-iframe-container { display: none; }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .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); }#RLnM7f4l3zPQeTR6TSmxrWEHSARRkwvg > .row .container { width:20rem;height:122.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx6HrCMyy74R3DeGx0RmU8tLNDHaqcIb { width:11.5625rem;height:3.7368125rem;top:2.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdDy9XX6PHohsF23AEs4J3AiJUxXFNK { width:9rem;height:2.1108375rem;top:7.734375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J04oggi7QmlyHrUszoUDbRqIgHbWIeub { width:20rem;height:1.75rem;top:54.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcIpNTwLNNhmLolVMmth6qVTxFgWFdVB { width:18.125rem;height:1.3125rem;top:56.9375rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGHQpTSbHGIkZDFDbKgaEFc38QBB4aww { width:17.5rem;height:2.625rem;top:58.5rem;left:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvVlDJC35Qn2NtoEHRMZlxMoeWgTv3M7 { width:8.75rem;height:8.75rem;top:44.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #llucrtQ3ZFuulTzpbFvBbffitgqcdIV6 { width:17.5rem;height:2.625rem;top:92.8125rem;left:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhDIfym9leGLdtphxuEv5PkVAZpNBLXm { width:20rem;height:1.75rem;top:88.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzHtFLh6g7TXXaTCdpi3E0fa0Lok8EGB { width:20rem;height:1.3125rem;top:91.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #flue8m2metOmwUZLeU7aXFqVQVIa5iD4 { width:9.1875rem;height:2.1108375rem;top:19.984375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1XwITNTvouMzwmgmpzm5FsezWDTWlT { width:11.6875rem;height:3.7368125rem;top:15rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eebyWTp6wcmsfocOfKGyG1TSOu15TXns { width:8.75rem;height:8.75rem;top:78.9375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEVtV9F7QMEgnet4QI7SloUT8yLcS72M { width:10.9375rem;height:5.605225rem;top:88.4375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UolTcIZEDMTbCUICSAyHIA0rQN7QZDxB { width:10.625rem;height:3.7368125rem;top:76.25rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0G3Adfh0vohc8RtVOpBC0WDvW5ThOPv { width:11.0625rem;height:3.7368125rem;top:51.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0eZ33pg1aDbrQSx5n13aT0CpAR4dAE5 { width:11rem;height:2.1108375rem;top:95.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtZIGbXNlFsOCg1WGN6xOyuyasaUf18e { width:11rem;height:2.1108375rem;top:81.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0KZt00VeXyzNSV3KCyX6wzBTcwJKmU { width:9.75rem;height:2.1108375rem;top:56.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDzWdGp7xhsISGtaEUzUTOFNG4PO5LN7 { width:10.625rem;height:3.7368125rem;top:27.25rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p85kp6rkiTARFSgyqvZNCvzVSqAnUSd1 { width:10.625rem;height:1.05590625rem;top:32.2353515625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBwQ5S4WmeEtuhLtR3XJzhQdHqgn58Vd { width:7.1875rem;height:2.1108375rem;top:69rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GswCmhfwTHOMxvdHsiG4vSapBrGiu3hw { width:7.8125rem;height:3.7368125rem;top:64rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9HBdmnHFhpn3a6eqMvL3XCSlwcTSudi { width:10.25rem;height:2.1108375rem;top:105.625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiQbOeDJCvUNFWx47qCmyT5VfzKAP802 { width:11.125rem;height:3.7368125rem;top:100.6875rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixWxhqZB7NcKIt59FFektA1iIt0kUPmJ { width:9.5625rem;height:3.7368125rem;top:39.5rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUQtkFJw5OT4v2xUXsl728OgoBcHT3IM { width:9.0625rem;height:2.1108375rem;top:44.5rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXmXcHcTOqR5liopHVtkJlaxUNpq3tnk { width:19.6875rem;height:27.25rem;top:157.625rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWa9WyX6ID6DLuPJzxPJXLew9NQivoK1 { width:19.625rem;height:27.25rem;top:247.8125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfaUvo6wbZQ1KGEOcIypKevA49t1WbHC { width:19.625rem;height:27.25rem;top:337.875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOevA3hR6nIsJ3BdXkT7ZVCZ02mP52CU { width:19.625rem;height:27.25rem;top:186.125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaeEE1tF1RTz69A53xgPEEWNtICqGA18 { width:19.625rem;height:27.125rem;top:276.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #trCvqvoUzARGKuqsknhQuWTzaAWF4Lcl { width:19.625rem;height:27.25rem;top:366.375rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kki4zOrQvPhBwJQ1eZam1pObvS4uG7Ax { width:19.625rem;height:27.25rem;top:214.625rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ornfv89ztOIIT08Hx5WkIJZTVQAJzFnh { width:19.625rem;height:27.25rem;top:304.6875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycaLUgmGl0PkNBazMPSLywKZuoealWTW { width:19.625rem;height:27.25rem;top:394.875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTdSDam5D1DaGb6CTZuisTRI5VwMifac { width:20rem;height:3.125rem;top:117.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZuva71Pcz6MI9WzPZVM0DxP8BpFt3P { display:block; }
 }@media only screen and (max-width: 763px) { #vglZHxcxhDNSnpsBRnCWgQHJpmgJerGu { width:20rem;height:3.125rem;top:113.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpDZzTbgU4rATQTXsn77wOIf94VlbdwF { display:block; }
 }@media only screen and (max-width: 763px) { #f4tX2z53yixm2y2aypJeCcSz19UmNQFW { top:1.5rem;left:0rem;width:20rem;height:11.625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #At4BNATPKemth2Wc6wiR1TpcOr4EAeAX { top:13.75rem;left:0rem;width:20rem;height:11.625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dHfwU3J9LUATAu1PPr26nWZnKH4AvTf8 { top:26rem;left:0rem;width:20rem;height:11.625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dP4MFCixRENm49BT6czlb3T7s9Er9wpH { top:38.25rem;left:0rem;width:20rem;height:11.625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aOyDmSfmqk0lRkxspTEiH2kwTXt51VFC { top:62.75rem;left:0rem;width:20rem;height:11.625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tcT8gG2cicLahWvoqROUGvvfHvRxsXZt { top:50.5rem;left:0rem;width:20rem;height:11.625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iX0GP7JQVlLMMm73pXoG0ex3avSAdDaR { top:75rem;left:0rem;width:20rem;height:11.625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cd3M6XGqKVfpF4i0igatCPxw1EdRsWOD { top:87.166015625rem;left:0rem;width:20rem;height:11.625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mvpcWFxuBKkFdyUZs7ts9t6RlyaQN5ma { top:99.416015625rem;left:0rem;width:20rem;height:11.625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV { background-color:#15002a;background-image:none;display:block; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container { background-color: transparent; background-image: none; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container > .video-iframe-container { display: none; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row > .video-iframe-container { display: none; }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .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); }#B9m4ELAsfZTvUgSPs6sAUTdOgERBTCrV > .row .container { width:20rem;height:92.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2IiWsPpTX7XdV2KnhR2be600ypavVz9 { width:18.125rem;height:7.80029375rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTfgLHEk7SyZr5swDlBDDVPzOXirGGny { width:15.4375rem;height:3.75rem;top:11.1728515625rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qVxwOqcI8E3NHu4tscx9pOddm83Bk2z8 { width:20rem;height:11.222222222223rem;top:16.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3q1lBKTNeGSpQoyz65gf6Ity6uwysU6 { display:flex;width:1.75rem;height:1.75rem;top:25.5458984375rem;left:17.625rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #bSJIsOZ3QWWVR9iu27dJwlJErQ76ik00 { width:20rem;height:2.8125rem;top:25.0146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUwA1Eh95k1KtX79JV1oXGwTaDcUmon2 { width:7.875rem;height:1.13769375rem;top:25.8525390625rem;left:9.1875rem;font-size:0.875rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #X62VAbJhHxeet3h98PKtVoBdf30sRVOz { width:20rem;height:11.222222222223rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRu2HXhU6ou7Baprs77GMQt2oklPM4gv { display:flex;width:1.75rem;height:1.75rem;top:38.0654296875rem;left:17.625rem;z-index:15120; }
 }@media only screen and (max-width: 763px) { #wWlU62TqVz92bKec1fTHUUQlPV6UNuRb { width:20rem;height:2.8125rem;top:37.5341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUmfxUNQeobnbE9uNoPEW9UNbOkodzAA { width:7.875rem;height:1.13769375rem;top:38.3720703125rem;left:9.1875rem;font-size:0.875rem;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #SkleTZ2muFZmD856dpmJ5riWCFCZonQR { width:20rem;height:11.222222222223rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6PyKS7CfzNAPwSe2THVa39BTLk9ktDi { display:flex;width:1.75rem;height:1.75rem;top:50.5625rem;left:17.625rem;z-index:15122; }
 }@media only screen and (max-width: 763px) { #wFkW9UzTETDypQbe56sbezTZL0XRuftf { width:20rem;height:2.8125rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cawNc8yi3P6N7a9RlQtaXmeh6nnF2m77 { width:7.875rem;height:1.13769375rem;top:50.875rem;left:9.1875rem;font-size:0.875rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #OdGnywzQeJEd3K80rx6kVnixDoBqrDVP { width:20rem;height:11.222222222223rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPLI1lXqOMwF337MSMV0O4UGhEKDgrDq { display:flex;width:1.75rem;height:1.75rem;top:63.0625rem;left:17.625rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #AtU5d3EfNCkWeAJHRQQTT7DaKEZnBwtK { width:20rem;height:2.8125rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE4JyLsBIbVBlVG4OFXvBk38OxP3akgV { width:7.875rem;height:1.13769375rem;top:63.375rem;left:9.1875rem;font-size:0.875rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #ArQB4Lzn6VUgv9PvBCyDb5Ih3zdhqfgD { width:20rem;height:11.222222222223rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG6v5rZhzCpOk5BTSuarBt2yswJ7R9UZ { width:20rem;height:2.8125rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFMLeWAgUSwBs2G1P0lcJlaDWcgw7g88 { width:7.875rem;height:1.13769375rem;top:75.875rem;left:9.1875rem;font-size:0.875rem;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #LwR9D2mfX3OcOTye7m9TtOzqvZ13am4v { display:flex;width:1.75rem;height:1.75rem;top:75.5625rem;left:17.625rem;z-index:15126; }
 }@media only screen and (max-width: 763px) { #iBfSVBahzPke9G5FmgDRTf1AFm6QQylk { width:20rem;height:11.222222222223rem;top:79.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaU2I4i6NGJwA8J9OU0WfUX7GF1KKZq0 { width:20rem;height:2.8125rem;top:87.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQJyIGKMD0tyeW5rTCfZqzE2JGOU8OIe { display:flex;width:1.75rem;height:1.75rem;top:88.0625rem;left:17.625rem;z-index:15128; }
 }@media only screen and (max-width: 763px) { #M7pV8Luq6cVgF6msMWP6QzsfgO9OJZbT { width:7.875rem;height:1.13769375rem;top:88.375rem;left:9.1875rem;font-size:0.875rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #JNei36GZO84RfTq9xfBdlgpav4bDCyFE { width:20rem;height:2.8125rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NTFLSBANG6a3ioqMNFeUEceSAFy3W2 { width:20rem;height:2.8125rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8B5Pee5Vv5lX9wVK8IEBbaNAsz3wK9T { width:20rem;height:2.8125rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGdVzQcqVTckrxSi2SF3SQuC53e8WOFc { width:20rem;height:2.8125rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHC69IgqtA9Ga4kUaUZu1fUTI87qKDmv { width:20rem;height:2.8125rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUQCBU4X3OU6QBWTzkFTEbyHaiS7Ilo { width:20rem;height:2.8125rem;top:87.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9QiNLZeW9dDZXlmQi9pvdWZ3frNykkz { display:none; }#m9QiNLZeW9dDZXlmQi9pvdWZ3frNykkz > .row .container { width:20rem;height:121.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tdk7ykuymKEN0GxtpsOnVHhniEUG1xMB { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utSAkBGoFeVgDaKHUk8OFsBTTS6NTUqv { width:19.875rem;height:33.6875rem;top:49.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiOS9R7ITrFPq7vVMVsUbMsWDKySGuk { width:5.625rem;height:5.625rem;top:46.26171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS4QRwp6KweoGg7neRPsRJMy4RvUUgpz { width:17.6875rem;height:1.75rem;top:52.6875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fODTiknk0yzR44FPfkmOdkTvyDTGJ3FF { width:17.6875rem;height:1.3125rem;top:78.75rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSaDfZrRxRThp4Bda4ieTBHDqMHTJmSm { width:17.6875rem;height:1.3125rem;top:80.4375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux9Xo3xK2V0duarlbDOTz9XOvKwDiEqT { width:17.6875rem;height:2.8125rem;top:54.625rem;left:1.125rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #npIgf41FWR5wabKcTdzWrHSTMb4yURGw { width:15rem;height:19.25rem;top:58.32421875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7AehkL2gpeTZNor3m8pHgiBlHqHUnSa { width:19.875rem;height:33.6875rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBOKPlQdCxESKTPoxJOhKZu0Z3ROhEqf { width:17.6875rem;height:1.3125rem;top:41rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIhvC05kMN9SbrNJcBOGbhsbWBC4oHDh { width:17.6875rem;height:1.3125rem;top:42.5625rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paCfznvRWNOW5lGF01wviUNkNzqeminZ { width:15rem;height:19.3125rem;top:20.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp4GvS7OE6XhMdvbkC6LPTlJdRIJUW0t { width:13.6875rem;height:2.8125rem;top:16.9375rem;left:3.1875rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sdExeJGci2w7QTPWOR63Hhg6gxOPTuc9 { width:13.5625rem;height:1.75rem;top:15rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSRWo9SUnAhP63nmTIagbvqqopverMmb { width:5.625rem;height:5.625rem;top:8.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9GuO25kHQTrKDlalx0tVL6hE1AlXHoi { width:19.875rem;height:32.375rem;top:86.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnxMHb47s0HCbhkxgFRxRZ2aTVCA90CX { width:17.6875rem;height:1.3125rem;top:115.125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Name2iduM9xO1icKb5Jx6Ku0SWTTaJ { width:17.6875rem;height:1.3125rem;top:116.8125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMeIRSGJDZi1aTpH7TBvZ2Q8A5kadIWk { width:15rem;height:19.3125rem;top:94.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17ofXgTJm98xRM0H0O2gRcDayTlT3Fw { width:17.6875rem;height:1.5rem;top:92.3125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JETCPx09HUHrSUkyfiDAbbOzNf7F2sVx { width:17.6875rem;height:1.75rem;top:90.5rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa1Rxe89RyGDP2GQQe9QDu6E6FM0v2wO { width:5.625rem;height:5.625rem;top:84.01171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4WslTvf4u365CCHluzbEQQ6GVyZqBfc { display:block; }#v4WslTvf4u365CCHluzbEQQ6GVyZqBfc > .row .container { width:20rem;height:101.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdaJRiICfMshA284HnTyXt8brrKlr9Iz { width:17.375rem;height:5.20019375rem;top:1.4375rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DphiSc3NEvMP3ST6NeueE9HqKRcK94HB { width:20rem;height:1.62524375rem;top:7.88671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pf2vhw2Wk7UcSmzeLC4yCIdUKQhIafFB { width:19.9375rem;height:18.6875rem;top:11.8046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki233n965JoUJTvVXgQfQOQ4xdVFZ5uT { width:19.875rem;height:18.625rem;top:31.7421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULJApkkoL35TMm1iTCrr3WxLXDP8VhCJ { width:19.875rem;height:18.625rem;top:51.6171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQqGVetvoBeTZGVT5TrOAbDnf3U4MCk8 { width:13.25rem;height:1.68823125rem;top:72.75rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #H53KK1au1HVBAmDewtX5vZN2Mkm0gkLU { width:13.25rem;height:1.68823125rem;top:77.9375rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ycTZ3G4nEwXoTpKo4IgzABFt9kHtermc { width:13.25rem;height:1.40625rem;top:74.75rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p3OCvk80C0XzKWOp6PcnJMJRK1ZAJE9M { width:13.25rem;height:2.25rem;top:75.375rem;left:4.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #uJXLCeZ2U8txImFexZdyTylRhnQHNTht { width:13.25rem;height:1.40625rem;top:79.875rem;left:4.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wnaoECMcggcT7u1gVw0aa0Lco4Ttlg8y { width:13.6875rem;height:2.25rem;top:83.0625rem;left:4.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #rJekoOpoKbERdWNSIBeoKXQhT6Pkkn21 { width:9.0625rem;height:2.4375rem;top:86.1875rem;left:4.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KFFblUT18mk1h8uUzi1RJvdU5hklTVNl { width:14.6875rem;height:1.6875rem;top:84.1875rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AMdnIROyGymmV9wBAZu8piispu0sq38A { width:2.3125rem;height:2.1875rem;top:77.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6R6hHR3sBRkzt2yziouE6JMFAAbHvN { width:2.4375rem;height:2.1875rem;top:72.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlI0y8qpdoOEoTUHfTlmxeM9zJrDQpOk { width:2.3125rem;height:2.1875rem;top:84.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfP1RvvITr3ZHmdF7HJf3wQxoOascNdM { width:20rem;height:3.375rem;top:91.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRxOpAbARfEg0aX0ehFgZFDM7ACazp3L { display:block; }
 }@media only screen and (max-width: 763px) { #OAz0nRtZF8WtSs57QQ7Dy8i1Eiv9PRq1 { width:19.9375rem;height:3.3125rem;top:95.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cisxECLU7W3lo66P4kwHCBrUZdakTO0O { display:block; }
 }@media only screen and (max-width: 763px) { #IfIyOSm7RwztaOVTKLDdgq8qogOS53G7 { width:12.43725rem;height:1.125rem;top:81.28125rem;left:4.437255859375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy { display:block; }#b1DyVGHkaKZWJqxGrBTBiXo7W4FfClDy > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1ixItEysAlKnhLgnbNuWPWEOTo53JDE { width:14.25rem;height:5.20019375rem;top:2.25rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5C0omAJ6DpANQAoSfIGfoqZ1mP8W5z6 { width:15.1875rem;height:20.8125rem;top:13.25rem;left:2.40625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #sSphoBZdMqLSf1pssehJm5ptgZGoGqLy { width:6.3125rem;height:1.0495625rem;top:10.3125rem;left:3.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i18XIkXgx8pT586AEMNmPUIeqe9JE7Vx { width:9.0625rem;height:1.875rem;top:9.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnrePvEkEHQou8Ny66kXRuXrF7sWccWi { width:9.25rem;height:1.0495625rem;top:13.25rem;left:8.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vbmKEff1PbBtVvnyckl8HHfPa52mCl17 { width:12.4375rem;height:1.875rem;top:12.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1e1WeGdqioG72W5TxWGlTD3nbfTtb1f { width:13rem;height:1.0495625rem;top:16.3125rem;left:0.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mIRSHVvnVRvD84usQUfRboPM3STWsF4F { width:15.875rem;height:1.875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7T1D27wtFqqLM7LFzJCz6envfxnu8xL { width:7.125rem;height:1.0495625rem;top:30.875rem;left:11rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NyEGlXkgBFNDEEVru1JMFkF8McWxbTTZ { width:9.875rem;height:1.875rem;top:30.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8xdIisappeQqC7ZXJnyDSZZg68tJVxa { width:14.8125rem;height:1.0495625rem;top:36.875rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ie2ugh5yc4n449xPmlBb6I9Kumzu3MWR { width:18.25rem;height:1.875rem;top:36.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLueVA6NWyT7ISDQ1C2XnSm18OcW8EIb { width:6.375rem;height:1.0495625rem;top:28.375rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #mqybzGCQlaSF5TSmJtngAi4NcUZumCLF { width:9.0625rem;height:1.875rem;top:27.875rem;left:1.3125rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #pDrErepwxVA7EnJTE6EACTvNSJ6iULzO { width:8.5625rem;height:1.0495625rem;top:33.5625rem;left:0.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hZwzmIklhqkwkwmwfN9anS7I1x1ClPty { width:11.75rem;height:1.875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXtuBkzXiBr6cIuOauQEOsGi1EoK1DeJ { width:1.25rem;height:1.25rem;top:10.1123046875rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQiHNdUNWTWacabmRxRmcuLpfwroQ2l { width:1.25rem;height:1.25rem;top:13.0625rem;left:17.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVaEVSg3CbMz3eNz5oUnBVHE1R57sQwf { width:1.25rem;height:1.25rem;top:16.0869140625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo4aJW2TxVL6Z6BHwNtmGeNhfOTh4yZS { width:1.25rem;height:1.25rem;top:30.7119140625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdAoKk0FeRHnkDUStOoUTyctbqQMWBax { width:1.25rem;height:1.25rem;top:28.2119140625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG1WrvnrH6zDflmO3e0ZC3G7EiLRhsRR { width:1.25rem;height:1.25rem;top:36.6494140625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAz3rHCZH3gtEg1m2xU05Ldd08f03bo { width:1.25rem;height:1.25rem;top:33.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsiz0BoBowl8lObEcct9xDiGy0p7uIUo { width:9.3125rem;height:2.3125rem;top:24.3125rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOgsFB0AQ0sgW5x9nAflQyrRt0tA1iT { display:block; }
 }@media only screen and (max-width: 763px) { #WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/237f42d6-e7a2-4fc4-a0e9-0c58b01f2d62/Frame37491.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV.adaptive-delivery-prevent-bg, #WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV.lazyload, #WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV.lazyloading { background-image: none; }#WgDyMhESrLvuX5MR2aGXU1D5AAESdkTV > .row .container { width:20rem;height:67.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kL1cuGvFhmTmqinmneKh3XdWWDaIfrV7 { width:16.4375rem;height:5.20019375rem;top:1.4375rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEZhouO0ipwEdPAWcAJrJcBtX1OTzUhl { width:18.5625rem;height:3.75rem;top:7.51171875rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Un5mb4G3X3EkGx3V0MH3NlCLa6MyH4Cc { width:19.74975rem;height:2.27416875rem;top:53.9375rem;left:0.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZ8K8HxUogsnGCiQCBeGm7iArQTayK3v { width:4.3125rem;height:1.4375rem;top:50.375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FosakD4bIJob5imod9U5JTl9gxWNlAsT { width:11.5625rem;height:1.49926875rem;top:50.375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsggVR7PU5Gi3CGbS42XAN7znqpbIwH0 { width:19.125rem;height:1.49926875rem;top:52.125rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTqxnGqJGDkucWApslwOy5XkUNFcpORf { width:18.5625rem;height:6.875rem;top:12.4375rem;left:0.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZlGFwqlwK38pwwvsESb3Q79BSawnFGV { width:14.24925rem;height:1.57470625rem;top:12.875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ocHVrI3ixgrpB20gmaV4IZsy5ReQtT { width:10.875rem;height:2.84399375rem;top:14.6875rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOXyky9PIs320UopXSAgpTxMEUKMq7uL { width:1.9995125rem;height:2.19360625rem;top:14.875rem;left:13.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRBWVvyMKUVg1REu10G7elkBpFxz7uOT { width:14.25rem;height:1.2243625rem;top:20.5625rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssZTV9iRtJA7AXD3B4J1DPaLB6N9TTy9 { width:16.8115rem;height:1.22534375rem;top:17.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0ivtliKGNWScIsn17wMWl2QrhKHqQte { width:20rem;height:10.625rem;top:20.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypEhI5bROfqZ6dWuSbtX7zDqPUUKbFqZ { width:14.25rem;height:2.1875rem;top:21.8125rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck68BDuwTEAFwlhbxZZZWkeGH1GzSl8p { width:10.874625rem;height:3.81885rem;top:24.5625rem;left:3.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3sSZTTVuUDTQJ6B8dQmiN4fxIkOyRdo { width:2rem;height:2.6001rem;top:25.1875rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4UAkHcTsmSTPZQk0FVrtHxLMNPPMWT { width:14.25rem;height:1.2243625rem;top:35.25rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrkuGtyDUhmLFKH4RcWJQZAQFNhT82oy { width:15.437rem;height:2.79785rem;top:34.093017578125rem;left:2.2802734375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbIvLZnOIIO4diQop7e6pNZdNkKLnryI { width:18.562rem;height:6.875rem;top:39.3125rem;left:0.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4oQ6IcZAzZs49fkQWhqSiGaqyX9gHT { width:10.874rem;height:2.4375rem;top:41.6875rem;left:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMOzEGW3mohCiDJ8mT10nxU4aoS2us6R { width:1.9995125rem;height:2.19360625rem;top:41.6875rem;left:13.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3O5rmABHILrS1aG9PnUG3AdcMtXR6XT { width:14.24925rem;height:1.22534375rem;top:47.101806640625rem;left:2.874755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZnaiG0T0Z1HhkLnJmaFUDCXgQMkHzDW { width:14.9365rem;height:1.39965625rem;top:44.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #banA5SXJiW4JRnqWFQi0z5s8qIx2TzGq { width:14.249875rem;height:1.57470625rem;top:39.9375rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPxVOTfKZ9uho03d2lKHT7MR42urTd9g { width:18.562rem;height:6.875rem;top:31.5625rem;left:0.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #msH6sEdyprOz9lHiRvMA6AgoylTIviwN { width:10.874625rem;height:2.4375rem;top:33.875rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3pJl3WNLFFZNTDVSxooA8g8ZxHgdeKe { width:14.25rem;height:1.2243625rem;top:49.9375rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dh63rxyxPSuqmiHP0wnwTCAcTNkFOFl9 { width:14.249875rem;height:1.57470625rem;top:32.3125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANchHaftTsUuEZZSF8Cua7XH3ANqdCqv { width:17.1875rem;height:1.29931875rem;top:36.75rem;left:1.4375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #llHye0zucE26oerkpTNizlaHi6eC3gyt { width:1.9995125rem;height:2.19360625rem;top:33.875rem;left:12.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5EKwMhZVTkhRMVgfwvgTgN3wuLz9AlS { width:20rem;height:3.125rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC8HZqpcudOynHXH7B6D2i4Aton0e2pP { display:block; }
 }@media only screen and (max-width: 763px) { #t2XiFh8WrvVShHUnPmlmGB2kcW0piQt2 { width:20rem;height:3.125rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szUAQMpDeaxrkUOErOWnIQUPCrTqnBlQ { display:block; }
 }@media only screen and (max-width: 763px) { #G6K4siQzwiMy3AJg1cLilBVVs6W1kxvT { width:15.625rem;height:3.125rem;top:21.125rem;left:2.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvkWkLX1bI0vyfVt5SwttpcwFBRwTZhe { width:3.06213125rem;height:3.06213125rem;top:20.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efvO5E4TCvDf2nytUzCxp9cTPqhkMZ6T { width:18.562rem;height:6.875rem;top:12.4365234375rem;left:0.718994140625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ4Tb9nT407LbfbvMvVpwwzfXzbSl7UG { width:18.625rem;height:10.625rem;top:14.21875rem;left:0.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FwoVof9hVB1i61cDw3IuWIqu9X02O2hA { width:19.3115rem;height:1.13671875rem;top:28.3125rem;left:0.375rem;font-size:0.8125rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #y2r6p29CTUH0izi3wWUXTOvcc4NNrJbn { top:33.75rem;left:3.3125rem;width:13.31175rem;height:2.5rem;z-index:15005;background-color:rgba(75,74,75,0.34);background-image:none;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #med9v0qsaqUrLMfUEbH7RZWNuvGOmbRA { top:41.5rem;left:3.3125rem;width:13.3105625rem;height:2.5rem;z-index:15006;background-color:rgba(75,74,75,0.34);background-image:none;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCGz5PFPhKUkc3EBu0c7H7Gq8PsIJEci { top:12.453125rem;left:0.7177734375rem;width:18.5625rem;height:6.875rem;z-index:15119;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 { background-color:#15002a;background-image:none;display:block; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container { background-color: transparent; background-image: none; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container > .video-iframe-container { display: none; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row > .video-iframe-container { display: none; }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .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); }#tit4cHiS0sxxLTZT9upDsRrAI9IyUW22 > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCTe6xMaV9FREsLGeTLUMAO4vE0S1ds4 { width:20rem;height:2.35656875rem;top:3.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hr1KL2BerhavzDmWblsghnXAVtBT6eeZ { width:20rem;height:5.625rem;top:48rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TuTdMRy0m8aoqe4EhWB5pyvpQowB7TrR { width:20rem;height:4.21875rem;top:54.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Sb8Ftf97TlGKoN4tdDDGUTu4TP9zaMTn { width:19.875rem;height:3.75rem;top:21.125rem;left:0.0625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v0bFHgkDMNc02p6e2i1opSOHnMWpvVTc { width:20rem;height:5.625rem;top:25.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JxUKBkPrlMb1PViQ5lUOWnZTiT1rpv9c { width:19.9375rem;height:3.75rem;top:75.25rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cy4OpTZpfTsmFD6v7I5nK86tcrC3FgQQ { width:20rem;height:5.625rem;top:79.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cNVTfzM7y0PgbohHpLDM7DE2DBptzsgO { width:20rem;height:13.058625rem;top:6.8779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru7bNbuVuRZI9xH10VqubDGIHBTabxID { width:20rem;height:13.058625rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMAfSybAznw7C1C0NEcWxmZ7WoieO42 { width:20rem;height:13.058625rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 { display:block; }#QMXalaWLNQCzIy2UuB785OVW0KTEDfQ2 > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avb8EwXtWdbwIcLm4rS2XEWbqN4zX4l6 { width:20rem;height:2.6001rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbVXBVarSTTcTCrO8XB7CBDIOzS79RTa { width:11.1875rem;height:2.76269375rem;top:8.375rem;left:4.0625rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMrOabAZRwTtDoGZ3Kq79awknTBxWHpJ { width:2.8125rem;height:2.8125rem;top:8.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAGLEhpcZTad6bqaxWKPrGNhAJzN7bG4 { width:19.875rem;height:5.3125rem;top:7.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzfoamaCvbRHmqUdpmfT7GCCnKbf2IJ { width:3.125rem;height:3.125rem;top:8.2734375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2v6xnyJDPXndou6Xtb40WEHc8116oeS { display:block; }#S2v6xnyJDPXndou6Xtb40WEHc8116oeS > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heNyd2A8zOJNuQn5OslqJEWmTkqfKexl { width:17.8125rem;height:13.5rem;top:1.46875rem;left:1.09375rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #K00PL4Gu0k1EzFgCbmJEGsXZwa2ZzKc6 { width:19.875rem;height:15.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX { display:block; }#HW4GCJvStoWGvWRaW8WQdXexSBr4lFoX > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFeGyZ8qBnahkcboaBOJUJRsr6S7SVzZ { width:9.875rem;height:3.1875rem;top:1.40625rem;left:4.0625rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ldfT5eg2TH2tXO3mQqat0A6HrBtiG8kb { width:2.8125rem;height:2.8125rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pHSgfR1Zu87GDTs7JOEOZCNITl3KWg { width:19.875rem;height:5.3125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T863A9ZkqiT7lgu8lAvuVSGwnhU9P20I { width:3.125rem;height:3.125rem;top:1.65625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x45Qoiydm1dulxMRGQeBcpB19AqEINaH { display:block; }#x45Qoiydm1dulxMRGQeBcpB19AqEINaH > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0W92UvTFy8gNbi7lw38F6ewKr47nRbp { width:17.8125rem;height:19.5rem;top:1.625rem;left:1.09375rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BKxDlvVg1mtSbAJRIvRo7AF2h5vbvqaQ { width:19.875rem;height:21.875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm { display:block; }#B5bagOErhm9Is7t99SJaDpgrhr9S4Wbm > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmcXh5vuIwPPIrvTISwv0A5XSFN0bi5i { width:13.25rem;height:3.1875rem;top:1.34375rem;left:4.0625rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwQ11c3uWLAHvGtzbAnuxRi9RSv4rvvH { width:2.8125rem;height:2.8125rem;top:1.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9f7x9on8TDLXAEvvrrsCqMWIQOk445 { width:19.875rem;height:5.3125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTfbmmTTBP5IvkWV4gbbudT2GcdIscgu { width:3.125rem;height:3.125rem;top:1.46875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqE3AOZGEb20n7W7CovErJozVBn2VGMy { display:block; }#QqE3AOZGEb20n7W7CovErJozVBn2VGMy > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPmrZqMQOZgI24wS7xE13ETozo4AHNta { width:17.8125rem;height:12rem;top:1.5625rem;left:1.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZBVNxeovrHuwmHlLsOveFfFWM03BuV1 { width:19.875rem;height:14.375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO { display:block; }#cFeDiFTvLFnThZDEZrCfqgbD0oKTOCmO > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrHxHHhTTwtZWfUpOHEeT7uba0HvK3f8 { width:20rem;height:3.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMR6ovTp1z1TurZA6TCqEzCVOE3O8mKC { display:block; }
 }@media only screen and (max-width: 763px) { #ioFZbsF4JGqgFeV08ckTdTM5K2oTb13x { width:20rem;height:3.125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3AHXzSHfIqJps6TnvIwdu49HL9EGob { display:block; }
 }@media only screen and (max-width: 763px) { #kKzPN2iATFAvpTETGw7ciOD9781HK6GP { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/ae4dad22-e752-45d4-8933-3d2acf460455/bjdfnkmvlknbjfd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP.adaptive-delivery-prevent-bg, #kKzPN2iATFAvpTETGw7ciOD9781HK6GP.lazyload, #kKzPN2iATFAvpTETGw7ciOD9781HK6GP.lazyloading { background-image: none; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container { background-color: transparent; background-image: none; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container > .video-iframe-container { display: none; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row > .video-iframe-container { display: none; }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .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); }#kKzPN2iATFAvpTETGw7ciOD9781HK6GP > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf7LaAsl9n7KAH76898nBv3KtaAqqdoU { width:20rem;height:8.400125rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKEiWGCsGJ4gKnyB33JJc9xqqPwSb8ld { width:13.6875rem;height:14.375rem;top:12.162109375rem;left:3.15625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f8CzfuxfnX51T9Xw0Etp0WEOTPauTxNM { width:20rem;height:2.6001rem;top:34.6494140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6OqwgxdLZxDDW2droxDl3SHSAVVoyKw { width:20rem;height:4.5rem;top:27.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbKlrGOCNaGG32t46rxon6wMXa3Rg6Bw { width:6.875rem;height:3rem;top:36.375rem;left:8.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #qKsmozDJidmQAquxQvFJrzWvE6sBIJxW { width:20rem;height:1.7995625rem;top:37.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ADpoHq7NG5dlg0b6WMPzeIZKPwxnInbS { width:0.0625rem;height:4.6875rem;top:69.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsUAly9p62W7ihtEt3GDR3UxArsdqZ5B { width:20rem;height:1.5rem;top:42.099609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T7UTE2xLPK1aLbQTu610Ev08zmn9uum2 { width:3.4375rem;height:4.3125rem;top:35.375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLwwCA76BR4368N3HHf8wMcRaTrxhoA4 { width:20rem;height:1.29931875rem;top:40.1748046875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SKvsEEG5EZzTrGmaTcUoPKiLp0hurUed { width:13.6875rem;height:3.375rem;top:44.849609375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #erteVLTVeHVThmn5xtLzWIc1V6fxOKQH { display:block; }
 }@media only screen and (max-width: 763px) { #dTFL76wVapffnWnoh8rJbpuP9l4NTMHs { width:13.6875rem;height:3.375rem;top:49.47412109375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8CQ8O9sgvN7BZTHgBHS7ZRvvKhGnxsM { display:block; }
 }@media only screen and (max-width: 763px) { #RZNU4fUAJ8S7Ju71csVA5llDOMl0DGnh { display:none; }#RZNU4fUAJ8S7Ju71csVA5llDOMl0DGnh > .row .container { width:20rem;height:86.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aX8XAxLra0GL6zLDCMcaFmFWQTydlNWN { width:16.4375rem;height:5.19921875rem;top:1.375rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycfs7QJc9yo06ruN0cOAS9DJXA49Vq9P { width:18.5625rem;height:3.75rem;top:7.44921875rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AF82O7mzrL7xShTdgIsFBM9WnnZcIMc4 { width:19.75rem;height:2.35595625rem;top:72.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IViGIV7UuMHCKlSOXy1Gcm6n18mCKE1e { width:4.3125rem;height:1.4375rem;top:68.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9DLLPLoVM9LfNGcbMJOiaEe6kTu3T9p { width:11.5625rem;height:1.5rem;top:68.5625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4OWu2CsCAHRrDP45iOcMUH0ndFfuJu1 { width:19.125rem;height:1.5rem;top:70.3125rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRQmuPdzOWt2aHfh4z72TyuME1x0J4Af { width:20rem;height:12.1875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3h6PHB6vFaDaZU580V9pUPun5PSLGRt { width:14.25rem;height:1.75rem;top:14rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWfgLFlHpthc1q2erCI5qFgGT6V1c4E8 { width:10.875rem;height:4.0625rem;top:16.25rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMPMQfrNS47mlS0UClTeSEoCLrNADG9J { width:2rem;height:2.5996125rem;top:17.1875rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKP0f5P6T5W8VBq9MoKzn7i4CCO8umWs { width:14.25rem;height:1.2246125rem;top:20.1875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMaSP8z5BTV5XlkFF6LsABlf0godGQLt { width:16.8125rem;height:1.3999rem;top:22.625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqSuheooBJBvn1iS8P29ScrVTnq1OeG { width:20rem;height:12.1875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHHUc6l8rkg9xue9mC71GmhsOy8lJheP { width:14.25rem;height:1.75rem;top:27.5625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waVHL2DKooSHcRrvH2NQHFTvlzo4zDzH { width:10.875rem;height:4.0625rem;top:29.875rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhuEZXBKbKlrIzD56TPghPBAeCs7JpIT { width:2rem;height:2.5996125rem;top:30.8125rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9KDnitWIEcADeRp9ud2TwWpgQJOh93C { width:14.25rem;height:1.2246125rem;top:33.75rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOqTXoogFUtwbwrC7hPU20VyD3GhoGA6 { width:13.5625rem;height:1.3999rem;top:36.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZnRp8RTClVt6Lnr2SldtVyDswtXMkMx { width:20rem;height:12.1875rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORMl1uZtp8kaFc1mTHufQeIcWSwvm7DH { width:10.875rem;height:4.0625rem;top:58.0625rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSLViAToymObhH5qn6vtkCMKBgBrJ8qv { width:2rem;height:2.5996125rem;top:58.9375rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx2HQcGMGbhF7xM24rHMlDp3pSkZcCyJ { width:14.25rem;height:1.2246125rem;top:61.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGQIpbBv3hT65uhWGBB4AkEqArgMTd6K { width:14.9375rem;height:1.3999rem;top:64.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOeEDBJ5xadXZLnWZTRvW9KQMEhAdPFx { width:14.25rem;height:1.75rem;top:55.5625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyHeVX98KrwRQyeWQv2KihzDf4Tq6ouq { width:20rem;height:12.1875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRbqeDpwScBaQ2lt8Dqlos2lAGl1xdEv { width:20rem;height:13.3125rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK1E1RXTg77T63Z1MDrAnakvQp11d9w3 { width:10.875rem;height:4.0625rem;top:43.5625rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUt7Shu1yNHogzJEQeAkvshTaPgTzDb { width:14.25rem;height:1.2246125rem;top:47.375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR06TVDEtMnJWcv3941l3E3vznK1oUCU { width:14.25rem;height:1.75rem;top:41.25rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQPV94lsJ8UuTT2k8t5XfO2raUxvG64 { width:14.0625rem;height:2.5996125rem;top:49.6875rem;left:3rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kp50fC59rgmIDJ6VVS2vT4GrJtAxdeP2 { width:2rem;height:2.5996125rem;top:44.5625rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6Hd93khuJG8OWlJpndvVy7rLRvxDEi { width:13.75rem;height:3.4375rem;top:76.75rem;left:3.125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #E4sFtpSULrhHGFm14RTwfIrKkoTtlQHr { display:block; }
 }@media only screen and (max-width: 763px) { #WW5KwXNJIF5dI9At7XIPimA29tOBCnVp { width:13.6875rem;height:3.375rem;top:81.4375rem;left:3.125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Zow8m5aIJxGh700TJ3CGDKkc7kxDSgU1 { display:block; }
 }@media only screen and (max-width: 763px) { #bZdvZdl94bRzi3fEdGkIKa8a2BNwXNLK { display:none; }#bZdvZdl94bRzi3fEdGkIKa8a2BNwXNLK > .row .container { width:20rem;height:86.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NQXNUBHlHrv1QZf3RuqKVrH3tDTpnHsE { width:16.4375rem;height:5.19921875rem;top:1.375rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kougISwNdWVPzaf1AcWXMNv4p8lgigLU { width:18.5625rem;height:3.75rem;top:7.44921875rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WQPTL8kKF1LzknPf4UbJoS7S1W6yIL6B { width:19.75rem;height:2.35656875rem;top:72.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCcuh7I2UhMxyGs2TKbNyizO1vBfURcx { width:4.3125rem;height:1.4375rem;top:68.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNLJxF8bdcRCaM0wHGQobUbpPRTLqnaJ { width:11.5625rem;height:1.5rem;top:68.5625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ank5Os56B13yUrimnJe9pf3fTnb8y0uL { width:19.125rem;height:1.5rem;top:70.3125rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grPNXFZMhANPwwmwN0VKLZOMrJPWMppg { width:20rem;height:12.1875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib3oETsTyMPaILzBVBtMOmMwVR0hbic6 { width:14.25rem;height:1.75rem;top:14rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTwfIVCmikO9TrbTTZA46zC3zmwSnov1 { width:10.875rem;height:4.0625rem;top:16.25rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8mbP3LpsT3L7hCCGgZUmmCfpUDeQZI { width:2rem;height:2.6001rem;top:17.1875rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXU3ES42vckPHf6Tyh1s1MIKo58IPdLB { width:14.25rem;height:1.224975rem;top:20.1875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHLGWOZPqSZ32NhVuDHdvAWAAb2zsAZe { width:16.8125rem;height:1.3999rem;top:22.625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ELhtC7T3bF18AClIeNpXtVSrXmOv4C { width:20rem;height:12.1875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS6ruHX40DV4LZ3hZLMJcKtVSTzC6UFf { width:14.25rem;height:1.75rem;top:27.5625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6PdZkvq1bIhc5uIVSuzwpRgv5oLFvTt { width:10.875rem;height:4.0625rem;top:29.875rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e81Z7uarG48kf490JI8yo4n8abmpkwdT { width:2rem;height:2.6001rem;top:30.8125rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyAmp1EqcMEGzoz0tVsBoLppkKNfUDST { width:14.25rem;height:1.224975rem;top:33.75rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU3p4asOP3eL76Wm5VznthMpvUtaslJC { width:13.5625rem;height:1.3999rem;top:36.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tztcsk2NBr3IB5mT5cAuupSlOVfFgytx { width:20rem;height:12.1875rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8fZLHbdtBl7acZwGX7Kf0ow6zIb56wV { width:10.875rem;height:4.0625rem;top:58.0625rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2OpDs0PViaQRfZH7TTSd6uaHZav0IX8 { width:2rem;height:2.6001rem;top:58.9375rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnB7zONHmFVLv05LHBZ9z6FQKhQbwKML { width:14.25rem;height:1.224975rem;top:61.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpwaTMkItXSc2DcdAw77JTaTeZKGrbbN { width:14.9375rem;height:1.3999rem;top:64.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8nPvSMsziHDRX6rp0LAt9qDG9HmMil3 { width:14.25rem;height:1.75rem;top:55.5625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkWoreelCA0d5qpHeJd09uiBH1H7giHt { width:20rem;height:13.3125rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR3pxKgOGtBbDJeB7S3zwbZvo91gcW1k { width:10.875rem;height:4.0625rem;top:43.5625rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RapwtMytfMtOKFbo5EE6O54Of67o9Dxi { width:14.25rem;height:1.224975rem;top:47.375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq03o77GpHAirTSMtWufiBCnV3hPyqkP { width:14.25rem;height:1.75rem;top:41.25rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTxWEnde2Mweqz3iSNeTm7aTpSFbho7 { width:14.0625rem;height:2.59895625rem;top:49.6875rem;left:3rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N46ux6iUPGeP0aJhkkFXStSEmOKO3Pm1 { width:2rem;height:2.6001rem;top:44.5625rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh9IhTZQE7skpfTxuoQBIkaaNboL1WLN { width:19.4375rem;height:3.4375rem;top:76.75rem;left:0.375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #BrdDGVTQAutSbC27ehF9vP3PAEmISmHs { display:block; }
 }@media only screen and (max-width: 763px) { #IiTgNZpmqIShESLL7fbpBe40yLt43VzE { width:19.5rem;height:3.375rem;top:81.4375rem;left:0.3125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #QZK7CA2Ek1cfnSPZxBTEB4Ubafn9q87d { display:block; }
 }@media only screen and (max-width: 763px) { #EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7 { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/6d8571fe-ff86-499f-b2aa-02072eefd780/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7.adaptive-delivery-prevent-bg, #EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7.lazyload, #EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7.lazyloading { background-image: none; }#EZTKLzb7y4MVTNm1gloRJkhCyVUf8Sg7 > .row .container { width:20rem;height:65.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CT8RsiNm3TwrMm0JnfwXbS3IZeQObUxC { width:20rem;height:5.9982625rem;top:5.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IxzGzED9BFICln8hcw4TmTwCSTdH1sW3 { width:20rem;height:5.9982625rem;top:16.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p6yCUwubzB7x5KVdWqBVtvcT3xZnNJMv { width:20rem;height:4.4987rem;top:27.662109375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yfo681SwaXlEEEC1B9ndKPXbClgaDPlm { width:15.4375rem;height:2.10015rem;top:2.8125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kc6c4Znx4wcgnGlQX6BtnoqVCedq1eF8 { width:20rem;height:2.10015rem;top:13.861328125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2pyS2yDEEAhEOwuTSMqALW6clTwbeG { width:20rem;height:2.10015rem;top:24.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oFlRQN6Pn6A5KxMADoIMVvAJTNCmIIkX { width:20rem;height:2.10015rem;top:34.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #whT2BXsbBTdZebtlBAKvOlNRCmxv4nGl { width:20rem;height:4.4987rem;top:37.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CEsGMy61cFZq8oAOPTQxlafez3tmKWQg { width:14.875rem;height:1.80013125rem;top:44.09375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iW6hh5x25BUrIZssoy4ZyzkyQfXiyv8h { width:16.5625rem;height:1.80013125rem;top:50.974609375rem;left:1.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ks3TBkmF0cdCBk3wy1XL06AkWwRms553 { width:16.6875rem;height:3.14995625rem;top:46.9375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AmfCWFzQbmicUtZp56bgap7QkWaJx3It { width:16.6875rem;height:3.14995625rem;top:53.7373046875rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O3B0x7pTqkMLg6pdqL93e0mqpzuZ50wD { width:1.25rem;height:1.25rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCVg2sK45244B2m4WTgqrKoksDxkgF0A { width:1.25rem;height:1.25rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khvVyuzG203QTzgbqGFQ0IhG67b6nHNG { width:1.25rem;height:1.25rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxZKZg38hmQSLoo2kRcVxF2PEHhziQpH { width:1.25rem;height:1.25rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWgGiVfegihyuE6hHz3qs5hRTp0l9xe { width:11.625rem;height:3.125rem;top:59.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQyk33He10z487NOT7b17qhgoPUryTvh { display:block; }
 }@media only screen and (max-width: 763px) { #VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/6d8571fe-ff86-499f-b2aa-02072eefd780/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN.adaptive-delivery-prevent-bg, #VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN.lazyload, #VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN.lazyloading { background-image: none; }#VziTBPPRSLfCJAi1hyf5k2Te1E2Eq8QN > .row .container { width:20rem;height:68.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AaLKHxplPo2Q9xXPM2umDqFDeFHdA0DJ { width:20rem;height:6rem;top:5.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enJyA1e85CzNsc3qa2kwvGnT0NarMlnC { width:20rem;height:6rem;top:16.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DlolV2h3WE05WEDclZ2xMGoei9TmPCMi { width:20rem;height:4.5rem;top:27.662109375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PoKbvknLtnlTNv9JzB7sR7wcQTIRxGty { width:15.4375rem;height:2.0996125rem;top:2.8125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VPUDzRLLJE8Bd7V7LPA36uTwTNHt8qZr { width:20rem;height:2.0996125rem;top:13.861328125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z79NC9mNT5uUgHzgXgWXNf4HR5agA5pw { width:20rem;height:2.0996125rem;top:24.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rfTKJocfHc68FSlOwgfo9b3tD54vBnZ1 { width:20rem;height:2.0996125rem;top:34.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ptHZ62VLZTB7TqyUlBOitNezifS09RCt { width:20rem;height:4.5rem;top:37.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lfGw0RvmDAT09WDQTf6DVK9P5CNCBQ2e { width:14.875rem;height:1.80013125rem;top:44.09375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CraowQ4OLozD7QaOeAdsUWJ2OCgZEESZ { width:16.5625rem;height:1.80013125rem;top:50.974609375rem;left:1.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFkAMTxp6iwVtbIGzz6SUtLLyDg0WEHe { width:16.6875rem;height:3.1494125rem;top:46.9375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5f9bETiQKXEzllaZoChGbr8kKLgL43 { width:16.6875rem;height:3.1494125rem;top:53.7373046875rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ea671Tn9qrQK3oaxw8adwAVfQeg0PV2N { width:1.25rem;height:1.25rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUu6JtprXXFcprqSwmA1ntFylo9TNeCb { width:1.25rem;height:1.25rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEe6M46W3a8tTrzulWBezbmXfkrlOhq0 { width:1.25rem;height:1.25rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflNbz84WD5mVogW7TX04k190MEIZGZW { width:1.25rem;height:1.25rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOGT0bTQ1T3Ginex2fgOxgLU64DISPdE { width:11.625rem;height:3.125rem;top:63.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc49OuSrsQhfQc8o5S0lXlyhKe2qZx5R { display:block; }
 }@media only screen and (max-width: 763px) { #ZTPkJU9V5Azw4E7NonQlusrlwoTrHqEJ { width:11.625rem;height:3.125rem;top:58.82373046875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQGGZx0CwpK7Loo4fF5cTrFoE8zGG5l { display:block; }
 }@media only screen and (max-width: 763px) { #XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F { display:none; }#XqJ6oWiv090Uub5mLWJ7U842TvUUrE1F > .row .container { width:20rem;height:144.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qkQo7ikVG8pfc6k135XRPwUd5iAbOJsH { width:20rem;height:5.19856875rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJhQv3ibTG66PDmB02ETXrdiEKmmVfqR { width:17.6875rem;height:3.9375rem;top:34.125rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4eFCF2e23BJis4s2GWGzDvcuWvVn4i { width:17.6875rem;height:1.3125rem;top:39.88671875rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daSUOIQeBxltbuhgr9NTPAMRGQOD8rT4 { width:17.6875rem;height:1.3125rem;top:41.38671875rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHNBrbpQW0T0XCsNdB6yk6RHazKrNS84 { width:17.6875rem;height:5.25rem;top:15.5rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2tfFOiymREs9ewG9pp5kQZxtPaqwpye { width:17.6875rem;height:1.3125rem;top:22.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyWIhA92Nd3BG1EO5z9seQdhnHPUGspI { width:17.6875rem;height:1.3125rem;top:24.0625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZTW7sAzQmFTtCqSesFKdKssgec1rTf { width:17.6875rem;height:6.5619375rem;top:51.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAXpp1xPqeldrZMVFBNelKmyhKx5zeSo { width:17.6875rem;height:1.3125rem;top:59.9375rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXBtrl2UcHSFgd8rc2Vc1IfzlooiKpye { width:17.6875rem;height:1.3125rem;top:61.5rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8wp3MWDfBqlvc2qD4BTvFWaKlNRRAEd { width:19.875rem;height:13.5rem;top:30.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTHD9z8a5iUBOTlrprnNyUcehpipLhv { width:19.875rem;height:14.75rem;top:11.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSl8LM4RoMZTZ5xfyKuTRLRO4Tw6xUiB { width:19.875rem;height:16.25rem;top:47.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho2G7IwpZ7R90QtQarsNZhNh4L3kMoTa { width:5.625rem;height:5.625rem;top:27.51171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVPFyokxGRC9tafrFHxxNlOkBqToGR3Q { width:5.625rem;height:5.625rem;top:8.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5uCmHba2d4uf5ghEzdV6z2PBO9bxcC { width:5.625rem;height:5.625rem;top:44.82421875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkoaJZFK9fBeIH0J9oZTNf2z793ZbMK { width:17.6875rem;height:2.625rem;top:98.25rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl5i3M1NOsltNJksO4VVw8gTDV8fCCSn { width:17.6875rem;height:1.3125rem;top:117.6875rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBUwDNgrvgWObQpAN20PLByFeOOlvO2c { width:19.875rem;height:16.5rem;top:85.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3zZGD2Epfh4T4mtboSTBK451PFClzG2 { width:19.875rem;height:14.0625rem;top:106.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc4e4hR4JHOPMHvxtl0xTobpTu0vC2Jq { width:17.6875rem;height:1.3125rem;top:96.6875rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLimtAAJAwzhxAEKQD71isNDOeItTK9a { width:17.6875rem;height:1.3125rem;top:116.0625rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNSzRTBxLxIzbZwS1axrP3mPxbwfZ5b { width:17.6875rem;height:3.9375rem;top:110.125rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSA2wvWHuLPF7OwzIWA0JMBoBu9QDAJp { width:17.6875rem;height:5.25rem;top:89.5625rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbT5DKt55OQZVg7gVm7D0TTTvkPDhvKG { width:17.6875rem;height:3.9375rem;top:71.8125rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHPztrcRErl7K8nLTXcJbm2LJyGuXTim { width:17.6875rem;height:1.3125rem;top:77.625rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD7wfaMrs4EQiN7DZNFeHpsUpUshTthU { width:17.6875rem;height:1.3125rem;top:79.1875rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixoWxMqTel1vwolDh3HQHWQCNWdXRZRr { width:19.875rem;height:13.8125rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIup95rfanwmJhtFCumJVLeRZpvAFOZi { width:5.625rem;height:5.625rem;top:82.8125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dooLA5R1vwm7Eu3fAvTlBWERve8aFKCP { width:5.625rem;height:5.625rem;top:65rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK2Z2WzbLcrL86BvRHHyRKsq8G9iZgKl { width:5.625rem;height:5.625rem;top:103.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyWC6xsoeAboWPtFo44JyTwRDXiAuFvN { height:11.222625rem;width:20rem;top:123.9375rem;left:0rem;box-shadow: 0rem 0.5rem 1.875rem rgba(156,156,156,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #MypNfzsIFXTrttK3T60iUyMc5cwPAnFw { width:11.625rem;height:3.125rem;top:138.0625rem;left:4.1875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #MK5mC78x0FEIZxSmsI5pah61FTCGMp06 { display:block; }
 }@media only screen and (max-width: 763px) { #WQ3VTVC6hbOuoImy2gNyOoy64zsJEKyC { display:none; }#WQ3VTVC6hbOuoImy2gNyOoy64zsJEKyC > .row .container { width:20rem;height:203.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwo1NLkAwEnvgXzJxM52bHXNdsJT99H9 { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBhocLQ0dph3l5Je2fUg6L4VTzXHF75G { width:20rem;height:5.9982625rem;top:7.26171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #t03SFm6Fw8pf0T11V4yB3W11MPgNb7lH { width:17.6875rem;height:1.75rem;top:56.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA9iAHT8rySmF5O8z9Co0T7w9rcEwnHC { width:17.6875rem;height:1.57498125rem;top:55rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #popCIhbJrUiUv3avwQAQeNhurOVQDX6w { width:7.125rem;height:7.1875rem;top:46.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voIlTMZJinexMkRTsgtkw6bcy2OzXF9L { width:19.75rem;height:30.25rem;top:45.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPWbEwB8X9X3ByHpBBhnq6tH1mBt4Ttv { width:18.125rem;height:7.03125rem;top:59.3125rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bRRMxm0OMrbJcyiGQoZCrmHHOlTglTHe { width:15.3125rem;height:1.13769375rem;top:68.6875rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIHpygZNxQvk9k1AxZdB59vhS8U2A5Ac { width:0.9375rem;height:0.9375rem;top:68.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ysn8FrTIAubTPZOohCh3lZfxFsJv34 { width:15.3125rem;height:1.13769375rem;top:70.25rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmHGNhayLCyc41I2T8Esa4GH83h3BJno { width:0.9375rem;height:0.9375rem;top:70.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwdWhh5CncFyJLkh3e7Xf8ZVo6I2SAc0 { width:15.3125rem;height:1.13769375rem;top:71.9375rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtbVJcpBaoFkVzUHNgUhT8SaWqSIOcIw { width:0.9375rem;height:0.9375rem;top:72rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuD72fHeaMxE0xJkTrxgTIGSF1lVFurJ { width:15.3125rem;height:1.13769375rem;top:73.5625rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7U5zltZWHKLTz5mbgGUT2yz6XwzseMS { width:0.9375rem;height:0.9375rem;top:73.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxGMkSs1TSiJLvlhivgtHc75E6OJ4Rsu { width:19.75rem;height:28.625rem;top:76.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRrH0TbTZT0m9uGElkB6kCh3ItIJDWcz { width:18.125rem;height:5.625rem;top:90.46875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xTnyldUgMzH2LgDzEtuyyuNLy9zr4B13 { width:15.3125rem;height:1.13769375rem;top:99.9375rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzhOulxOuhCDU2gZRPFNvxFPN0boUUmX { width:15.3125rem;height:1.13769375rem;top:101.4375rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqyLfrw4MUuaZ2kzBATTWJ1n0Swv3Cty { width:15.3125rem;height:1.13769375rem;top:103.125rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78pR63C712i7CfpldBTQXFGqxbiUzih { width:17.6875rem;height:1.75rem;top:87.8125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFLTSiIHX3q4vleKLlTIz4Di10uPoMQ { width:17.6875rem;height:1.57498125rem;top:86.1875rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExTrNyARZIROceahNbVUiyHvW6EN3S6C { width:7.5rem;height:7.75rem;top:78.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM0KfLtn7Iqt2tnTZyqtw9kMn45yztRn { width:15.3125rem;height:1.13769375rem;top:98.4375rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFEFRHd9o34aDJJbwNm9GXFHO96PRh4o { width:0.9375rem;height:0.9375rem;top:98.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w57htqRzxCChQMeb2O5O0htyvmvGoV9K { width:0.9375rem;height:0.9375rem;top:100rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGXuhZ46TqpTzZ2epfxknKfZwdq6MOy { width:0.9375rem;height:0.9375rem;top:101.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu1NvpuSh7lLLUGtxm3HVLunhHgW7iki { width:0.9375rem;height:0.9375rem;top:103.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRgoKlGqWbEixqVTgX8P79yS5XlBd8MB { width:19.75rem;height:30rem;top:14.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dygv8fdeH0QvNtoEJC4k4qU039zMR6Kv { width:15.3125rem;height:1.13769375rem;top:37.5625rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3qmIJoFDQ3Lq8EPvN30LHWCu8WRtoC3 { width:0.9375rem;height:0.9375rem;top:37.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fXKbile5HWX269NoonZul07UPqXEdd { width:15.3125rem;height:1.13769375rem;top:39.1875rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNS4NltooZCGmWfDBKZGO4R47R0ggEAP { width:0.9375rem;height:0.9375rem;top:39.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZoD1JVFE0l5gQNNDUvifrtzCv6QRTct { width:15.3125rem;height:1.13769375rem;top:40.8125rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE9tBVOtiZJ6sVtrC5VdlTutcU3sd7Oz { width:0.9375rem;height:0.9375rem;top:40.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uShDiqZz2ZNR9UEQFToX65cp3CPoAwVr { width:15.3125rem;height:1.13769375rem;top:42.375rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5mHva8xsSqivsyMSxEapSzZGTJfvTIp { width:0.9375rem;height:0.9375rem;top:42.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBSVL7sEyGIP17Gfw29pgJNeTbu1PtL { width:18.125rem;height:7.03125rem;top:28.25rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uMH4wg6fabVmP0a8SxKqEDAtXciT11cg { width:17.6875rem;height:1.75rem;top:25.6875rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCuCGoO7O9JyPJmFvf8nlobrHXMMTcAn { width:17.6875rem;height:1.57498125rem;top:23.9375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnWA4HnIMKVCi9SaQxND4gGODvaODbDX { width:9.6875rem;height:6.875rem;top:15.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTGzAvkb8FCSrwJXlbPI3wlvzVbSvqD { width:19.75rem;height:28.75rem;top:106.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTtRIEBBZkPd8BLkiBEc9rvhcwRHZg6 { width:17.6875rem;height:1.75rem;top:117.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glopiETvbZ6bQAUPiVlfswMPx6EzUW4v { width:17.6875rem;height:1.57498125rem;top:116rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eszRIut7J8ioXO97ebvK901TLqZBeITg { width:7.375rem;height:8.0625rem;top:108.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6IKkmSJbBhUMusVf80lmaq29BEBKVVN { width:17.6875rem;height:1.75rem;top:147.51171875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6NkCcATsNRoeAUkD9IvMMkqpBbuPBmu { width:17.6875rem;height:1.57498125rem;top:145.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unam9z03NaiuS7bqAAk8mh7FUyGKBfdH { width:10.9375rem;height:6.75rem;top:137.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvEoe2Q9R4KvauHN2UU6GWB8xThWhS1Q { width:19.75rem;height:29rem;top:136.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItKpOGLsCRUyBvcc07RC2OgDtoSgCBN6 { width:18.125rem;height:5.625rem;top:150.0625rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FPQ8dPm0xkRAnJKbFsSztnqGX6mEOlWR { width:18.125rem;height:5.625rem;top:120.3125rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RT9EmADVz3Ku0eTo2JzLsp4OHMF951mQ { width:15.3125rem;height:1.13769375rem;top:158.0625rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKGLuk2N7Vr3cB3cgLKpITv5wDPVbkZm { width:0.9375rem;height:0.9375rem;top:158.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6gocVZQlB4d3DVl8WaJ96DVGQx4Z0Df { width:15.3125rem;height:1.13769375rem;top:159.6875rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBxUvLOAqyc4yvO5SScSk81PUmc1qep4 { width:0.9375rem;height:0.9375rem;top:159.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODNHHhX1Og70Tv2nFQBSwMffLwUZWEXE { width:15.3125rem;height:1.13769375rem;top:161.375rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIgdD1BMQoHLpZu8DLwFbJmhhOS1sTG { width:0.9375rem;height:0.9375rem;top:161.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4CNnHNxrJKwcf7ywevCKQzG2sHT6PM0 { width:15.3125rem;height:1.13769375rem;top:128.25rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNQ8c5UUBxNI7u5Wqsw6lCdBV2m0w7xw { width:0.9375rem;height:0.9375rem;top:128.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3hIZo8G4heRTHXH5L5BGDx5MiBS9Z5q { width:15.3125rem;height:1.13769375rem;top:129.875rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEDctsKTph3ODmMudkoMwRnWciDBrkHT { width:0.9375rem;height:0.9375rem;top:129.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtHxqAAqb1tlpTxB1ZxdHAZ9QTTMiZ2r { width:15.3125rem;height:1.13769375rem;top:131.5rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8RWVTnDd6BPrPsO20gvHQKnSNiuyffX { width:15.3125rem;height:1.13769375rem;top:163.0625rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWSXtucx6uel46vZg2uvuvWsqiAspgzx { width:0.9375rem;height:0.9375rem;top:163.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcx54TiVBmfo9nk8bTQQD8gpCbBWnZhs { width:19.75rem;height:30.25rem;top:166.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Acoercf7y0q5aLpZKWTsoOxyp8zNqM { width:18.125rem;height:7.03125rem;top:180.0625rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mxQoOG4Z04z1sJph6tNticZ8ERkTHpOT { width:15.3125rem;height:1.13769375rem;top:191.125rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxI0nm7xzsxosAPffTOkE3kBeG2tDsu { width:15.3125rem;height:1.13769375rem;top:192.6875rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOgWsPMgWADRAbtFzWlf41T8sLQPfvMV { width:15.3125rem;height:1.13769375rem;top:194.25rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTx3RcRmSUeaTlRCKDZPaE6co0I9tZTz { width:17.6875rem;height:1.75rem;top:177.5rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfUwAd18uwMUSTSP7wXhHrTTGy1bkVp5 { width:17.6875rem;height:1.57498125rem;top:175.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoVRGafNPXe1gkN4SJ4Tf09fhbhfLcOX { width:15.3125rem;height:1.13769375rem;top:189.5rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1nx9NVMl6wS6IvcCWt0B5fR5kW4M9yr { width:0.9375rem;height:0.9375rem;top:189.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8WdNF1bShFdu75T8Rihd9V6z9V1mDL2 { width:0.9375rem;height:0.9375rem;top:191.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BarR58F7bNt7CFRzkqT2F8gEEVvFBy7b { width:0.9375rem;height:0.9375rem;top:192.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZElRxDrA0KoUPNy86FGskAm5v7MQ0v7 { width:0.9375rem;height:0.9375rem;top:194.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZv15rC5XouTHpZ3tyaPNMvrbAWStn6s { width:0.9375rem;height:0.9375rem;top:131.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGJVkAMQoZVzk3x2RL1JlfCLCouT9yi8 { width:15.3125rem;height:1.13769375rem;top:133.125rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgRuCmwvtsNPf02mhn4u72uqfe0eN2r1 { width:0.9375rem;height:0.9375rem;top:133.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpxR8JdHScMbpAbmb8ekBF7DypbDLIT4 { width:9.5rem;height:6.5rem;top:167.8125rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k3uWMlLittvpQ4T44pTMpRDOAa9rw4QO { width:11.625rem;height:3.125rem;top:198.57421875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTqGMS09pPaV5aA01zHHKidi82LtyuWD { display:block; }
 }@media only screen and (max-width: 763px) { #mJIlEvrVX8mEiN6mLevcZJ3UBrAobuld { display:none; }#mJIlEvrVX8mEiN6mLevcZJ3UBrAobuld > .row .container { width:20rem;height:116.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iOXFkt3oFzF5CVwtIEdIkBHiZC7RIcTJ { width:15.8125rem;height:10.3984375rem;top:1.4375rem;left:2.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCJkCVdmsco9frrHEWrCnT7PteMTswAQ { width:19.5rem;height:7.5rem;top:12.51171875rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BA9cSCPeJanFkMbJ3ORneJW47geJ8Z7t { width:20rem;height:1.75rem;top:33.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUNQ1q5sITPNldJoBZL9bTIPy6ZGabSG { width:20rem;height:3.1494125rem;top:36rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqtanTV7vgJTPVxZX6Wy40TiegB1Vpg0 { width:20rem;height:7.875rem;top:39.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LNtFIcDEfp3JM4LAuT7ZtCcVqN7pAi1G { width:20rem;height:7.875rem;top:55.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UmBWpuGDbMdRzX9ysfNwzzGTZQRpZpyb { width:20rem;height:3.1494125rem;top:52rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wCto4vKhqcOMIXK8Do6vZFVscfMUBh { width:20rem;height:1.75rem;top:49.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaWszLcRlA2dRgTMEz9T76s0egDti96L { width:19.875rem;height:4.21875rem;top:71.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HZRLmyp5VVob3Z0KN7UeJq9DJrg01qHR { width:20rem;height:3.1494125rem;top:68.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTPkZzRJEJcPWEI8TU0AywbTTa9qSVFK { width:20rem;height:1.75rem;top:65.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9NzViIxX3lcETfZgJW1meOgrIehc9s2 { width:20rem;height:3.1494125rem;top:80.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrL0h218OqhH1GxRkDCmLrJ1b4gVEVnz { width:20rem;height:1.75rem;top:78.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biGfsSDx74T4PiINJpQq0zzQApiegbpe { width:20rem;height:3.9375rem;top:84.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1QiiQChsd4GhtNxaitH3w8OXwrTQMW { width:20rem;height:3.1494125rem;top:92.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZNWrprTRK4RAbTxinQ8nsARPRKtrXon { width:20rem;height:1.75rem;top:90.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtNz9zlEKAsXeJa2RTu95hbcnvysPnbf { width:20rem;height:3.9375rem;top:96.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hk0VUeCgzsgsWKp8G9QVBJNVTu3ZOhXc { width:20rem;height:3.1494125rem;top:104.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHaoO3sCsFTZvbfqG0OOCu0nKfBNVs7G { width:20rem;height:3.9375rem;top:108.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rbRTsaII2acgG1azvgEUgzuyJV1wk5k9 { width:20rem;height:1.75rem;top:102.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTSyzmlsQCTEtOm0ahM9en3HPnxTAcEs { width:20rem;height:48.359550561797rem;top:22.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5DCsBNPbpIHGSU1wPLLrZop2xa2cK7N { top:21.25rem;left:4.75rem;width:10.5rem;height:9.5625rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N6oTxulwKJTeAfkyQ0qy1pywitNUVOP1 { display:none; }#N6oTxulwKJTeAfkyQ0qy1pywitNUVOP1 > .row .container { width:20rem;height:85rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKdbrIbAzqTVZFySApbdTO3EdMAH4JpT { width:20rem;height:2.35595625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWCTMJTbh5mm6vQxT26dAmdK4XpGfJCa { width:10.875rem;height:1.40625rem;top:70.375rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Kimoe7oAVL9PThRBmAc5TKiznx68meFT { width:19.75rem;height:19.6875rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axIO1rvH6NqgC9gSRpaMaamCTMMnG1hJ { width:19.75rem;height:19.6875rem;top:29.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgT3OyH5nJlJnXKHJ8O3Mvaa9IdW3n8V { width:19.75rem;height:19.6875rem;top:10.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT7V6IuTtAxkPrHgq7WgIGnU2n0qLFuE { width:2.25rem;height:2.25rem;top:70.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilfprAd0wqa38fp47k2H1Es3msKiUNd2 { width:2.25rem;height:2.25rem;top:77rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6mNL4JoxluGGVDRkcukDSGDIsMcLPFc { width:13.24975rem;height:1.40625rem;top:77rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q76PZFRLWDRI7ARJ0O7mlP2gkpZflyLX { width:13.24975rem;height:1.40625rem;top:71.75rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p5HpFzeG4ZcaGNI0abV1L4nLI8gmTcd5 { width:13.187125rem;height:2.25rem;top:73.3125rem;left:5.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fIbiFVbyiKcyk2DPRIxSAZHavhKfqZc5 { width:13.24975rem;height:1.40625rem;top:78.375rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #czR8uxKkpJR9WArI4BdE5i6Sm27v2iiF { width:13.87475rem;height:2.25rem;top:79.8125rem;left:5.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uGIl2UM0q5s0oq1LvnnlqHLr1HKQGCrP { width:20rem;height:1.7871125rem;top:5.93128490448rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOLkFi1oN8hZNT4lhNeAHsBWAFZvQ3JJ { width:20rem;height:1.29980625rem;top:8.6319243907931rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3eB7Z4Mo2PxeDlBluLK8vc35gnZ80te { width:8.375rem;height:2.5625rem;top:5.4455788135529rem;left:5.81232213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpS3d3nUrbgKwpGq5WU0GseRET2kqdPD { display:none; }#BpS3d3nUrbgKwpGq5WU0GseRET2kqdPD > .row .container { width:20rem;height:82.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kl7JqyKRyMhp5FfL4ZV6MKnXHtT7crNR { width:10.875rem;height:1.40625rem;top:66.0625rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IuMn2cm9EE1WFoUDUBQpp38DVuGzk5cK { width:19.6875rem;height:17.625rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSxzBRZiJHluRwDMD41JgfJrCyqqGZc { width:19.6875rem;height:17.625rem;top:26.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fso0eW2unODyKicHTgcZizmDHdFvDGto { width:19.6875rem;height:17.625rem;top:7.7499084472656rem;left:0.18732237815857rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8BmFXTi7p5Gpp9vPXJZvD5PihRb1Xa { width:2.25rem;height:2.25rem;top:66.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMGs4JkimRFTse5g4Lr2CawwcEtLipUX { width:2.25rem;height:2.25rem;top:72.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF0G183AmF9Tu3q0gTJ5TlivMslr5tV2 { width:13.24975rem;height:1.40625rem;top:72.6875rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TlMs8McMWTdya7dMOlkA6XEi5bExblXG { width:13.24975rem;height:1.40625rem;top:67.4375rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VTQxXe18OvCtlGAkzR7HBXpsK5APq94P { width:13.187125rem;height:2.25rem;top:69rem;left:5.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oTRksD3hs26TWqTbw3f92uqueDqz8Qd3 { width:13.24975rem;height:1.40625rem;top:74.0625rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aAnrI3BAL5gFrEyzZNpldkZU823uNxFC { width:13.87475rem;height:2.25rem;top:75.5rem;left:5.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SJXdXT4NXCRBhD1XvMRdUTpr5RlsT79G { width:20rem;height:1.78755625rem;top:2.8058471679688rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klySaF92x8owJrcogloisASqF06hH0Wi { width:20rem;height:1.29980625rem;top:5.5069274902344rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHWcnGaTPNd9tQcaakHVaBzDd9v15ilG { width:8.375rem;height:2.5625rem;top:2.3202209472656rem;left:5.81232213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #g81JZs6xethrTTvqshtxkADZrk4pV9Il { display:none; }#g81JZs6xethrTTvqshtxkADZrk4pV9Il > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wHcw9WA7P2C7qTBBue89om1GwFP5uvn6 { width:20rem;height:5.19856875rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QD5TCQxAwm2QuFWZS59xIm1CN2Ff5zCa { width:20rem;height:23.589743589744rem;top:7.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiuleBVSfVZETu9XLxZ0JfhhaRJHcqrz { width:20rem;height:23.504273504274rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntTrTSNn8T2JLvQGqJXbxSesxifpcWf { width:11.4375rem;height:4.900175rem;top:12.94921875rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQHH4updxU5TXn7x0zHnJarlNAlwPR3b { width:12.5rem;height:4.20030625rem;top:37.875rem;left:1.875rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SHcexU03WCy8fQsoMndwzaC0ThBkNtJT { width:11.875rem;height:1.57498125rem;top:10.57421875rem;left:1.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bn72vtgaR0ZdPf8EZb4ddVKLvWEXZTtk { width:12.5625rem;height:1.57498125rem;top:35.5rem;left:1.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JV081Rnip8RgnTsUvApRAodLcD38Efae { width:6.875rem;height:1.57498125rem;top:20.07421875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7kyTUWrk5pKO0nG7IikEs94BTty31ra { width:13.75rem;height:5.625rem;top:22.32421875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ufOozAppg1n7Tn4bWnQEPe6k7TumvPa7 { width:12.5625rem;height:1.57498125rem;top:45.125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCXASUgCuyXCdbEvQNT0FZtxizB0Ta5K { width:13.8125rem;height:5.625rem;top:47.375rem;left:1.90625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #riaMrq8ohXb91AHxCv7e5gWZP1QT0PVs { width:11.625rem;height:3.125rem;top:58rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkptqTBbWpoMT4nEmVzLwAenz4Iav1ZH { display:block; }
 }@media only screen and (max-width: 763px) { #Q1thM8IR6BCVErVEy0ne2p0TnRI26E8x { display:none; }#Q1thM8IR6BCVErVEy0ne2p0TnRI26E8x > .row .container { width:20rem;height:62.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xt2bbwyFnabfuWrM1QDwewqmT4FLFs4X { width:20rem;height:2.19346875rem;top:1.4208984375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktDctObZnJ0BJZkmH3CTVKxznBZ73AcT { width:20rem;height:23.589743589744rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZVPaFs4QW9m2R6fnU80iaK2XTIOR5So { width:20rem;height:23.504273504274rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMlzFquDUAn83KQQuXgyC6SEAQyHRvXC { width:11.4375rem;height:4.8994125rem;top:9.75rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0FfxHTzZhSlKHpH7Qn2tzHGuQbu7b7s { width:12.5rem;height:4.19921875rem;top:34.25rem;left:1.875rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CkRTepVt7KTymdBpHISniWfd3Q1myETR { width:11.875rem;height:1.57498125rem;top:7.375rem;left:1.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UbhHGILQNXgc2xx4FtRkyTvEdUiZVpWA { width:12.5625rem;height:1.57498125rem;top:31.875rem;left:1.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JEhsqrAxqQ271LHGwlsaut2qecVlrwJe { width:6.875rem;height:1.57498125rem;top:16.875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feizh8PBDgt24hrIilTdXZ1UOwUyzbt1 { width:13.75rem;height:5.625rem;top:19.125rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ynIzXtCBT6gLzSAdHXeLbSgTha7lgbUd { width:12.5625rem;height:1.57498125rem;top:41.5rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHNDKZAgJiTEsU16BR5umTN9d5CcHa76 { width:13.8125rem;height:5.625rem;top:43.75rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b3TACvTyATn46tlEH5hW6AypCGWoVADM { width:11.625rem;height:3.125rem;top:53.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUpPS98fvucJF6ivtHHi2m5rq9Cufi26 { display:block; }
 }@media only screen and (max-width: 763px) { #gGv1M9tK74eWkihn6rcn6roQcosb3Jri { width:11.625rem;height:3.125rem;top:57.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIigtxDvOL2b2rZtTIHIF49cJbS5HCXe { display:block; }
 }@media only screen and (max-width: 763px) { #LyagLbHgrpAGEONuhQpLgyBsoQ0loy7A { background-color:transparent;background-image: -webkit-linear-gradient(top, #0e0e0e, #232323);background-image: -moz-linear-gradient(top, #0e0e0e, #232323);background-image: -ms-linear-gradient(top, #0e0e0e, #232323);background-image: -o-linear-gradient(top, #0e0e0e, #232323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#232323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#232323' );";background-image: linear-gradient(to bottom, #0e0e0e, #232323);background-size:auto !important;display:none; }#LyagLbHgrpAGEONuhQpLgyBsoQ0loy7A > .row .container { width:20rem;height:27.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r63GqAykRIbax4SVB1OJNM80odhHOtDA { width:18.0625rem;height:3rem;top:7.76171875rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUmb3f5HJmcC5pt6EJSDyp1ZbWFANH8q { width:20rem;height:4.875rem;top:2rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #und6dMzDLAMnsrzQsi7HLfAelWUW79Md { width:16.8125rem;height:12.5rem;top:12.57421875rem;left:1.53125rem;box-shadow: 0rem 1.25rem 3.75rem rgba(0,0,0,0.8) ;display:block; }
 }@media only screen and (max-width: 763px) { #k7Wlv2VzuKPUSS3MqOmffsJJMNZ6LsAo { display:none; }#k7Wlv2VzuKPUSS3MqOmffsJJMNZ6LsAo > .row .container { width:20rem;height:86.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WKhcaTUNqp3NE9BCVZKA84WvgIDOnrnC { width:15.25rem;height:2.99913125rem;top:5.625rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOrP3TiZI87s3C5zdd5GGnwU0tLTZpM0 { width:20rem;height:2.5996125rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hn2ZAxnylp3TJCskWA78wtesWpPLHzQW { width:18.4375rem;height:17.5rem;top:46.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw11Nc9zGSMDKMW6JR1VJkssK6PJQH6G { width:18.4375rem;height:17.5rem;top:28.4248046875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlyGZVGMWxmpTQL2GTKWqDHR6dTrHh2i { width:18.4375rem;height:17.5rem;top:10rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtD0ee2fRSn3fXvn7CKNunH0MwyQlIEn { width:12.4375rem;height:4.46875rem;top:32.25rem;left:3.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbcKrXmLTUTewqVFHrHgUTifaH0eRE9Z { width:2.0625rem;height:2.59928125rem;top:33.5625rem;left:14.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXBxkUytrTJJmIJxZyuOx0eQlqSBHWsk { width:15.375rem;height:1.21875rem;top:38.375rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo57fWKzHbwpCqufufP4M7PeT8kTzoJ2 { width:15.4375rem;height:2.10015rem;top:29.875rem;left:2.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWn0J6TaJTi8iqZ8Q48ZG2aKBJag3Hw { width:12.0625rem;height:0.9746125rem;top:36.28125rem;left:3.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOrSNOIQOzfyIlHTrqIT6wsoskpHiguf { width:12rem;height:2.10015rem;top:11.4375rem;left:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FURzUu42QqqXcxIqpENGXKTxivoVGNpD { width:10.25rem;height:4.46875rem;top:13.75rem;left:4.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlFeEsH0uSKHsJU4xFuWSrPQFGu8vAO7 { width:2.0625rem;height:2.59928125rem;top:15.125rem;left:13.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqcOT51RwHQEI5KKPs9N9TfCp6VeZ2sh { width:12.0625rem;height:0.9746125rem;top:17.75rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXKhi6Bq7XEwoL0o9plQ1OQ8zOESqx6g { width:17.125rem;height:1.3125rem;top:19.875rem;left:1.4375rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TuD0U79nPEaBfKhp2qcUJ7BnPOvKaIdq { width:11.625rem;height:3.125rem;top:22.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA6MFLzTvmUbglkZpKlgKKRdSPfKZQOp { display:block; }
 }@media only screen and (max-width: 763px) { #IcsPM3uqDBXmTlacr3kebggCCmnfi18T { width:11.4375rem;height:2.10015rem;top:48.3125rem;left:4.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgr1ATf2RKQsa6BW9WrieQHoN2OCEuuo { width:12.5625rem;height:4.46875rem;top:50.625rem;left:2.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh1G4Qm1aplgJ5xE9zxh1t4PnlziUol4 { width:2.0625rem;height:2.59928125rem;top:51.875rem;left:15.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK8hu6UFgWAUWeVBQ7DACEMOUcKlxvfS { width:12.0625rem;height:0.9746125rem;top:54.625rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIMiLLU0EevmDrNStH5dDAnQkgTyOeMx { width:16.6875rem;height:1.21875rem;top:56.8125rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAm0FTnGqOFD2zcdTUgcky4vSXgHukGZ { width:19.75rem;height:2.35623125rem;top:70.1875rem;left:0.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5uVDmxM1VI0RcLTgsvCfdHGtp3CqeAp { width:4.3125rem;height:1.4375rem;top:66.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJzv306VKnFocIBIQvK7aqce44H1bQTR { width:11.5625rem;height:1.5rem;top:66.3125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTNtNzi9kcotE7zQFFupgmVT9S6DF4WH { width:19.125rem;height:1.5rem;top:68.0625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eI3VICHGoWLMgWhCPys4MsU9pnFXQzAX { width:11.625rem;height:3.125rem;top:79.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6VFVXXLQw59WNqph1Gme3bFJTrSL41 { display:block; }
 }@media only screen and (max-width: 763px) { #wTabJcKkCGiF11m1uUTAolIQvpQ3SG0D { width:11.625rem;height:3.125rem;top:40.9248046875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQSag1tS3FPgeCSbPUyW5pSTQkOzmGQW { display:block; }
 }@media only screen and (max-width: 763px) { #OgaBntAWfiLEE9s8CVd1yRF8SsP1rmth { width:11.625rem;height:3.125rem;top:59.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJ7E6v9WFRTArvRaxcI2fdcFV7WoSA2 { display:block; }
 }@media only screen and (max-width: 763px) { #Xpe9Byv4qea4HuMOad2lmbd3yscSVFXf { width:20rem;height:3.93663125rem;top:74.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDPQ7eQXgaHo8xBrMZpyRLNT6nN9OkbI { display:none; }#nDPQ7eQXgaHo8xBrMZpyRLNT6nN9OkbI > .row .container { width:20rem;height:85.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D2kassodMwg0XPOG9ZlM2SyZEQvUT2SU { width:15.25rem;height:2.99913125rem;top:5.625rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vi5y8JHT1UTeJNnorrMUXNsBzuhI2CEn { width:16.4375rem;height:5.19856875rem;top:0rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHcoxfGV0kRVSobxKMiHa9H5bbGTK6Ei { width:18.4375rem;height:17.5rem;top:48.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyBIAkXTzgs0ivlSiIttHtTXU1l67EIE { width:18.4375rem;height:17.5rem;top:29.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwJ10QKz5H8sEpfy1XMqyiq0qG5sT0sb { width:18.4375rem;height:17.5rem;top:10rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KipmVDCzFTJardS9WJCqWHKPUOC3h9Dt { width:12.4375rem;height:4.46875rem;top:33.0625rem;left:3.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ZsvTiKVJzsv3xvSfGuRIT5JTU7KJob { width:2.0625rem;height:2.5996125rem;top:34.375rem;left:14.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfAfovoGUN4c8sXcvPkqffbJbhJPTbfS { width:15.375rem;height:1.21875rem;top:39.1875rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Twxhiq7nWMwurVTbt0qVeGmmTQcXwR { width:15.4375rem;height:2.10015rem;top:30.6875rem;left:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na0iyFSJGa4gJXuRxftCWeC7BH94k0MD { width:12.0625rem;height:0.9746125rem;top:37.125rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhSf3toieiWKQ6ydppAmSzBNfO2Ui2sb { width:15.6875rem;height:2.10015rem;top:11.71240234375rem;left:2.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #US3cTa3SBhv8f1ZgKDR9sftTxTHlrZeK { width:10.25rem;height:4.46875rem;top:13.75rem;left:4.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OewXd0IrEAL0FnaWmTNsySTtXgJRZaIP { width:2.0625rem;height:2.5996125rem;top:14.68408203125rem;left:14.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ymrvTnxTlzKsG5wL8FE9qPRXrPvh4p { width:12.0625rem;height:0.9746125rem;top:17.75rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthXW2sxB7dHu7HOJlMwlZ4xVDmwRqI1 { width:17.125rem;height:2.6247875rem;top:19.875rem;left:1.4375rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nvVfkxut59qm62iDNanPvlcAQ6LWubKx { width:11.625rem;height:3.125rem;top:22.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woGsooyFsiQTM1xaAwlnXvmUMUm3Xm0Z { display:block; }
 }@media only screen and (max-width: 763px) { #vHPd71NSPEAbWu3c8JM2bDm1qTG2ePGV { width:11.4375rem;height:2.10015rem;top:50.0625rem;left:4.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0B4dTpZzPNLvqbb2H1oLebpAQGNhCTP { width:12.5625rem;height:4.46875rem;top:52.375rem;left:2.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELE8pfX1nnk2LMgrEFX78vnq8tFyMTFs { width:2.0625rem;height:2.5996125rem;top:53.3125rem;left:15.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RauptfmKqidX9ff1w6p1XPEHhgcMJdI8 { width:12.0625rem;height:0.9746125rem;top:56.375rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCsMvGpHu0SeJKZf91RTgcITvzih6QpA { width:16.6875rem;height:2.4370625rem;top:58.5625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezaNk4GhJfRnoKfenT3UXTsGKOfI2gLV { width:19.75rem;height:2.35623125rem;top:71.9375rem;left:0.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VR49VFDt1LXrCZr6S4ZJFvqWiSDgwi80 { width:4.3125rem;height:1.4375rem;top:68.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFyE08e5Tiw8OD5oP5zmiUHsx27IabW4 { width:11.5625rem;height:1.5rem;top:68.0625rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKNiXfE2xIMppOU85lWainavFzrNVtbc { width:19.125rem;height:1.5rem;top:69.8125rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTuVGtum4g4iEN2Ax4kvTCJ7Lu6WT4t4 { width:11.625rem;height:3.125rem;top:75.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUISh8Bt6pPKsssBssB8iAItpa7irSer { display:block; }
 }@media only screen and (max-width: 763px) { #ZqfokntB8QqJr7dKAtCuyynmidKVoqID { width:11.625rem;height:3.125rem;top:41.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVr07gHTltSCHwJ6AFaukyx7UVkOFuI { display:block; }
 }@media only screen and (max-width: 763px) { #e4O72FETDQGTyKgBh4QHLtNOEM2mcZ7n { width:11.625rem;height:3.125rem;top:61.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k35z8UnDzlSLuTO1dr7GTGbRlGT8JdDg { display:block; }
 }@media only screen and (max-width: 763px) { #Ngp8y6lcP8BE0ToRv6uABWQTd5GimFRm { width:11.625rem;height:3.125rem;top:80.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLbT2AQCEeHCIW5THlCn6GvTyDxT2KpT { display:block; }
 }@media only screen and (max-width: 763px) { #MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg { display:block; }#MIg1tn44OxzMxFOTywvCJifUL0PlP5Bg > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Inta8CxfhzqHOJBXmP0MWI7vlcD2osaI { width:18.0625rem;height:1.4003875rem;top:4.1875rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnCbNLcPFlSEombTPG0pDw1ZnRIdIJ2x { width:4.6875rem;height:2.3125rem;top:1.5rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycvySrmFdVHCkUS5y6o4wL6GTq4LF45F { display:block; }
 }@media only screen and (max-width: 763px) { #GhqTvTDLXPTXL2ygkhPNtqVIsCWEllmq { width:4.6875rem;height:2.3125rem;top:1.5rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R75ifOZlWMlwIThd8fFZGl5wygeciIQW { display:block; }
 }@media only screen and (max-width: 763px) { #GC27CMi7yuh8L0AQnA4eottqTOD1n6Gc { width:4.6875rem;height:2.3125rem;top:1.5rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sif1e6WciELcweMuJgDnwRCAA9M6IQ1J { display:block; }
 }@media only screen and (max-width: 763px) { #zD9EUPq6XDsqcOwTHQXsxAh13TvIxTmt { width:11.125rem;height:1.6875rem;top:6.3125rem;left:4.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tZMAfIRVVUP4tnqMTcTW7FtQU28tOL0a { width:2.5rem;height:2.5rem;top:3.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuIuSTsUKue2xlqnHyMG3T3E0m6VtZNb { width:2.5rem;height:2.436525rem;top:3.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwFMTxMB4Npgp8chRZeEl6poBnODmqAJ { width:2.3125rem;height:2.3125rem;top:4rem;left:8.8125rem;display:none; }
 }