.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,230,243;--color-primary-1:128,173,214;--color-primary-2:0,90,172;--color-primary-3:0,45,86;--color-primary-4:0,14,26;--color-secondary-0:255,238,204;--color-secondary-1:255,204,102;--color-secondary-2:255,170,0;--color-secondary-3:255,165,0;--color-secondary-4:51,34,0;--color-tertiary-0:253,254,255;--color-tertiary-1:255,255,255;--color-tertiary-2:251,248,248;--color-tertiary-3:151,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/f6211637-e5e9-4312-b233-523d6f0932f6/winboosterdesktop.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;overflow:visible;position:relative;display:block; }#TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:4.4375rem;left:0rem;overflow:hidden;display:block; }
#TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:30.6875rem;left:0.375rem;height:3.5rem;display:block; }
#Ok5SadxM8nNSd4BFdB83uPJT6RfpAUpG { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:3.5996125rem;display:none; }
#d8R4I01CyNLRfaxO4auM1TVpI9wxO0Gt { 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:15.75rem;width:30rem;top:14.1875rem;left:0.375rem;overflow:hidden;display:block; }
#e5zFAVu4kIIDNmikzLU3ymtqE8lhaS40 { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:4;background-color:#ffffff;background-image:none;top:46.1875rem;left:38.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ZSFfD2vgdbH03lv3Cn3etoR2ISZ8vHsE { color:#000000;display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:51.0625rem;left:38.3125rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beIRhilUKofK1vLCCLVUEG4yBwivz80H { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:3;background-color:#ffffff;background-image:none;top:46.1875rem;left:19.3125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#TT553bQSwzTbdlLRPRmw816nv0PsAH7B { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:51.0625rem;left:19.25rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTgKM2HuVPzB9sOcxpUOyzMsQL9i5Xcw { 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:2.5625rem;width:2.25rem;top:47.6875rem;left:26.875rem;overflow:hidden;display:block; }
#hPi7CTQDH1lnJZfZgqTQ3dFd1qX5QHIL { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:47.71875rem;left:46rem;overflow:hidden;display:block; }
#lvPGoGRlWiO8O1hodWzzHz890cJAVk2k { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:1;background-color:#ffffff;background-image:none;top:46.1875rem;left:0.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#TTp7LrTTNeQdQ8VvdDMulFtqAmKOnLTG { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:51.0625rem;left:0rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIXgEdssBpJ6pxBSVmfNFMmPsHdKMKyh { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:48rem;left:7.625rem;overflow:hidden;display:block; }
#cIbL73abxT2q9tQXk5gkgpQrpie8XODh { color:#ffa500;display:block;width:19.0625rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:41.125rem;left:0.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2okvwzpl8Rh4mOh5oVGbpTATwTgwmvG { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#FG93sJCcTsCZTRleBGWUuIIG4PrPmnG1 { 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:9.3125rem;width:18.75rem;top:14.75rem;left:0.5rem;overflow:hidden;display:none; }
#MUOEbuILEXaL0F12SW35PlN7Toh19Qni { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.75rem;left:0.375rem;display:block; }
#RL79pBQGB1h2sSTlxky8Gx9D4mJZo4Zv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoMxiRkZU8xVxiGq7EFNF15L09xPkTzr { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.75rem;left:15.25rem;display:block; }
#ZVAphBvT227tpQuhnaHV2Jn37BKcXulc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZIou5R6NgfzOEqvUSGPJB6lqfgSug20M { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:5;background-color:#ffffff;background-image:none;top:46.1875rem;left:57.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#R8SOorm6K0zXz2nmTuiC7fnI2b2yTm1H { color:#000000;display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:51.0625rem;left:57.375rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWTQ7DcMvp5U46vnV8AxaVNCcEN9cc0N { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;top:47.78125rem;left:64.9375rem;overflow:hidden;display:block; }
#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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:none; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { border-width: 0; border-radius: 0; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:none; }#w2Nxtc14yOhu573zLcJmcvXhrppDXoCS { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#wrqSO3uUl4fx2cul8wKGA8ykpp8FepWw { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#e0mtKG4gePaTBH8XMiC9KKcgA8rozsdg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:7.5rem;display:none; }
#vtwJqWepnxesSEvyemknMIrZFJgDHoTp { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#nshnzsEMLntEToc2XAadBNVEydcmwKyO { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#zvV3if6WiNERi26tGB6ZzN1b7y2RchyL { 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:18.625rem;width:75rem;display:none; }
#qMtocyrnqsBlwxggizrl4Rhd01BTKvgg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#ZvJVAxZ4XXvLe3K4GpirUn7Dt1oXoFEz { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#geQoVAsNI9UqbKJE80WbCsMr89C4M37g { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5gl6eZTHxhp55HhBIBEVC5zEtUJgONo { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:13.5rem;left:0rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rD0vDB2vqzIiAzBHIDG2KbMimQAo1J6e { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:22.625rem;left:0rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TT4P6SNXhKT4yQL94N28Xppn2hCIubp7 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:2;letter-spacing:0;top:25.9375rem;left:0rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LATSqGy0h0qIVf0NhOAm1XnICg06fp7C { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:2;letter-spacing:0;top:25.9375rem;left:18.375rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHNT5yaIJMvyrelnW7eTl1IcdObgff6J { position:absolute;display:block;z-index:5;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:34.375rem;top:3.5625rem;left:38.5625rem;overflow:hidden;display:block; }
#X6L12HysTWcn2v0r9GONzNvD2sZBriVM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#aEf2KrVuiXQ4B1rcgM1Msda2nhMO7DOd { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#TKIc3ErhZAtOnU3e8eIHlDuH9JT2EsHE { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#xw9xvG46B3BcH9iif2CGOcCB4AE7QKPJ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#SGNBTocbFp93UmNJCaaBq26XCqfuOrw8 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:3.125rem;top:44.09375rem;left:7.34375rem;overflow:hidden;display:none; }
#I0UquFXo40ocLG6yTFFnThldpVS6QxTu { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:3rem;top:44.1875rem;left:64.59375rem;overflow:hidden;display:none; }
#Ht6uz2hHc1lkXDzkdVvf1R4X3ucZLimg { 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.5625rem;width:3.125rem;top:44.03125rem;left:45.46875rem;overflow:hidden;display:none; }
#cnJyaTK5hKELPzBK0QhQGWgOPXovysKw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:none; }
#OkZSCSeKSGQfcOChaiMS5Bvoy51vrhnh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0fIVEIGWMR3DMT6hlpxW0WiOhQLPBJ8 { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.4375rem;left:15.375rem;display:none; }
#asMGE6ziuF7sf8Nn470t30aVUIOD7sss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { background-color: transparent; background-image: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .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); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { border-width: 0; border-radius: 0; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#zZcG9swxpTnATCqGXVaRvMewCuArQQtT { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:7.5rem;display:none; }
#hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { 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:18.625rem;width:75rem;display:none; }
#CuTTCJIwLcFkJgPvfBllucnN9CToJqxB { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#JcPZFXpxwU8On2wMTPV1q0okAbtIgS0Q { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:6.3125rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pm88ty90X9M5on1CJKKWnGHNmfIlZtQP { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:15.3125rem;left:0rem;height:9.624025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iueP2KQBRblGnwTAfGyvgCZzlZF7nB49 { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:28.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b9btFOGVteOgI7RUWExxIvpMwOLZHoma { color:#000000;display:block;width:21.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:2;letter-spacing:0;top:31.625rem;left:0rem;height:11.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsJaIlBOqsHJiMoVJgm4tJ3CUaPmQyeK { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:2;letter-spacing:0;top:31.625rem;left:21.5rem;height:10.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKLZ19BP2N2gStOMbn0KzX6xLhvfI3oh { position:absolute;display:block;z-index:5;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9375rem;width:34.375rem;top:3.75rem;left:38.125rem;overflow:hidden;display:block; }
#HlHWKVNPvNAviG2OA2HqsxNirWCzLhk2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#PiesgcwbkXqfXbP2UvOmZKSAcfb1ccJy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#BExIE7VE6TmGOydUQy1hyznoZ3fzxkzw { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#wZeuRZTKTK9a986mIHw1aFPzUPDKuObM { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#hNoiOSMUp2bBamDTwkTx33583KuQ8CDZ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:3.6875rem;top:5.6875rem;left:64.0625rem;overflow:hidden;display:none; }
#OxFsra98R1lMiImOWusXG1fdO6QrC40X { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:46.5rem;left:23.125rem;display:block; }
#iIXSyX4Hoct01C1P7EugR8TIlkZnS9rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDlzs1ksgLruC4DeIa68Xc0OGp2S0erN { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.5rem;left:38.0625rem;display:block; }
#HwrDck5NqPx3tCkFqZcdHUz51UJqS5Aq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZqWAMSHdyGwTAo9z7XqeuFlPnlLTild { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:none; }
#flgnV6ASAUEARU5zc43e8aEecb4VplXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zql8Br3uBSotHRMOvSk4Pch8zbokGLKU { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.4375rem;left:15.375rem;display:none; }
#yZFJ2cUvtiuSbvEm5CVwez1un2Lf8ciT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/db78048c-a040-44a1-a83f-cae66e06d5f4/bglogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf.adaptive-delivery-prevent-bg, #ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf.lazyload, #ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf.lazyloading { background-image: none; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf > .row .container { border-width: 0; border-radius: 0; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:none; }#xaSsrUXWVMRn4Lg0qnnpCJkwP2GfKgJi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.65625rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kqs8fZCSxfcAzrBA0ch1mNvpmxgQPLIN { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#sWNDcsbBingDXZW8hnouPEDDHSWWNC23 { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:18.99951171875rem;left:2.125rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QriTy27PMdx6xCKTdOA1wVZVKWFSVXhA { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:19.18701171875rem;left:27.84375rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7Zxth2spAD9heQXVrbqVDuRl2fXna3U { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:21.26171875rem;left:2.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ocPbtzha2foI6CavteeJXd0vmI9dMUeW { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:14.125rem;left:2rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGp5sfHWSOsNruFarqHDa3DRF56xe7NH { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:14.125rem;left:27.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSlpTCKoaRdK6XiR6xTwH67amyIIEcGp { box-sizing:content-box;height:3.25rem;width:11.25rem;position:absolute;display:block;z-index:4;background-color:rgba(0,0,0,0.3);background-image:none;top:13.5rem;left:6.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#aOITVLQVTDGJuTChIR5AWLaG616XRzmg { box-sizing:content-box;height:3.25rem;width:11.25rem;position:absolute;display:block;z-index:5;background-color:rgba(0,0,0,0.3);background-image:none;top:13.5rem;left:31.9375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#wzEPBnmHGQQLnS0bImkAP3TvcCdR35DB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29rem;left:4.5625rem;display:block; }
#B1dvpTTXTeEzJJexSDS3Dlyg65zC7UyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlI9QRZlsbPhTC60f2fI2azPCTzEiqp6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29rem;left:30.3125rem;display:block; }
#fBVR8QsEmAlKCXZgqS4V7hD9Ri8y0d9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zl2zP5vyWvogpA4a90uJwfdJkvE7DuSg { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:1;background-color:rgba(0,0,0,0);background-image:none;top:11.375rem;left:2.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:block; }
#tHSP6hN86iedTEhK40LcJ7CkMWxrpiGk { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:3;background-color:rgba(0,0,0,0);background-image:none;top:11.375rem;left:27.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:block; }
#oi8kS8s0tTc8cJUcPmXOOPtGiECVq6eH { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:7;background-color:rgba(0,0,0,0);background-image:none;top:11.59375rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:none; }
#pHH4P1UROUSUXqWis5v0F7JylT0FHoA3 { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:7;background-color:rgba(0,0,0,0);background-image:none;top:11.59375rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:none; }
#bsVsN8JnJ3CfRrAHqZqzDaIEVqhNpTO5 { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:2;background-color:rgba(0,0,0,0);background-image:none;top:11.375rem;left:53.46875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:block; }
#QIFhQ4B693EcpLyqNV8BgqEAZhF0pn0o { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.0625rem;left:55.90625rem;display:block; }
#Xnaq89D2EPP0Qbxcu0beCT6B30DIug1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fm0niJvTSL1WTSBwqVZO8DN3zOufFDub { box-sizing:content-box;height:3.25rem;width:11.25rem;position:absolute;display:block;z-index:6;background-color:rgba(0,0,0,0.3);background-image:none;top:13.474609375rem;left:57.46875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#nPRMyAnk24tvN7lltUBEWxGGhgVSg0S5 { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:14.125rem;left:53.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruwAg90dh36JBlhW740sJgTmlsQ3Z1LW { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:18.9990234375rem;left:53.5rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhq9b5LD7fU8AHU2xPUU4x3B4KBWsT4b { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:21.69873046875rem;left:53.5rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JV6v9H7no1XlqHfKgOKTI8OzCWTGB37v { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:23.625rem;left:53.46875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2HLDyPPwRJicT5yD90LJqO8s21mp0vC { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:7;background-color:rgba(0,0,0,0);background-image:none;top:11.59375rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:none; }
#yEBtDWlf76U8Q8LRsJ4rqdOG35zuG5Kk { box-sizing:content-box;height:3.25rem;width:11.25rem;position:absolute;display:block;z-index:4;background-color:rgba(0,0,0,0.3);background-image:none;top:13.5rem;left:6.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
#KBh4nD3Ou5Wqr5Qo3G6RfOwbPeQL0fHq { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:21.26220703125rem;left:27.90625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qB5uKEZ8TcfW2Xak5a4rIv89VDV3Vvsc { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:23.625rem;left:2.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQIuBxgEqPn0gyriGqJKkpxKGa7iFsKi { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:21.26220703125rem;left:2.125rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zqdHqOGQBqlT9g53cXg94rrbflDAfhRi { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:21.69921875rem;left:2.1875rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBTvc72sMTKP8aCD51eU8w15weuX3riz { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:23.5859375rem;left:27.84375rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJHZAIc7GUS93Qe0cqxgnRl7dZJLn3RZ { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:21.63671875rem;left:27.90625rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#192434;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; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { background-color: transparent; background-image: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .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); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { border-width: 0; border-radius: 0; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.65625rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGvLX0fOlAxO5GRiGqaswobeJW1ZTX3M { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:13.1875rem;left:0rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBtIAHXrfZWXQMEISlZN40dQZlkaIcy3 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:6.25rem;top:20.375rem;left:27rem;overflow:hidden;display:block; }
#ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { 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:6.125rem;width:6.25rem;top:20.5rem;left:34.5625rem;overflow:hidden;display:block; }
#ZMBuE0ZNq68Jy4qUhhTgiusF876tzNAu { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:6.25rem;top:20.5rem;left:42.125rem;overflow:hidden;display:block; }
#ng2sRQDdRVCKsP8OTreElRqfT18KUoeP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:41.46875rem;left:0rem;height:2.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiThDyguGWaMRJ9lZfW47OPt2Vf6npu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#QN1MBq5apTM4F90nQySi6V3oT5Q57CvR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#C1JfEbvqzgWNQXrXr4ao36wODpBtus0u { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#qgRLWPyOEZvvAaLDxniGRqs8dyeTdG0x { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:27.84375rem;left:0rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSwu5dhSyvPCgiOTuvQfw6L0ywUDE9qo { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:2;background-color:#ffffff;background-image:none;top:45.1875rem;left:29.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#wbpTHnqxJJeTcKdDcVHe3eR8nFUHduyL { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:3;background-color:#ffffff;background-image:none;top:45.1875rem;left:46.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#IlALccOvHckNP0u4CyL0zlQuRMoB1ex2 { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:3;background-color:#ffffff;background-image:none;top:45.1875rem;left:13.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#To35EIguQr2f7MbPXSIn9TUCWwaQ5NAq { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:8.5rem;top:47.3125rem;left:16.6875rem;overflow:hidden;display:block; }
#feTeSkyFcKgffhs9yMioeGGfBrEE93Lc { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#dfXOVdPGo8xT7estltbPLAWSROGmxd4H { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#BU76W6Mht8DL5EKQNsWw85TiqkJQVAQ4 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#Tt6GgUpBAsiytyTVhya7TTRGs6nVwcOH { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#AsO5NWKVRvgCSxxvHOAFtsmoqkz2x8QD { 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:1.9375rem;width:10.625rem;top:47.34375rem;left:32.1875rem;overflow:hidden;display:block; }
#yd5ayTve6BkWN6IQKLw4Mt06gRtdgZQb { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:12.5rem;top:47.40625rem;left:47.8125rem;overflow:hidden;display:block; }
#hnFwo76hGv9WqHN9cHPn4P3d2P46ZvTS { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.8125rem;left:38.0625rem;display:block; }
#Hr34Ic8RcSwGL62oJT7RfWtyRhxq8aGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KarhGO2Apn0guDc6LD0fyQ4er8EQ4x1d { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.8125rem;left:23.125rem;display:block; }
#b3CmRIWaRorGpunHm5ciRzgWQKUUtfKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5piUoKgUTDFTJxoK8Z8ihO3eRiFHKcF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:none; }
#CETeppFtBMv29XTSpCISSe6KiM4s3rDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSqbu4ux2DcroFsLmaRnxuyuHgXi0FnX { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.4375rem;left:15.375rem;display:none; }
#JohsuAlSdF9IJL67Q03bVLVKTTNDn7Jz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { background-color: transparent; background-image: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .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); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { border-width: 0; border-radius: 0; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:block; }#POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:37.3125rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { 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:42.4375rem;width:24.875rem;top:7.9375rem;left:10.21875rem;overflow:hidden;display:none; }
#O07n1teop8oSUCAEIPNhNbfShyuDWWQL { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.08);background-image:none;top:18.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#MyByTMoT1KkbZvaotFifTykJFtRaqu0H { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.08);background-image:none;top:30.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.08);background-image:none;top:36.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tbg491AxT35TycqVILn3dPl3MMbb83ep { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.3125rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.625rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.3125rem;left:40.625rem;display:none; }
#OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.08);background-image:none;top:24.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.3125rem;left:40.625rem;display:none; }
#R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:54.9375rem;left:25.90625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { 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:400;z-index:15018;line-height:1.5;letter-spacing:0;top:79.8125rem;left:22rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:73.875rem;left:22rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:67.75rem;left:22.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:61.25rem;left:22.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:79.5625rem;left:17.90625rem;display:none; }
#S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;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:1.875rem;top:73.75rem;left:18.0625rem;overflow:hidden;display:none; }
#RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:67.65625rem;left:18.28125rem;overflow:hidden;display:none; }
#CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:61.1875rem;left:18.03125rem;display:none; }
#yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { 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:9.125rem;width:6.5625rem;top:51.4375rem;left:49.5625rem;overflow:hidden;display:none; }
#sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:79.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#oSKJPKG95b8S18WghuctnVpqgPTMSSAe { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.08);background-image:none;top:67.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.08);background-image:none;top:73.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:0.5rem;display:none; }
#DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { color:#000000;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGFQ57nyyyUxpfcfE5ww0GyKMHhnhZic { position:absolute;display:block;z-index:6;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:56.25rem;top:11.125rem;left:9.375rem;overflow:hidden;display:block; }
#RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:55.78125rem;left:10.5625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:55.78125rem;left:28.78125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:55.78125rem;left:48.59375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:59.78125rem;left:11.40625rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:59.78076171875rem;left:29.53125rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:59.78076171875rem;left:49.34375rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogZLWZgHSguzPv9FXQ2KwFMr7E0DeI3X { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:67.625rem;left:23.25rem;display:block; }
#gbQdIA4wlBlSTzML52EsP1IILgGdC7Bo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0ctUygXtsIE0rE6r0QQM1CfRtMdsZ7S { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:67.625rem;left:37.9375rem;display:block; }
#eUp0ml9gVVqw6TgHevEEqgF6qVTfDTbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpGgeE7eTlA6TZEvH308S2V1BQtvMWMm { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#ZkKIa5kczdpG7hwHyLxrg782dXsGE5Jm { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#PkPZCHUbtQ20EeqiwCmxtRFFcyrQ87xQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#poq1zwUPuOMnwX8rRntU8KgAxMQkLReH { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#F5fv9uvQrTH7dRtpMKhFafOT1MUFPHR4 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#O64ONcZDdVl6qqXuVVyf4dG5VrQ3HKw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#UgyOGNsmBabvQaXqsIyeZSJ37twzNgLA { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#bFX8FvFyb8cfSH4JZ4vf2VasudFxNXfJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:none; }
#azKgKaXMGPp3F5qwOJWmaeigTsM7rm1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCg88Ug8LvsIkvePaHWZNZc8fo8QlWO1 { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.4375rem;left:15.375rem;display:none; }
#GBo7fxGh9h5J2zQC2X926Iwr2bGtgz5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkVTzueRe03eWW7eLAC3JciIbTymThKT { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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:1.25rem;top:52.125rem;left:16.65625rem;overflow:hidden;display:none; }
#H9nV1D0w0tZgogudQsZXcucbRTPq0ET8 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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:1.25rem;top:52.125rem;left:16.65625rem;overflow:hidden;display:none; }
#FZQWIiKncdFK8wsDKtqmvMVhelpfohzt { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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:1.25rem;top:52.125rem;left:16.65625rem;overflow:hidden;display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-trigger.adaptive-delivery-prevent-bg, #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-trigger.lazyload, #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-trigger.lazyloading { background-image: none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:74.999984741213rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #NaBH239aQn9oAovQTMR5wuWEScfesIxy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #grbM1lo0ZdJEW6vLSTfLiQhkqlQMTn3C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #sJJB4cuNoT3MyIlS1g9F77T6mTT7NXIQ { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #N0DUXFRlTVH7bBT1XpRRmJN1bbn8anWi {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TsrrDBIETvt4TdT7N2QK9PS2n0xDvNpC {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GfbzQGJPTLRFPp3rwSOJrsPzMlnAwmik { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #M7kECqSAaiCBdbhCN3FDBuG19FmW0ZNJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #WuWMBOIMZzsy5csl5xAOdc4u5E47APag { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GPrbTe0E0xqySlqQO6JDgmA5bg10zXyq {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GCVe03GButxhre1GH4HKXL9C47IBXkxN { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Xs2AJzwA3TOsFPScbWQFdsXHz3mi1IE0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #vTDuHcpXc1fktN8N06ZyJF5247SO1inf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #tarZk4wRHtfFcPyOlQCsBqibQTuODHFi { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #nmnN8WuV86hdFgFTyLIVodZPb88kyi1W {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XNC4E4z1PpFosdISIbFa0yT3nANf3l9t { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #KmxG9wfuKEg74R5p0zq9khIa3zHxbGxU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #gTtVi9lRqr0IL6XZauabCch4FX2ytvff { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #mrVx5KB7mAz6TISkWJqQ0lIkeANTWtcf { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #iVUVt9tJqzXc1EsGUKxb3t0FTyfJBoAw {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #PkzDBygATieIGzTAx4fB0gnnXTCU6il5 { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #NXsrNvVS1T8n8mwb2Uays9DmtvDKzI98 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #erAzmoq9mNntWQDeRmCVaGr03TABMQGz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #S1qWXVByUVdyD5SgADN6MGd3NTik6Ie8 { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #zD4L0opfH8Frl9aCLDsgtLTk6X2M7pMH {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ImOccqfvyC1gBABExnyKxe52prCJb6IG { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Rina6fX98SxRieUTPyXgwsSvNgmdTnIT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #fwDiBCpXF4qK4JyNSN2SmcDzZdKXC6l5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #iA8Uh8zS8ZNWBPmMmBXITimeMUbCqZeH { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uBuUHUMBvTlAoEFcbLuInHEw6WdlZbdu {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #m7KkbdtwrSX2NiLhN1nBmgE2CCK2KULA { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #qbfrMPtTe1axpCZdRgJtXEwri9LQ98Jd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Ft8JOTgGasO5QVq06y9vNKi7W7E55F08 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #c5fTtk6rG5ZtZPgIz5UZQySnGQ2AqGed { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZPZdefk4Ch32lmLN1ouGJHTNzNnVcwb5 {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #IUMF3VCV9KZNnq7C30r0dp37yoMR0CKF { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #vV27BMHTTJWVSCs6v19t3TDeCkVtAhDy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #fO8OJQBLqWZqLZuFgqv7n5aiTSEQv8zS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #zdtFGzubrI1natSNE6bStAgJxDHPc1Gh { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #onMfmRIIhbMpVBOPCvo7hANq2O9WDf1T {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #muW5HEBwhmZDvZS3EIA8tNC5nQ3CSzV4 { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #rFIUwugTvx7K1p4eA9cJIyZEkdlt0T8E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ila38itNRmrHrkQTBnO1Pwegn4KXuH6R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #kpANSwHmMN5AwG4fVT6hISVWMZVvTNWx { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #N2uNzcTMfM524FqbcI7vuJTETOZQccNI {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #mkIJ6go4hdiH1BpsRJNTXXdFpo6OEW7c { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #UqLt2F4itavuOb1mRzPTfvxa4TuwwBml { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #tFFBi3IN4TnaT5TgFOSUCmDfqHIgKK7l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #R6zvCpEZtgIPorE1aDpbkNnKcEKlPPt0 { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #nJUIi6gIDwB64Aa903MRLghvNHkgK4E9 {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #KCmkLimTR4gyJhZidlzxwl9szzCpFTTz { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #wwzROc2UsXSqQbuSXz0lwt5kLMe8SWeL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #hxDVgvmhqevFZ7h5ZNkeHlqh8BukpSmq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #x7VaF9TCogkwzs2TL82xX36TMVER30p4 { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #IuOUGd4WGp4dxClUduuOUFfEPt9APg71 {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uEJippR3lPrr06iDn7VCT8nWhNaGw9lM { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #CvgeZzedWylAroGQrNznSqWowTGW2QmT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ystQPMdWNFLFcOToxHtBQhUSV1pAhxgT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #HwXuLURuM5l9RyI9UdtUtJAkA6TXkgrn { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ehiV9mFgCTys7vqywe6HVfmVyyqZTdEO {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ay20ewSvHRnhceio3vVRC6mc6ytAoSw5 { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #RHVrg8PKwklCluDDC1bsObMKWLTsDaUX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #erJZbbAx1B1oA2EEVmw9XNQxkHJufzbx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TZmXgAG2Xo7Fyphvrl3mtZZi8slNBekv { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #wAXZbOduKDLoizCVr3aURT7ZKuySGGvU {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #JBo24qSvawgTeTpFcpAUL2BQ7Ti3QNNW { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Iz7c13ATTUfx8euu3PUhxR6ctx9UBP1H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XSLzAt49wb1bJQLtlTnkeTidIxBTqJPH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #W7rywJGCg5qn9LytWEL8k1lNFfPsxX8b { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #xtNPSOLargTmPFPN9wBGX0GlTP8GLugd {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #DnGE1rehMkE7EhuxIOTUFed0J2c9Se0S { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #WzX6eC73t4wLHP0tFmtiCQPJrLq09zoB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #QGXQEJTVI5XwvNkCs8N0LApFw4gTVsiR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZQlTEZJ6uZKW48pNx7bV3X5b8xbQ2eA3 { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #u4PEmK075HaDCTG5Tz6WuwTwUPrGBV5X {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #UcxAdo34Go4frpz1DyXg0E74OTmuFX37 { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #DMFJZA1N7zDRdz4TOqNmq7Eg4UMdIRk6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ssgWDNRHKLKgw1U38SFBP7f92wmqrmq9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uioulWLTfLVtlxsVtBs4P3QvBybTmnbs { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #gnfMDqNNTTe5gSxVWmLMA9uF0Emdko8Q {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TBv1fXa0tM61lT4E0vdKkoAtFR5d3uk6 { display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XS6gLyE29VlUU6G9aobH15l1e0mdAK9s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #sNNFs5PCdZb1GR5caMowhkmDZmnhaXFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZS8bAm2TQi5PCNfNCRnA0DGw0I96ULXq { display:block;position:relative; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #yThFmcAb1MBTxTeQQA0eNwHtQ6PdDa37 {  }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZSkTDM2v4936FhLKI0dWXuCbi97HRri2 { display:none; }
#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { position:relative;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:92.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t6XXfHl4Ngo9qaOvIqt0KD7OvNqxv7bL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:86.1875rem;left:23.25rem;display:block; }
#KvfUsFQRtC1EWqvs8DCvPogxJJOKCVIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhMARaXJlzHtk4oEV7EklvI6veTHCLwM { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:86.1875rem;left:37.9375rem;display:block; }
#FNEPt3VCNpfbHVoeBb8xVDDRuHWfoXD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wn5QQ7vfHWqnZadyIy0QhTvz4arQV6DN { background-color:rgba(var(--color-secondary-3),0.05);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-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.4375rem;left:15.375rem;display:none; }
#G36LMA9TQhrsh509kA4kDdONSzCEzxLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wvHo8f5SCQ4T8awr039FXr1DNeNAaGC8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:none; }
#yaPx1TMdzzofrF6JgT5T7Jc5po992RoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-trigger.adaptive-delivery-prevent-bg, #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-trigger.lazyload, #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-trigger.lazyloading { background-image: none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.75rem;left:-0.0625rem;display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #PZDwVQ44drTSyI30doTaNEWdVcx4DhAf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #xofgIb4m4Ak2iEMVpMZGnx0CV2ATJ4ra { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #sHG1l4WEFIgvmVIwfahxkxPN0WHd5gGI { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #xFcidZ8ZQ0VsU8wm2EThWFicMD5vLxf7 {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #fh1yXLk3bFTafh35Vu0Mt2P4XtpTWqoU {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #qesm1TTTBRissDcsuCZgLNJFWFDzwDfN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #w9FT31gSmloNt3XBUKDPWEBNgCAumZla { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #dG3BTAIDwXMRl0yi2i8fTBDTdI2UCyTw { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #QeRwxy5KMbZmRLKDQV61ZFhPZ1wBKuuT {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #oR8qmzNTvNR2tThVrUO0bTMT3qfThJZr { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #H2ku53JVNnDCoVxfiAEQI0yrsoDvFcHM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #sodTKTMVt4l9DlP5RvKxRrTgFhy1lLM1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #aZr5TV1JohzmXfniuJRyHZvv4ERPJqC4 { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #gBdpni7kG2WDvoGAz3DnBqmrR84U9zMn {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TqnyV2659CSMOb9yKdiRB98N3UpTLUAM { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #BbLqDCr1NmDSWFBexndblUG0m4WW85f8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #PHKuEAx3zLvAn59nT18WgQtpFA7SOTFS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #u3yFUwWO4quGQTP76ufzC6DDHgkQWBrA { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #pPGshtCwpCMVUWlxNskphtUqAF5rM8GW {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #LSdpglvbQmTTa06iyReGlZCkqc8KlPdE { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #HCh316d1zXW3O8UZ3RQiSwcC2TXJEa7B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #hNlN8laKKXIRH8GW1ygKonDgXFggUvm6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #GEXLTgOGkAcAzLZDU4RUnuqvcm7MICZi { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #CWyC2lxTaTM7f2bavuFM1ELdu5FA4vif {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #cyZUQHZINby2SWIOS7xxpJ0pgDJ0itUe { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tWFThViMc6cuimmnIPWqv3bcTW5NIeGK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #kxl0rTpLAhoOSTEdbO8FoqTwOHxd9khR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #WE2fKodXJI4EIuGlSn4sopu4ZVziT5B5 { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #dQdbBLGFDSqWXcPVtIuAm6bUs9o9vUfZ {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #DvQ2wrc8J5Xy0ktfqLBZ9MWeI0iE3RFg { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #DSBBX6Hz19IMZMM7B2yq79bgTzpwsuDa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #H30hlH2CwiKBoGNHoS4f5gV7HLhtqDJb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #SBCLAaVMUheKJ8SFkTtGQgIX4iZoiS8l { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #iFn0dR04W4aCRkgbkrGAE6STzd8EIEDV {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #bUDt4VvSLU7gSHwLdFnTF7VTbzFSS9lc { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #VHWl55TDOtkJR2OHdTaRodetK6dO4PpT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #eyxNCnvwOl0H3AWA2f9WhB7SKuEaBQdu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #M3EQFf1wAw2dw5H5HInyoNBauHskOhXa { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #AhhHMV2qVeCs3IFFIRK0SIkcfCURZr6s {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #I24oocN0lMLLcK43O1kVonQlc7AEbZqq { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #uhTwu9FkpOOvw5KqHXUTkihP7Z0nukUQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #ySd6XAgxihIDVzmttd6JXaBiSIw0rgb0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #vT4C9OUTo4PiwyCKLA48mtecBUuKcvkT { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #VyJu0vOlki4BeFManB0x6JedU1NySOeh {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #AaTbdMcXuOgIffaNtMCrtIWqbDMsPUTP { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #QD3X9ccUwGCT4pMTHzNAyRzzpebxtJHl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #KklLnfKaqUT6aNwP7qoH2NAkK1Zvu9ui { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #c2hpkE3tNLyLHvXFpEBeexdTnHRSxHVG { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #ImK8oI36f0rOdHflSVnBLGORtQ2naiQc {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #IbXr3VTTbo1VqRcQ2e9GNR07ISui7AoW { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #NIgv3zx5CFD327lS3IV8zHggBmkfIRul { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TxokL8E43hSiCrVmawwW5TNJqKcbHSgo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #MwX2P5RUF570OMmisJPufJbSTervpufD { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #x5iA3w8O8kfqZJfwfrlkt08T8HM0rs5w {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #RzOs7kgQsCTsRxIU18qqksRV2T5PHCgH { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #MMREinUucybgXb8RZApzaMi3Z1I7yuhD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tKPchh3igATGUwWCw2aFZGVVXdz5Zx32 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #Qulv3s00VCcW54WqfQEhKZSr2ikcMTSK { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tuetqyTyzM0vRp0VxgmB2X571ty7Z7y0 {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #SPhuO3rTusQBPF7NFgZbIvcbfClW1byy { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TkVfqNlmPOzs1XlCL0bHqb4Om56cQ04J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TxLTB89L6aLmsTcsVKGPXHE61cH8BvEP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #eRPkDTP8SdRNk1nXzOAWBAVmFAi0mQMz { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #fklBsUPC2v873diMHF3sBv7HTKrIMbqE {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #J5gF52h3erGpmbLtCntgVN1XSaOTgdeB { display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #Sn3z7vnPoFJFMNfgLZtnpLJFADKOrg1n { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #zUUa1oKhVHKZzv0Bs4qbgtli43A7LiN4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #de8k83eg6pzC6mzTxk24zBtmdXWL3FCO { display:block;position:relative; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TBOTQHllQQygiqgQECaALn1aBf2usEW8 {  }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #GLwi4T3sJlA4ZGtktzq8M7A5kxNZIclw { display:none; }
#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt { position:relative;display:block; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt { background-color: transparent; background-image: none; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container > .video-iframe-container { display: none; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row > .video-iframe-container { display: none; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .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); }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt { border-width: 0; border-radius: 0; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eAAFZVMcXRbS2acypmBo4AE1pd0Lpt5I { color:rgba(var(--color-tertiary-1),0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1171875rem;left:0.1875rem;height:2.1123rem;text-align:center;text-align-last:center;display:none; }
#cbCQox7cb6fE5fUJ4FFR17IExk3Mmpr2 { color:rgba(var(--color-tertiary-1),0.67);display:block;width:21.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:34.8876953125rem;left:26.9375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:none; }
#D3q8ergm3fhc4o1AA4vbqx5i1vOoGsLC { color:rgba(0,0,0,0.5);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#PUbNBbQIpleTe3QyN0XqPSTBU9P17ydn { color:#192434;display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:0.75rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;display:none; }
#r3DTgPta5HFg4MyzsRENcxtIgGxOcT19 { color:#192434;display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:0.9375rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { top:4.3125rem;left:0rem;width:6.875rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { top:4.4375rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { top:30.6875rem;left:0rem;width:37.4375rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ok5SadxM8nNSd4BFdB83uPJT6RfpAUpG { top:36.5rem;left:0rem;width:19.8125rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8R4I01CyNLRfaxO4auM1TVpI9wxO0Gt { top:14.1875rem;left:0rem;width:30rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5zFAVu4kIIDNmikzLU3ymtqE8lhaS40 { top:46.1875rem;left:24.75rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFfD2vgdbH03lv3Cn3etoR2ISZ8vHsE { top:51.0625rem;left:24.6875rem;width:17.625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beIRhilUKofK1vLCCLVUEG4yBwivz80H { top:46.1875rem;left:5.6875rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT553bQSwzTbdlLRPRmw816nv0PsAH7B { top:51.0625rem;left:5.625rem;width:17.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgKM2HuVPzB9sOcxpUOyzMsQL9i5Xcw { top:47.6875rem;left:13.25rem;width:2.25rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPi7CTQDH1lnJZfZgqTQ3dFd1qX5QHIL { top:47.6875rem;left:32.375rem;width:2.25rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvPGoGRlWiO8O1hodWzzHz890cJAVk2k { top:46.1875rem;left:0rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTp7LrTTNeQdQ8VvdDMulFtqAmKOnLTG { top:51.0625rem;left:0rem;width:17.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXgEdssBpJ6pxBSVmfNFMmPsHdKMKyh { top:48rem;left:0rem;width:2.25rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIbL73abxT2q9tQXk5gkgpQrpie8XODh { top:41.125rem;left:0rem;width:19.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2okvwzpl8Rh4mOh5oVGbpTATwTgwmvG { top:35.625rem;left:0rem;width:20rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG93sJCcTsCZTRleBGWUuIIG4PrPmnG1 { top:14.75rem;left:0rem;width:18.75rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUOEbuILEXaL0F12SW35PlN7Toh19Qni { width:13.75rem;height:3.5rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL79pBQGB1h2sSTlxky8Gx9D4mJZo4Zv { display:block; }
 }@media only screen and (max-width: 763px) { #VoMxiRkZU8xVxiGq7EFNF15L09xPkTzr { width:13.8125rem;height:3.5rem;top:35.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVAphBvT227tpQuhnaHV2Jn37BKcXulc { display:block; }
 }@media only screen and (max-width: 763px) { #ZIou5R6NgfzOEqvUSGPJB6lqfgSug20M { top:46.1875rem;left:30.25rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8SOorm6K0zXz2nmTuiC7fnI2b2yTm1H { top:51.0625rem;left:30.125rem;width:17.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTQ7DcMvp5U46vnV8AxaVNCcEN9cc0N { top:47.75rem;left:45.125rem;width:2.625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW { display:none; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w2Nxtc14yOhu573zLcJmcvXhrppDXoCS { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrqSO3uUl4fx2cul8wKGA8ykpp8FepWw { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0mtKG4gePaTBH8XMiC9KKcgA8rozsdg { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtwJqWepnxesSEvyemknMIrZFJgDHoTp { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #nshnzsEMLntEToc2XAadBNVEydcmwKyO { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvV3if6WiNERi26tGB6ZzN1b7y2RchyL { width:47.75rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMtocyrnqsBlwxggizrl4Rhd01BTKvgg { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvJVAxZ4XXvLe3K4GpirUn7Dt1oXoFEz { top:5.625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #geQoVAsNI9UqbKJE80WbCsMr89C4M37g { top:7.8125rem;left:0rem;width:38.625rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5gl6eZTHxhp55HhBIBEVC5zEtUJgONo { top:13.5rem;left:0rem;width:31.4375rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD0vDB2vqzIiAzBHIDG2KbMimQAo1J6e { top:22.625rem;left:0rem;width:11.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4P6SNXhKT4yQL94N28Xppn2hCIubp7 { top:25.9375rem;left:0rem;width:18.8125rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATSqGy0h0qIVf0NhOAm1XnICg06fp7C { top:25.9375rem;left:4.75rem;width:30.4375rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNT5yaIJMvyrelnW7eTl1IcdObgff6J { top:3.5625rem;left:13.375rem;width:34.375rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6L12HysTWcn2v0r9GONzNvD2sZBriVM { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEf2KrVuiXQ4B1rcgM1Msda2nhMO7DOd { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKIc3ErhZAtOnU3e8eIHlDuH9JT2EsHE { top:15.3125rem;left:0rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xw9xvG46B3BcH9iif2CGOcCB4AE7QKPJ { top:24.875rem;left:0rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGNBTocbFp93UmNJCaaBq26XCqfuOrw8 { top:44.0625rem;left:0rem;width:3.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0UquFXo40ocLG6yTFFnThldpVS6QxTu { top:44.1875rem;left:44.75rem;width:3rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ht6uz2hHc1lkXDzkdVvf1R4X3ucZLimg { top:44rem;left:31.84375rem;width:3.125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnJyaTK5hKELPzBK0QhQGWgOPXovysKw { width:13.75rem;height:3.5rem;top:36.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkZSCSeKSGQfcOChaiMS5Bvoy51vrhnh { display:block; }
 }@media only screen and (max-width: 763px) { #O0fIVEIGWMR3DMT6hlpxW0WiOhQLPBJ8 { width:13.8125rem;height:3.5rem;top:36.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #asMGE6ziuF7sf8Nn470t30aVUIOD7sss { display:block; }
 }@media only screen and (max-width: 763px) { #Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { display:none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zZcG9swxpTnATCqGXVaRvMewCuArQQtT { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { width:47.75rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuTTCJIwLcFkJgPvfBllucnN9CToJqxB { top:2.5rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcPZFXpxwU8On2wMTPV1q0okAbtIgS0Q { top:6.3125rem;left:0rem;width:32.3125rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm88ty90X9M5on1CJKKWnGHNmfIlZtQP { top:15.3125rem;left:0rem;width:37.0625rem;height:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iueP2KQBRblGnwTAfGyvgCZzlZF7nB49 { top:28.3125rem;left:0rem;width:34.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9btFOGVteOgI7RUWExxIvpMwOLZHoma { top:31.625rem;left:0rem;width:21.125rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsJaIlBOqsHJiMoVJgm4tJ3CUaPmQyeK { top:31.625rem;left:7.875rem;width:30.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKLZ19BP2N2gStOMbn0KzX6xLhvfI3oh { top:3.75rem;left:13.375rem;width:34.375rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHWKVNPvNAviG2OA2HqsxNirWCzLhk2 { top:8.9375rem;left:0rem;width:18.8125rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiesgcwbkXqfXbP2UvOmZKSAcfb1ccJy { top:20.5625rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BExIE7VE6TmGOydUQy1hyznoZ3fzxkzw { top:23.875rem;left:0rem;width:16.5rem;height:8.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZeuRZTKTK9a986mIHw1aFPzUPDKuObM { top:23.875rem;left:3.0625rem;width:3.3125rem;height:8.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNoiOSMUp2bBamDTwkTx33583KuQ8CDZ { top:5.6875rem;left:43.625rem;width:3.6875rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxFsra98R1lMiImOWusXG1fdO6QrC40X { width:13.75rem;height:3.5rem;top:46.5rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIXSyX4Hoct01C1P7EugR8TIlkZnS9rm { display:block; }
 }@media only screen and (max-width: 763px) { #xDlzs1ksgLruC4DeIa68Xc0OGp2S0erN { width:13.8125rem;height:3.5rem;top:46.5rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwrDck5NqPx3tCkFqZcdHUz51UJqS5Aq { display:block; }
 }@media only screen and (max-width: 763px) { #PZqWAMSHdyGwTAo9z7XqeuFlPnlLTild { width:13.75rem;height:3.5rem;top:36.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #flgnV6ASAUEARU5zc43e8aEecb4VplXm { display:block; }
 }@media only screen and (max-width: 763px) { #Zql8Br3uBSotHRMOvSk4Pch8zbokGLKU { width:13.8125rem;height:3.5rem;top:36.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZFJ2cUvtiuSbvEm5CVwez1un2Lf8ciT { display:block; }
 }@media only screen and (max-width: 763px) { #ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf { display:block; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaSsrUXWVMRn4Lg0qnnpCJkwP2GfKgJi { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqs8fZCSxfcAzrBA0ch1mNvpmxgQPLIN { top:2.8125rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWNDcsbBingDXZW8hnouPEDDHSWWNC23 { top:18.9375rem;left:0rem;width:19.1875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriTy27PMdx6xCKTdOA1wVZVKWFSVXhA { top:19.125rem;left:14.21875rem;width:19.3125rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Zxth2spAD9heQXVrbqVDuRl2fXna3U { top:21.25rem;left:0rem;width:19.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocPbtzha2foI6CavteeJXd0vmI9dMUeW { top:14.125rem;left:0rem;width:19.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGp5sfHWSOsNruFarqHDa3DRF56xe7NH { top:14.125rem;left:14.3125rem;width:19.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSlpTCKoaRdK6XiR6xTwH67amyIIEcGp { top:13.5rem;left:0rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOITVLQVTDGJuTChIR5AWLaG616XRzmg { top:13.5rem;left:18.3125rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEPBnmHGQQLnS0bImkAP3TvcCdR35DB { width:14.375rem;height:3.75rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1dvpTTXTeEzJJexSDS3Dlyg65zC7UyE { display:block; }
 }@media only screen and (max-width: 763px) { #LlI9QRZlsbPhTC60f2fI2azPCTzEiqp6 { width:14.375rem;height:3.75rem;top:29rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBVR8QsEmAlKCXZgqS4V7hD9Ri8y0d9P { display:block; }
 }@media only screen and (max-width: 763px) { #Zl2zP5vyWvogpA4a90uJwfdJkvE7DuSg { top:11.375rem;left:0rem;width:19.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHSP6hN86iedTEhK40LcJ7CkMWxrpiGk { top:11.375rem;left:14.25rem;width:19.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi8kS8s0tTc8cJUcPmXOOPtGiECVq6eH { top:11.5625rem;left:0rem;width:19.125rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHH4P1UROUSUXqWis5v0F7JylT0FHoA3 { top:11.5625rem;left:0rem;width:19.125rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsVsN8JnJ3CfRrAHqZqzDaIEVqhNpTO5 { top:11.375rem;left:28.5rem;width:19.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIFhQ4B693EcpLyqNV8BgqEAZhF0pn0o { width:14.375rem;height:3.75rem;top:29.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnaq89D2EPP0Qbxcu0beCT6B30DIug1B { display:block; }
 }@media only screen and (max-width: 763px) { #Fm0niJvTSL1WTSBwqVZO8DN3zOufFDub { top:13.4375rem;left:36.5rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPRMyAnk24tvN7lltUBEWxGGhgVSg0S5 { top:14.125rem;left:28.5rem;width:19.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruwAg90dh36JBlhW740sJgTmlsQ3Z1LW { top:18.9375rem;left:28.5625rem;width:19.1875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhq9b5LD7fU8AHU2xPUU4x3B4KBWsT4b { top:21.6875rem;left:28.5625rem;width:19.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV6v9H7no1XlqHfKgOKTI8OzCWTGB37v { top:23.625rem;left:28.5rem;width:19.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2HLDyPPwRJicT5yD90LJqO8s21mp0vC { top:11.5625rem;left:0rem;width:19.125rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEBtDWlf76U8Q8LRsJ4rqdOG35zuG5Kk { top:13.5rem;left:0rem;width:11.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBh4nD3Ou5Wqr5Qo3G6RfOwbPeQL0fHq { top:21.25rem;left:14.28125rem;width:19.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB5uKEZ8TcfW2Xak5a4rIv89VDV3Vvsc { top:23.625rem;left:0rem;width:19.1875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQIuBxgEqPn0gyriGqJKkpxKGa7iFsKi { top:21.25rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdHqOGQBqlT9g53cXg94rrbflDAfhRi { top:21.6875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTvc72sMTKP8aCD51eU8w15weuX3riz { top:23.5625rem;left:14.21875rem;width:19.3125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJHZAIc7GUS93Qe0cqxgnRl7dZJLn3RZ { top:21.625rem;left:14.28125rem;width:19.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { display:block; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { top:5.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGvLX0fOlAxO5GRiGqaswobeJW1ZTX3M { top:13.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBtIAHXrfZWXQMEISlZN40dQZlkaIcy3 { top:20.375rem;left:13.375rem;width:6.25rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { top:20.5rem;left:20.9375rem;width:6.25rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMBuE0ZNq68Jy4qUhhTgiusF876tzNAu { top:20.5rem;left:28.5rem;width:6.25rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng2sRQDdRVCKsP8OTreElRqfT18KUoeP { top:41.4375rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiThDyguGWaMRJ9lZfW47OPt2Vf6npu8 { top:2.8125rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QN1MBq5apTM4F90nQySi6V3oT5Q57CvR { top:10.125rem;left:0rem;width:20rem;height:5.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1JfEbvqzgWNQXrXr4ao36wODpBtus0u { top:34.4375rem;left:0rem;width:20rem;height:3.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgRLWPyOEZvvAaLDxniGRqs8dyeTdG0x { top:27.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSwu5dhSyvPCgiOTuvQfw6L0ywUDE9qo { top:45.1875rem;left:16.0625rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpTHnqxJJeTcKdDcVHe3eR8nFUHduyL { top:45.1875rem;left:32.125rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlALccOvHckNP0u4CyL0zlQuRMoB1ex2 { top:45.1875rem;left:0rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #To35EIguQr2f7MbPXSIn9TUCWwaQ5NAq { top:47.3125rem;left:3.0625rem;width:8.5rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #feTeSkyFcKgffhs9yMioeGGfBrEE93Lc { top:26.8125rem;left:0rem;width:18.6875rem;height:1.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfXOVdPGo8xT7estltbPLAWSROGmxd4H { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BU76W6Mht8DL5EKQNsWw85TiqkJQVAQ4 { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt6GgUpBAsiytyTVhya7TTRGs6nVwcOH { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsO5NWKVRvgCSxxvHOAFtsmoqkz2x8QD { top:47.3125rem;left:18.5625rem;width:10.625rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yd5ayTve6BkWN6IQKLw4Mt06gRtdgZQb { top:47.375rem;left:34.1875rem;width:12.5rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnFwo76hGv9WqHN9cHPn4P3d2P46ZvTS { width:13.8125rem;height:3.5rem;top:33.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr34Ic8RcSwGL62oJT7RfWtyRhxq8aGG { display:block; }
 }@media only screen and (max-width: 763px) { #KarhGO2Apn0guDc6LD0fyQ4er8EQ4x1d { width:13.75rem;height:3.5rem;top:33.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3CmRIWaRorGpunHm5ciRzgWQKUUtfKX { display:block; }
 }@media only screen and (max-width: 763px) { #z5piUoKgUTDFTJxoK8Z8ihO3eRiFHKcF { width:13.75rem;height:3.5rem;top:36.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CETeppFtBMv29XTSpCISSe6KiM4s3rDW { display:block; }
 }@media only screen and (max-width: 763px) { #dSqbu4ux2DcroFsLmaRnxuyuHgXi0FnX { width:13.8125rem;height:3.5rem;top:36.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JohsuAlSdF9IJL67Q03bVLVKTTNDn7Jz { display:block; }
 }@media only screen and (max-width: 763px) { #OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { display:none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { top:37.3125rem;left:32.4375rem;width:5.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { top:7.9375rem;left:0rem;width:24.875rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07n1teop8oSUCAEIPNhNbfShyuDWWQL { top:18.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyByTMoT1KkbZvaotFifTykJFtRaqu0H { top:30.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { top:36.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { top:31.5rem;left:32.4375rem;width:8rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbg491AxT35TycqVILn3dPl3MMbb83ep { top:25.3125rem;left:32.4375rem;width:13.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { top:18.625rem;left:30.5rem;width:17.25rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { top:24.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { top:25.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { top:54.9375rem;left:12.28125rem;width:26.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { top:79.8125rem;left:8.375rem;width:27.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { top:73.875rem;left:8.375rem;width:36.1875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { top:67.75rem;left:8.4375rem;width:31.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { top:61.25rem;left:8.4375rem;width:32.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { top:79.5625rem;left:4.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { top:73.75rem;left:4.4375rem;width:1.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { top:67.625rem;left:4.65625rem;width:1.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { top:61.1875rem;left:4.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { top:51.4375rem;left:35.9375rem;width:6.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { top:79.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSKJPKG95b8S18WghuctnVpqgPTMSSAe { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { top:67.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { top:73.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { top:5.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { top:5.375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGFQ57nyyyUxpfcfE5ww0GyKMHhnhZic { top:11.125rem;left:0rem;width:47.75rem;height:36.926666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { top:55.75rem;left:0rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { top:55.75rem;left:15.15625rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { top:55.75rem;left:34.96875rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { top:59.75rem;left:0rem;width:11.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { top:59.75rem;left:15.90625rem;width:17.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { top:59.75rem;left:30.25rem;width:17.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogZLWZgHSguzPv9FXQ2KwFMr7E0DeI3X { width:13.75rem;height:3.5rem;top:67.625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbQdIA4wlBlSTzML52EsP1IILgGdC7Bo { display:block; }
 }@media only screen and (max-width: 763px) { #o0ctUygXtsIE0rE6r0QQM1CfRtMdsZ7S { width:13.8125rem;height:3.5rem;top:67.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUp0ml9gVVqw6TgHevEEqgF6qVTfDTbB { display:block; }
 }@media only screen and (max-width: 763px) { #zpGgeE7eTlA6TZEvH308S2V1BQtvMWMm { top:2.1875rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkKIa5kczdpG7hwHyLxrg782dXsGE5Jm { top:10.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkPZCHUbtQ20EeqiwCmxtRFFcyrQ87xQ { top:32.875rem;left:0rem;width:20rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #poq1zwUPuOMnwX8rRntU8KgAxMQkLReH { top:59.125rem;left:0rem;width:20rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5fv9uvQrTH7dRtpMKhFafOT1MUFPHR4 { top:14.625rem;left:0rem;width:9.6875rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O64ONcZDdVl6qqXuVVyf4dG5VrQ3HKw4 { top:51.375rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgyOGNsmBabvQaXqsIyeZSJ37twzNgLA { top:91.3125rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFX8FvFyb8cfSH4JZ4vf2VasudFxNXfJ { width:13.75rem;height:3.5rem;top:36.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #azKgKaXMGPp3F5qwOJWmaeigTsM7rm1I { display:block; }
 }@media only screen and (max-width: 763px) { #lCg88Ug8LvsIkvePaHWZNZc8fo8QlWO1 { width:13.8125rem;height:3.5rem;top:36.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBo7fxGh9h5J2zQC2X926Iwr2bGtgz5t { display:block; }
 }@media only screen and (max-width: 763px) { #NkVTzueRe03eWW7eLAC3JciIbTymThKT { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9nV1D0w0tZgogudQsZXcucbRTPq0ET8 { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZQWIiKncdFK8wsDKtqmvMVhelpfohzt { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #NaBH239aQn9oAovQTMR5wuWEScfesIxy {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #grbM1lo0ZdJEW6vLSTfLiQhkqlQMTn3C {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #sJJB4cuNoT3MyIlS1g9F77T6mTT7NXIQ {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #N0DUXFRlTVH7bBT1XpRRmJN1bbn8anWi {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TsrrDBIETvt4TdT7N2QK9PS2n0xDvNpC {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GfbzQGJPTLRFPp3rwSOJrsPzMlnAwmik {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #M7kECqSAaiCBdbhCN3FDBuG19FmW0ZNJ {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #WuWMBOIMZzsy5csl5xAOdc4u5E47APag {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GPrbTe0E0xqySlqQO6JDgmA5bg10zXyq {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GCVe03GButxhre1GH4HKXL9C47IBXkxN {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Xs2AJzwA3TOsFPScbWQFdsXHz3mi1IE0 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #vTDuHcpXc1fktN8N06ZyJF5247SO1inf {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #tarZk4wRHtfFcPyOlQCsBqibQTuODHFi {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #nmnN8WuV86hdFgFTyLIVodZPb88kyi1W {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XNC4E4z1PpFosdISIbFa0yT3nANf3l9t {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #KmxG9wfuKEg74R5p0zq9khIa3zHxbGxU {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #gTtVi9lRqr0IL6XZauabCch4FX2ytvff {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #mrVx5KB7mAz6TISkWJqQ0lIkeANTWtcf {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #iVUVt9tJqzXc1EsGUKxb3t0FTyfJBoAw {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #PkzDBygATieIGzTAx4fB0gnnXTCU6il5 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #NXsrNvVS1T8n8mwb2Uays9DmtvDKzI98 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #erAzmoq9mNntWQDeRmCVaGr03TABMQGz {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #S1qWXVByUVdyD5SgADN6MGd3NTik6Ie8 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #zD4L0opfH8Frl9aCLDsgtLTk6X2M7pMH {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ImOccqfvyC1gBABExnyKxe52prCJb6IG {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Rina6fX98SxRieUTPyXgwsSvNgmdTnIT {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #fwDiBCpXF4qK4JyNSN2SmcDzZdKXC6l5 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #iA8Uh8zS8ZNWBPmMmBXITimeMUbCqZeH {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uBuUHUMBvTlAoEFcbLuInHEw6WdlZbdu {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #m7KkbdtwrSX2NiLhN1nBmgE2CCK2KULA {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #qbfrMPtTe1axpCZdRgJtXEwri9LQ98Jd {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Ft8JOTgGasO5QVq06y9vNKi7W7E55F08 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #c5fTtk6rG5ZtZPgIz5UZQySnGQ2AqGed {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZPZdefk4Ch32lmLN1ouGJHTNzNnVcwb5 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #IUMF3VCV9KZNnq7C30r0dp37yoMR0CKF {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #vV27BMHTTJWVSCs6v19t3TDeCkVtAhDy {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #fO8OJQBLqWZqLZuFgqv7n5aiTSEQv8zS {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #zdtFGzubrI1natSNE6bStAgJxDHPc1Gh {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #onMfmRIIhbMpVBOPCvo7hANq2O9WDf1T {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #muW5HEBwhmZDvZS3EIA8tNC5nQ3CSzV4 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #rFIUwugTvx7K1p4eA9cJIyZEkdlt0T8E {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ila38itNRmrHrkQTBnO1Pwegn4KXuH6R {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #kpANSwHmMN5AwG4fVT6hISVWMZVvTNWx {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #N2uNzcTMfM524FqbcI7vuJTETOZQccNI {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #mkIJ6go4hdiH1BpsRJNTXXdFpo6OEW7c {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #UqLt2F4itavuOb1mRzPTfvxa4TuwwBml {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #tFFBi3IN4TnaT5TgFOSUCmDfqHIgKK7l {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #R6zvCpEZtgIPorE1aDpbkNnKcEKlPPt0 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #nJUIi6gIDwB64Aa903MRLghvNHkgK4E9 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #KCmkLimTR4gyJhZidlzxwl9szzCpFTTz {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #wwzROc2UsXSqQbuSXz0lwt5kLMe8SWeL {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #hxDVgvmhqevFZ7h5ZNkeHlqh8BukpSmq {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #x7VaF9TCogkwzs2TL82xX36TMVER30p4 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #IuOUGd4WGp4dxClUduuOUFfEPt9APg71 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uEJippR3lPrr06iDn7VCT8nWhNaGw9lM {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #CvgeZzedWylAroGQrNznSqWowTGW2QmT {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ystQPMdWNFLFcOToxHtBQhUSV1pAhxgT {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #HwXuLURuM5l9RyI9UdtUtJAkA6TXkgrn {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ehiV9mFgCTys7vqywe6HVfmVyyqZTdEO {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ay20ewSvHRnhceio3vVRC6mc6ytAoSw5 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #RHVrg8PKwklCluDDC1bsObMKWLTsDaUX {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #erJZbbAx1B1oA2EEVmw9XNQxkHJufzbx {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TZmXgAG2Xo7Fyphvrl3mtZZi8slNBekv {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #wAXZbOduKDLoizCVr3aURT7ZKuySGGvU {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #JBo24qSvawgTeTpFcpAUL2BQ7Ti3QNNW {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Iz7c13ATTUfx8euu3PUhxR6ctx9UBP1H {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XSLzAt49wb1bJQLtlTnkeTidIxBTqJPH {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #W7rywJGCg5qn9LytWEL8k1lNFfPsxX8b {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #xtNPSOLargTmPFPN9wBGX0GlTP8GLugd {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #DnGE1rehMkE7EhuxIOTUFed0J2c9Se0S {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #WzX6eC73t4wLHP0tFmtiCQPJrLq09zoB {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #QGXQEJTVI5XwvNkCs8N0LApFw4gTVsiR {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZQlTEZJ6uZKW48pNx7bV3X5b8xbQ2eA3 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #u4PEmK075HaDCTG5Tz6WuwTwUPrGBV5X {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #UcxAdo34Go4frpz1DyXg0E74OTmuFX37 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #DMFJZA1N7zDRdz4TOqNmq7Eg4UMdIRk6 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ssgWDNRHKLKgw1U38SFBP7f92wmqrmq9 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uioulWLTfLVtlxsVtBs4P3QvBybTmnbs {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #gnfMDqNNTTe5gSxVWmLMA9uF0Emdko8Q {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TBv1fXa0tM61lT4E0vdKkoAtFR5d3uk6 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XS6gLyE29VlUU6G9aobH15l1e0mdAK9s {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #sNNFs5PCdZb1GR5caMowhkmDZmnhaXFK {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZS8bAm2TQi5PCNfNCRnA0DGw0I96ULXq {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #yThFmcAb1MBTxTeQQA0eNwHtQ6PdDa37 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZSkTDM2v4936FhLKI0dWXuCbi97HRri2 {  }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6XXfHl4Ngo9qaOvIqt0KD7OvNqxv7bL { width:13.75rem;height:3.4375rem;top:86.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfUsFQRtC1EWqvs8DCvPogxJJOKCVIz { display:block; }
 }@media only screen and (max-width: 763px) { #fhMARaXJlzHtk4oEV7EklvI6veTHCLwM { width:13.75rem;height:3.4375rem;top:86.1875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNEPt3VCNpfbHVoeBb8xVDDRuHWfoXD5 { display:block; }
 }@media only screen and (max-width: 763px) { #wn5QQ7vfHWqnZadyIy0QhTvz4arQV6DN { width:13.8125rem;height:3.5rem;top:36.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G36LMA9TQhrsh509kA4kDdONSzCEzxLp { display:block; }
 }@media only screen and (max-width: 763px) { #wvHo8f5SCQ4T8awr039FXr1DNeNAaGC8 { width:13.75rem;height:3.5rem;top:36.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaPx1TMdzzofrF6JgT5T7Jc5po992RoB { display:block; }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem;display:none; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #PZDwVQ44drTSyI30doTaNEWdVcx4DhAf {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #xofgIb4m4Ak2iEMVpMZGnx0CV2ATJ4ra {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #sHG1l4WEFIgvmVIwfahxkxPN0WHd5gGI {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #xFcidZ8ZQ0VsU8wm2EThWFicMD5vLxf7 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #fh1yXLk3bFTafh35Vu0Mt2P4XtpTWqoU {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #qesm1TTTBRissDcsuCZgLNJFWFDzwDfN {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #w9FT31gSmloNt3XBUKDPWEBNgCAumZla {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #dG3BTAIDwXMRl0yi2i8fTBDTdI2UCyTw {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #QeRwxy5KMbZmRLKDQV61ZFhPZ1wBKuuT {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #oR8qmzNTvNR2tThVrUO0bTMT3qfThJZr {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #H2ku53JVNnDCoVxfiAEQI0yrsoDvFcHM {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #sodTKTMVt4l9DlP5RvKxRrTgFhy1lLM1 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #aZr5TV1JohzmXfniuJRyHZvv4ERPJqC4 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #gBdpni7kG2WDvoGAz3DnBqmrR84U9zMn {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TqnyV2659CSMOb9yKdiRB98N3UpTLUAM {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #BbLqDCr1NmDSWFBexndblUG0m4WW85f8 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #PHKuEAx3zLvAn59nT18WgQtpFA7SOTFS {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #u3yFUwWO4quGQTP76ufzC6DDHgkQWBrA {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #pPGshtCwpCMVUWlxNskphtUqAF5rM8GW {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #LSdpglvbQmTTa06iyReGlZCkqc8KlPdE {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #HCh316d1zXW3O8UZ3RQiSwcC2TXJEa7B {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #hNlN8laKKXIRH8GW1ygKonDgXFggUvm6 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #GEXLTgOGkAcAzLZDU4RUnuqvcm7MICZi {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #CWyC2lxTaTM7f2bavuFM1ELdu5FA4vif {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #cyZUQHZINby2SWIOS7xxpJ0pgDJ0itUe {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tWFThViMc6cuimmnIPWqv3bcTW5NIeGK {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #kxl0rTpLAhoOSTEdbO8FoqTwOHxd9khR {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #WE2fKodXJI4EIuGlSn4sopu4ZVziT5B5 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #dQdbBLGFDSqWXcPVtIuAm6bUs9o9vUfZ {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #DvQ2wrc8J5Xy0ktfqLBZ9MWeI0iE3RFg {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #DSBBX6Hz19IMZMM7B2yq79bgTzpwsuDa {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #H30hlH2CwiKBoGNHoS4f5gV7HLhtqDJb {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #SBCLAaVMUheKJ8SFkTtGQgIX4iZoiS8l {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #iFn0dR04W4aCRkgbkrGAE6STzd8EIEDV {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #bUDt4VvSLU7gSHwLdFnTF7VTbzFSS9lc {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #VHWl55TDOtkJR2OHdTaRodetK6dO4PpT {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #eyxNCnvwOl0H3AWA2f9WhB7SKuEaBQdu {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #M3EQFf1wAw2dw5H5HInyoNBauHskOhXa {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #AhhHMV2qVeCs3IFFIRK0SIkcfCURZr6s {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #I24oocN0lMLLcK43O1kVonQlc7AEbZqq {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #uhTwu9FkpOOvw5KqHXUTkihP7Z0nukUQ {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #ySd6XAgxihIDVzmttd6JXaBiSIw0rgb0 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #vT4C9OUTo4PiwyCKLA48mtecBUuKcvkT {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #VyJu0vOlki4BeFManB0x6JedU1NySOeh {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #AaTbdMcXuOgIffaNtMCrtIWqbDMsPUTP {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #QD3X9ccUwGCT4pMTHzNAyRzzpebxtJHl {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #KklLnfKaqUT6aNwP7qoH2NAkK1Zvu9ui {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #c2hpkE3tNLyLHvXFpEBeexdTnHRSxHVG {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #ImK8oI36f0rOdHflSVnBLGORtQ2naiQc {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #IbXr3VTTbo1VqRcQ2e9GNR07ISui7AoW {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #NIgv3zx5CFD327lS3IV8zHggBmkfIRul {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TxokL8E43hSiCrVmawwW5TNJqKcbHSgo {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #MwX2P5RUF570OMmisJPufJbSTervpufD {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #x5iA3w8O8kfqZJfwfrlkt08T8HM0rs5w {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #RzOs7kgQsCTsRxIU18qqksRV2T5PHCgH {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #MMREinUucybgXb8RZApzaMi3Z1I7yuhD {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tKPchh3igATGUwWCw2aFZGVVXdz5Zx32 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #Qulv3s00VCcW54WqfQEhKZSr2ikcMTSK {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tuetqyTyzM0vRp0VxgmB2X571ty7Z7y0 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #SPhuO3rTusQBPF7NFgZbIvcbfClW1byy {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TkVfqNlmPOzs1XlCL0bHqb4Om56cQ04J {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TxLTB89L6aLmsTcsVKGPXHE61cH8BvEP {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #eRPkDTP8SdRNk1nXzOAWBAVmFAi0mQMz {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #fklBsUPC2v873diMHF3sBv7HTKrIMbqE {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #J5gF52h3erGpmbLtCntgVN1XSaOTgdeB {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #Sn3z7vnPoFJFMNfgLZtnpLJFADKOrg1n {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #zUUa1oKhVHKZzv0Bs4qbgtli43A7LiN4 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #de8k83eg6pzC6mzTxk24zBtmdXWL3FCO {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TBOTQHllQQygiqgQECaALn1aBf2usEW8 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #GLwi4T3sJlA4ZGtktzq8M7A5kxNZIclw {  }
 }@media only screen and (max-width: 763px) { #V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt { display:block; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAAFZVMcXRbS2acypmBo4AE1pd0Lpt5I { top:2.9375rem;left:0rem;width:20rem;height:5.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbCQox7cb6fE5fUJ4FFR17IExk3Mmpr2 { top:1.0625rem;left:0rem;width:20rem;height:3.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3q8ergm3fhc4o1AA4vbqx5i1vOoGsLC { top:3.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUbNBbQIpleTe3QyN0XqPSTBU9P17ydn { top:0.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3DTgPta5HFg4MyzsRENcxtIgGxOcT19 { top:0.9375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#1631fa;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/7f0a27df-0171-46d2-b043-6b8026c1dd56/winboostermobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { width:4.375rem;height:4.375rem;top:3.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { width:6.875rem;height:6.875rem;top:48.25rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { width:20rem;height:0;top:24.25rem;left:0rem;font-size:1.125rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15010;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #Ok5SadxM8nNSd4BFdB83uPJT6RfpAUpG { width:19.8125rem;height:2.798825rem;top:36.875rem;left:0.0625rem;font-size:1rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15011;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #d8R4I01CyNLRfaxO4auM1TVpI9wxO0Gt { width:7.25rem;height:3.5625rem;top:25.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5zFAVu4kIIDNmikzLU3ymtqE8lhaS40 { width:17.5rem;height:9.375rem;top:46.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSFfD2vgdbH03lv3Cn3etoR2ISZ8vHsE { width:17.625rem;height:auto;top:51.0625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #beIRhilUKofK1vLCCLVUEG4yBwivz80H { width:17.5rem;height:9.375rem;top:46.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT553bQSwzTbdlLRPRmw816nv0PsAH7B { width:17.5625rem;height:auto;top:51.0625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oTgKM2HuVPzB9sOcxpUOyzMsQL9i5Xcw { width:2.25rem;height:2.5rem;top:3.4375rem;left:14.09375rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hPi7CTQDH1lnJZfZgqTQ3dFd1qX5QHIL { width:2rem;height:2.375rem;top:3.40625rem;left:3.875rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lvPGoGRlWiO8O1hodWzzHz890cJAVk2k { width:17.5rem;height:9.375rem;top:46.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTp7LrTTNeQdQ8VvdDMulFtqAmKOnLTG { width:17.5625rem;height:auto;top:51.0625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RIXgEdssBpJ6pxBSVmfNFMmPsHdKMKyh { width:2.25rem;height:2.375rem;top:11.28125rem;left:14.09375rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cIbL73abxT2q9tQXk5gkgpQrpie8XODh { width:19.0625rem;height:auto;top:41.125rem;left:0.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T2okvwzpl8Rh4mOh5oVGbpTATwTgwmvG { width:20rem;height:0;top:35.65625rem;left:0rem;font-size:1.25rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:none; }
 }@media only screen and (max-width: 763px) { #FG93sJCcTsCZTRleBGWUuIIG4PrPmnG1 { width:20rem;height:9.875rem;top:25.75rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MUOEbuILEXaL0F12SW35PlN7Toh19Qni { width:13.75rem;height:3.5rem;top:35.75rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL79pBQGB1h2sSTlxky8Gx9D4mJZo4Zv { display:block; }
 }@media only screen and (max-width: 763px) { #VoMxiRkZU8xVxiGq7EFNF15L09xPkTzr { width:13.8125rem;height:3.5rem;top:35.75rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVAphBvT227tpQuhnaHV2Jn37BKcXulc { display:block; }
 }@media only screen and (max-width: 763px) { #ZIou5R6NgfzOEqvUSGPJB6lqfgSug20M { width:17.5rem;height:9.375rem;top:46.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8SOorm6K0zXz2nmTuiC7fnI2b2yTm1H { width:17.625rem;height:auto;top:51.0625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NWTQ7DcMvp5U46vnV8AxaVNCcEN9cc0N { width:2.625rem;height:2.375rem;top:47.75rem;left:8.6875rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW { background-color:#0a18f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { background-color: transparent; background-image: none; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container > .video-iframe-container { display: none; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row > .video-iframe-container { display: none; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .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); }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { border-width: 0; border-radius: 0; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2Nxtc14yOhu573zLcJmcvXhrppDXoCS { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #wrqSO3uUl4fx2cul8wKGA8ykpp8FepWw { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #e0mtKG4gePaTBH8XMiC9KKcgA8rozsdg { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vtwJqWepnxesSEvyemknMIrZFJgDHoTp { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nshnzsEMLntEToc2XAadBNVEydcmwKyO { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zvV3if6WiNERi26tGB6ZzN1b7y2RchyL { top:3.8125rem;left:0rem;width:16.375rem;height:4.0625rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qMtocyrnqsBlwxggizrl4Rhd01BTKvgg { width:12.5rem;height:8.125rem;top:1.412109375rem;left:3.75rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZvJVAxZ4XXvLe3K4GpirUn7Dt1oXoFEz { width:9.6875rem;height:0;top:5.875rem;left:5.1875rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15013;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #geQoVAsNI9UqbKJE80WbCsMr89C4M37g { width:20rem;height:auto;top:7.8125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #u5gl6eZTHxhp55HhBIBEVC5zEtUJgONo { width:20rem;height:auto;top:13.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rD0vDB2vqzIiAzBHIDG2KbMimQAo1J6e { width:11.1875rem;height:auto;top:22.625rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TT4P6SNXhKT4yQL94N28Xppn2hCIubp7 { width:18.8125rem;height:auto;top:25.9375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LATSqGy0h0qIVf0NhOAm1XnICg06fp7C { width:20rem;height:auto;top:25.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NHNT5yaIJMvyrelnW7eTl1IcdObgff6J { width:20rem;height:22.218181818182rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6L12HysTWcn2v0r9GONzNvD2sZBriVM { width:12.5rem;height:8.125rem;top:11rem;left:3.75rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aEf2KrVuiXQ4B1rcgM1Msda2nhMO7DOd { width:12.5rem;height:8.125rem;top:20.5625rem;left:3.75rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TKIc3ErhZAtOnU3e8eIHlDuH9JT2EsHE { width:9.625rem;height:0;top:15.5625rem;left:5.1875rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15014;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #xw9xvG46B3BcH9iif2CGOcCB4AE7QKPJ { width:9.625rem;height:0;top:25.125rem;left:5.1875rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #SGNBTocbFp93UmNJCaaBq26XCqfuOrw8 { width:2.25rem;height:2.375rem;top:3.125rem;left:8.9375rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #I0UquFXo40ocLG6yTFFnThldpVS6QxTu { width:2rem;height:2.375rem;top:22.1875rem;left:9rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ht6uz2hHc1lkXDzkdVvf1R4X3ucZLimg { width:2.25rem;height:2.5rem;top:12.625rem;left:8.9375rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cnJyaTK5hKELPzBK0QhQGWgOPXovysKw { width:20rem;height:3.5rem;top:1.53125rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #OkZSCSeKSGQfcOChaiMS5Bvoy51vrhnh { display:block; }
 }@media only screen and (max-width: 763px) { #O0fIVEIGWMR3DMT6hlpxW0WiOhQLPBJ8 { width:20rem;height:3.5rem;top:5.78125rem;left:0rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #asMGE6ziuF7sf8Nn470t30aVUIOD7sss { display:block; }
 }@media only screen and (max-width: 763px) { #Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { background-color: transparent; background-image: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .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); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { border-width: 0; border-radius: 0; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZcG9swxpTnATCqGXVaRvMewCuArQQtT { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { top:3.8125rem;left:0rem;width:16.375rem;height:4.0625rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CuTTCJIwLcFkJgPvfBllucnN9CToJqxB { width:20rem;height:5.0234375rem;top:2.4375rem;left:0rem;font-size:1.75rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15014;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #JcPZFXpxwU8On2wMTPV1q0okAbtIgS0Q { width:20rem;height:auto;top:6.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Pm88ty90X9M5on1CJKKWnGHNmfIlZtQP { width:20rem;height:auto;top:15.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iueP2KQBRblGnwTAfGyvgCZzlZF7nB49 { width:20rem;height:auto;top:28.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #b9btFOGVteOgI7RUWExxIvpMwOLZHoma { width:20rem;height:auto;top:31.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XsJaIlBOqsHJiMoVJgm4tJ3CUaPmQyeK { width:20rem;height:auto;top:31.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uKLZ19BP2N2gStOMbn0KzX6xLhvfI3oh { width:20rem;height:22.072727272727rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlHWKVNPvNAviG2OA2HqsxNirWCzLhk2 { width:18.8125rem;height:9.0986125rem;top:8.96875rem;left:0.6875rem;font-size:1rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15014;text-align:left;text-align-last:left;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #PiesgcwbkXqfXbP2UvOmZKSAcfb1ccJy { width:18.1875rem;height:2.4375rem;top:20.59375rem;left:0.625rem;font-size:0.9375rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15015;text-align:left;text-align-last:left;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #BExIE7VE6TmGOydUQy1hyznoZ3fzxkzw { width:16.5rem;height:8.75rem;top:23.90625rem;left:0.5625rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15016;text-align:left;text-align-last:left;line-height:2;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #wZeuRZTKTK9a986mIHw1aFPzUPDKuObM { width:3.3125rem;height:8.75rem;top:23.90625rem;left:16.6875rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;line-height:2;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #hNoiOSMUp2bBamDTwkTx33583KuQ8CDZ { width:19.3125rem;height:21.3125rem;top:33.71875rem;left:0.3125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OxFsra98R1lMiImOWusXG1fdO6QrC40X { width:13.75rem;height:3.5rem;top:46.5rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIXSyX4Hoct01C1P7EugR8TIlkZnS9rm { display:block; }
 }@media only screen and (max-width: 763px) { #xDlzs1ksgLruC4DeIa68Xc0OGp2S0erN { width:13.8125rem;height:3.5rem;top:46.5rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwrDck5NqPx3tCkFqZcdHUz51UJqS5Aq { display:block; }
 }@media only screen and (max-width: 763px) { #PZqWAMSHdyGwTAo9z7XqeuFlPnlLTild { width:20rem;height:3.5rem;top:57.71875rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #flgnV6ASAUEARU5zc43e8aEecb4VplXm { display:block; }
 }@media only screen and (max-width: 763px) { #Zql8Br3uBSotHRMOvSk4Pch8zbokGLKU { width:20rem;height:3.5rem;top:62.09375rem;left:0rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #yZFJ2cUvtiuSbvEm5CVwez1un2Lf8ciT { display:block; }
 }@media only screen and (max-width: 763px) { #ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/f8aff6e3-cf2e-49d9-8472-e1f1a48e2d59/bglogomobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf.adaptive-delivery-prevent-bg, #ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf.lazyload, #ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf.lazyloading { background-image: none; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf > .row .container { border-width: 0; border-radius: 0; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ik6qBzT7TCKtNVKQydxZNMtRWrvh4xMf > .row .container { width:20rem;height:74.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaSsrUXWVMRn4Lg0qnnpCJkwP2GfKgJi { width:20rem;height:auto;top:5.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Kqs8fZCSxfcAzrBA0ch1mNvpmxgQPLIN { width:20rem;height:4.9619125rem;top:2.84375rem;left:0rem;font-size:1.75rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #sWNDcsbBingDXZW8hnouPEDDHSWWNC23 { width:20rem;height:2.3999rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QriTy27PMdx6xCKTdOA1wVZVKWFSVXhA { width:20rem;height:2.3999rem;top:36.9873046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7Zxth2spAD9heQXVrbqVDuRl2fXna3U { width:20rem;height:0;top:18.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocPbtzha2foI6CavteeJXd0vmI9dMUeW { width:20rem;height:1.5rem;top:12.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGp5sfHWSOsNruFarqHDa3DRF56xe7NH { width:20rem;height:1.5rem;top:33.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSlpTCKoaRdK6XiR6xTwH67amyIIEcGp { width:8.75rem;height:3.125rem;top:11.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOITVLQVTDGJuTChIR5AWLaG616XRzmg { width:8.75rem;height:3.125rem;top:32.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEPBnmHGQQLnS0bImkAP3TvcCdR35DB { width:14.375rem;height:3.75rem;top:23.4375rem;left:2.8125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1dvpTTXTeEzJJexSDS3Dlyg65zC7UyE { display:block; }
 }@media only screen and (max-width: 763px) { #LlI9QRZlsbPhTC60f2fI2azPCTzEiqp6 { width:14.375rem;height:3.75rem;top:44.4375rem;left:2.8125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBVR8QsEmAlKCXZgqS4V7hD9Ri8y0d9P { display:block; }
 }@media only screen and (max-width: 763px) { #Zl2zP5vyWvogpA4a90uJwfdJkvE7DuSg { width:20rem;height:23.5625rem;top:71.54833984375rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #tHSP6hN86iedTEhK40LcJ7CkMWxrpiGk { width:19.125rem;height:23.5625rem;top:100.36083828125rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oi8kS8s0tTc8cJUcPmXOOPtGiECVq6eH { width:20rem;height:18.75rem;top:10.1875rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);z-index:2;display:block; }
 }@media only screen and (max-width: 763px) { #pHH4P1UROUSUXqWis5v0F7JylT0FHoA3 { width:20rem;height:18.75rem;top:30.9375rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);z-index:3;display:block; }
 }@media only screen and (max-width: 763px) { #bsVsN8JnJ3CfRrAHqZqzDaIEVqhNpTO5 { width:19.125rem;height:23.5625rem;top:11.375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIFhQ4B693EcpLyqNV8BgqEAZhF0pn0o { width:14.375rem;height:3.75rem;top:65.125rem;left:2.8125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnaq89D2EPP0Qbxcu0beCT6B30DIug1B { display:block; }
 }@media only screen and (max-width: 763px) { #Fm0niJvTSL1WTSBwqVZO8DN3zOufFDub { width:11.25rem;height:3.25rem;top:13.4375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPRMyAnk24tvN7lltUBEWxGGhgVSg0S5 { width:20rem;height:1.5rem;top:54.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ruwAg90dh36JBlhW740sJgTmlsQ3Z1LW { width:20rem;height:2.3999rem;top:57.5380859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhq9b5LD7fU8AHU2xPUU4x3B4KBWsT4b { width:19.1875rem;height:1.5rem;top:59.875rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV6v9H7no1XlqHfKgOKTI8OzCWTGB37v { width:20rem;height:2.3999rem;top:61.5rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2HLDyPPwRJicT5yD90LJqO8s21mp0vC { width:20rem;height:19.125rem;top:51.75rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);z-index:1;display:block; }
 }@media only screen and (max-width: 763px) { #yEBtDWlf76U8Q8LRsJ4rqdOG35zuG5Kk { width:8.75rem;height:3.125rem;top:53.4375rem;left:5.625rem;z-index:5;display:block; }
 }@media only screen and (max-width: 763px) { #KBh4nD3Ou5Wqr5Qo3G6RfOwbPeQL0fHq { width:19.1875rem;height:1.5rem;top:39.2744140625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qB5uKEZ8TcfW2Xak5a4rIv89VDV3Vvsc { width:19.1875rem;height:2.3999rem;top:20.02392578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQIuBxgEqPn0gyriGqJKkpxKGa7iFsKi { width:19.1875rem;height:0;top:72.375rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zqdHqOGQBqlT9g53cXg94rrbflDAfhRi { width:19.1875rem;height:1.5rem;top:18.39892578125rem;left:0.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBTvc72sMTKP8aCD51eU8w15weuX3riz { width:19.3125rem;height:2.3999rem;top:40.82421875rem;left:0.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJHZAIc7GUS93Qe0cqxgnRl7dZJLn3RZ { width:19.1875rem;height:1.5rem;top:39.32421875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { background-color:#192434;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { background-color: transparent; background-image: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .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); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { border-width: 0; border-radius: 0; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { width:20rem;height:auto;top:5.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XGvLX0fOlAxO5GRiGqaswobeJW1ZTX3M { width:20rem;height:auto;top:13.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BBtIAHXrfZWXQMEISlZN40dQZlkaIcy3 { width:5rem;height:5.0625rem;top:18.74267578125rem;left:1.5625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { width:5rem;height:4.875rem;top:18.83642578125rem;left:7.5rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZMBuE0ZNq68Jy4qUhhTgiusF876tzNAu { width:5rem;height:4.875rem;top:18.83642578125rem;left:13.375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ng2sRQDdRVCKsP8OTreElRqfT18KUoeP { width:20rem;height:auto;top:41.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UiThDyguGWaMRJ9lZfW47OPt2Vf6npu8 { width:20rem;height:5.0234375rem;top:2.84375rem;left:0rem;font-size:1.75rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #QN1MBq5apTM4F90nQySi6V3oT5Q57CvR { width:20rem;height:5.25rem;top:10.16796875rem;left:-0.09375rem;font-size:0.9375rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15017;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #C1JfEbvqzgWNQXrXr4ao36wODpBtus0u { width:20rem;height:3.324225rem;top:39rem;left:0rem;font-size:1.1875rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15019;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #qgRLWPyOEZvvAaLDxniGRqs8dyeTdG0x { width:20rem;height:auto;top:27.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kSwu5dhSyvPCgiOTuvQfw6L0ywUDE9qo { width:15.625rem;height:6.25rem;top:45.1875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbpTHnqxJJeTcKdDcVHe3eR8nFUHduyL { width:15.625rem;height:6.25rem;top:45.1875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlALccOvHckNP0u4CyL0zlQuRMoB1ex2 { width:15.625rem;height:6.25rem;top:45.1875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #To35EIguQr2f7MbPXSIn9TUCWwaQ5NAq { width:8.75rem;height:1.9375rem;top:45.6875rem;left:5.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #feTeSkyFcKgffhs9yMioeGGfBrEE93Lc { width:18.6875rem;height:1.3125rem;top:24.49267578125rem;left:0.65625rem;font-size:0.9375rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15018;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #dfXOVdPGo8xT7estltbPLAWSROGmxd4H { width:13.75rem;height:5rem;top:44.125rem;left:3.1875rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BU76W6Mht8DL5EKQNsWw85TiqkJQVAQ4 { width:13.75rem;height:5rem;top:50.375rem;left:3.1875rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Tt6GgUpBAsiytyTVhya7TTRGs6nVwcOH { width:13.75rem;height:5rem;top:56.5625rem;left:3.25rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AsO5NWKVRvgCSxxvHOAFtsmoqkz2x8QD { width:10.75rem;height:1.875rem;top:51.9375rem;left:4.6875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yd5ayTve6BkWN6IQKLw4Mt06gRtdgZQb { width:11.8125rem;height:1.75rem;top:58.125rem;left:4.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hnFwo76hGv9WqHN9cHPn4P3d2P46ZvTS { width:13.8125rem;height:3.5rem;top:33.8125rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hr34Ic8RcSwGL62oJT7RfWtyRhxq8aGG { display:block; }
 }@media only screen and (max-width: 763px) { #KarhGO2Apn0guDc6LD0fyQ4er8EQ4x1d { width:13.75rem;height:3.5rem;top:33.8125rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3CmRIWaRorGpunHm5ciRzgWQKUUtfKX { display:block; }
 }@media only screen and (max-width: 763px) { #z5piUoKgUTDFTJxoK8Z8ihO3eRiFHKcF { width:20rem;height:3.5rem;top:28.375rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CETeppFtBMv29XTSpCISSe6KiM4s3rDW { display:block; }
 }@media only screen and (max-width: 763px) { #dSqbu4ux2DcroFsLmaRnxuyuHgXi0FnX { width:20rem;height:3.5rem;top:32.8125rem;left:0rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #JohsuAlSdF9IJL67Q03bVLVKTTNDn7Jz { display:block; }
 }@media only screen and (max-width: 763px) { #OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { background-color: transparent; background-image: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .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); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { border-width: 0; border-radius: 0; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { width:20rem;height:138.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { width:3.4375rem;height:0;top:51.9375rem;left:12.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { width:17.1875rem;height:29.9375rem;top:37.0625rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O07n1teop8oSUCAEIPNhNbfShyuDWWQL { width:3rem;height:3rem;top:37.5625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyByTMoT1KkbZvaotFifTykJFtRaqu0H { width:3rem;height:3rem;top:47.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { width:3rem;height:3rem;top:47.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { width:5.8125rem;height:0;top:51.9375rem;left:2.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tbg491AxT35TycqVILn3dPl3MMbb83ep { width:5rem;height:0;top:42.0625rem;left:12.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { width:11.4375rem;height:0;top:42.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { width:4.75rem;height:4.75rem;top:251.29260783691rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { width:3rem;height:3rem;top:37.5625rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { display:flex;width:2rem;height:2rem;top:48.1875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { width:13.125rem;height:0;top:56.912109375rem;left:3.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { width:15.1875rem;height:0;top:95.5rem;left:2.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { width:20rem;height:0;top:84.8125rem;left:-0.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { width:18rem;height:0;top:141.5rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { width:18.4375rem;height:0;top:68.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { display:flex;width:2.125rem;height:2.125rem;top:91.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { width:1.875rem;height:1.75rem;top:187.9985375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { width:1.5rem;height:1.875rem;top:178.6547875rem;left:9.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { display:flex;width:1.875rem;height:1.875rem;top:137.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { width:6.5625rem;height:9.125rem;top:51.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { width:3rem;height:3rem;top:91.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSKJPKG95b8S18WghuctnVpqgPTMSSAe { width:3rem;height:3rem;top:137.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { width:3rem;height:3rem;top:72.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { width:3rem;height:3rem;top:80.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { width:20rem;height:0;top:5.224609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { width:20rem;height:auto;top:5.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XGFQ57nyyyUxpfcfE5ww0GyKMHhnhZic { width:20rem;height:15.466666666667rem;top:11.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { width:5.4375rem;height:auto;top:55.75rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { width:5.4375rem;height:auto;top:55.75rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { width:5.4375rem;height:auto;top:55.75rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { width:11.1875rem;height:auto;top:59.75rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { width:17.5rem;height:auto;top:59.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { width:17.5rem;height:auto;top:59.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ogZLWZgHSguzPv9FXQ2KwFMr7E0DeI3X { width:13.75rem;height:3.5rem;top:67.625rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbQdIA4wlBlSTzML52EsP1IILgGdC7Bo { display:block; }
 }@media only screen and (max-width: 763px) { #o0ctUygXtsIE0rE6r0QQM1CfRtMdsZ7S { width:13.8125rem;height:3.5rem;top:67.625rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUp0ml9gVVqw6TgHevEEqgF6qVTfDTbB { display:block; }
 }@media only screen and (max-width: 763px) { #zpGgeE7eTlA6TZEvH308S2V1BQtvMWMm { width:20rem;height:5.0234375rem;top:2.1875rem;left:0rem;font-size:1.75rem;color:#000000;font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #ZkKIa5kczdpG7hwHyLxrg782dXsGE5Jm { width:20rem;height:3.0371125rem;top:9.3125rem;left:0rem;font-size:2.125rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15016;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #PkPZCHUbtQ20EeqiwCmxtRFFcyrQ87xQ { width:20rem;height:3.0371125rem;top:48.3125rem;left:0rem;font-size:2.125rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15017;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #poq1zwUPuOMnwX8rRntU8KgAxMQkLReH { width:20rem;height:3.0371125rem;top:88.375rem;left:0rem;font-size:2.125rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15018;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #F5fv9uvQrTH7dRtpMKhFafOT1MUFPHR4 { width:20rem;height:1.21875rem;top:12.349609375rem;left:0rem;font-size:0.9375rem;color:#000000;font-weight:400;font-style:normal;z-index:15016;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #O64ONcZDdVl6qqXuVVyf4dG5VrQ3HKw4 { width:20rem;height:2.4375rem;top:51.412109375rem;left:0rem;font-size:0.9375rem;color:#000000;font-weight:400;font-style:normal;z-index:15017;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #UgyOGNsmBabvQaXqsIyeZSJ37twzNgLA { width:20rem;height:1.21875rem;top:91.3125rem;left:0rem;font-size:0.9375rem;color:#000000;font-weight:400;font-style:normal;z-index:15018;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #bFX8FvFyb8cfSH4JZ4vf2VasudFxNXfJ { width:20rem;height:3.5rem;top:127.375rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #azKgKaXMGPp3F5qwOJWmaeigTsM7rm1I { display:block; }
 }@media only screen and (max-width: 763px) { #lCg88Ug8LvsIkvePaHWZNZc8fo8QlWO1 { width:20rem;height:3.5rem;top:131.6875rem;left:0rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GBo7fxGh9h5J2zQC2X926Iwr2bGtgz5t { display:block; }
 }@media only screen and (max-width: 763px) { #NkVTzueRe03eWW7eLAC3JciIbTymThKT { width:13.75rem;height:29.5625rem;top:15.21875rem;left:3.125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H9nV1D0w0tZgogudQsZXcucbRTPq0ET8 { width:13.75rem;height:29.5625rem;top:55.5rem;left:3.125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FZQWIiKncdFK8wsDKtqmvMVhelpfohzt { width:13.75rem;height:29.5625rem;top:93.9375rem;left:3.125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 { display:flex;height:auto;width:17.5rem;top:74.9375rem;left:0rem;display:none; }
#GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #NaBH239aQn9oAovQTMR5wuWEScfesIxy {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #grbM1lo0ZdJEW6vLSTfLiQhkqlQMTn3C {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #sJJB4cuNoT3MyIlS1g9F77T6mTT7NXIQ {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #N0DUXFRlTVH7bBT1XpRRmJN1bbn8anWi {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TsrrDBIETvt4TdT7N2QK9PS2n0xDvNpC {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GfbzQGJPTLRFPp3rwSOJrsPzMlnAwmik {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #M7kECqSAaiCBdbhCN3FDBuG19FmW0ZNJ {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #WuWMBOIMZzsy5csl5xAOdc4u5E47APag {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GPrbTe0E0xqySlqQO6JDgmA5bg10zXyq {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #GCVe03GButxhre1GH4HKXL9C47IBXkxN {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Xs2AJzwA3TOsFPScbWQFdsXHz3mi1IE0 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #vTDuHcpXc1fktN8N06ZyJF5247SO1inf {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #tarZk4wRHtfFcPyOlQCsBqibQTuODHFi {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #nmnN8WuV86hdFgFTyLIVodZPb88kyi1W {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XNC4E4z1PpFosdISIbFa0yT3nANf3l9t {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #KmxG9wfuKEg74R5p0zq9khIa3zHxbGxU {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #gTtVi9lRqr0IL6XZauabCch4FX2ytvff {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #mrVx5KB7mAz6TISkWJqQ0lIkeANTWtcf {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #iVUVt9tJqzXc1EsGUKxb3t0FTyfJBoAw {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #PkzDBygATieIGzTAx4fB0gnnXTCU6il5 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #NXsrNvVS1T8n8mwb2Uays9DmtvDKzI98 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #erAzmoq9mNntWQDeRmCVaGr03TABMQGz {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #S1qWXVByUVdyD5SgADN6MGd3NTik6Ie8 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #zD4L0opfH8Frl9aCLDsgtLTk6X2M7pMH {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ImOccqfvyC1gBABExnyKxe52prCJb6IG {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Rina6fX98SxRieUTPyXgwsSvNgmdTnIT {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #fwDiBCpXF4qK4JyNSN2SmcDzZdKXC6l5 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #iA8Uh8zS8ZNWBPmMmBXITimeMUbCqZeH {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uBuUHUMBvTlAoEFcbLuInHEw6WdlZbdu {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #m7KkbdtwrSX2NiLhN1nBmgE2CCK2KULA {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #qbfrMPtTe1axpCZdRgJtXEwri9LQ98Jd {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Ft8JOTgGasO5QVq06y9vNKi7W7E55F08 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #c5fTtk6rG5ZtZPgIz5UZQySnGQ2AqGed {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZPZdefk4Ch32lmLN1ouGJHTNzNnVcwb5 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #IUMF3VCV9KZNnq7C30r0dp37yoMR0CKF {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #vV27BMHTTJWVSCs6v19t3TDeCkVtAhDy {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #fO8OJQBLqWZqLZuFgqv7n5aiTSEQv8zS {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #zdtFGzubrI1natSNE6bStAgJxDHPc1Gh {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #onMfmRIIhbMpVBOPCvo7hANq2O9WDf1T {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #muW5HEBwhmZDvZS3EIA8tNC5nQ3CSzV4 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #rFIUwugTvx7K1p4eA9cJIyZEkdlt0T8E {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ila38itNRmrHrkQTBnO1Pwegn4KXuH6R {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #kpANSwHmMN5AwG4fVT6hISVWMZVvTNWx {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #N2uNzcTMfM524FqbcI7vuJTETOZQccNI {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #mkIJ6go4hdiH1BpsRJNTXXdFpo6OEW7c {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #UqLt2F4itavuOb1mRzPTfvxa4TuwwBml {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #tFFBi3IN4TnaT5TgFOSUCmDfqHIgKK7l {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #R6zvCpEZtgIPorE1aDpbkNnKcEKlPPt0 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #nJUIi6gIDwB64Aa903MRLghvNHkgK4E9 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #KCmkLimTR4gyJhZidlzxwl9szzCpFTTz {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #wwzROc2UsXSqQbuSXz0lwt5kLMe8SWeL {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #hxDVgvmhqevFZ7h5ZNkeHlqh8BukpSmq {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #x7VaF9TCogkwzs2TL82xX36TMVER30p4 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #IuOUGd4WGp4dxClUduuOUFfEPt9APg71 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uEJippR3lPrr06iDn7VCT8nWhNaGw9lM {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #CvgeZzedWylAroGQrNznSqWowTGW2QmT {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ystQPMdWNFLFcOToxHtBQhUSV1pAhxgT {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #HwXuLURuM5l9RyI9UdtUtJAkA6TXkgrn {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ehiV9mFgCTys7vqywe6HVfmVyyqZTdEO {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ay20ewSvHRnhceio3vVRC6mc6ytAoSw5 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #RHVrg8PKwklCluDDC1bsObMKWLTsDaUX {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #erJZbbAx1B1oA2EEVmw9XNQxkHJufzbx {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TZmXgAG2Xo7Fyphvrl3mtZZi8slNBekv {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #wAXZbOduKDLoizCVr3aURT7ZKuySGGvU {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #JBo24qSvawgTeTpFcpAUL2BQ7Ti3QNNW {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #Iz7c13ATTUfx8euu3PUhxR6ctx9UBP1H {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XSLzAt49wb1bJQLtlTnkeTidIxBTqJPH {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #W7rywJGCg5qn9LytWEL8k1lNFfPsxX8b {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #xtNPSOLargTmPFPN9wBGX0GlTP8GLugd {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #DnGE1rehMkE7EhuxIOTUFed0J2c9Se0S {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #WzX6eC73t4wLHP0tFmtiCQPJrLq09zoB {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #QGXQEJTVI5XwvNkCs8N0LApFw4gTVsiR {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZQlTEZJ6uZKW48pNx7bV3X5b8xbQ2eA3 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #u4PEmK075HaDCTG5Tz6WuwTwUPrGBV5X {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #UcxAdo34Go4frpz1DyXg0E74OTmuFX37 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #DMFJZA1N7zDRdz4TOqNmq7Eg4UMdIRk6 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ssgWDNRHKLKgw1U38SFBP7f92wmqrmq9 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #uioulWLTfLVtlxsVtBs4P3QvBybTmnbs {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #gnfMDqNNTTe5gSxVWmLMA9uF0Emdko8Q {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #TBv1fXa0tM61lT4E0vdKkoAtFR5d3uk6 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #XS6gLyE29VlUU6G9aobH15l1e0mdAK9s {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #sNNFs5PCdZb1GR5caMowhkmDZmnhaXFK {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZS8bAm2TQi5PCNfNCRnA0DGw0I96ULXq {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #yThFmcAb1MBTxTeQQA0eNwHtQ6PdDa37 {  }
 }@media only screen and (max-width: 763px) { #GeMaKTnxEwhLPlGaecdfc0AC7TV9S3q3 #ZSkTDM2v4936FhLKI0dWXuCbi97HRri2 {  }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:185.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6XXfHl4Ngo9qaOvIqt0KD7OvNqxv7bL { width:13.75rem;height:3.4375rem;top:86.1875rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvfUsFQRtC1EWqvs8DCvPogxJJOKCVIz { display:block; }
 }@media only screen and (max-width: 763px) { #fhMARaXJlzHtk4oEV7EklvI6veTHCLwM { width:13.75rem;height:3.4375rem;top:86.1875rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNEPt3VCNpfbHVoeBb8xVDDRuHWfoXD5 { display:block; }
 }@media only screen and (max-width: 763px) { #wn5QQ7vfHWqnZadyIy0QhTvz4arQV6DN { width:19.977941125rem;height:3.4774814375rem;top:177.8125rem;left:0rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #G36LMA9TQhrsh509kA4kDdONSzCEzxLp { display:block; }
 }@media only screen and (max-width: 763px) { #wvHo8f5SCQ4T8awr039FXr1DNeNAaGC8 { width:20rem;height:3.4995403125rem;top:173.625rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yaPx1TMdzzofrF6JgT5T7Jc5po992RoB { display:block; }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 { display:flex;height:auto;width:17.5rem;top:0.65005493164062rem;left:0rem;z-index:15063; }
#TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #PZDwVQ44drTSyI30doTaNEWdVcx4DhAf {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #xofgIb4m4Ak2iEMVpMZGnx0CV2ATJ4ra {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #sHG1l4WEFIgvmVIwfahxkxPN0WHd5gGI {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #xFcidZ8ZQ0VsU8wm2EThWFicMD5vLxf7 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #fh1yXLk3bFTafh35Vu0Mt2P4XtpTWqoU {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #qesm1TTTBRissDcsuCZgLNJFWFDzwDfN {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #w9FT31gSmloNt3XBUKDPWEBNgCAumZla {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #dG3BTAIDwXMRl0yi2i8fTBDTdI2UCyTw {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #QeRwxy5KMbZmRLKDQV61ZFhPZ1wBKuuT {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #oR8qmzNTvNR2tThVrUO0bTMT3qfThJZr {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #H2ku53JVNnDCoVxfiAEQI0yrsoDvFcHM {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #sodTKTMVt4l9DlP5RvKxRrTgFhy1lLM1 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #aZr5TV1JohzmXfniuJRyHZvv4ERPJqC4 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #gBdpni7kG2WDvoGAz3DnBqmrR84U9zMn {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TqnyV2659CSMOb9yKdiRB98N3UpTLUAM {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #BbLqDCr1NmDSWFBexndblUG0m4WW85f8 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #PHKuEAx3zLvAn59nT18WgQtpFA7SOTFS {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #u3yFUwWO4quGQTP76ufzC6DDHgkQWBrA {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #pPGshtCwpCMVUWlxNskphtUqAF5rM8GW {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #LSdpglvbQmTTa06iyReGlZCkqc8KlPdE {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #HCh316d1zXW3O8UZ3RQiSwcC2TXJEa7B {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #hNlN8laKKXIRH8GW1ygKonDgXFggUvm6 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #GEXLTgOGkAcAzLZDU4RUnuqvcm7MICZi {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #CWyC2lxTaTM7f2bavuFM1ELdu5FA4vif {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #cyZUQHZINby2SWIOS7xxpJ0pgDJ0itUe {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tWFThViMc6cuimmnIPWqv3bcTW5NIeGK {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #kxl0rTpLAhoOSTEdbO8FoqTwOHxd9khR {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #WE2fKodXJI4EIuGlSn4sopu4ZVziT5B5 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #dQdbBLGFDSqWXcPVtIuAm6bUs9o9vUfZ {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #DvQ2wrc8J5Xy0ktfqLBZ9MWeI0iE3RFg {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #DSBBX6Hz19IMZMM7B2yq79bgTzpwsuDa {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #H30hlH2CwiKBoGNHoS4f5gV7HLhtqDJb {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #SBCLAaVMUheKJ8SFkTtGQgIX4iZoiS8l {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #iFn0dR04W4aCRkgbkrGAE6STzd8EIEDV {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #bUDt4VvSLU7gSHwLdFnTF7VTbzFSS9lc {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #VHWl55TDOtkJR2OHdTaRodetK6dO4PpT {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #eyxNCnvwOl0H3AWA2f9WhB7SKuEaBQdu {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #M3EQFf1wAw2dw5H5HInyoNBauHskOhXa {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #AhhHMV2qVeCs3IFFIRK0SIkcfCURZr6s {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #I24oocN0lMLLcK43O1kVonQlc7AEbZqq {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #uhTwu9FkpOOvw5KqHXUTkihP7Z0nukUQ {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #ySd6XAgxihIDVzmttd6JXaBiSIw0rgb0 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #vT4C9OUTo4PiwyCKLA48mtecBUuKcvkT {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #VyJu0vOlki4BeFManB0x6JedU1NySOeh {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #AaTbdMcXuOgIffaNtMCrtIWqbDMsPUTP {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #QD3X9ccUwGCT4pMTHzNAyRzzpebxtJHl {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #KklLnfKaqUT6aNwP7qoH2NAkK1Zvu9ui {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #c2hpkE3tNLyLHvXFpEBeexdTnHRSxHVG {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #ImK8oI36f0rOdHflSVnBLGORtQ2naiQc {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #IbXr3VTTbo1VqRcQ2e9GNR07ISui7AoW {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #NIgv3zx5CFD327lS3IV8zHggBmkfIRul {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TxokL8E43hSiCrVmawwW5TNJqKcbHSgo {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #MwX2P5RUF570OMmisJPufJbSTervpufD {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #x5iA3w8O8kfqZJfwfrlkt08T8HM0rs5w {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #RzOs7kgQsCTsRxIU18qqksRV2T5PHCgH {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #MMREinUucybgXb8RZApzaMi3Z1I7yuhD {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tKPchh3igATGUwWCw2aFZGVVXdz5Zx32 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #Qulv3s00VCcW54WqfQEhKZSr2ikcMTSK {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #tuetqyTyzM0vRp0VxgmB2X571ty7Z7y0 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #SPhuO3rTusQBPF7NFgZbIvcbfClW1byy {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TkVfqNlmPOzs1XlCL0bHqb4Om56cQ04J {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TxLTB89L6aLmsTcsVKGPXHE61cH8BvEP {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #eRPkDTP8SdRNk1nXzOAWBAVmFAi0mQMz {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #fklBsUPC2v873diMHF3sBv7HTKrIMbqE {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #J5gF52h3erGpmbLtCntgVN1XSaOTgdeB {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #Sn3z7vnPoFJFMNfgLZtnpLJFADKOrg1n {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #zUUa1oKhVHKZzv0Bs4qbgtli43A7LiN4 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #de8k83eg6pzC6mzTxk24zBtmdXWL3FCO {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #TBOTQHllQQygiqgQECaALn1aBf2usEW8 {  }
 }@media only screen and (max-width: 763px) { #TaNnMXytzr6iJLrMBlx79m0TwcTd0TE3 #GLwi4T3sJlA4ZGtktzq8M7A5kxNZIclw {  }
 }@media only screen and (max-width: 763px) { #V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container { background-color: transparent; background-image: none; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container > .video-iframe-container { display: none; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row > .video-iframe-container { display: none; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .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); }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container { border-width: 0; border-radius: 0; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V01TBZClPi4GAvP4ekiJTAKLfXtlXuOt > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAAFZVMcXRbS2acypmBo4AE1pd0Lpt5I { width:20rem;height:5.2783125rem;top:5.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15003;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #cbCQox7cb6fE5fUJ4FFR17IExk3Mmpr2 { width:20rem;height:3.41015625rem;top:1.0625rem;left:0rem;font-size:0.8125rem;z-index:15006;line-height:1.4;color:#192434;display:block; }
 }@media only screen and (max-width: 763px) { #D3q8ergm3fhc4o1AA4vbqx5i1vOoGsLC { width:20rem;height:auto;top:3.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PUbNBbQIpleTe3QyN0XqPSTBU9P17ydn { width:14.375rem;height:0;top:4.25rem;left:3.125rem;font-size:0.8125rem;z-index:15002;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #r3DTgPta5HFg4MyzsRENcxtIgGxOcT19 { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:0.8125rem;z-index:15001;line-height:1.4;display:none; }
 }