.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;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:36,32,74;--color-primary-1:28,27,43;--color-primary-2:23,22,42;--color-primary-3:21,18,42;--color-primary-4:14,10,38;--color-secondary-0:255,208,219;--color-secondary-1:255,114,147;--color-secondary-2:255,20,75;--color-secondary-3:243,15,82;--color-secondary-4:51,4,15;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:180,180,180;--color-tertiary-3:108,108,108;--color-tertiary-4:24,24,37;--headlines-font-family:"Figtree";--paragraphs-font-family:"--paragraphs-font-family"; }body { background-color:rgba(var(--color-primary-4),1);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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/f0271a88-9aab-4753-bb3a-8f5a2288ec60/bgluk.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN.adaptive-delivery-prevent-bg, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyload, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyloading { background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { border-width: 0; border-radius: 0; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:32.25rem;left:0rem;display:block; }
#zui81Gr2wDQlAJ1PK7vwBUXmhuMnsWKs { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:2.98125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k7Oft1w1xFcp1HshzPuucD2NydvBzdqf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.875rem;left:15.936458587646rem;height:2.7625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2WAL577c7OsuT676sRlRRwNieoFbOkK { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:2.7625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qsHlt8vygvHDKX9lmWcaWOWoqHhUkvrN { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:1.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.25rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.612499237061rem;left:1.75rem;height:1.1375rem;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:block; }
#vWDU7e76F4fBphNM4cQWoSmc0thyacdD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.3125rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15234;text-align:center;text-align-last:center;top:22.3125rem;left:21.625rem;display:block; }
#RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15233;line-height:1.4;letter-spacing:0;top:19.5625rem;left:24.25rem;height:6.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmTSdh3izl6idPD4VpBiGDN0kebXMHvE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.1875rem;top:8.0500030517575rem;left:8.2177085876462rem;overflow:hidden;display:block; }
#h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:19.1875rem;left:0rem;overflow:hidden;display:block; }
#oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:22.1875rem;left:0rem;overflow:hidden;display:block; }
#h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:27.75rem;left:0rem;display:block; }
#MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.25rem;left:11.35000038147rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VvKK5VBPKVotIXrc3N6w69ielwx5s17q { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:22.650001525879rem;left:21.91250038147rem;overflow:hidden;display:block; }
#ZBOIlTnR3V9zoFwtrPpiLamlfioMXA9g { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { position:absolute;display:block;z-index:15232;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.3125rem;width:19.6875rem;top:18.8125rem;left:23.5rem;display:block; }
#UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:22.3125rem;left:22.6875rem; }
#tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TD92LDtqmkg2GKxOJNTPJmsfWPlXupsW { 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:30.4375rem;width:58.8125rem;top:3.6875rem;left:25.4375rem;overflow:hidden;display:block; }
#l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { 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:50.5rem;width:75rem;display:none; }
#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0271a88-9aab-4753-bb3a-8f5a2288ec60/bgluk.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.adaptive-delivery-prevent-bg, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyload, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyloading { background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { border-width: 0; border-radius: 0; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#vEL9etyz0UrR8ZwfSSPWnoHDF7JkeTqV { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:2.98125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FH2UpnkZrkyTctnqXqohVXAVlmw1QeWT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.875rem;left:15.686458587646rem;height:2.7625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y6KS6oUGSwPqeZZBO7ywCv1KCsOJLRVS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.9375rem;top:8.0489578247069rem;left:8.2177085876462rem;overflow:hidden;display:block; }
#IlESyG1lT9TSZOdqVRHROvZxnewJqfwW { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:2.7625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTgzoLRsM7ax19IWQR5oqTpIUyXytDxM { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:16.25rem;left:0rem;overflow:hidden;display:block; }
#N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.3125rem;left:1.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:19.5rem;left:0rem;overflow:hidden;display:block; }
#g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.799999237061rem;left:1.8125rem;height:1.1375rem;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:block; }
#SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:22.5625rem;left:0rem;overflow:hidden;display:block; }
#aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.625rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:22.556251525879rem;left:22.998958587646rem; }
#X9QUiv0g91vJcmvCPboRclN06T3TlbPO { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15235;text-align:center;text-align-last:center;top:22.58749961853rem;left:21.5625rem;display:block; }
#PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZDZpTSq36uJxCweDO84IOnM8XA0va3U { position:absolute;display:block;z-index:15238;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.3125rem;width:19.6875rem;top:19.25rem;left:23.8125rem;display:block; }
#OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15238;line-height:1.4;letter-spacing:0;top:20rem;left:24.5625rem;height:6.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { position:absolute;display:block;z-index:15225;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:22.900001525879rem;left:21.91250038147rem;overflow:hidden;display:block; }
#fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.3125rem 0.875rem rgba(0,0,0,0.24) ;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:27.75rem;left:0rem;display:block; }
#BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UB5t34MX3HmP5QQkVcPF86IMGzBeRqgD { 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:30.6875rem;width:59.8125rem;top:3.375rem;left:24.783751334045rem;overflow:hidden;display:block; }
#D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { 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:50.5rem;width:75rem;display:none; }
#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { background-color: transparent; background-image: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container > .video-iframe-container { display: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container { display: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .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); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { border-width: 0; border-radius: 0; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;position:relative;display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { background-color: transparent; background-image: none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container > .video-iframe-container { display: none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row > .video-iframe-container { display: none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .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); }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { border-width: 0; border-radius: 0; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { position:absolute;display:block;z-index:15000;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:0.84999465942381rem;left:0.5625rem;display:block; }
#gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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:block; }
#BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:2.6875rem;left:26.5rem;overflow:hidden;display:block; }
#sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { position:absolute;display:block;z-index:15202;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:2.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#MyyiIog6z634exTQSd55tnTHG4zwFJ75 { position:absolute;display:block;z-index:15203;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:2.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.5625rem;width:73.625rem;top:3.3624992370606rem;left:0.5625rem;display:block; }
#qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15206;opacity:1;top:4rem;left:35.9375rem; }
#Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.5625rem;height:3rem;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:block; }
#H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { color:#9faadc;display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:17.40625rem;height:1.3rem;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:block; }
#UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.75rem;left:17.34375rem;display:block; }
#eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:7.0625rem;left:53.6875rem;display:block; }
#P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { background-color: transparent; background-image: none; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container > .video-iframe-container { display: none; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row > .video-iframe-container { display: none; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .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); }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { border-width: 0; border-radius: 0; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { position:absolute;display:block;z-index:15000;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624904632568rem;left:0.5625rem;display:block; }
#xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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:block; }
#oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.5rem;width:73.625rem;top:3.5625rem;left:0.5625rem;display:block; }
#Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:4rem;left:35.9375rem; }
#WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:7.4375rem;overflow:hidden;display:block; }
#DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:6.875rem;left:6.9375rem;display:block; }
#BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2kuUUx2FfFaHr5yOETX62cP4tdmczek { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:13.4375rem;overflow:hidden;display:block; }
#kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:6.875rem;left:12.9375rem;display:block; }
#GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:19.4375rem;overflow:hidden;display:block; }
#Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:6.8433151245119rem;left:18.937174797058rem;display:block; }
#QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:25.5rem;overflow:hidden;display:block; }
#vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:6.875rem;left:25rem;display:block; }
#BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGD7nbrOE07I2le6nE49UcPT0d5aCedl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:6.9375rem;display:block; }
#UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:12.9375rem;display:block; }
#aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:18.9375rem;display:block; }
#TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:25rem;display:block; }
#FNTLBvZxbPQsyakTvtybLmvT61LknQzR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:10.8125rem;overflow:hidden;display:block; }
#k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:16.9375rem;overflow:hidden;display:block; }
#gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:22.9375rem;overflow:hidden;display:block; }
#UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:28.9375rem;overflow:hidden;display:block; }
#UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15210;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:7.4375rem;display:block; }
#mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15211;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:13.4375rem;display:block; }
#wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15212;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:19.4375rem;display:block; }
#yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15213;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:25.5rem;display:block; }
#OeNwJMFbuw81X4nsrE5eSveITTqdvDta { 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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#f3f4fa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:11.3125rem;left:31.6875rem;display:none; }
#nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { color:rgba(var(--color-tertiary-2),1);display:block;width:70.25rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15219;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.375rem;height:1.95rem;display:block; }
#gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15216;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:14.4375rem;left:0.625rem;display:block; }
#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { background-color: transparent; background-image: none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container > .video-iframe-container { display: none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row > .video-iframe-container { display: none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .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); }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { border-width: 0; border-radius: 0; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { 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:1.25rem;width:1.25rem;display:none; }
#nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { 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:1.25rem;width:1.25rem;display:none; }
#FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { position:absolute;display:block;z-index:15000;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624980926514rem;left:0.5rem;display:block; }
#onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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:block; }
#Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.4375rem;width:73.625rem;top:3.9375rem;left:0.5625rem;display:block; }
#A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:4rem;left:35.9375rem; }
#rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:56.0625rem;display:none; }
#nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:56.0625rem;display:none; }
#WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:6.875rem;left:62.0625rem;display:none; }
#TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:6.875rem;left:62.0625rem;display:none; }
#DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { color:rgba(var(--color-tertiary-1),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:7.1375007629394rem;left:2.1437501907349rem;height:0.975rem;display:block; }
#JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { color:#afbbf2;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:7.15625rem;left:41.1875rem;height:0.975rem;display:block; }
#qK7WW3msUwST4hlthLZMQTWToKtivell { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.3125rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:7rem;left:41.0625rem;display:block; }
#ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.1875rem;top:9.3125rem;left:2.3625001907349rem;overflow:hidden;display:block; }
#EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:8.875rem;left:1.9250001907349rem;display:block; }
#BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzbWCSegrm3g8eByN9mZvomOF57P5KOc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.625rem;top:10.75rem;left:8.5rem;overflow:hidden;display:block; }
#y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5.0625rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:8.9375rem;left:7.8125rem;display:block; }
#tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.625rem;top:10.75rem;left:14.5rem;overflow:hidden;display:block; }
#zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:8.9375rem;left:13.8125rem;display:block; }
#sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.5rem;top:10.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:8.9375rem;left:19.8125rem;display:block; }
#Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.25rem;top:10.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.8125rem;left:25.84375rem;display:block; }
#I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:9.5rem;left:32.6875rem;overflow:hidden;display:block; }
#a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:8.8125rem;left:31.875rem;display:block; }
#bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.625rem;top:10.25rem;left:38.6875rem;overflow:hidden;display:block; }
#cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:8.9375rem;left:38rem;display:block; }
#Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scTGTKJQyVni2VlCUZs7k07P6KyZOApM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.625rem;top:10rem;left:44.799999237061rem;overflow:hidden;display:block; }
#EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:8.90625rem;left:44rem;display:block; }
#E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:9.6875rem;left:50.849998474121rem;overflow:hidden;display:block; }
#TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:8.875rem;left:50.049999237061rem;display:block; }
#PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:1.9250001907349rem;display:block; }
#gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:7.8125rem;display:block; }
#htxPkBJn6XH4SoqhQif17cAqXsvREuMa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:13.8125rem;display:block; }
#J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:19.8125rem;display:block; }
#XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:25.8125rem;display:block; }
#KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:31.96875rem;display:block; }
#IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:38rem;display:block; }
#iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:44rem;display:block; }
#H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375057220456rem;left:50.049999237061rem;display:block; }
#nxM7xxKVx55taHS96de3HXCDGPGngpQE { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:56.0625rem;display:block; }
#leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:9.59375rem;left:56.800003051757rem;overflow:hidden;display:block; }
#mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:8.9375rem;left:56.0625rem;display:block; }
#fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:62.0625rem;display:block; }
#y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.4375rem;left:62.5rem;overflow:hidden;display:block; }
#GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:8.9375rem;left:62.0625rem;display:block; }
#zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:9rem;left:68.0625rem;display:block; }
#nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.4375rem;left:68.5rem;overflow:hidden;display:block; }
#PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:9rem;left:68.0625rem;display:block; }
#X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:66rem;overflow:hidden;display:none; }
#GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:66rem;overflow:hidden;display:none; }
#BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.737501144409rem;left:71.9375rem;overflow:hidden;display:block; }
#mqLLNO03azFHImerlpUe7brD3rQpag3g { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:5.8624992370606rem;overflow:hidden;display:block; }
#TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:11.6875rem;overflow:hidden;display:block; }
#zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:17.75rem;overflow:hidden;display:block; }
#C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:23.75rem;overflow:hidden;display:block; }
#UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:29.71875rem;overflow:hidden;display:block; }
#uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:35.875rem;overflow:hidden;display:block; }
#z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:41.875rem;overflow:hidden;display:block; }
#EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:48rem;overflow:hidden;display:block; }
#gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:54rem;overflow:hidden;display:block; }
#EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:60rem;overflow:hidden;display:block; }
#XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:66rem;overflow:hidden;display:block; }
#qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { background-color:#7159ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.3125rem;left:25.6875rem;display:block; }
#hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.3125rem;left:38rem;display:block; }
#FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;overflow:visible;position:relative;display:block; }#UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:14.717968940735rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s7oreNTgreFu376sUVHTB4kZvopVbgGe { position:relative;display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { background-color: transparent; background-image: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container { display: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container { display: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .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); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { border-width: 0; border-radius: 0; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .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; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .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.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-3),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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:45rem;top:0rem;left:15rem;display:block; }
#erknzs6JscFTDUBFh5kwJ02bnKBN73EB { 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:1.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:2.45rem;font-style:normal;display:block; }
#cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5rem;left:41.9375rem;display:block; }
#O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { position:relative;display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { background-color: transparent; background-image: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container { display: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container { display: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .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); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { border-width: 0; border-radius: 0; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .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; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .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:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { position:absolute;display:block;z-index:14996;background-color:#4caf50;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.25rem;width:45rem;top:0rem;left:15rem;display:block; }
#ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { 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:1.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#lTc6ykKALRdZCIcAikRJN72IrAERztTI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:1.225rem;font-style:normal;display:block; }
#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { background-color:#1c1d26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { border-width: 0; border-radius: 0; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:4.3125rem;left:48.8125rem;height:1.8rem;font-style:normal;display:block; }
#te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.5rem;left:50.5rem;height:1.6rem;font-style:normal;display:block; }
#skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:6.75rem;left:48.8125rem;overflow:hidden;display:block; }
#TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.5625rem;left:50.5rem;height:4.8rem;font-style:normal;display:block; }
#pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:8.75rem;left:48.8125rem;overflow:hidden;display:block; }
#RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { position:absolute;display:block;z-index:15177;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:8.25rem;left:48.8125rem;display:block; }
#Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:20.5rem;left:48.8125rem;overflow:hidden;display:block; }
#c5C77taiJwWE2Av2OVMTdanPl302NItU { position:absolute;display:block;z-index:15178;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:19.96875rem;left:48.875rem;display:block; }
#LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:20.3125rem;left:50.5rem;height:3.2rem;font-style:normal;display:block; }
#ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { color:rgba(var(--color-tertiary-0),0.6);display:block;width:22.75rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.9375rem;left:50.5rem;height:1.95rem;font-style:normal;display:block; }
#lKiQmElCIgVoXKPZvSiTEU6CAElksATl { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;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:22.9375rem;top:14.1875rem;left:50.625rem;overflow:hidden;display:block; }
#LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { color:rgba(var(--color-tertiary-0),0.6);display:block;width:22.75rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:50.5rem;height:1.95rem;font-style:normal;display:block; }
#FPkiH2b98PdoC9DnnK2JrcLW492RTgei { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:6.3125rem;top:24.625rem;left:50.5rem;overflow:hidden;display:block; }
#TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { position:absolute;display:block;z-index:15179;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:29.40625rem;left:48.75rem;display:block; }
#k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:29.8125rem;left:50.75rem;height:1.6rem;font-style:normal;display:block; }
#FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:30rem;left:48.8125rem;overflow:hidden;display:block; }
#tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { position:absolute;display:block;z-index:15180;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:31.8125rem;left:48.8125rem;display:block; }
#mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:32.375rem;left:48.8125rem;overflow:hidden;display:block; }
#x42mcohcRorHA3acTPiV3yfx0uqb6VQT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:40.75rem;left:50.6875rem;height:3.2rem;font-style:normal;display:block; }
#mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { position:absolute;display:block;z-index:15181;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:40.5625rem;left:48.75rem;display:block; }
#KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.375rem;left:50.6875rem;height:7.7rem;font-style:normal;display:block; }
#RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:41.056640625rem;left:48.8125rem;overflow:hidden;display:block; }
#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row .container { background-color: transparent; background-image: none; }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row .container > .video-iframe-container { display: none; }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row > .video-iframe-container { display: none; }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .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); }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row .container { border-width: 0; border-radius: 0; }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#SOdIRIfTt1xVHei791b0G2WRzLq44OSQ { 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:5.375rem;width:10.125rem;display:none; }
#mGLEOOT4gKnQOf3bZb5tMMby4UWOkf3x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0.22604465484619rem;left:16.6875rem;display:block; }
#mbxHchzA4tMgg9lpT0MFT6CNI0ASopuZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CP3V6w2LWCpzqA9vXVhZvrlc3fl1eGLx { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;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:20.125rem;top:0.25rem;left:16.686458587646rem;overflow:hidden;display:block; }
#XdOEeFZop2UTOf5UCn8E6kv317TdnkgK { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.3125rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnu8ctfLfJ5zvaSJxpfRMTlyE82A4MVZ { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:4.3125rem;left:22.875rem;overflow:hidden;display:block; }
#VT7WffWDWs35O7SUmnJGlFIT0HeKJL3I { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:4.1875rem;left:25.125rem;overflow:hidden;display:block; }
#Pn4oRbskQQc2TtqLQk7b6zK7TJccvTRB { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:4.3125rem;left:26.8125rem;overflow:hidden;display:block; }
#MVhGlLuPOCkUksXdbv9ThTAuZ3OLiUfB { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:4.25rem;left:28.875rem;overflow:hidden;display:block; }
#IRZ9axvuc28sT3I5Ngaroxhtf8XaKTTq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4995rem;height:6.124875rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:0.2264404296875rem;left:38.68701171875rem;display:block; }
#qiGWr66SoHWIqdXIE7mpZW0pEewLuudc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fO1BRCJPvrqy0IhBJ3ObJTLkvxQ9qCEm { 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:5.3125rem;width:10.125rem;display:none; }
#udi5nvSvrGAX7LHf0q4BGghuLRks7vwz { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:19.125rem;top:0.25rem;left:38.8125rem;overflow:hidden;display:block; }
#gmvTTtgNu8l5TJyJxSBblgpcy7ulk3gF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.8125rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J84sKJig7GG6dJ3PHKkT6kFCwPmvULeJ { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:11.5rem;top:4rem;left:42.625rem;overflow:hidden;display:block; }
#qfLlmviqVJmEWKwU8UZ0GrFrS8fSXidX { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.25rem;left:44.5625rem;display:block; }
#sBXinoeRypfZExwpvOCJHxvxk2vIOVHo { position:absolute;display:block;z-index:14995;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:25.75rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#ZnDCohvDnkSgTgqA7ThLx2H6MR6Ca2AZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:7.75rem;left:16.75rem;display:block; }
#AhGy4zvWDL0prWNHSw9K4AI1S1w8QhnR { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.3125rem;height:6.25rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:7.75rem;left:16.84375rem;display:block; }
#Htl2f0elNHLRhnCaP2SQObPyzRQsQB7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XAmc7In0gHM2DOk84KtlK0LG9EBdkZLa { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:9.3125rem;left:18.125rem;display:block; }
#r84HCiGoRH82hkJsLNcNSn4t2yDme6Uu { position:absolute;display:block;z-index:15134;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:9.6875rem;left:18.5rem;display:block; }
#esg8eMIXgySCxqTCiLVwdpKr4FTde4DT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:8.9375rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#PIFvwFOihHK8l5LVR0U3vBGcvtPKwem4 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:11.125rem;left:20.8125rem;height:1.225rem;font-style:normal;display:block; }
#gv0gyXhGUSrNmDTdsbCM0RZuKRD7V41P { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:9rem;left:47.0625rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gne3ZPaNFWeGGtCaUoHuUybTQ4Z2Gz3V { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:11.25rem;left:43.4375rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KlpAQwzMZR9OrVBdw5T6Cy9gzSzPdTTB { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:14.9375rem;left:16.75rem;display:block; }
#TJP8CQ4LzBt1NzW0dgW9Uxfu9x6r25wv { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.3125rem;height:6.25rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:14.9375rem;left:16.84375rem;display:block; }
#Ucm99PEq0JpR4xN87eirG7BKulZoJqPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PriIGQ0LnfTAaERIPBJH79y8CnF49Flc { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:16.5rem;left:18.1875rem;display:block; }
#m7NRCvagZoTVOoAEkDVSN0i6fSNrwCBM { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:16.875rem;left:18.5625rem;display:block; }
#NAoa2on2ZRup6PehzgpbVsLNoEEyiAps { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:16.125rem;left:20.8125rem;height:2.4rem;font-style:normal;display:block; }
#fnMs8tv3rzUhsqnxsweGIQvFn82G7bkc { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:18.3125rem;left:20.875rem;height:1.225rem;font-style:normal;display:block; }
#yCiodlBBeLxgx8IPaV82fOdGkVHPqSbp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:16.1875rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a3zuEqvVXxGChUkgZooHiTly1Q0PPgtD { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M9MEuTCaEl02Gys98lx7c79RQaM6OhNi { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:18.4375rem;left:42.25rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#agrMJksmKgUdDwdPpAi7KViETXDmMI1v { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:21rem;left:25.0625rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igg4nWwIZTImTPOdq15q21m0EvAoTGaZ { position:absolute;display:block;z-index:15201;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20rem;top:22.375rem;left:27.5rem;display:block; }
#WONq3oP1fxBNNnUklmw8SiLPrILf52ZT { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:22.375rem;left:27.5rem;display:block; }
#J5WTBn1ARsLw5obg582rVaccm8pG8rzW { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:22.375rem;left:27.5625rem;display:block; }
#xNZQ37Fw1QVRxXWOrUNc2lE7Vb5i6BQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDpXqXpyqwhl0LxB5bSXrwWQibeOQITb { color:#c7c7ff;display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:26.0625rem;left:16.65625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { background-color: transparent; background-image: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container > .video-iframe-container { display: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container { display: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .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); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { border-width: 0; border-radius: 0; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;overflow:visible;position:relative;display:block; }#xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4995rem;height:6.124875rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:0.22604370117188rem;left:17.4375rem;display:block; }
#A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:19.125rem;top:0.25rem;left:17.65625rem;overflow:hidden;display:block; }
#yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { 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:5.3125rem;width:10.125rem;display:none; }
#UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.3125rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:4.3125rem;left:22.875rem;overflow:hidden;display:block; }
#R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:4.1875rem;left:25.125rem;overflow:hidden;display:block; }
#LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:4.3125rem;left:26.8125rem;overflow:hidden;display:block; }
#zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:4.25rem;left:28.875rem;overflow:hidden;display:block; }
#gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { 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:5.375rem;width:10.125rem;display:none; }
#pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.249625rem;height:6.124875rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:0.2264404296875rem;left:38.2275390625rem;display:block; }
#wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;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:20.125rem;top:0.25rem;left:38.3125rem;overflow:hidden;display:block; }
#eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.8125rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:11.5rem;top:4rem;left:42.625rem;overflow:hidden;display:block; }
#U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.25rem;left:44.5625rem;display:block; }
#yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { position:absolute;display:block;z-index:14995;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:30.125rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:7.75rem;left:16.75rem;display:block; }
#WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5625rem;height:6.25rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:7.75rem;left:16.71875rem;display:block; }
#PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:9.3125rem;left:18.125rem;display:block; }
#m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:9.6875rem;left:18.5rem;display:block; }
#zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.9375rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#dwnR5wff1fgwd0PtSPI2RmneapRqydqw { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:11.125rem;left:20.8125rem;height:1.225rem;font-style:normal;display:block; }
#uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:9.0625rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KPtd6gRBGkTZlA46CZzPM6XpAsEvZe6i { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.375rem;left:42.25rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:14.9375rem;left:16.75rem;display:block; }
#qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5625rem;height:6.25rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:14.9375rem;left:16.71875rem;display:block; }
#XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:16.5rem;left:18.125rem;display:block; }
#pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:16.875rem;left:18.5rem;display:block; }
#iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:16.125rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:18.3125rem;left:20.8125rem;height:1.225rem;font-style:normal;display:block; }
#EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:16.1875rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:18.5rem;left:42.1875rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:22.125rem;left:16.75rem;display:block; }
#ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.4375rem;height:6.125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:22.1875rem;left:16.78125rem;display:block; }
#RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:23.5625rem;left:18.125rem;display:block; }
#UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:23.9375rem;left:18.5rem;display:block; }
#MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:23.25rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#vIAigqTQGXKUCHTC223efyM5eqm23PWv { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:25.4375rem;left:20.8125rem;height:1.225rem;font-style:normal;display:block; }
#lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:23.375rem;left:47.625rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:25.6875rem;left:42.6875rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EbPnZPWDqzAsleXKVPAKranNduzzv3SL { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:29.5625rem;left:27.5625rem;display:block; }
#Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:29.5625rem;left:27.5rem;display:block; }
#PCEeLX8CElOiZHsRm2QVW5sle73JQ3JE { position:absolute;display:block;z-index:15207;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20rem;top:29.5625rem;left:27.5rem;display:block; }
#T6KJr7u73nEG6ea8f4fi6Qr0RN12oJHq { position:absolute;display:block;z-index:15205;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20rem;top:29.5625rem;left:27.5rem;display:block; }
#K7bWgL1sVQxy58HZWOVH6smgbTN49TbS { position:absolute;display:block;z-index:15206;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20rem;top:29.5625rem;left:27.5rem;display:block; }
#TeEXSSnJBQCIgorJhDG9awGBhXnKi00x { color:#c7c7ff;display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:33.6875rem;left:16.65625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { background-color: transparent; background-image: none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container > .video-iframe-container { display: none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row > .video-iframe-container { display: none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .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); }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { border-width: 0; border-radius: 0; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#CFlSeis4KR2mwm051utvRbaFRVv2JrvR { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { position:absolute;display:block;z-index:14996;background-color:#282352;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:46.875rem;width:45rem;top:0rem;left:15rem;display:block; }
#ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:33.125rem;width:41.5rem;top:1.8125rem;left:16.75rem;display:block; }
#h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { color:#dfddf9;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:3.0625rem;left:31rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:3.875rem;left:21.875rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { color:rgba(var(--color-tertiary-0),0.7);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:25.90625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { position:absolute;display:block;z-index:15001;background-color:#2d2b58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.25rem;width:19.375rem;top:8.625rem;left:17.6875rem;display:block; }
#FfUnDcrtZRKecATMkr2ySQifwwqmQscy { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:9.75rem;left:19.125rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4rlGV48MScqVwzaeINXneha2DbDs8DO { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:11.75rem;left:18.8125rem;overflow:hidden;display:block; }
#P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:11.6875rem;left:20.1875rem;height:2.45rem;font-style:normal;display:block; }
#Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.3125rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:12.887500762939rem;left:25.0625rem;display:block; }
#WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:13.5rem;top:14.625rem;left:20rem;overflow:hidden;display:block; }
#NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:16.6875rem;left:18.8125rem;overflow:hidden;display:block; }
#p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.625rem;left:20.1875rem;height:1.22504375rem;font-style:normal;display:block; }
#a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:18.4375rem;left:18.875rem;overflow:hidden;display:block; }
#akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.375rem;left:20.25rem;height:1.225rem;font-style:normal;display:block; }
#onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:24.5rem;left:22.875rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:18.5rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:26.5625rem;left:20.125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:28.6875rem;left:19.125rem;display:block; }
#Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIb16blhVgGzRtNUopHHBif6V0V3HTQU { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.1875rem;left:24.125rem;overflow:hidden;display:block; }
#DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.1875rem;left:24.1875rem;overflow:hidden;display:block; }
#cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:29.25rem;left:24.5rem;overflow:hidden;display:block; }
#qFueK8S31CvRSSADaZD6spqF1U7iEa9x { position:absolute;display:block;z-index:15002;background-color:#2d2b58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.1875rem;width:19.375rem;top:8.625rem;left:37.9375rem;display:block; }
#oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:9.75rem;left:39.4375rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:11.6875rem;left:38.8125rem;overflow:hidden;display:block; }
#PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:11.6875rem;left:40.25rem;height:2.45rem;font-style:normal;display:block; }
#Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:12.875rem;left:45.8125rem;display:block; }
#rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:11.5625rem;top:14.625rem;left:40.125rem;overflow:hidden;display:block; }
#ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:16.625rem;left:38.8125rem;overflow:hidden;display:block; }
#B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16.625rem;left:40.25rem;height:1.225rem;font-style:normal;display:block; }
#rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:18.375rem;left:38.8125rem;overflow:hidden;display:block; }
#uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.4375rem;left:40.1875rem;height:1.225rem;font-style:normal;display:block; }
#omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { position:absolute;display:block;z-index:15206;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:3.5rem;top:19.9375rem;left:40.125rem;overflow:hidden;display:block; }
#FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:21.6875rem;left:38.875rem;overflow:hidden;display:block; }
#otXkphPC7aMdkZgOixnbe8WhQJpLos0E { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:21.625rem;left:40.25rem;height:1.225rem;font-style:normal;display:block; }
#ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:24.5rem;left:43rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:51.9375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:26.5625rem;left:40.3125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.275rem;height:2.275rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:28.6875rem;left:39.4375rem;display:block; }
#VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.1875rem;left:44.3125rem;overflow:hidden;display:block; }
#cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:29.25rem;left:44.625rem;overflow:hidden;display:block; }
#feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15187;line-height:1.4;letter-spacing:0;top:34.9375rem;left:28rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { position:absolute;display:block;z-index:15181;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:36.25rem;left:24.875rem;display:block; }
#TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:36.75rem;left:24.9375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:40rem;left:27.625rem;display:block; }
#IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8tmn53umbiTOSZOSONaot5r7axcQ9FB { position:absolute;display:block;z-index:15203;height:3rem;width:20rem;top:40rem;left:27.687501907349rem;display:block; }
#mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.3125rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:12.887500762939rem;left:25.0625rem;display:none; }
#hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:12.875rem;left:45.8125rem;display:none; }
#D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2310xP1dkfVLOAsuRnR61X5gTlaovvu { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:43.5rem;left:30.5rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuRbhcpfTMLPX6TSo910PwOw7XgtNV0f { position:relative;display:none; }#nuRbhcpfTMLPX6TSo910PwOw7XgtNV0f { border-width: 0; border-radius: 0; }#nuRbhcpfTMLPX6TSo910PwOw7XgtNV0f > .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; }#nuRbhcpfTMLPX6TSo910PwOw7XgtNV0f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VqupOlHsLvZOU5ushw4NHRPM7oZVgAVh { 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:33.1875rem;width:59.1875rem;top:2.65625rem;left:7.90625rem;overflow:hidden;display:block; }
#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T { position:relative;display:block; }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T { background-color: transparent; background-image: none; }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .row .container > .video-iframe-container { display: none; }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .row > .video-iframe-container { display: none; }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .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); }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T { border-width: 0; border-radius: 0; }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .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; }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .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:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#glm8bgBOfCOGybk8Wcv9AQsltu8k5MRN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #282352);background-image: -moz-linear-gradient(180deg, #090813, #282352);background-image: -ms-linear-gradient(180deg, #090813, #282352);background-image: -o-linear-gradient(180deg, #090813, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282352' );";background-image: linear-gradient(180deg, #090813, #282352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:24.75rem;width:57.875rem;top:0rem;left:8.5625rem;display:block; }
#CGQGo0V3pPbeuxVBGZuuxoMrZTXvAqx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.84375rem;left:13.84375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Zx4egdafM7la4LAHvTplSuZ3WcQMJVSa { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5rem;width:6.5rem;top:5.53125rem;left:23.375rem;display:block; }
#p85yOcXI29gerVw45Zm4eANwFeXCbs05 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.25rem;top:7.875rem;left:24.5rem;overflow:hidden;display:block; }
#gZ9Ss3SfBoSK7t6kZu4KJT7u9HPNGogn { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:6.5rem;text-decoration:none;z-index:15228;text-align:center;text-align-last:center;top:5.53125rem;left:23.375rem;display:block; }
#RtGZciVArocsULcEWg4Lbo80BXae382c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSLefhXydtTit35eaRH9ThHqp0pcUNnV { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5rem;width:6.5rem;top:5.53125rem;left:30.6875rem;display:block; }
#ctnZeZPrR5mkeuB6F7LuhBR0XxBTB7Dm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.25rem;top:7.875rem;left:31.8125rem;overflow:hidden;display:block; }
#dHfHTQ1mupVJqfDi38tclC56WOQc16Ag { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:6.5rem;text-decoration:none;z-index:15226;text-align:center;text-align-last:center;top:5.53125rem;left:30.6875rem;display:block; }
#g8rBTbS7XULTx5tKkQ2zV3wwBpgBwa5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ci9UolAE7vbDsoBFp1b3TXzJ4QmgZWS7 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5rem;width:6.5rem;top:5.53125rem;left:38rem;display:block; }
#IFT7IKZWHgCB15KcEEEQtnAEBhDt3PiN { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.25rem;top:7.875rem;left:39.125rem;overflow:hidden;display:block; }
#pBvN8JokNQTMbfvgGqL8yaVrDK9yA2T0 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:6.5rem;text-decoration:none;z-index:15227;text-align:center;text-align-last:center;top:5.53125rem;left:38rem;display:block; }
#vZBrfLeybMkv8liPvuqqctmwJHkhyRoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#skKbB4lPRleu6OZGFRJ6T5msH7MbBpnJ { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5rem;width:6.5rem;top:5.53125rem;left:45.25rem;display:block; }
#wTT4tky0V0Zh7bee7mDb5vPIrnRf4GA1 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.25rem;top:7.875rem;left:46.375rem;overflow:hidden;display:block; }
#GscFEHFeZA3WAurhsZGXiJUTrhzAtL0c { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:6.5rem;text-decoration:none;z-index:15229;text-align:center;text-align-last:center;top:5.53125rem;left:45.25rem;display:block; }
#gDJpTTMptdoFxXnm3tfAAm4bb94S7l7n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCUTQQqaLRDnZ9XCuo7JgXrv38vQhu52 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:7.5rem;text-decoration:none;z-index:15263;text-align:center;text-align-last:center;top:4.90625rem;left:20.90625rem;display:block; }
#makhxdplUALctveindtAn7K6gWgiI7NW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HT5vHqx8hscDX3m8VMfW4phIUdBVqlRS { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.90625rem;left:13.84375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MisiIhUF6J5n3g4BhBcmba2p0HJMdOyJ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.15625rem;left:15rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AIiS2T3S7wqkkama6u7AXv7cmaZ32yRu { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15230;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:13.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cklHtVSOSLcupun5awG9bsdG5WG3akKv { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15231;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:17.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KH8SA7eoCTnU6pRA1KIUzWE4rz2zuwwH { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15233;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:25.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UFvUEb64mNcX31CzoQaAKzwvnUsXMOJQ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15232;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:21.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QNfH15GJ8r3CeP6ZkkEExTPwiZkqV4Na { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15237;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:41.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rvJ2wsnmAtfZoNI78dJPDNrvfXyU0xBD { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15236;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:37.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HHBw9GddRg4qL5bAQrdlCOrRmCGTvMHw { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15235;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:33.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Oqb6or5N6mmX46Opk79QfbZrTueoxfvP { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15234;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:29.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VmdR4T1gi9aqaU4t5mkolCUPk3CHmQHg { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15241;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:57.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FIKW9ylm4dts3tcybAJNp0CatJNUnbJX { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15240;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:53.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xbQtoArmJ41inOI3piH40pXFdGl3furK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15239;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:49.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Xz5nxwABFmnGB8DTSDe7D7hupybLq82i { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15238;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.96875rem;left:45.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JfMlNt2SOHreb7grfd3IvoxqSEVhgtTk { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:22.28125rem;left:32.875rem; }
#MtQrOBPtkEmd2sWIx6HiaFntoQnOxWkI { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15255;text-align:center;text-align-last:center;top:17.96875rem;left:13.84375rem;display:block; }
#d0g1uJe193Jofpe1vshcBiKQfAan64OL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sx2uAMPZ9qbVeXnn9IPV3kgEJoUV2pir { position:absolute;display:block;z-index:15243;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:14.375rem;overflow:hidden;display:block; }
#yblxkaEQtbn2cOwrWeRKuogWXnK8oFLQ { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15256;text-align:center;text-align-last:center;top:17.96875rem;left:17.75rem;display:block; }
#s1FNJ6TH4W5wEEumkrP1PRAtJXiGaSwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwaIFwAkRRp9Phy4DJ7Ac6MtOr0ua5x5 { position:absolute;display:block;z-index:15244;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:18.375rem;overflow:hidden;display:block; }
#PpLyNlAf0TvtxmZpIngnTNPmvh46MRJy { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15257;text-align:center;text-align-last:center;top:17.96875rem;left:21.75rem;display:block; }
#IEwqcUCHRieEguFvT638RUXAmSOU0It8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UoTe2dTcAlTxrbqaOBHbQTULxNIJttgl { position:absolute;display:block;z-index:15245;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:22.375rem;overflow:hidden;display:block; }
#oa5zr4dAQ0ODMBQcSuKNKSDP4kf2aTXi { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15258;text-align:center;text-align-last:center;top:17.96875rem;left:25.75rem;display:block; }
#KlZaaO675MTuCZ0OGOtouStm6CcbuT4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FzXOiLKOfIUllQ13T7EH9okvcTvyLTC3 { position:absolute;display:block;z-index:15246;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:26.375rem;overflow:hidden;display:block; }
#nOr6ydxQmLQsh9kqRXceeTclXo4EwV6X { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15259;text-align:center;text-align-last:center;top:17.96875rem;left:29.75rem;display:block; }
#ttTNIB9ahIXfIHBEP8OH4aT242DFJWK3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFz8IX7e18dbozehWc46RmgIa4H9Wm69 { position:absolute;display:block;z-index:15247;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:30.4375rem;overflow:hidden;display:block; }
#ms9ArOIDNnRvaXIzc1FmNhDgJiiVF9oo { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15260;text-align:center;text-align-last:center;top:17.96875rem;left:33.75rem;display:block; }
#O40702ZFNLCpLIwmNRMhyCvwsFFHxuGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9qiieOHXVgHGAZCVin5ac8kz8uwVO94 { position:absolute;display:block;z-index:15248;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:34.375rem;overflow:hidden;display:block; }
#ug794DTbg6ZscyEIOIc40tQDA4E5rHsQ { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15261;text-align:center;text-align-last:center;top:17.96875rem;left:37.875rem;display:block; }
#u8IBmcFWsgiavO57gien8gfa7NVTKKrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gs87oAlV2hpLuuSaewqB9DF5Da67FyAQ { position:absolute;display:block;z-index:15249;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:38.375rem;overflow:hidden;display:block; }
#mWuSTLQy3ZI2mJ3T3JC9TDidlDwWZ5MW { position:absolute;display:block;z-index:15250;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:42.375rem;overflow:hidden;display:block; }
#erUzKya0sJ5IKbblEOBE3atyvFLFi52n { position:absolute;display:block;z-index:15251;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:46.375rem;overflow:hidden;display:block; }
#gdLfnuAbWk2X6iKnxyONqLyRrDyOntqs { position:absolute;display:block;z-index:15252;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.6875rem;top:19.1875rem;left:50.625rem;overflow:hidden;display:block; }
#rBB0GVsl2Xpfu6S5B2345bF3sH88EQqb { position:absolute;display:block;z-index:15253;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:54.375rem;overflow:hidden;display:block; }
#GP6hJzk4FsHAG9xqEUr3tVbLKDNLw3Vi { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15262;text-align:center;text-align-last:center;top:17.96875rem;left:57.71875rem;display:block; }
#XULTCcsFTfm970eZlBzPseBVvQUQyK8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0TMmPDhGeasdSNoHGkFx89K3yGciH7I { position:absolute;display:block;z-index:15254;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:18.59375rem;left:58.375rem;overflow:hidden;display:block; }
#w51OcnkJh0VZ5d2kLVPuBTzzXhDGcP1G { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.125rem;height:4rem;text-decoration:none;z-index:15264;text-align:center;text-align-last:center;top:17.718641281128rem;left:11.437174797058rem;display:block; }
#P3rUpou8MLdGCDRT1tofi33lx5vCIdwI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ED3ZK8moe1IOtaCdOeE66v9dGDOTmOXq { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:1.25rem;text-decoration:none;z-index:15242;text-align:right;text-align-last:right;top:21.96875rem;left:32.75rem;display:block; }
#dGVl6K0Chl80tA00IXpgQonbTtedb5t5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJyL8uzc0RoSQODlABDTHgMcKvMrLIIF { color:rgba(var(--color-tertiary-0),0.6);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.768737792969rem;left:15rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zaQfwnSeCP4mhz6ETD5O3UhVrahkqveD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #282352);background-image: -moz-linear-gradient(180deg, #090813, #282352);background-image: -ms-linear-gradient(180deg, #090813, #282352);background-image: -o-linear-gradient(180deg, #090813, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282352' );";background-image: linear-gradient(180deg, #090813, #282352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:24.75rem;width:57.875rem;top:0rem;left:8.5625rem;display:none; }
#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container { background-color: transparent; background-image: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container > .video-iframe-container { display: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row > .video-iframe-container { display: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .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); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container { border-width: 0; border-radius: 0; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#Nryo6EBmAhrtlyHCHKmvxnChpSPhqcB8 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#282352' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:16.0625rem;width:57.875rem;top:0rem;left:8.5625rem;display:block; }
#z5f5N6AGVAXADdTFvx31yiMLrN6PL1T2 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15254;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:13.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gsqHnNE57IyRSB31wkvMcsuZSQtMABAU { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15255;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:17.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sNB0xUIidn2d2lJZ8TK81XRK6sP9QDVI { position:absolute;display:block;z-index:15267;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:2.25rem;top:1.125rem;left:14.375rem;overflow:hidden;display:block; }
#TWbLmAhiTdqr8ekGfEDD77i2VVb8dp9q { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15256;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:21.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#P65AzZ1rrzPLUcnu92vttpbqpZzMk36y { position:absolute;display:block;z-index:15268;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:2.25rem;top:1.25rem;left:18.375rem;overflow:hidden;display:block; }
#CRHXE6irtFJyyh2bpw7ylQMN6ULqvx1B { position:absolute;display:block;z-index:15269;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:1.125rem;left:22.375rem;overflow:hidden;display:block; }
#XJIA3ss68ypZ7zWlWVQ8yrgXGL5NExG1 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15257;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:25.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gv0K50EUNwTLvAN8TQcVPdnKpQT3BwgK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15258;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:29.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#E6l3M8rggZcpd7vSV9LwcLxEOweHmDBz { position:absolute;display:block;z-index:15270;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.25rem;top:1.125rem;left:26.375rem;overflow:hidden;display:block; }
#b7itKV1yxrOHKVxca2KUOiuFnXeSWSvp { position:absolute;display:block;z-index:15271;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.5625rem;top:1.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#PAf3ks6x4Tg8P47VRT7TcQgbeZ8nfMo8 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15259;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:33.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#R1q0Boan0CJRfzl2edW5WlccfbdlOVrv { position:absolute;display:block;z-index:15272;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:1.0625rem;left:34.375rem;overflow:hidden;display:block; }
#crVi5rCUADCXiElhRqLcRxhZ8BHwTa0S { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15260;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:37.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pZpWeQcbEkGah72vXiK0uSh6T6mLu6X2 { position:absolute;display:block;z-index:15273;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:1.125rem;left:38.375rem;overflow:hidden;display:block; }
#sBRl1aRFdCUEpm3XhCl0lrlKsSl3UD4N { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15261;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:41.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TRA2IJrWXunmGHI9vt0eZGIEPUQzvLri { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15263;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:49.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hezxps0DlsECaIXqft0y86Tt6m275kWi { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15262;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:45.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#srtFW45MEWbI3AJubBdK12fRSHbnFMpN { position:absolute;display:block;z-index:15274;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:2.25rem;top:1.5rem;left:42.4375rem;overflow:hidden;display:block; }
#lpAqFCNm43bLF4Hzadk8k0pyCUBPrI25 { position:absolute;display:block;z-index:15275;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:2.25rem;top:1.5625rem;left:46.375rem;overflow:hidden;display:block; }
#gzc452iAwvMyp7XPn7u2abs0CnPUeO5S { position:absolute;display:block;z-index:15276;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.25rem;top:1.5rem;left:50.375rem;overflow:hidden;display:block; }
#dBq7IIHcpW6svWiTggsDwwKbdpVtT3cW { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15265;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:57.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XnlwAmS63Iwq4kdxRTzEvrcKii7482dA { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15264;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:53.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zGkQ1ETmPeCEH2TbTfpxryzlSaCoELaZ { position:absolute;display:block;z-index:15277;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:2.25rem;top:1.5rem;left:54.3125rem;overflow:hidden;display:block; }
#B5u3QTazhBat5rJmxzoFWisxNTAaGaOr { position:absolute;display:block;z-index:15278;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:1.0625rem;left:58.375rem;overflow:hidden;display:block; }
#KkXmzK4SUMFZ82SLKT4fg7m3ONFlaRlP { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15278;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:13.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QQmnHHJB6onODAE4Vtlv83D5s0O7FF7t { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15279;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:17.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LAtIwnm6r6qfzyOCNB3vyiGlzTDzA8kT { position:absolute;display:block;z-index:15291;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.375rem;left:14.375rem;overflow:hidden;display:block; }
#FEztrOSkcQFtQ8goA1FXwlu5Qdzm1PMK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15280;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:21.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LgzkqaRbgicKePFUScPr9oCwtk8eCWSI { position:absolute;display:block;z-index:15292;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.3125rem;left:18.375rem;overflow:hidden;display:block; }
#gwFf4yQBegwa6IduBFRWmDOgaByKvGak { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.375rem;left:22.375rem;overflow:hidden;display:block; }
#Z2picTkF4EUsgzFLHcLmokZShHHE7Ttb { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15281;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:25.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nIVWgde9MUI6ieCTZaFbI0vXTqekFEuA { position:absolute;display:block;z-index:15294;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:2.25rem;top:5.9375rem;left:26.375rem;overflow:hidden;display:block; }
#i2oi76vXfK4Ty9DxTAL0Vz1Q1yeIOKeJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15282;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:29.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FfIbLZmAP6UcyLGzLQ4XiKwbiHwv4NBs { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.375rem;left:30.375rem;overflow:hidden;display:block; }
#yWf3ai8NnWRGDu1bfMuRtl9xhPcmo4Eq { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15283;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:33.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SVnyuZwnRDy70pgG9gAg48CW8B2velfk { position:absolute;display:block;z-index:15296;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.3125rem;left:34.375rem;overflow:hidden;display:block; }
#FLdw6vZJ7r37ppO5yJONTlSlUrUWAuzd { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15284;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:37.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Lt5Ni0BKyk2Lf0TC2dqsMMLJix9f17Zg { position:absolute;display:block;z-index:15297;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.375rem;left:38.375rem;overflow:hidden;display:block; }
#MDOAMnT514TT92AKsPsIcBGe1iGQeN1T { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15285;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:41.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oJgm6matDkuvrv3okPx4qurcse8lADno { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.3125rem;left:42.3125rem;overflow:hidden;display:block; }
#wLQM9MPC76REbstuaLd1CaLSbZHebdUy { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15308;text-align:center;text-align-last:center;top:4.75rem;left:41.75rem;display:block; }
#fmTL5UevEVlT306hTcP1GN09FHC4Ek1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hT36yvPZQpPP3oJTLbB9mqG0lXpl8Xpf { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15287;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:49.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sGNTrc1Mmnly49LgGM4dSapMfEulcnwW { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:45.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WqU076ZPBfb4X8p4brEzak9drhOMKg7N { position:absolute;display:block;z-index:15299;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.25rem;top:5.6875rem;left:46.375rem;overflow:hidden;display:block; }
#ZuneM2Fg08d5TFNmgJD4kLOKZU3LOxSN { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:4.75rem;left:45.75rem;display:block; }
#QNBSnqDpS1iDOgVlyrVI9yVamyRtqL0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHokFNUIGM8Zer72akJr0C2Opn32Kqqa { position:absolute;display:block;z-index:15300;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:2.25rem;top:6.125rem;left:50.375rem;overflow:hidden;display:block; }
#I3tV6WenyvM7hsa6rkGFBwHzAHmazRz4 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15289;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:57.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HkTQoPPRHbb4GEfMi7r2f7u2HDZaE6q6 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15288;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:53.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FkTqpavwamnlnvLzJycodb97K65mqphK { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.375rem;left:54.375rem;overflow:hidden;display:block; }
#KD9IaQRIQygH0U3nKLlctETH9OiUoTAx { position:absolute;display:block;z-index:15302;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.3125rem;left:58.375rem;overflow:hidden;display:block; }
#fgQ2t4zJ00CxruQ7JLwmTJ3Tz8aBQJXI { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15293;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9rem;left:37.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LbAdhzQG6Sdhx83TPzUNoSIxdLWbDWDL { position:absolute;display:block;z-index:15305;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:9.625rem;left:34.375rem;overflow:hidden;display:block; }
#BbPRxsZui2gG7Hv8x5cDtZHoGW6AolVI { position:absolute;display:block;z-index:15306;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:9.5625rem;left:38.375rem;overflow:hidden;display:block; }
#naee1VhZbwzoWGaawb77gUJ22zB3upeZ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15292;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9rem;left:33.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Ca4BxMSZ6TZzf26fi32kbasBdrvPnSTe { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.5rem;left:33.4375rem; }
#E8AEMTlJNpAwGNBUedmXhJhq1vwsNyQW { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.125rem;height:12.625rem;text-decoration:none;z-index:15309;text-align:center;text-align-last:center;top:0.24956893920899rem;left:11.437174797058rem;display:block; }
#nytspa3pd5I9Jf8FPD8dESEubBv5JKux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WuOXuIghvfikhRxvsrp5DokG4td93TBv { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.25rem;text-decoration:none;z-index:15245;text-align:right;text-align-last:right;top:13.25rem;left:33.3125rem;display:block; }
#mZNIKPoK0Qt8QmUkqve8CaxRTmpFt4uP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTOC5Pp14EVPVhzqAF8gUot1Uz6StwC4 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.0625rem;left:15rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { position:relative;display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { background-color: transparent; background-image: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container > .video-iframe-container { display: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row > .video-iframe-container { display: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .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); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { border-width: 0; border-radius: 0; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .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; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .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:35.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6875rem;left:9.3114585876462rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { position:absolute;display:block;z-index:15001;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:74rem;top:5.375rem;left:0.5rem;display:block; }
#ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.875rem;top:7rem;left:33.4375rem;overflow:hidden;display:block; }
#BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.875rem;left:36.0625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.1875rem;width:73.75rem;top:8.75rem;left:0.5rem;display:block; }
#wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:12.5rem;left:1.25rem;overflow:hidden;display:block; }
#RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.6875rem;top:13.125rem;left:9rem;overflow:hidden;display:block; }
#yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.9375rem;top:12.9375rem;left:19.5rem;overflow:hidden;display:block; }
#mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4rem;top:12.75rem;left:25.3125rem;overflow:hidden;display:block; }
#KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:9.375rem;top:13.1875rem;left:30.4375rem;overflow:hidden;display:block; }
#ct05wyJFLGfUTvgoX0M4JympHofMyHHl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:13.1875rem;left:40.875rem;overflow:hidden;display:block; }
#rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:8.5rem;top:13.1875rem;left:45.75rem;overflow:hidden;display:block; }
#WheIHLSD05JwUVmVh25MmeIkK9iikJkB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:7.0625rem;top:13.3125rem;left:55.25rem;overflow:hidden;display:block; }
#b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5rem;top:13.0625rem;left:63.625rem;overflow:hidden;display:block; }
#np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { position:absolute;display:block;z-index:15003;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.5rem;top:18.3125rem;left:0.5625rem;display:block; }
#fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.375rem;width:23.25rem;top:21.5rem;left:0.5625rem;display:block; }
#ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.1875rem;top:20.0625rem;left:7.1875rem;overflow:hidden;display:block; }
#CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:19.875rem;left:9.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.875rem;top:26.3125rem;left:4.75rem;overflow:hidden;display:block; }
#eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.9375rem;top:26.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#czoECz81l20TtdV8boSFfsfsRuwRmLRi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:25.875rem;left:17.8125rem;overflow:hidden;display:block; }
#Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { position:absolute;display:block;z-index:15002;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:18.3125rem;left:25.875rem;display:block; }
#A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.3125rem;width:23.25rem;top:21.5625rem;left:25.875rem;display:block; }
#erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.75rem;top:20.125rem;left:33.6875rem;overflow:hidden;display:block; }
#T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:19.875rem;left:36.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:25.875rem;left:31.5rem;overflow:hidden;display:block; }
#IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:1.6875rem;top:25.6875rem;left:34.75rem;overflow:hidden;display:block; }
#i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:1.6875rem;top:25.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#M0SWdivLF3odMVdkgOCyy2oBydF91XfA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:25.6875rem;left:41.375rem;overflow:hidden;display:block; }
#NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { position:absolute;display:block;z-index:15004;background-color:#282352;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:18.3125rem;left:51rem;display:block; }
#V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.375rem;width:23.25rem;top:21.5rem;left:51rem;display:block; }
#KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.75rem;top:20.125rem;left:58.125rem;overflow:hidden;display:block; }
#eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:19.875rem;left:60.5625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#audgbylHkoaEs1i69QfVy7Ms1FpF9omq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.125rem;top:26.125rem;left:55.75rem;overflow:hidden;display:block; }
#F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.25rem;top:25.8125rem;left:64.5625rem;overflow:hidden;display:block; }
#x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { background-color:transparent;background-image:none;border-top:0.125rem solid #444769;border-left:0.125rem solid #444769;border-right:0.125rem solid #444769;border-bottom:0.125rem solid #444769;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:31.5625rem;left:28.84375rem;display:block; }
#cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:8.7374992370606rem;left:35.9375rem; }
#PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:21.674999237061rem;left:10.75rem; }
#WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:21.674999237061rem;left:35.9375rem; }
#RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15211;opacity:1;top:21.674999237061rem;left:61.15625rem; }
#kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4.5625rem;top:12.65625rem;left:68rem;overflow:hidden;display:block; }
#WvG41IAu7wObsi27hB3zC98gOe1mBlVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/74defaf0-0948-4304-95cf-2802f672dc17/czymjestpilotblack.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr.adaptive-delivery-prevent-bg, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyload, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyloading { background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { background-color: transparent; background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .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); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { border-width: 0; border-radius: 0; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#hkbyNXEfvpdkcvLyQfHBPTQeTSTcwDUp { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.625rem;left:21.217708587646rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x372v8l75ILfOXkQhkES8qHQK9QPEF6J { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:28.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OQTJQCwGNHVNATuzmm7QiK0S95WN2yGf { background-color:#7159ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.625rem;left:33.875rem;display:block; }
#G1ASQUQIxmqG7qKHtAPvhT5Izk6QNHkD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxflHpQIQdWvRCXpcMBgoSJPATvrRLvL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:11.1875rem;overflow:hidden;display:block; }
#GSzDtVXT5r4Rq1XX664LyyUIicBrccLv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzWkQzq8i6m7bXJW57ETIUaaX37uOMb2 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.75rem;left:0.8125rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8aBV8CI1zBAmTJmdZmXMgAgIGk5wFyv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:36.5rem;overflow:hidden;display:block; }
#MuKBkJypwUZLzC88dtZp9ZSAkTxuz4dw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ee8To64qI1WOa3pxohrUbUm2iGugESH4 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.6875rem;left:26.75rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UbXszB09c93DsreoSM1AK1cum7ut7PL9 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:1.6875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:25.325012207031rem;left:35.125rem;display:block; }
#InAlDk8hm0Ef3O9AvxZvGqFFtOax0Swe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnMh3bC8yTXWNDz5aZCMmEDrxJr1U7s7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2rem;top:18.625rem;left:61.625rem;overflow:hidden;display:block; }
#KOkS2mcuM6KC4ew7LMAyQ4qfquh642Nq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.0625rem;left:53.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVaH3raeUXSmqOQ3ZbHGnlsJ9v37Rhbm { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:22.75rem;left:50.65625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { position:relative;display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { background-color: transparent; background-image: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container > .video-iframe-container { display: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container { display: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .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); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { border-width: 0; border-radius: 0; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .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; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .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:29.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--headlines-font-family);font-weight:300;font-style:normal;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.adaptive-delivery-prevent-bg, #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.lazyload, #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.lazyloading { background-image: none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { box-sizing:content-box;height:auto;width:50.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.875rem;left:11.6875rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #DRBHsXMMnyiq1uLoBkRzMTHnOTgueSZy { display:none; }
#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { background-color: transparent; background-image: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .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); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { border-width: 0; border-radius: 0; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.62456875rem;height:0.99989375rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:2.28515625rem;left:0rem;display:block; }
#IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.3291664123535rem;left:5.1875rem;display:block; }
#ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:2.2979164123535rem;left:14.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:2.3125rem;left:24.3125rem;display:block; }
#GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:2.3125rem;left:35rem;display:block; }
#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { position:absolute;display:block;z-index:15185;height:1.375rem;width:75rem;top:4.1875rem;left:0rem;display:block; }
#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.1348724365234rem;left:62.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#A0306a3189b614c55c85d7401b1b2883.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #A0306a3189b614c55c85d7401b1b2883.widget-smartsection *:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="text"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="email"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="tel"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection textarea:focus-visible { outline: none; } #OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row .container { background-color: transparent; background-image: none; }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row .container > .video-iframe-container { display: none; }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row > .video-iframe-container { display: none; }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .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); }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row .container { border-width: 0; border-radius: 0; }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection *:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="text"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="email"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="tel"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection textarea:focus-visible { outline: none; } #LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row .container { background-color: transparent; background-image: none; }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row .container > .video-iframe-container { display: none; }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row > .video-iframe-container { display: none; }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .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); }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row .container { border-width: 0; border-radius: 0; }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#aac52e6faeebc16c35c509e5a793c49d.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection *:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="text"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="email"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="tel"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection textarea:focus-visible { outline: none; } #ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row .container { background-color: transparent; background-image: none; }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row .container > .video-iframe-container { display: none; }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row > .video-iframe-container { display: none; }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .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); }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row .container { border-width: 0; border-radius: 0; }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#s226a55a0b2f9021e811d3be6e90e946.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection *:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="text"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="email"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="tel"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection textarea:focus-visible { outline: none; } #zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row .container { background-color: transparent; background-image: none; }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row .container > .video-iframe-container { display: none; }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row > .video-iframe-container { display: none; }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .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); }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row .container { border-width: 0; border-radius: 0; }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#g2e8bbe385ccfcab234c5675346102e8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection *:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="text"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="email"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="tel"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection textarea:focus-visible { outline: none; } #XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row .container { background-color: transparent; background-image: none; }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row .container > .video-iframe-container { display: none; }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row > .video-iframe-container { display: none; }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .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); }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row .container { border-width: 0; border-radius: 0; }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#d314d0c066705fdd75a1ff16bafdf288.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection *:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="text"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="email"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="tel"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection textarea:focus-visible { outline: none; } #lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row .container { background-color: transparent; background-image: none; }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row .container > .video-iframe-container { display: none; }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row > .video-iframe-container { display: none; }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .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); }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row .container { border-width: 0; border-radius: 0; }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection *:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="text"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="email"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="tel"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection textarea:focus-visible { outline: none; } #O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row .container { background-color: transparent; background-image: none; }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row .container > .video-iframe-container { display: none; }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row > .video-iframe-container { display: none; }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .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); }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row .container { border-width: 0; border-radius: 0; }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection *:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="text"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="email"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="tel"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection textarea:focus-visible { outline: none; } #ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row .container { background-color: transparent; background-image: none; }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row .container > .video-iframe-container { display: none; }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row > .video-iframe-container { display: none; }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .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); }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row .container { border-width: 0; border-radius: 0; }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection *:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="text"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="email"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="tel"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection textarea:focus-visible { outline: none; } #uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row .container { background-color: transparent; background-image: none; }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row .container > .video-iframe-container { display: none; }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row > .video-iframe-container { display: none; }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .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); }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row .container { border-width: 0; border-radius: 0; }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#Kb9ada3e11351f45b57df76097e03894.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #Kb9ada3e11351f45b57df76097e03894.widget-smartsection *:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="text"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="email"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="tel"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection textarea:focus-visible { outline: none; } #hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row .container { background-color: transparent; background-image: none; }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row .container > .video-iframe-container { display: none; }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row > .video-iframe-container { display: none; }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .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); }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row .container { border-width: 0; border-radius: 0; }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #slXSKMluoE6RRSqa38TbwlvCdOXmapRN { background-color:#0e1f82;background-image:none;display:block; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { width:47.75rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { top:0.86250001192094rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { top:0.61250001192093rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { top:0.89375019073488rem;left:12.3125rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zui81Gr2wDQlAJ1PK7vwBUXmhuMnsWKs { top:5.6437501907349rem;left:0rem;width:13.9375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7Oft1w1xFcp1HshzPuucD2NydvBzdqf { top:5.6437530517578rem;left:13.875rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2WAL577c7OsuT676sRlRRwNieoFbOkK { top:7.9250030517575rem;left:0rem;width:27.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsHlt8vygvHDKX9lmWcaWOWoqHhUkvrN { top:10.611465454101rem;left:0rem;width:22.875rem;height:2.7613625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { top:14.609375rem;left:1.9375rem;width:17.4375rem;height:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { top:18.808334350586rem;left:1.9375rem;width:20.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { top:20.027084350586rem;left:6.96875rem;width:8.75rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vWDU7e76F4fBphNM4cQWoSmc0thyacdD { top:21.61874961853rem;left:1.9375rem;width:22.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { width:1.375rem;height:1.375rem;top:21.495834350586rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block; }
 }@media only screen and (max-width: 1199px) { #BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { width:15.4375rem;height:7rem;top:18.8125rem;left:23rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #OmTSdh3izl6idPD4VpBiGDN0kebXMHvE { width:5.3125rem;height:1.875rem;top:5.8000030517578rem;left:7.4114580154419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { width:1.125rem;height:1.375rem;top:14.737503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { width:1.125rem;height:1.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { width:1.125rem;height:1.375rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { width:10.375rem;height:3rem;top:25.417709350586rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block; }
 }@media only screen and (max-width: 1199px) { #oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { top:25.852083206177rem;left:12.9375rem;width:12.75rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvKK5VBPKVotIXrc3N6w69ielwx5s17q { width:0.75rem;height:0.75rem;top:21.872909545899rem;left:20.674999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBOIlTnR3V9zoFwtrPpiLamlfioMXA9g { top:27.211458206177rem;left:12.9375rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { width:16.3125rem;height:8.25rem;top:18.25rem;left:22.5rem;z-index:15222;background-color:#444769;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { width:1.3125rem;height:1.3125rem;top:21.5625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TD92LDtqmkg2GKxOJNTPJmsfWPlXupsW { width:35.1875rem;height:17.9375rem;top:9.0859382345581rem;left:16.967984847486rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { width:47.75rem;height:32.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { background-color:#0e1f82;background-image:none;display:block; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { width:47.75rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { top:0.875rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { top:0.625rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEL9etyz0UrR8ZwfSSPWnoHDF7JkeTqV { top:5.6437492370606rem;left:0rem;width:14.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FH2UpnkZrkyTctnqXqohVXAVlmw1QeWT { top:5.6437501907349rem;left:13.875rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6KS6oUGSwPqeZZBO7ywCv1KCsOJLRVS { width:5.875rem;height:2.0625rem;top:5.8000001907349rem;left:7.4114580154419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IlESyG1lT9TSZOdqVRHROvZxnewJqfwW { top:7.925000190735rem;left:0rem;width:27.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTgzoLRsM7ax19IWQR5oqTpIUyXytDxM { top:10.611458778381rem;left:0rem;width:22.875rem;height:2.7613625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { width:1.125rem;height:1.375rem;top:14.487500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { top:14.359375rem;left:1.9375rem;width:17.1875rem;height:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { width:1.125rem;height:1.375rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { top:18.620833396912rem;left:1.9375rem;width:18.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { top:19.839583396912rem;left:7.03125rem;width:8.9375rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { width:1.125rem;height:1.375rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { top:21.661458015442rem;left:1.9375rem;width:21.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { width:1.3125rem;height:1.3125rem;top:21.625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9QUiv0g91vJcmvCPboRclN06T3TlbPO { width:1.375rem;height:1.375rem;top:21.495834350586rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block; }
 }@media only screen and (max-width: 1199px) { #bZDZpTSq36uJxCweDO84IOnM8XA0va3U { width:16.25rem;height:8.25rem;top:18.1875rem;left:22.5rem;z-index:15222;display:block; }
 }@media only screen and (max-width: 1199px) { #OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { width:15.4375rem;height:7rem;top:18.75rem;left:23rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { width:0.75rem;height:0.75rem;top:21.914583206177rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { width:13.9375rem;height:3rem;top:25.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block; }
 }@media only screen and (max-width: 1199px) { #UB5t34MX3HmP5QQkVcPF86IMGzBeRqgD { width:35.1875rem;height:17.6875rem;top:8.591796875rem;left:17.18827539794rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { width:47.75rem;height:32.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { display:none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { top:2.46875rem;left:1.1875rem;width:34.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { width:2.1875rem;height:1.25rem;top:2.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MyyiIog6z634exTQSd55tnTHG4zwFJ75 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { top:7.1875rem;left:1.1875rem;width:24.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { top:10.3125rem;left:12rem;width:7.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { width:6.4375rem;height:1.375rem;top:10.362508773804rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block; }
 }@media only screen and (max-width: 1199px) { #pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { width:13.875rem;height:3rem;top:7.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block; }
 }@media only screen and (max-width: 1199px) { #F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { display:block; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { top:2.46875rem;left:1.1875rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { width:47.5rem;height:13.1875rem;top:3.15625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { width:4rem;height:1.25rem;top:9.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block; }
 }@media only screen and (max-width: 1199px) { #o2kuUUx2FfFaHr5yOETX62cP4tdmczek { width:4rem;height:1.25rem;top:9.9375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block; }
 }@media only screen and (max-width: 1199px) { #iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { width:4rem;height:1.25rem;top:9.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block; }
 }@media only screen and (max-width: 1199px) { #MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { width:3.9375rem;height:1.25rem;top:9.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block; }
 }@media only screen and (max-width: 1199px) { #gGD7nbrOE07I2le6nE49UcPT0d5aCedl { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNTLBvZxbPQsyakTvtybLmvT61LknQzR { width:0.75rem;height:0.8125rem;top:12.375rem;left:14.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { width:0.75rem;height:0.8125rem;top:12.375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { width:0.75rem;height:0.8125rem;top:12.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { width:0.75rem;height:0.8125rem;top:12.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { width:0.5rem;height:0.5rem;top:12.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { width:0.5rem;height:0.5rem;top:12.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { width:0.5rem;height:0.5rem;top:12.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { width:0.5rem;height:0.5rem;top:12.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeNwJMFbuw81X4nsrE5eSveITTqdvDta { width:11.625rem;height:3rem;top:11.3125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block; }
 }@media only screen and (max-width: 1199px) { #ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { width:47.75rem;height:2.92329375rem;top:17.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { width:0.5rem;height:0.5rem;top:17.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { display:block; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { top:2.46875rem;left:1.1875rem;width:43.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { width:47.5rem;height:19.0625rem;top:4.09375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block; }
 }@media only screen and (max-width: 1199px) { #vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block; }
 }@media only screen and (max-width: 1199px) { #FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { width:38.8125rem;height:0.89375rem;top:7.125rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { width:10.5625rem;height:0.89375rem;top:7.125rem;left:37.237499237061rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qK7WW3msUwST4hlthLZMQTWToKtivell { width:9.25rem;height:1.3125rem;top:7rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block; }
 }@media only screen and (max-width: 1199px) { #hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { width:3.75rem;height:3.75rem;top:10.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { width:5rem;height:5rem;top:9.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block; }
 }@media only screen and (max-width: 1199px) { #UzbWCSegrm3g8eByN9mZvomOF57P5KOc { width:3.625rem;height:1.375rem;top:11.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { width:5rem;height:5rem;top:10.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block; }
 }@media only screen and (max-width: 1199px) { #XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { width:3.625rem;height:1.375rem;top:11.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { width:5rem;height:5rem;top:10rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block; }
 }@media only screen and (max-width: 1199px) { #q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { width:2.5rem;height:2.75rem;top:11.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { width:5rem;height:5rem;top:10rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block; }
 }@media only screen and (max-width: 1199px) { #Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { width:2.25rem;height:2.75rem;top:11.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { width:5rem;height:5rem;top:10rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block; }
 }@media only screen and (max-width: 1199px) { #oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { width:3.625rem;height:3.625rem;top:10.5rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { width:5rem;height:5rem;top:9.9875011444094rem;left:39.299999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block; }
 }@media only screen and (max-width: 1199px) { #JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { width:3.625rem;height:2.375rem;top:17.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block; }
 }@media only screen and (max-width: 1199px) { #scTGTKJQyVni2VlCUZs7k07P6KyZOApM { width:3.625rem;height:2.875rem;top:17.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { width:5rem;height:5rem;top:16.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block; }
 }@media only screen and (max-width: 1199px) { #H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { width:2.875rem;height:2.875rem;top:17.25rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { width:5rem;height:5rem;top:16.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block; }
 }@media only screen and (max-width: 1199px) { #MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { width:5rem;height:5rem;top:10rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { width:5rem;height:5rem;top:10rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htxPkBJn6XH4SoqhQif17cAqXsvREuMa { width:5rem;height:5rem;top:10rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { width:5rem;height:5rem;top:9.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { width:5rem;height:5rem;top:9.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { width:5rem;height:5rem;top:9.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { width:5rem;height:5rem;top:16.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { width:5rem;height:5rem;top:16.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxM7xxKVx55taHS96de3HXCDGPGngpQE { width:5rem;height:5rem;top:16.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { width:3.5rem;height:3.5rem;top:16.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { width:5rem;height:5rem;top:16.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block; }
 }@media only screen and (max-width: 1199px) { #eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { width:5rem;height:5rem;top:16.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { width:3.6875rem;height:3.6875rem;top:16.84375rem;left:32.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { width:5rem;height:5rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block; }
 }@media only screen and (max-width: 1199px) { #QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { width:5rem;height:5rem;top:16.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { width:3.3125rem;height:3.3125rem;top:17.03125rem;left:40.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { width:5rem;height:5rem;top:16.1875rem;left:39.487499237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block; }
 }@media only screen and (max-width: 1199px) { #ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { width:0.75rem;height:0.8125rem;top:19.925001144409rem;left:43.174999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqLLNO03azFHImerlpUe7brD3rQpag3g { width:0.75rem;height:0.8125rem;top:13.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { width:0.75rem;height:0.8125rem;top:13.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { width:0.75rem;height:0.8125rem;top:13.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { width:0.75rem;height:0.8125rem;top:13.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { width:0.75rem;height:0.8125rem;top:13.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { width:0.75rem;height:0.8125rem;top:13.75rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { width:0.75rem;height:0.8125rem;top:20rem;left:7.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { width:0.75rem;height:0.8125rem;top:20rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { width:0.75rem;height:0.8125rem;top:20rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { width:0.75rem;height:0.8125rem;top:20rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { width:0.75rem;height:0.8125rem;top:20rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { width:10.9375rem;height:2.3125rem;top:24.3125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block; }
 }@media only screen and (max-width: 1199px) { #sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { width:10.5875rem;height:2.3375rem;top:24.25rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:27.5625rem;height:2rem;top:2.28125rem;left:10.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:23.75rem;height:7.8125rem;top:0rem;left:11.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:22rem;height:1.6rem;top:0.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:22rem;height:4.54829375rem;top:2.3125rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:16rem;height:1.5rem;top:5.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 1199px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:23.75rem;height:6.875rem;top:0rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:18.8125rem;height:2.6rem;top:0.75rem;left:14.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:20.0625rem;height:2.27415rem;top:3.5625rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { width:47.75rem;height:50.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { width:13.1875rem;height:1.8rem;top:3.5625rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { width:17.8125rem;height:1.6rem;top:5.875rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { width:1.1875rem;height:1.1875rem;top:8.53125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { width:17.8125rem;height:6rem;top:8.4375rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { width:1.1875rem;height:1.1875rem;top:20.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { width:20rem;height:0.0625rem;top:7.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { width:1.1875rem;height:1.1875rem;top:46.1875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5C77taiJwWE2Av2OVMTdanPl302NItU { width:20rem;height:0.0625rem;top:20.15625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { width:17.8125rem;height:3.6rem;top:20.8125rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { width:17.8125rem;height:1.95rem;top:27.4375rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKiQmElCIgVoXKPZvSiTEU6CAElksATl { width:18.125rem;height:1.4375rem;top:15.21875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { width:17.8125rem;height:1.95rem;top:17.5rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPkiH2b98PdoC9DnnK2JrcLW492RTgei { width:5.1875rem;height:1.25rem;top:25.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { width:20rem;height:0.0625rem;top:32.40625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { width:15.4375rem;height:1.4rem;top:30.625rem;left:29.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { width:1.1875rem;height:1.1875rem;top:6.125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { width:20rem;height:0.0625rem;top:30.09375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { width:1.1875rem;height:1.1875rem;top:32.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x42mcohcRorHA3acTPiV3yfx0uqb6VQT { width:17.8125rem;height:2.4rem;top:46.0625rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { width:20rem;height:0.0625rem;top:45.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { width:17.8125rem;height:12rem;top:32.9375rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { width:1.1875rem;height:1.1875rem;top:30.6875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm { display:block; }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SOdIRIfTt1xVHei791b0G2WRzLq44OSQ { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mGLEOOT4gKnQOf3bZb5tMMby4UWOkf3x { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mbxHchzA4tMgg9lpT0MFT6CNI0ASopuZ { display:block; }
 }@media only screen and (max-width: 1199px) { #CP3V6w2LWCpzqA9vXVhZvrlc3fl1eGLx { width:20.125rem;height:6.125rem;top:0.25rem;left:3.0614585876465rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XdOEeFZop2UTOf5UCn8E6kv317TdnkgK { width:9.5625rem;height:2.5994375rem;top:0.875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnu8ctfLfJ5zvaSJxpfRMTlyE82A4MVZ { width:1.875rem;height:1.0625rem;top:4rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VT7WffWDWs35O7SUmnJGlFIT0HeKJL3I { width:1.25rem;height:1.25rem;top:3.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pn4oRbskQQc2TtqLQk7b6zK7TJccvTRB { width:1.8125rem;height:1.0625rem;top:4rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVhGlLuPOCkUksXdbv9ThTAuZ3OLiUfB { width:2.25rem;height:1.125rem;top:3.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRZ9axvuc28sT3I5Ngaroxhtf8XaKTTq { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #qiGWr66SoHWIqdXIE7mpZW0pEewLuudc { display:block; }
 }@media only screen and (max-width: 1199px) { #fO1BRCJPvrqy0IhBJ3ObJTLkvxQ9qCEm { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udi5nvSvrGAX7LHf0q4BGghuLRks7vwz { width:19.125rem;height:6.0625rem;top:0.25rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gmvTTtgNu8l5TJyJxSBblgpcy7ulk3gF { width:9.6875rem;height:2.5994375rem;top:0.875rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J84sKJig7GG6dJ3PHKkT6kFCwPmvULeJ { width:8.1875rem;height:1rem;top:4.15625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfLlmviqVJmEWKwU8UZ0GrFrS8fSXidX { width:1.375rem;height:0.625rem;top:4.34375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBXinoeRypfZExwpvOCJHxvxk2vIOVHo { width:23.75rem;height:22.25rem;top:6.0625rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnDCohvDnkSgTgqA7ThLx2H6MR6Ca2AZ { width:21.1875rem;height:4.6875rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhGy4zvWDL0prWNHSw9K4AI1S1w8QhnR { width:21.125rem;height:4.625rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Htl2f0elNHLRhnCaP2SQObPyzRQsQB7o { display:block; }
 }@media only screen and (max-width: 1199px) { #XAmc7In0gHM2DOk84KtlK0LG9EBdkZLa { width:1.375rem;height:1.375rem;top:8.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r84HCiGoRH82hkJsLNcNSn4t2yDme6Uu { width:0.875rem;height:0.875rem;top:8.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esg8eMIXgySCxqTCiLVwdpKr4FTde4DT { width:8.3125rem;height:1.65rem;top:8.375rem;left:16.5rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #PIFvwFOihHK8l5LVR0U3vBGcvtPKwem4 { width:9.0625rem;height:0.9625rem;top:10.125rem;left:16.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gv0gyXhGUSrNmDTdsbCM0RZuKRD7V41P { width:9.375rem;height:2.4rem;top:7.8125rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gne3ZPaNFWeGGtCaUoHuUybTQ4Z2Gz3V { width:9.625rem;height:0.9625rem;top:10.125rem;left:24.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlpAQwzMZR9OrVBdw5T6Cy9gzSzPdTTB { width:21.25rem;height:4.6875rem;top:13.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJP8CQ4LzBt1NzW0dgW9Uxfu9x6r25wv { width:21.3125rem;height:4.625rem;top:13.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ucm99PEq0JpR4xN87eirG7BKulZoJqPm { display:block; }
 }@media only screen and (max-width: 1199px) { #PriIGQ0LnfTAaERIPBJH79y8CnF49Flc { width:1.375rem;height:1.375rem;top:13.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7NRCvagZoTVOoAEkDVSN0i6fSNrwCBM { width:0.875rem;height:0.875rem;top:14.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAoa2on2ZRup6PehzgpbVsLNoEEyiAps { width:8rem;height:2.4rem;top:13.6875rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnMs8tv3rzUhsqnxsweGIQvFn82G7bkc { width:9.3125rem;height:1.05rem;top:15.75rem;left:16.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCiodlBBeLxgx8IPaV82fOdGkVHPqSbp { width:8.9375rem;height:2.4rem;top:13.625rem;left:24.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3zuEqvVXxGChUkgZooHiTly1Q0PPgtD { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M9MEuTCaEl02Gys98lx7c79RQaM6OhNi { width:5.5rem;height:1.05rem;top:15.75rem;left:28.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #agrMJksmKgUdDwdPpAi7KViETXDmMI1v { width:14.6875rem;height:0.875rem;top:17.9375rem;left:16.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igg4nWwIZTImTPOdq15q21m0EvAoTGaZ { width:20rem;height:3.0625rem;top:18.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WONq3oP1fxBNNnUklmw8SiLPrILf52ZT { top:19rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5WTBn1ARsLw5obg582rVaccm8pG8rzW { width:20rem;height:3rem;top:19rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNZQ37Fw1QVRxXWOrUNc2lE7Vb5i6BQe { display:block; }
 }@media only screen and (max-width: 1199px) { #GDpXqXpyqwhl0LxB5bSXrwWQibeOQITb { width:21.25rem;height:1.05rem;top:22.75rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block; }
 }@media only screen and (max-width: 1199px) { #huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { width:19.125rem;height:6.0625rem;top:0.25rem;left:4.03125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { width:9.5625rem;height:2.5994375rem;top:0.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { width:1.875rem;height:1.0625rem;top:4.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { width:1.25rem;height:1.25rem;top:4.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { width:1.8125rem;height:1.0625rem;top:4.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { width:2.25rem;height:1.125rem;top:4rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block; }
 }@media only screen and (max-width: 1199px) { #xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { width:20.125rem;height:6.125rem;top:0.25rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { width:10.625rem;height:2.5994375rem;top:0.875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { width:8.1875rem;height:1rem;top:4.15625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { width:1.375rem;height:0.625rem;top:4.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { width:23.75rem;height:25.4375rem;top:6.0625rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { width:21.25rem;height:4.6875rem;top:7.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { width:21.25rem;height:4.5625rem;top:7.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block; }
 }@media only screen and (max-width: 1199px) { #G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { width:1.375rem;height:1.375rem;top:8.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { width:0.875rem;height:0.875rem;top:8.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { width:8rem;height:2.4rem;top:8rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwnR5wff1fgwd0PtSPI2RmneapRqydqw { width:9.3125rem;height:1.05rem;top:10.0625rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { width:8.9375rem;height:2.4rem;top:7.75rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KPtd6gRBGkTZlA46CZzPM6XpAsEvZe6i { width:5.5rem;height:1.05rem;top:10.0625rem;left:28rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { width:21.25rem;height:4.6875rem;top:12.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { width:21.25rem;height:4.5625rem;top:12.9375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block; }
 }@media only screen and (max-width: 1199px) { #tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { width:1.375rem;height:1.375rem;top:14.136459350586rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { width:0.875rem;height:0.875rem;top:14.511459350586rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { width:8rem;height:2.4rem;top:13.75rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { width:9.3125rem;height:1.05rem;top:15.8125rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { width:8.9375rem;height:2.4rem;top:13.75rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { width:9.375rem;height:0.9625rem;top:15.823959350586rem;left:24.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { width:21.25rem;height:4.6875rem;top:18.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { width:21.25rem;height:4.6875rem;top:18.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block; }
 }@media only screen and (max-width: 1199px) { #hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { width:1.375rem;height:1.375rem;top:19.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { width:0.875rem;height:0.875rem;top:19.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { width:8rem;height:2.4rem;top:19.25rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIAigqTQGXKUCHTC223efyM5eqm23PWv { width:9.3125rem;height:0.9625rem;top:21.4375rem;left:16.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { width:8.9375rem;height:2.4rem;top:19rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { width:9.4375rem;height:0.9625rem;top:21.4375rem;left:24.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbPnZPWDqzAsleXKVPAKranNduzzv3SL { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block; }
 }@media only screen and (max-width: 1199px) { #Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { top:24.4375rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCEeLX8CElOiZHsRm2QVW5sle73JQ3JE { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6KJr7u73nEG6ea8f4fi6Qr0RN12oJHq { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7bWgL1sVQxy58HZWOVH6smgbTN49TbS { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeEXSSnJBQCIgorJhDG9awGBhXnKi00x { width:21.25rem;height:1.05rem;top:28.1875rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { display:block; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { width:47.75rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CFlSeis4KR2mwm051utvRbaFRVv2JrvR { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { width:23.75rem;height:68.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { width:21.4375rem;height:55.9375rem;top:0.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { width:16.625rem;height:1.3rem;top:2.0625rem;left:15.312500059604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { width:20.75rem;height:2.1rem;top:3.125rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { width:17.9375rem;height:0.89375rem;top:5.3125rem;left:14.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { width:20.3125rem;height:21.125rem;top:8.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfUnDcrtZRKecATMkr2ySQifwwqmQscy { width:5.9375rem;height:1.3rem;top:9.3125rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b4rlGV48MScqVwzaeINXneha2DbDs8DO { width:1.1875rem;height:1.1875rem;top:11.0625rem;left:14.000000059604rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { width:16.9375rem;height:2.625rem;top:11rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block; }
 }@media only screen and (max-width: 1199px) { #DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { width:14.4375rem;height:1.5625rem;top:13.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { width:1.1875rem;height:1.1875rem;top:33.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { width:17.8125rem;height:1.3125rem;top:15.875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { width:1.1875rem;height:1.1875rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { width:17.8125rem;height:1.3125rem;top:43.75rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { width:8.9375rem;height:2.70019375rem;top:20.8125rem;left:19.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { width:12.5rem;height:1.1375rem;top:19.9375rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { width:9.3125rem;height:1.05rem;top:23.125rem;left:19.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { width:16.8125rem;height:2.375rem;top:24.8125rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block; }
 }@media only screen and (max-width: 1199px) { #IIb16blhVgGzRtNUopHHBif6V0V3HTQU { width:1.25rem;height:1.25rem;top:25.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { width:1.25rem;height:1.25rem;top:25.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { width:1.3125rem;height:1.25rem;top:25.3125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFueK8S31CvRSSADaZD6spqF1U7iEa9x { width:20.3125rem;height:24.9375rem;top:30.937500953674rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { width:5.5625rem;height:1.3rem;top:32.25rem;left:14.1875rem;font-size:1rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 1199px) { #hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { width:1.1875rem;height:1.1875rem;top:15.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { width:17.4375rem;height:2.625rem;top:33.875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block; }
 }@media only screen and (max-width: 1199px) { #p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { width:11.5625rem;height:1.5rem;top:36.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { width:1.1875rem;height:1.1875rem;top:38.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { width:17.5625rem;height:1.3125rem;top:38.75rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { width:1.1875rem;height:1.1875rem;top:40.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { width:17.125rem;height:1.3125rem;top:40.4375rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { width:4.3125rem;height:1.8125rem;top:41.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { width:1.1875rem;height:1.1875rem;top:43.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otXkphPC7aMdkZgOixnbe8WhQJpLos0E { width:17.8125rem;height:1.3125rem;top:17.6875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { width:8.9375rem;height:2.7rem;top:47.3125rem;left:19.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { width:12.5rem;height:1.1375rem;top:46.237500190735rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { width:9.3125rem;height:1.05rem;top:49.625rem;left:19.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { width:16.8125rem;height:2.375rem;top:51.34375rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block; }
 }@media only screen and (max-width: 1199px) { #aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { width:1.25rem;height:1.25rem;top:51.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { width:1.25rem;height:1.25rem;top:51.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { width:1.3125rem;height:1.25rem;top:51.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { width:16.9375rem;height:0.9625rem;top:56.75rem;left:15.46875rem;font-size:0.6875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { width:19.375rem;height:2.375rem;top:57.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { width:19.4375rem;height:1.1375rem;top:58.5625rem;left:14.125rem;font-size:0.8125rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { width:20rem;height:3rem;top:61.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block; }
 }@media only screen and (max-width: 1199px) { #H8tmn53umbiTOSZOSONaot5r7axcQ9FB { top:61.4375rem;left:13.8125rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block; }
 }@media only screen and (max-width: 1199px) { #uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block; }
 }@media only screen and (max-width: 1199px) { #k2310xP1dkfVLOAsuRnR61X5gTlaovvu { width:11.375rem;height:1.05rem;top:65.0625rem;left:18.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nuRbhcpfTMLPX6TSo910PwOw7XgtNV0f { display:none; }#nuRbhcpfTMLPX6TSo910PwOw7XgtNV0f > .row .container { width:47.75rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VqupOlHsLvZOU5ushw4NHRPM7oZVgAVh { width:47.75rem;height:26.774287222809rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T { display:block; }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .row .container { width:47.75rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #glm8bgBOfCOGybk8Wcv9AQsltu8k5MRN { width:47.5rem;height:22.8125rem;top:0.75rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #CGQGo0V3pPbeuxVBGZuuxoMrZTXvAqx6 { top:2.21875rem;left:3.90625rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zx4egdafM7la4LAHvTplSuZ3WcQMJVSa { width:5rem;height:5rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p85yOcXI29gerVw45Zm4eANwFeXCbs05 { width:4rem;height:1.25rem;top:7.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZ9Ss3SfBoSK7t6kZu4KJT7u9HPNGogn { width:5rem;height:5rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtGZciVArocsULcEWg4Lbo80BXae382c { display:block; }
 }@media only screen and (max-width: 1199px) { #MSLefhXydtTit35eaRH9ThHqp0pcUNnV { width:5rem;height:5rem;top:5.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ctnZeZPrR5mkeuB6F7LuhBR0XxBTB7Dm { width:4rem;height:1.25rem;top:7.0625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHfHTQ1mupVJqfDi38tclC56WOQc16Ag { width:5rem;height:5rem;top:5.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8rBTbS7XULTx5tKkQ2zV3wwBpgBwa5b { display:block; }
 }@media only screen and (max-width: 1199px) { #Ci9UolAE7vbDsoBFp1b3TXzJ4QmgZWS7 { width:5rem;height:5rem;top:5.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFT7IKZWHgCB15KcEEEQtnAEBhDt3PiN { width:4rem;height:1.25rem;top:7.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBvN8JokNQTMbfvgGqL8yaVrDK9yA2T0 { width:5rem;height:5rem;top:5.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZBrfLeybMkv8liPvuqqctmwJHkhyRoT { display:block; }
 }@media only screen and (max-width: 1199px) { #skKbB4lPRleu6OZGFRJ6T5msH7MbBpnJ { width:5rem;height:5rem;top:5.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTT4tky0V0Zh7bee7mDb5vPIrnRf4GA1 { width:3.9375rem;height:1.25rem;top:7.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GscFEHFeZA3WAurhsZGXiJUTrhzAtL0c { width:5rem;height:5rem;top:5.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDJpTTMptdoFxXnm3tfAAm4bb94S7l7n { display:block; }
 }@media only screen and (max-width: 1199px) { #dCUTQQqaLRDnZ9XCuo7JgXrv38vQhu52 { width:33.1875rem;height:7.1875rem;top:4.21875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #makhxdplUALctveindtAn7K6gWgiI7NW { display:block; }
 }@media only screen and (max-width: 1199px) { #HT5vHqx8hscDX3m8VMfW4phIUdBVqlRS { top:11.5625rem;left:3.90625rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MisiIhUF6J5n3g4BhBcmba2p0HJMdOyJ { top:13.375rem;left:3.90625rem;width:39.9375rem;height:1.9488625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIiS2T3S7wqkkama6u7AXv7cmaZ32yRu { width:3.5rem;height:3.5rem;top:16.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cklHtVSOSLcupun5awG9bsdG5WG3akKv { width:3.5rem;height:3.5rem;top:16.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KH8SA7eoCTnU6pRA1KIUzWE4rz2zuwwH { width:3.5rem;height:3.5rem;top:16.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFvUEb64mNcX31CzoQaAKzwvnUsXMOJQ { width:3.5rem;height:3.5rem;top:16.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNfH15GJ8r3CeP6ZkkEExTPwiZkqV4Na { width:3.5rem;height:3.5rem;top:16.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rvJ2wsnmAtfZoNI78dJPDNrvfXyU0xBD { width:3.5rem;height:3.5rem;top:16.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHBw9GddRg4qL5bAQrdlCOrRmCGTvMHw { width:3.5rem;height:3.5rem;top:16.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oqb6or5N6mmX46Opk79QfbZrTueoxfvP { width:3.5rem;height:3.5rem;top:16.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VmdR4T1gi9aqaU4t5mkolCUPk3CHmQHg { width:3.5rem;height:3.5rem;top:16.3125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIKW9ylm4dts3tcybAJNp0CatJNUnbJX { width:3.5rem;height:3.5rem;top:16.3125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbQtoArmJ41inOI3piH40pXFdGl3furK { width:3.5rem;height:3.5rem;top:16.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xz5nxwABFmnGB8DTSDe7D7hupybLq82i { width:3.5rem;height:3.5rem;top:16.3125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JfMlNt2SOHreb7grfd3IvoxqSEVhgtTk { width:0.6875rem;height:0.6875rem;top:20.9375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtQrOBPtkEmd2sWIx6HiaFntoQnOxWkI { width:3.5rem;height:3.5rem;top:16.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0g1uJe193Jofpe1vshcBiKQfAan64OL { display:block; }
 }@media only screen and (max-width: 1199px) { #Sx2uAMPZ9qbVeXnn9IPV3kgEJoUV2pir { width:2.25rem;height:2.25rem;top:16.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yblxkaEQtbn2cOwrWeRKuogWXnK8oFLQ { width:3.5rem;height:3.5rem;top:16.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s1FNJ6TH4W5wEEumkrP1PRAtJXiGaSwN { display:block; }
 }@media only screen and (max-width: 1199px) { #HwaIFwAkRRp9Phy4DJ7Ac6MtOr0ua5x5 { width:2.25rem;height:2.25rem;top:16.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpLyNlAf0TvtxmZpIngnTNPmvh46MRJy { width:3.5rem;height:3.5rem;top:16.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEwqcUCHRieEguFvT638RUXAmSOU0It8 { display:block; }
 }@media only screen and (max-width: 1199px) { #UoTe2dTcAlTxrbqaOBHbQTULxNIJttgl { width:2.25rem;height:2.25rem;top:16.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oa5zr4dAQ0ODMBQcSuKNKSDP4kf2aTXi { width:3.5rem;height:3.5rem;top:16.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlZaaO675MTuCZ0OGOtouStm6CcbuT4y { display:block; }
 }@media only screen and (max-width: 1199px) { #FzXOiLKOfIUllQ13T7EH9okvcTvyLTC3 { width:2.25rem;height:2.25rem;top:16.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOr6ydxQmLQsh9kqRXceeTclXo4EwV6X { width:3.5rem;height:3.5rem;top:16.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttTNIB9ahIXfIHBEP8OH4aT242DFJWK3 { display:block; }
 }@media only screen and (max-width: 1199px) { #CFz8IX7e18dbozehWc46RmgIa4H9Wm69 { width:2.25rem;height:2.25rem;top:16.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ms9ArOIDNnRvaXIzc1FmNhDgJiiVF9oo { width:3.5rem;height:3.5rem;top:16.3125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O40702ZFNLCpLIwmNRMhyCvwsFFHxuGK { display:block; }
 }@media only screen and (max-width: 1199px) { #f9qiieOHXVgHGAZCVin5ac8kz8uwVO94 { width:2.25rem;height:2.25rem;top:16.9375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ug794DTbg6ZscyEIOIc40tQDA4E5rHsQ { width:3.5rem;height:3.5rem;top:16.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8IBmcFWsgiavO57gien8gfa7NVTKKrV { display:block; }
 }@media only screen and (max-width: 1199px) { #gs87oAlV2hpLuuSaewqB9DF5Da67FyAQ { width:2.25rem;height:2.25rem;top:16.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWuSTLQy3ZI2mJ3T3JC9TDidlDwWZ5MW { width:2.25rem;height:2.25rem;top:16.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erUzKya0sJ5IKbblEOBE3atyvFLFi52n { width:2.25rem;height:2.25rem;top:16.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdLfnuAbWk2X6iKnxyONqLyRrDyOntqs { width:1.6875rem;height:1.0625rem;top:17.5rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBB0GVsl2Xpfu6S5B2345bF3sH88EQqb { width:2.25rem;height:2.25rem;top:16.9375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GP6hJzk4FsHAG9xqEUr3tVbLKDNLw3Vi { width:3.5rem;height:3.5rem;top:16.3125rem;left:43.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XULTCcsFTfm970eZlBzPseBVvQUQyK8B { display:block; }
 }@media only screen and (max-width: 1199px) { #I0TMmPDhGeasdSNoHGkFx89K3yGciH7I { width:2.25rem;height:2.25rem;top:16.9375rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w51OcnkJh0VZ5d2kLVPuBTzzXhDGcP1G { width:46.75rem;height:4rem;top:16.0625rem;left:0.5rem;z-index:15264;display:block; }
 }@media only screen and (max-width: 1199px) { #P3rUpou8MLdGCDRT1tofi33lx5vCIdwI { display:block; }
 }@media only screen and (max-width: 1199px) { #ED3ZK8moe1IOtaCdOeE66v9dGDOTmOXq { width:9.5625rem;height:1.25rem;top:20.625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGVl6K0Chl80tA00IXpgQonbTtedb5t5 { display:block; }
 }@media only screen and (max-width: 1199px) { #kJyL8uzc0RoSQODlABDTHgMcKvMrLIIF { top:24.6875rem;left:4.03125rem;width:39.9375rem;height:1.9488625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zaQfwnSeCP4mhz6ETD5O3UhVrahkqveD { width:47.5rem;height:22.8125rem;top:0.75rem;left:0.125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka { background-color:transparent;background-image:none;display:block; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container { background-color: transparent; background-image: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container > .video-iframe-container { display: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row > .video-iframe-container { display: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .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); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Nryo6EBmAhrtlyHCHKmvxnChpSPhqcB8 { width:47.5rem;height:16.5625rem;top:0rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #z5f5N6AGVAXADdTFvx31yiMLrN6PL1T2 { width:3.5rem;height:3.5rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gsqHnNE57IyRSB31wkvMcsuZSQtMABAU { width:3.5rem;height:3.5rem;top:0.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sNB0xUIidn2d2lJZ8TK81XRK6sP9QDVI { width:2.25rem;height:2.0625rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWbLmAhiTdqr8ekGfEDD77i2VVb8dp9q { width:3.5rem;height:3.5rem;top:0.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P65AzZ1rrzPLUcnu92vttpbqpZzMk36y { width:2.25rem;height:1.6875rem;top:1.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRHXE6irtFJyyh2bpw7ylQMN6ULqvx1B { width:2.25rem;height:2.25rem;top:1.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJIA3ss68ypZ7zWlWVQ8yrgXGL5NExG1 { width:3.5rem;height:3.5rem;top:0.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gv0K50EUNwTLvAN8TQcVPdnKpQT3BwgK { width:3.5rem;height:3.5rem;top:0.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6l3M8rggZcpd7vSV9LwcLxEOweHmDBz { width:2.25rem;height:1.875rem;top:1.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7itKV1yxrOHKVxca2KUOiuFnXeSWSvp { width:1.5625rem;height:2.25rem;top:1.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAf3ks6x4Tg8P47VRT7TcQgbeZ8nfMo8 { width:3.5rem;height:3.5rem;top:0.625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1q0Boan0CJRfzl2edW5WlccfbdlOVrv { width:2.25rem;height:2.25rem;top:1.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crVi5rCUADCXiElhRqLcRxhZ8BHwTa0S { width:3.5rem;height:3.5rem;top:0.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZpWeQcbEkGah72vXiK0uSh6T6mLu6X2 { width:2.25rem;height:2.25rem;top:1.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBRl1aRFdCUEpm3XhCl0lrlKsSl3UD4N { width:3.5rem;height:3.5rem;top:0.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRA2IJrWXunmGHI9vt0eZGIEPUQzvLri { width:3.5rem;height:3.5rem;top:0.625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hezxps0DlsECaIXqft0y86Tt6m275kWi { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srtFW45MEWbI3AJubBdK12fRSHbnFMpN { width:2.25rem;height:1.3125rem;top:1.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpAqFCNm43bLF4Hzadk8k0pyCUBPrI25 { width:2.25rem;height:1.3125rem;top:1.6875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzc452iAwvMyp7XPn7u2abs0CnPUeO5S { width:2.25rem;height:1.25rem;top:1.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBq7IIHcpW6svWiTggsDwwKbdpVtT3cW { width:3.5rem;height:3.5rem;top:0.625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XnlwAmS63Iwq4kdxRTzEvrcKii7482dA { width:3.5rem;height:3.5rem;top:0.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zGkQ1ETmPeCEH2TbTfpxryzlSaCoELaZ { width:2.25rem;height:1.3125rem;top:1.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5u3QTazhBat5rJmxzoFWisxNTAaGaOr { width:2.25rem;height:2.25rem;top:1.1875rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkXmzK4SUMFZ82SLKT4fg7m3ONFlaRlP { width:3.5rem;height:3.5rem;top:5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QQmnHHJB6onODAE4Vtlv83D5s0O7FF7t { width:3.5rem;height:3.5rem;top:5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LAtIwnm6r6qfzyOCNB3vyiGlzTDzA8kT { width:2.0625rem;height:2.0625rem;top:5.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FEztrOSkcQFtQ8goA1FXwlu5Qdzm1PMK { width:3.5rem;height:3.5rem;top:5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LgzkqaRbgicKePFUScPr9oCwtk8eCWSI { width:2.25rem;height:2.25rem;top:5.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwFf4yQBegwa6IduBFRWmDOgaByKvGak { width:2.25rem;height:2.25rem;top:5.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z2picTkF4EUsgzFLHcLmokZShHHE7Ttb { width:3.5rem;height:3.5rem;top:5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIVWgde9MUI6ieCTZaFbI0vXTqekFEuA { width:2.25rem;height:0.8125rem;top:6.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i2oi76vXfK4Ty9DxTAL0Vz1Q1yeIOKeJ { width:3.5rem;height:3.5rem;top:5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfIbLZmAP6UcyLGzLQ4XiKwbiHwv4NBs { width:2.25rem;height:2.25rem;top:5.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWf3ai8NnWRGDu1bfMuRtl9xhPcmo4Eq { width:3.5rem;height:3.5rem;top:5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVnyuZwnRDy70pgG9gAg48CW8B2velfk { width:2.25rem;height:2.25rem;top:5.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLdw6vZJ7r37ppO5yJONTlSlUrUWAuzd { width:3.5rem;height:3.5rem;top:5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lt5Ni0BKyk2Lf0TC2dqsMMLJix9f17Zg { width:2.25rem;height:2.25rem;top:5.625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDOAMnT514TT92AKsPsIcBGe1iGQeN1T { width:3.5rem;height:3.5rem;top:5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJgm6matDkuvrv3okPx4qurcse8lADno { width:2.25rem;height:2.25rem;top:5.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLQM9MPC76REbstuaLd1CaLSbZHebdUy { width:3.5rem;height:3.5rem;top:5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fmTL5UevEVlT306hTcP1GN09FHC4Ek1J { display:block; }
 }@media only screen and (max-width: 1199px) { #hT36yvPZQpPP3oJTLbB9mqG0lXpl8Xpf { width:3.5rem;height:3.5rem;top:5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGNTrc1Mmnly49LgGM4dSapMfEulcnwW { width:3.5rem;height:3.5rem;top:5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WqU076ZPBfb4X8p4brEzak9drhOMKg7N { width:2.25rem;height:1.4375rem;top:5.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuneM2Fg08d5TFNmgJD4kLOKZU3LOxSN { width:3.5rem;height:3.5rem;top:5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNBSnqDpS1iDOgVlyrVI9yVamyRtqL0T { display:block; }
 }@media only screen and (max-width: 1199px) { #FHokFNUIGM8Zer72akJr0C2Opn32Kqqa { width:2.25rem;height:0.375rem;top:6.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3tV6WenyvM7hsa6rkGFBwHzAHmazRz4 { width:3.5rem;height:3.5rem;top:5rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkTQoPPRHbb4GEfMi7r2f7u2HDZaE6q6 { width:3.5rem;height:3.5rem;top:5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FkTqpavwamnlnvLzJycodb97K65mqphK { width:2.25rem;height:2.25rem;top:5.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KD9IaQRIQygH0U3nKLlctETH9OiUoTAx { width:2.25rem;height:2.25rem;top:5.5625rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgQ2t4zJ00CxruQ7JLwmTJ3Tz8aBQJXI { width:3.5rem;height:3.5rem;top:9.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LbAdhzQG6Sdhx83TPzUNoSIxdLWbDWDL { width:2.25rem;height:2.25rem;top:9.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbPRxsZui2gG7Hv8x5cDtZHoGW6AolVI { width:2.25rem;height:2.25rem;top:9.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #naee1VhZbwzoWGaawb77gUJ22zB3upeZ { width:3.5rem;height:3.5rem;top:9.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ca4BxMSZ6TZzf26fi32kbasBdrvPnSTe { width:0.6875rem;height:0.6875rem;top:14rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8AEMTlJNpAwGNBUedmXhJhq1vwsNyQW { width:46.75rem;height:12.5rem;top:0.375rem;left:0.5rem;z-index:15309;display:block; }
 }@media only screen and (max-width: 1199px) { #nytspa3pd5I9Jf8FPD8dESEubBv5JKux { display:block; }
 }@media only screen and (max-width: 1199px) { #WuOXuIghvfikhRxvsrp5DokG4td93TBv { width:8.5625rem;height:1.25rem;top:13.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZNIKPoK0Qt8QmUkqve8CaxRTmpFt4uP { display:block; }
 }@media only screen and (max-width: 1199px) { #FTOC5Pp14EVPVhzqAF8gUot1Uz6StwC4 { top:17.75rem;left:3.9375rem;width:39.9375rem;height:1.9488625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { width:47.75rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { width:22rem;height:2.8rem;top:0.68595027923581rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { width:47.75rem;height:5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { width:1.875rem;height:1.5rem;top:6.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { width:5.4375rem;height:1.8rem;top:6.4375rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { width:47.5rem;height:8.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { width:4.9375rem;height:1.8125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { width:5.625rem;height:0.6875rem;top:12.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { width:2.9375rem;height:1.0625rem;top:12.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { width:3.125rem;height:1.5625rem;top:12.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { width:6.625rem;height:0.75rem;top:12.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ct05wyJFLGfUTvgoX0M4JympHofMyHHl { width:2.25rem;height:0.8125rem;top:12.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { width:6.125rem;height:0.8125rem;top:12.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WheIHLSD05JwUVmVh25MmeIkK9iikJkB { width:5.875rem;height:0.75rem;top:12.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { width:2.25rem;height:1.125rem;top:12.6875rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { width:13.75rem;height:5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { width:13.5rem;height:8.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { width:1.1875rem;height:1.5rem;top:19.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { width:8.0625rem;height:1.8rem;top:19.1875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { width:1.875rem;height:0.8125rem;top:25.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { width:5.9375rem;height:0.8125rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czoECz81l20TtdV8boSFfsfsRuwRmLRi { width:1.6875rem;height:1.6875rem;top:25.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { width:13.75rem;height:5rem;top:17.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { width:13.5rem;height:8.625rem;top:20.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { width:1.75rem;height:1.375rem;top:19.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { width:5.5rem;height:1.8rem;top:19.1875rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { width:1.625rem;height:1.625rem;top:25.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0SWdivLF3odMVdkgOCyy2oBydF91XfA { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { width:13.75rem;height:5rem;top:17.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { width:13.5rem;height:8.5625rem;top:20.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { width:1.75rem;height:1.5rem;top:19.4375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { width:8.9375rem;height:1.900025rem;top:19.1875rem;left:37.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #audgbylHkoaEs1i69QfVy7Ms1FpF9omq { width:6.25rem;height:0.9375rem;top:25.4375rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { width:4.9375rem;height:1.625rem;top:25.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { width:17.3125rem;height:2.625rem;top:30.6875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block; }
 }@media only screen and (max-width: 1199px) { #HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { width:3.125rem;height:3.125rem;top:8.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { width:3.125rem;height:3.125rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { width:3.125rem;height:3.125rem;top:21.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { width:3.125rem;height:3.125rem;top:21.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { width:3.375rem;height:1.6875rem;top:12.5rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvG41IAu7wObsi27hB3zC98gOe1mBlVr { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/74defaf0-0948-4304-95cf-2802f672dc17/czymjestpilotblack.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr.adaptive-delivery-prevent-bg, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyload, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyloading { background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { background-color: transparent; background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .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); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { width:47.75rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hkbyNXEfvpdkcvLyQfHBPTQeTSTcwDUp { top:2.4375rem;left:12.15625rem;width:22.1875rem;height:1.85625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x372v8l75ILfOXkQhkES8qHQK9QPEF6J { top:5.5rem;left:14rem;width:18.5rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OQTJQCwGNHVNATuzmm7QiK0S95WN2yGf { width:7.625rem;height:2.8125rem;top:9.65625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1ASQUQIxmqG7qKHtAPvhT5Izk6QNHkD { display:block; }
 }@media only screen and (max-width: 1199px) { #FxflHpQIQdWvRCXpcMBgoSJPATvrRLvL { width:2rem;height:1.625rem;top:14.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSzDtVXT5r4Rq1XX664LyyUIicBrccLv { top:16.25rem;left:0.5rem;width:12.6875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzWkQzq8i6m7bXJW57ETIUaaX37uOMb2 { top:19.4375rem;left:0rem;width:14.5625rem;height:4.1988625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #L8aBV8CI1zBAmTJmdZmXMgAgIGk5wFyv { width:2rem;height:1.625rem;top:14.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuKBkJypwUZLzC88dtZp9ZSAkTxuz4dw { top:16.875rem;left:16.4375rem;width:13.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ee8To64qI1WOa3pxohrUbUm2iGugESH4 { top:19.4375rem;left:16.1875rem;width:13.875rem;height:4.1988625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #UbXszB09c93DsreoSM1AK1cum7ut7PL9 { width:9.3125rem;height:1.6875rem;top:22.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #InAlDk8hm0Ef3O9AvxZvGqFFtOax0Swe { display:block; }
 }@media only screen and (max-width: 1199px) { #CnMh3bC8yTXWNDz5aZCMmEDrxJr1U7s7 { width:2rem;height:1.625rem;top:14.0625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOkS2mcuM6KC4ew7LMAyQ4qfquh642Nq { top:16.875rem;left:33.625rem;width:12.5rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVaH3raeUXSmqOQ3ZbHGnlsJ9v37Rhbm { top:19.4375rem;left:32rem;width:15.75rem;height:4.1988625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { display:flex;height:auto;width:45.25rem;top:0.375rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #DRBHsXMMnyiq1uLoBkRzMTHnOTgueSZy {  }
 }@media only screen and (max-width: 1199px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4.5625rem;height:0.9375rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 1199px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.375rem;height:1rem;top:2.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 1199px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:9.8125rem;height:0.975rem;top:2.2625007629394rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:9rem;height:1rem;top:2.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 1199px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:2.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 1199px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:47.75rem;height:1.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.05625rem;top:2.125rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0306a3189b614c55c85d7401b1b2883.widget-smartsection { display:block; } #A0306a3189b614c55c85d7401b1b2883.widget-smartsection *:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="text"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="email"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="tel"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection textarea:focus-visible { outline: none; } #OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection { display:block; } #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection *:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="text"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="email"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="tel"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection textarea:focus-visible { outline: none; } #LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection { display:block; } #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection *:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="text"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="email"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="tel"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection textarea:focus-visible { outline: none; } #ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection { display:block; } #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection *:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="text"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="email"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="tel"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection textarea:focus-visible { outline: none; } #zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection { display:block; } #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection *:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="text"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="email"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="tel"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection textarea:focus-visible { outline: none; } #XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection { display:block; } #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection *:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="text"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="email"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="tel"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection textarea:focus-visible { outline: none; } #lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection { display:block; } #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection *:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="text"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="email"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="tel"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection textarea:focus-visible { outline: none; } #O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection { display:block; } #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection *:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="text"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="email"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="tel"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection textarea:focus-visible { outline: none; } #ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection { display:block; } #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection *:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="text"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="email"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="tel"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection textarea:focus-visible { outline: none; } #uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row .container { width:47.75rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kb9ada3e11351f45b57df76097e03894.widget-smartsection { display:block; } #Kb9ada3e11351f45b57df76097e03894.widget-smartsection *:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="text"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="email"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="tel"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection textarea:focus-visible { outline: none; } #hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row .container { width:47.75rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #slXSKMluoE6RRSqa38TbwlvCdOXmapRN { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/c4ea6f97-ad36-498a-912c-beeca55ad7ac/bgmobile.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN.adaptive-delivery-prevent-bg, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyload, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyloading { background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { width:4.125rem;height:1.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:17.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { width:9.0625rem;height:1.9375rem;top:0.78125rem;left:5.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zui81Gr2wDQlAJ1PK7vwBUXmhuMnsWKs { width:18.8125rem;height:1.7875rem;top:5.1864585876465rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k7Oft1w1xFcp1HshzPuucD2NydvBzdqf { width:17.3125rem;height:1.7875rem;top:7.2229156494137rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T2WAL577c7OsuT676sRlRRwNieoFbOkK { width:19.3125rem;height:1.7875rem;top:9.0354156494137rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qsHlt8vygvHDKX9lmWcaWOWoqHhUkvrN { width:19rem;height:2.6rem;top:11.917709350586rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { width:18.375rem;height:3.9rem;top:15.75rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { width:15.875rem;height:2.6rem;top:20.4375rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { width:8.25rem;height:1.21875rem;top:21.787506103516rem;left:11.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #vWDU7e76F4fBphNM4cQWoSmc0thyacdD { width:15.25rem;height:2.6rem;top:23.8125rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { width:1.375rem;height:1.375rem;top:25.10000038147rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block; }
 }@media only screen and (max-width: 763px) { #BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { width:8.5rem;height:13.2rem;top:20.25rem;left:10.625rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmTSdh3izl6idPD4VpBiGDN0kebXMHvE { width:5.1875rem;height:1.875rem;top:5.1114654541016rem;left:6.4677085876462rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { width:1.125rem;height:1.375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { width:1.125rem;height:1.375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { width:1.125rem;height:1.375rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { width:19.6875rem;height:3.5rem;top:31.717712402344rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block; }
 }@media only screen and (max-width: 763px) { #oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { width:18.3125rem;height:1.3rem;top:35.467708587646rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvKK5VBPKVotIXrc3N6w69ielwx5s17q { width:0.75rem;height:0.75rem;top:25.399993896484rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOIlTnR3V9zoFwtrPpiLamlfioMXA9g { width:14.4375rem;height:0.75625rem;top:36.892707824707rem;left:2.78125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { width:9.6875rem;height:14.125rem;top:19.850006103516rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { display:flex;width:1.3125rem;height:1.3125rem;top:25.149993896484rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { width:14.4375rem;height:0;top:37.3125rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { width:16.0625rem;height:0;top:38.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { width:14.4375rem;height:0;top:38.3125rem;left:8.0625rem;font-size:6.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #TD92LDtqmkg2GKxOJNTPJmsfWPlXupsW { width:20rem;height:10.350690754516rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { top:40.375rem;left:0.375rem;width:18.75rem;height:12.5625rem;z-index:15235;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/c4ea6f97-ad36-498a-912c-beeca55ad7ac/bgmobile.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.adaptive-delivery-prevent-bg, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyload, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyloading { background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { width:4.125rem;height:1.5rem;top:0.83046913146975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { width:1.8125rem;height:1.8125rem;top:0.67421913146975rem;left:18.187499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEL9etyz0UrR8ZwfSSPWnoHDF7JkeTqV { width:17.9375rem;height:1.7875rem;top:5.1864585876465rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FH2UpnkZrkyTctnqXqohVXAVlmw1QeWT { width:17.3125rem;height:1.7875rem;top:7.2229156494137rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y6KS6oUGSwPqeZZBO7ywCv1KCsOJLRVS { width:5.5625rem;height:2rem;top:5.111457824707rem;left:6.4677085876462rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IlESyG1lT9TSZOdqVRHROvZxnewJqfwW { width:19.3125rem;height:1.7875rem;top:9.0354156494137rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QTgzoLRsM7ax19IWQR5oqTpIUyXytDxM { width:19rem;height:2.6rem;top:11.917709350586rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { width:1.125rem;height:1.375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { width:18.4375rem;height:3.9rem;top:15.75rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { width:1.125rem;height:1.375rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { width:15.875rem;height:2.6rem;top:20.8125rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { width:8.375rem;height:1.21875rem;top:22.162498474121rem;left:11.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { width:1.125rem;height:1.375rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { width:15.25rem;height:2.6rem;top:24.375rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { display:flex;width:1.3125rem;height:1.3125rem;top:25.648956298828rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #X9QUiv0g91vJcmvCPboRclN06T3TlbPO { width:1.375rem;height:1.375rem;top:25.66250038147rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block; }
 }@media only screen and (max-width: 763px) { #bZDZpTSq36uJxCweDO84IOnM8XA0va3U { width:9.5rem;height:14.0625rem;top:19.161457061767rem;left:10.123958587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { width:8.5625rem;height:13.2rem;top:19.648956298828rem;left:10.673958778381rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { width:0.75rem;height:0.75rem;top:25.962501525879rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { width:19.6875rem;height:3.5rem;top:32.286457061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block; }
 }@media only screen and (max-width: 763px) { #UB5t34MX3HmP5QQkVcPF86IMGzBeRqgD { width:20rem;height:10.261233019854rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { top:37.375rem;left:0.47797131147541rem;width:18.75rem;height:12.5625rem;z-index:15236;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/078d7029-2a03-4311-a0c5-5d0447e052c0/zaokraglenie2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.adaptive-delivery-prevent-bg, #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.lazyload, #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.lazyloading { background-image: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { width:20rem;height:7.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { width:12.3125rem;height:2.75rem;top:1.5rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { width:2.1875rem;height:1.25rem;top:5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { width:2.1875rem;height:1.25rem;top:5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyyiIog6z634exTQSd55tnTHG4zwFJ75 { width:2.1875rem;height:1.25rem;top:5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { width:19.75rem;height:16.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { display:flex;width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { width:15rem;height:4.55rem;top:9.375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { width:8.875rem;height:0.962525rem;top:14.0625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { width:7.6875rem;height:1.375rem;top:13.75rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block; }
 }@media only screen and (max-width: 763px) { #pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { width:13.875rem;height:3rem;top:16.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block; }
 }@media only screen and (max-width: 763px) { #F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { display:block; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { width:15.0625rem;height:2.75rem;top:1.5625rem;left:2.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { width:19.75rem;height:10.75rem;top:3.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { display:flex;width:3.125rem;height:3.125rem;top:4rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { width:3.125rem;height:0.875rem;top:8.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block; }
 }@media only screen and (max-width: 763px) { #o2kuUUx2FfFaHr5yOETX62cP4tdmczek { width:3.125rem;height:0.9375rem;top:8.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block; }
 }@media only screen and (max-width: 763px) { #iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { width:3.125rem;height:0.9375rem;top:8.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block; }
 }@media only screen and (max-width: 763px) { #MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { width:3.125rem;height:0.9375rem;top:8.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { width:4rem;height:4rem;top:7.625rem;left:15.125rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block; }
 }@media only screen and (max-width: 763px) { #gGD7nbrOE07I2le6nE49UcPT0d5aCedl { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { width:4rem;height:4rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTLBvZxbPQsyakTvtybLmvT61LknQzR { width:0.75rem;height:0.8125rem;top:10.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { width:0.75rem;height:0.8125rem;top:10.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { width:0.75rem;height:0.8125rem;top:10.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { width:0.75rem;height:0.8125rem;top:10.4375rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { width:0.5rem;height:0.5rem;top:10.59375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { width:0.5rem;height:0.5rem;top:10.59375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { width:0.5rem;height:0.5rem;top:10.59375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { width:0.5rem;height:0.5rem;top:10.59375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeNwJMFbuw81X4nsrE5eSveITTqdvDta { width:18.4rem;height:2.9rem;top:23.298958778381rem;left:0.80000019073488rem;z-index:15201;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block; }
 }@media only screen and (max-width: 763px) { #ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { width:20rem;height:6.825rem;top:14.5625rem;left:0rem;font-size:0.75rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { width:0.5rem;height:0.5rem;top:14.825000762939rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { display:block; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { top:20.90625rem;left:10.8125rem;width:2.75rem;height:2.75rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { top:21.09375rem;left:15.9375rem;width:2.375rem;height:2.375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { width:17.0625rem;height:2.75rem;top:1.625rem;left:1.4687500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { width:19.75rem;height:21.9375rem;top:3.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block; }
 }@media only screen and (max-width: 763px) { #vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block; }
 }@media only screen and (max-width: 763px) { #FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { width:18.8125rem;height:2.925rem;top:6.0499935150146rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { width:13rem;height:0.975rem;top:7.9874992370606rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK7WW3msUwST4hlthLZMQTWToKtivell { width:9.8125rem;height:1.3125rem;top:7.85000038147rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block; }
 }@media only screen and (max-width: 763px) { #hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { width:3.6875rem;height:3.6875rem;top:9.90625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { width:4rem;height:4rem;top:9.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block; }
 }@media only screen and (max-width: 763px) { #UzbWCSegrm3g8eByN9mZvomOF57P5KOc { width:3.125rem;height:1.125rem;top:11.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block; }
 }@media only screen and (max-width: 763px) { #XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { width:3.125rem;height:1.125rem;top:11.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block; }
 }@media only screen and (max-width: 763px) { #q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { width:2.3125rem;height:2.625rem;top:10.3125rem;left:15.783332824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block; }
 }@media only screen and (max-width: 763px) { #Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { width:1.875rem;height:2.3125rem;top:15.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block; }
 }@media only screen and (max-width: 763px) { #oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { width:3.625rem;height:3.625rem;top:15.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { width:4rem;height:4rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block; }
 }@media only screen and (max-width: 763px) { #JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { width:2.75rem;height:1.75rem;top:16.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block; }
 }@media only screen and (max-width: 763px) { #scTGTKJQyVni2VlCUZs7k07P6KyZOApM { width:2.875rem;height:2.25rem;top:16.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block; }
 }@media only screen and (max-width: 763px) { #H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { width:2.8125rem;height:2.8125rem;top:20.643749237061rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { width:4rem;height:4rem;top:20.1875rem;left:0.875rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block; }
 }@media only screen and (max-width: 763px) { #MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { width:5rem;height:5rem;top:44.9875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { width:4rem;height:4rem;top:9.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htxPkBJn6XH4SoqhQif17cAqXsvREuMa { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { width:4rem;height:4rem;top:15.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxM7xxKVx55taHS96de3HXCDGPGngpQE { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { width:2.625rem;height:2.625rem;top:20.96875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block; }
 }@media only screen and (max-width: 763px) { #eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { width:4rem;height:4rem;top:20.28125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { width:1.25rem;height:1.25rem;top:20.03125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { width:4rem;height:4rem;top:24.187501132488rem;left:5.2375002503395rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block; }
 }@media only screen and (max-width: 763px) { #QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { width:5rem;height:5rem;top:57.175rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { width:4rem;height:4rem;top:9.4375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { width:5rem;height:5rem;top:9rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block; }
 }@media only screen and (max-width: 763px) { #ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { width:0.75rem;height:0.8125rem;top:23.03125rem;left:13.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { width:0.75rem;height:0.8125rem;top:23.03125rem;left:17.96875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { width:0.75rem;height:0.8125rem;top:63.425rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqLLNO03azFHImerlpUe7brD3rQpag3g { width:0.75rem;height:0.8125rem;top:48.8rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { width:0.75rem;height:0.75rem;top:12.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { width:0.75rem;height:0.75rem;top:12.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { width:0.75rem;height:0.8125rem;top:12.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { width:0.75rem;height:0.8125rem;top:12.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { width:0.75rem;height:0.8125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { width:0.75rem;height:0.8125rem;top:18.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { width:0.75rem;height:0.8125rem;top:18.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { width:0.75rem;height:0.8125rem;top:18.125rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { width:0.75rem;height:0.8125rem;top:23.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { width:0.75rem;height:0.8125rem;top:23.03125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { width:20rem;height:3rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block; }
 }@media only screen and (max-width: 763px) { #sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { width:20rem;height:3rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:20rem;height:3.5rem;top:1.1625003814698rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:20rem;height:9rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:16.4375rem;height:2.275rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:16.5625rem;height:5.25rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:15.75rem;height:2.25rem;top:6.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 763px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:20rem;height:6rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:16.4375rem;height:2.275rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:16.5625rem;height:2.1rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { width:17.5625rem;height:1.6rem;top:4.73730625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { width:1.1875rem;height:1.1875rem;top:8.04980625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { width:18.5625rem;height:5.6rem;top:10.48730625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { width:1.1875rem;height:1.1875rem;top:21.33691875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { width:20rem;height:0.0625rem;top:6.73730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { width:1.1875rem;height:1.1875rem;top:34.3486375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5C77taiJwWE2Av2OVMTdanPl302NItU { width:20rem;height:0.0625rem;top:20.02441875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { width:18.5625rem;height:4.2rem;top:23.77441875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { width:15.6875rem;height:1.95rem;top:29.3173875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKiQmElCIgVoXKPZvSiTEU6CAElksATl { width:18.5rem;height:1.4375rem;top:17.33691875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { width:18.5rem;height:1.95rem;top:17.36816875rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPkiH2b98PdoC9DnnK2JrcLW492RTgei { width:5.1875rem;height:1.25rem;top:29.2236375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { width:20rem;height:0.0625rem;top:44.83594375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { width:15.625rem;height:1.4rem;top:45.74219375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { width:1.1875rem;height:1.1875rem;top:4.29980625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { width:20rem;height:0.0625rem;top:31.7236375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { width:1.1875rem;height:1.1875rem;top:48.39160625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x42mcohcRorHA3acTPiV3yfx0uqb6VQT { width:17.9375rem;height:2.8rem;top:36.7861375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { width:20rem;height:0.0625rem;top:33.0361375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { width:20rem;height:9.596375rem;top:40.83594375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { width:1.1875rem;height:1.1875rem;top:50.82910625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm { display:block; }#DPZJIZFgAouf0PVUQi6udTUq8Sat9Nsm > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOdIRIfTt1xVHei791b0G2WRzLq44OSQ { top:0rem;left:0rem;width:10rem;height:5.25rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mGLEOOT4gKnQOf3bZb5tMMby4UWOkf3x { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbxHchzA4tMgg9lpT0MFT6CNI0ASopuZ { display:block; }
 }@media only screen and (max-width: 763px) { #CP3V6w2LWCpzqA9vXVhZvrlc3fl1eGLx { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdOEeFZop2UTOf5UCn8E6kv317TdnkgK { width:9.3125rem;height:2.1rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cnu8ctfLfJ5zvaSJxpfRMTlyE82A4MVZ { width:1.625rem;height:0.875rem;top:3.25rem;left:1.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT7WffWDWs35O7SUmnJGlFIT0HeKJL3I { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn4oRbskQQc2TtqLQk7b6zK7TJccvTRB { width:1.375rem;height:0.75rem;top:3.3125rem;left:7.0000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVhGlLuPOCkUksXdbv9ThTAuZ3OLiUfB { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRZ9axvuc28sT3I5Ngaroxhtf8XaKTTq { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #qiGWr66SoHWIqdXIE7mpZW0pEewLuudc { display:block; }
 }@media only screen and (max-width: 763px) { #fO1BRCJPvrqy0IhBJ3ObJTLkvxQ9qCEm { top:0rem;left:10rem;width:10rem;height:5.1875rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udi5nvSvrGAX7LHf0q4BGghuLRks7vwz { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmvTTtgNu8l5TJyJxSBblgpcy7ulk3gF { width:8.9375rem;height:2.1rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J84sKJig7GG6dJ3PHKkT6kFCwPmvULeJ { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLlmviqVJmEWKwU8UZ0GrFrS8fSXidX { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXinoeRypfZExwpvOCJHxvxk2vIOVHo { width:20rem;height:22.5rem;top:4.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnDCohvDnkSgTgqA7ThLx2H6MR6Ca2AZ { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhGy4zvWDL0prWNHSw9K4AI1S1w8QhnR { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htl2f0elNHLRhnCaP2SQObPyzRQsQB7o { display:block; }
 }@media only screen and (max-width: 763px) { #XAmc7In0gHM2DOk84KtlK0LG9EBdkZLa { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r84HCiGoRH82hkJsLNcNSn4t2yDme6Uu { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esg8eMIXgySCxqTCiLVwdpKr4FTde4DT { width:3.1875rem;height:1.2375rem;top:7.0625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIFvwFOihHK8l5LVR0U3vBGcvtPKwem4 { width:3.6875rem;height:1.65rem;top:8.4375rem;left:3.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gv0gyXhGUSrNmDTdsbCM0RZuKRD7V41P { width:4.875rem;height:1.8rem;top:7.1875rem;left:13.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Gne3ZPaNFWeGGtCaUoHuUybTQ4Z2Gz3V { width:10.4375rem;height:1.05rem;top:8.6875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlpAQwzMZR9OrVBdw5T6Cy9gzSzPdTTB { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TJP8CQ4LzBt1NzW0dgW9Uxfu9x6r25wv { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #Ucm99PEq0JpR4xN87eirG7BKulZoJqPm { display:block; }
 }@media only screen and (max-width: 763px) { #PriIGQ0LnfTAaERIPBJH79y8CnF49Flc { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7NRCvagZoTVOoAEkDVSN0i6fSNrwCBM { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAoa2on2ZRup6PehzgpbVsLNoEEyiAps { width:3.5625rem;height:1.8rem;top:12.5625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnMs8tv3rzUhsqnxsweGIQvFn82G7bkc { width:7.75rem;height:1.05rem;top:14.125rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCiodlBBeLxgx8IPaV82fOdGkVHPqSbp { width:5rem;height:1.8rem;top:12.875rem;left:13.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #a3zuEqvVXxGChUkgZooHiTly1Q0PPgtD { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #M9MEuTCaEl02Gys98lx7c79RQaM6OhNi { width:4.1875rem;height:1.05rem;top:14.375rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agrMJksmKgUdDwdPpAi7KViETXDmMI1v { width:20rem;height:0.875rem;top:17rem;left:0rem;font-size:0.625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #igg4nWwIZTImTPOdq15q21m0EvAoTGaZ { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WONq3oP1fxBNNnUklmw8SiLPrILf52ZT { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #J5WTBn1ARsLw5obg582rVaccm8pG8rzW { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNZQ37Fw1QVRxXWOrUNc2lE7Vb5i6BQe { display:block; }
 }@media only screen and (max-width: 763px) { #GDpXqXpyqwhl0LxB5bSXrwWQibeOQITb { width:18.25rem;height:1.05rem;top:21.25rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { width:9.6875rem;height:4.8125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block; }
 }@media only screen and (max-width: 763px) { #huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { width:19.125rem;height:6.0625rem;top:0.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { top:0rem;left:0rem;width:10rem;height:5.1875rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { width:9.3125rem;height:2.1rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { width:1.625rem;height:0.875rem;top:3.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { width:1.375rem;height:0.75rem;top:3.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { top:0rem;left:10rem;width:10rem;height:5.25rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block; }
 }@media only screen and (max-width: 763px) { #xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { width:20rem;height:6.0869565217391rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { width:8.9375rem;height:2.1rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { width:20rem;height:25.5rem;top:4.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block; }
 }@media only screen and (max-width: 763px) { #G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { width:3.5625rem;height:1.23751875rem;top:7.0625rem;left:3.6875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dwnR5wff1fgwd0PtSPI2RmneapRqydqw { width:7.75rem;height:0.825rem;top:8.4375rem;left:3.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { width:5rem;height:1.80013125rem;top:7.1875rem;left:13.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KPtd6gRBGkTZlA46CZzPM6XpAsEvZe6i { width:4.1875rem;height:1.05rem;top:8.6875rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block; }
 }@media only screen and (max-width: 763px) { #tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { width:8.0625rem;height:1.80013125rem;top:12.5625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { width:4.5rem;height:1.5rem;top:14.125rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { width:8.9375rem;height:1.80013125rem;top:12.875rem;left:9.375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { width:9.375rem;height:1.05rem;top:14.375rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block; }
 }@media only screen and (max-width: 763px) { #hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { width:1.0625rem;height:1.0625rem;top:18.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { width:0.5625rem;height:0.5625rem;top:18.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { width:2.625rem;height:1.23751875rem;top:18.4375rem;left:3.6875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vIAigqTQGXKUCHTC223efyM5eqm23PWv { width:4.625rem;height:1.5rem;top:19.75rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { width:4.875rem;height:1.80013125rem;top:18.5rem;left:13.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { width:9.75rem;height:0.9625rem;top:20rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbPnZPWDqzAsleXKVPAKranNduzzv3SL { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block; }
 }@media only screen and (max-width: 763px) { #Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #PCEeLX8CElOiZHsRm2QVW5sle73JQ3JE { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6KJr7u73nEG6ea8f4fi6Qr0RN12oJHq { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7bWgL1sVQxy58HZWOVH6smgbTN49TbS { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEXSSnJBQCIgorJhDG9awGBhXnKi00x { width:18.25rem;height:1.05rem;top:27rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { display:block; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFlSeis4KR2mwm051utvRbaFRVv2JrvR { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { width:20rem;height:72.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { width:18.25rem;height:61.125rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { width:13.125rem;height:1.125rem;top:2.4375rem;left:3.4375000596046rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { width:12.4375rem;height:2.75rem;top:3.875rem;left:3.5rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { width:15rem;height:1.95rem;top:7.0250015258787rem;left:2.5rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { width:16.25rem;height:22.5625rem;top:11.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfUnDcrtZRKecATMkr2ySQifwwqmQscy { width:7.125rem;height:1.425rem;top:12.0625rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b4rlGV48MScqVwzaeINXneha2DbDs8DO { width:1.1875rem;height:1.1875rem;top:14.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { width:12.125rem;height:3.4125rem;top:14.25rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { width:5.8125rem;height:1.3125rem;top:15.324996948243rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block; }
 }@media only screen and (max-width: 763px) { #DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { width:12.625rem;height:1.375rem;top:18.0625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { width:1.1875rem;height:1.1875rem;top:19.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { width:10.4375rem;height:2.275rem;top:19.9375rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { width:1.1875rem;height:1.1875rem;top:22.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { width:10.3125rem;height:1.1375rem;top:50.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { width:8.9375rem;height:3rem;top:25.6875rem;left:5.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { width:4.5625rem;height:1.1375rem;top:24.612499237061rem;left:7.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { width:14.4375rem;height:1.05rem;top:28.25rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { width:13.25rem;height:2.375rem;top:30.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block; }
 }@media only screen and (max-width: 763px) { #IIb16blhVgGzRtNUopHHBif6V0V3HTQU { width:1.25rem;height:1.25rem;top:30.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { width:1.25rem;height:1.25rem;top:30.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { width:1.3125rem;height:1.25rem;top:30.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFueK8S31CvRSSADaZD6spqF1U7iEa9x { width:16.25rem;height:26.5625rem;top:34.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { width:7.125rem;height:1.425rem;top:35.375rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { width:1.1875rem;height:1.1875rem;top:37.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { width:11.6875rem;height:3.4125rem;top:37.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { width:5rem;height:1.25rem;top:38.712501525879rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block; }
 }@media only screen and (max-width: 763px) { #p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { width:10.9375rem;height:1.4375rem;top:41.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { width:1.1875rem;height:1.1875rem;top:43.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { width:10.375rem;height:2.275rem;top:43.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { width:1.1875rem;height:1.1875rem;top:46.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { width:10.5rem;height:2.275rem;top:46.125rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { width:3.5625rem;height:1.5rem;top:48.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { width:1.1875rem;height:1.1875rem;top:50.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otXkphPC7aMdkZgOixnbe8WhQJpLos0E { width:10.125rem;height:1.1375rem;top:22.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { width:8.9375rem;height:3rem;top:52.875rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { width:5.25rem;height:1.13769375rem;top:51.800000190735rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { width:14.4375rem;height:1.05rem;top:55.5625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { width:13.25rem;height:2.375rem;top:57.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block; }
 }@media only screen and (max-width: 763px) { #aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { width:1.25rem;height:1.25rem;top:58rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { width:1.25rem;height:1.25rem;top:58.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { width:1.3125rem;height:1.25rem;top:58.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { width:19.0625rem;height:0.9625rem;top:61.6875rem;left:0.46875rem;font-size:0.6875rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { width:18.125rem;height:2.375rem;top:62.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { width:17.0625rem;height:1.05rem;top:63.625rem;left:1.5rem;font-size:0.75rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block; }
 }@media only screen and (max-width: 763px) { #H8tmn53umbiTOSZOSONaot5r7axcQ9FB { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { width:3.8125rem;height:1.3125rem;top:16.41250038147rem;left:4.8125rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block; }
 }@media only screen and (max-width: 763px) { #uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { width:3.6875rem;height:1.25rem;top:39.85000038147rem;left:4.625rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block; }
 }@media only screen and (max-width: 763px) { #k2310xP1dkfVLOAsuRnR61X5gTlaovvu { width:14.4375rem;height:1.05rem;top:70.3125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuRbhcpfTMLPX6TSo910PwOw7XgtNV0f { display:none; }#nuRbhcpfTMLPX6TSo910PwOw7XgtNV0f > .row .container { width:20rem;height:37.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VqupOlHsLvZOU5ushw4NHRPM7oZVgAVh { width:20rem;height:11.214361140444rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T { display:block; }#J9TQAe1vw9bSU051CzpWgEwEIPAqOF7T > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glm8bgBOfCOGybk8Wcv9AQsltu8k5MRN { width:20rem;height:15.6875rem;top:1rem;left:0rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGQGo0V3pPbeuxVBGZuuxoMrZTXvAqx6 { width:17.1875rem;height:3.25rem;top:2.21875rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4egdafM7la4LAHvTplSuZ3WcQMJVSa { width:3.5rem;height:3.5rem;top:6.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p85yOcXI29gerVw45Zm4eANwFeXCbs05 { width:2.25rem;height:0.6875rem;top:7.890625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ9Ss3SfBoSK7t6kZu4KJT7u9HPNGogn { width:3.5rem;height:3.5rem;top:6.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtGZciVArocsULcEWg4Lbo80BXae382c { display:block; }
 }@media only screen and (max-width: 763px) { #MSLefhXydtTit35eaRH9ThHqp0pcUNnV { width:3.5rem;height:3.5rem;top:6.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctnZeZPrR5mkeuB6F7LuhBR0XxBTB7Dm { width:2.25rem;height:0.6875rem;top:7.90625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfHTQ1mupVJqfDi38tclC56WOQc16Ag { width:3.5rem;height:3.5rem;top:6.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8rBTbS7XULTx5tKkQ2zV3wwBpgBwa5b { display:block; }
 }@media only screen and (max-width: 763px) { #Ci9UolAE7vbDsoBFp1b3TXzJ4QmgZWS7 { width:3.5rem;height:3.5rem;top:6.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFT7IKZWHgCB15KcEEEQtnAEBhDt3PiN { width:2.25rem;height:0.6875rem;top:7.90625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBvN8JokNQTMbfvgGqL8yaVrDK9yA2T0 { width:3.5rem;height:3.5rem;top:6.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZBrfLeybMkv8liPvuqqctmwJHkhyRoT { display:block; }
 }@media only screen and (max-width: 763px) { #skKbB4lPRleu6OZGFRJ6T5msH7MbBpnJ { width:3.5rem;height:3.5rem;top:6.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTT4tky0V0Zh7bee7mDb5vPIrnRf4GA1 { width:2.25rem;height:0.6875rem;top:7.90625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GscFEHFeZA3WAurhsZGXiJUTrhzAtL0c { width:3.5rem;height:3.5rem;top:6.5rem;left:14.75rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #gDJpTTMptdoFxXnm3tfAAm4bb94S7l7n { display:block; }
 }@media only screen and (max-width: 763px) { #dCUTQQqaLRDnZ9XCuo7JgXrv38vQhu52 { width:19rem;height:4.0625rem;top:6.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #makhxdplUALctveindtAn7K6gWgiI7NW { display:block; }
 }@media only screen and (max-width: 763px) { #HT5vHqx8hscDX3m8VMfW4phIUdBVqlRS { width:20rem;height:1.1rem;top:11rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MisiIhUF6J5n3g4BhBcmba2p0HJMdOyJ { width:20rem;height:3.6rem;top:12.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AIiS2T3S7wqkkama6u7AXv7cmaZ32yRu { width:3.5rem;height:3.5rem;top:17.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cklHtVSOSLcupun5awG9bsdG5WG3akKv { width:3.5rem;height:3.5rem;top:17.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH8SA7eoCTnU6pRA1KIUzWE4rz2zuwwH { width:3.5rem;height:3.5rem;top:17.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFvUEb64mNcX31CzoQaAKzwvnUsXMOJQ { width:3.5rem;height:3.5rem;top:17.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNfH15GJ8r3CeP6ZkkEExTPwiZkqV4Na { width:3.5rem;height:3.5rem;top:25.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJ2wsnmAtfZoNI78dJPDNrvfXyU0xBD { width:3.5rem;height:3.5rem;top:25.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHBw9GddRg4qL5bAQrdlCOrRmCGTvMHw { width:3.5rem;height:3.5rem;top:25.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqb6or5N6mmX46Opk79QfbZrTueoxfvP { width:3.5rem;height:3.5rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmdR4T1gi9aqaU4t5mkolCUPk3CHmQHg { width:3.5rem;height:3.5rem;top:21.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKW9ylm4dts3tcybAJNp0CatJNUnbJX { width:3.5rem;height:3.5rem;top:21.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQtoArmJ41inOI3piH40pXFdGl3furK { width:3.5rem;height:3.5rem;top:21.5625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz5nxwABFmnGB8DTSDe7D7hupybLq82i { width:3.5rem;height:3.5rem;top:25.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfMlNt2SOHreb7grfd3IvoxqSEVhgtTk { display:flex;width:0.6875rem;height:0.6875rem;top:30.5625rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #MtQrOBPtkEmd2sWIx6HiaFntoQnOxWkI { width:3.5rem;height:3.5rem;top:17.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0g1uJe193Jofpe1vshcBiKQfAan64OL { display:block; }
 }@media only screen and (max-width: 763px) { #Sx2uAMPZ9qbVeXnn9IPV3kgEJoUV2pir { width:2.25rem;height:2.25rem;top:17.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yblxkaEQtbn2cOwrWeRKuogWXnK8oFLQ { width:3.5rem;height:3.5rem;top:17.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1FNJ6TH4W5wEEumkrP1PRAtJXiGaSwN { display:block; }
 }@media only screen and (max-width: 763px) { #HwaIFwAkRRp9Phy4DJ7Ac6MtOr0ua5x5 { width:2.25rem;height:2.25rem;top:17.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpLyNlAf0TvtxmZpIngnTNPmvh46MRJy { width:3.5rem;height:3.5rem;top:17.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEwqcUCHRieEguFvT638RUXAmSOU0It8 { display:block; }
 }@media only screen and (max-width: 763px) { #UoTe2dTcAlTxrbqaOBHbQTULxNIJttgl { width:2.25rem;height:2.25rem;top:17.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa5zr4dAQ0ODMBQcSuKNKSDP4kf2aTXi { width:3.5rem;height:3.5rem;top:17.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlZaaO675MTuCZ0OGOtouStm6CcbuT4y { display:block; }
 }@media only screen and (max-width: 763px) { #FzXOiLKOfIUllQ13T7EH9okvcTvyLTC3 { width:2.25rem;height:2.25rem;top:17.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOr6ydxQmLQsh9kqRXceeTclXo4EwV6X { width:3.5rem;height:3.5rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTNIB9ahIXfIHBEP8OH4aT242DFJWK3 { display:block; }
 }@media only screen and (max-width: 763px) { #CFz8IX7e18dbozehWc46RmgIa4H9Wm69 { width:2.25rem;height:2.25rem;top:22.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms9ArOIDNnRvaXIzc1FmNhDgJiiVF9oo { width:3.5rem;height:3.5rem;top:21.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O40702ZFNLCpLIwmNRMhyCvwsFFHxuGK { display:block; }
 }@media only screen and (max-width: 763px) { #f9qiieOHXVgHGAZCVin5ac8kz8uwVO94 { width:2.25rem;height:2.25rem;top:22.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug794DTbg6ZscyEIOIc40tQDA4E5rHsQ { width:3.5rem;height:3.5rem;top:21.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8IBmcFWsgiavO57gien8gfa7NVTKKrV { display:block; }
 }@media only screen and (max-width: 763px) { #gs87oAlV2hpLuuSaewqB9DF5Da67FyAQ { width:2.25rem;height:2.25rem;top:22.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWuSTLQy3ZI2mJ3T3JC9TDidlDwWZ5MW { width:2.25rem;height:2.25rem;top:22.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erUzKya0sJ5IKbblEOBE3atyvFLFi52n { width:2.25rem;height:2.25rem;top:26.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLfnuAbWk2X6iKnxyONqLyRrDyOntqs { width:1.6875rem;height:1.0625rem;top:27.09375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBB0GVsl2Xpfu6S5B2345bF3sH88EQqb { width:2.25rem;height:2.25rem;top:26.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP6hJzk4FsHAG9xqEUr3tVbLKDNLw3Vi { width:3.5rem;height:3.5rem;top:25.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XULTCcsFTfm970eZlBzPseBVvQUQyK8B { display:block; }
 }@media only screen and (max-width: 763px) { #I0TMmPDhGeasdSNoHGkFx89K3yGciH7I { width:2.25rem;height:2.25rem;top:26.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51OcnkJh0VZ5d2kLVPuBTzzXhDGcP1G { width:19rem;height:12.6875rem;top:16.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rUpou8MLdGCDRT1tofi33lx5vCIdwI { display:block; }
 }@media only screen and (max-width: 763px) { #ED3ZK8moe1IOtaCdOeE66v9dGDOTmOXq { width:9.5625rem;height:1.25rem;top:30.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGVl6K0Chl80tA00IXpgQonbTtedb5t5 { display:block; }
 }@media only screen and (max-width: 763px) { #kJyL8uzc0RoSQODlABDTHgMcKvMrLIIF { width:20rem;height:2.7rem;top:34.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zaQfwnSeCP4mhz6ETD5O3UhVrahkqveD { width:20rem;height:16.625rem;top:16.5625rem;left:0rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282352, #282352);background-image: -moz-linear-gradient(180deg, #282352, #282352);background-image: -ms-linear-gradient(180deg, #282352, #282352);background-image: -o-linear-gradient(180deg, #282352, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#282352' );";background-image: linear-gradient(180deg, #282352, #282352);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka { background-color:transparent;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; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container { background-color: transparent; background-image: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container > .video-iframe-container { display: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row > .video-iframe-container { display: none; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .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); }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container { border-width: 0; border-radius: 0; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4AgSVrX1TIyIhzXq0KFPBgQXPUugZka > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nryo6EBmAhrtlyHCHKmvxnChpSPhqcB8 { width:20rem;height:33.5625rem;top:0rem;left:0rem;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282352, #282352);background-image: -moz-linear-gradient(180deg, #282352, #282352);background-image: -ms-linear-gradient(180deg, #282352, #282352);background-image: -o-linear-gradient(180deg, #282352, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#282352' );";background-image: linear-gradient(180deg, #282352, #282352);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z5f5N6AGVAXADdTFvx31yiMLrN6PL1T2 { width:3.5rem;height:3.5rem;top:0.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsqHnNE57IyRSB31wkvMcsuZSQtMABAU { width:3.5rem;height:3.5rem;top:0.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNB0xUIidn2d2lJZ8TK81XRK6sP9QDVI { width:2.25rem;height:2.0625rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbLmAhiTdqr8ekGfEDD77i2VVb8dp9q { width:3.5rem;height:3.5rem;top:0.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P65AzZ1rrzPLUcnu92vttpbqpZzMk36y { width:2.25rem;height:1.6875rem;top:1.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRHXE6irtFJyyh2bpw7ylQMN6ULqvx1B { width:2.25rem;height:2.25rem;top:1.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJIA3ss68ypZ7zWlWVQ8yrgXGL5NExG1 { width:3.5rem;height:3.5rem;top:0.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv0K50EUNwTLvAN8TQcVPdnKpQT3BwgK { width:3.5rem;height:3.5rem;top:5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6l3M8rggZcpd7vSV9LwcLxEOweHmDBz { width:2.25rem;height:1.875rem;top:1.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7itKV1yxrOHKVxca2KUOiuFnXeSWSvp { width:1.5625rem;height:2.25rem;top:5.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAf3ks6x4Tg8P47VRT7TcQgbeZ8nfMo8 { width:3.5rem;height:3.5rem;top:9.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1q0Boan0CJRfzl2edW5WlccfbdlOVrv { width:2.25rem;height:2.25rem;top:5.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crVi5rCUADCXiElhRqLcRxhZ8BHwTa0S { width:3.5rem;height:3.5rem;top:9.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZpWeQcbEkGah72vXiK0uSh6T6mLu6X2 { width:2.25rem;height:2.25rem;top:10.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBRl1aRFdCUEpm3XhCl0lrlKsSl3UD4N { width:3.5rem;height:3.5rem;top:9.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRA2IJrWXunmGHI9vt0eZGIEPUQzvLri { width:3.5rem;height:3.5rem;top:5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hezxps0DlsECaIXqft0y86Tt6m275kWi { width:3.5rem;height:3.5rem;top:9.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srtFW45MEWbI3AJubBdK12fRSHbnFMpN { width:2.25rem;height:1.3125rem;top:6.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpAqFCNm43bLF4Hzadk8k0pyCUBPrI25 { width:2.25rem;height:1.3125rem;top:6.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzc452iAwvMyp7XPn7u2abs0CnPUeO5S { width:2.25rem;height:1.25rem;top:10.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBq7IIHcpW6svWiTggsDwwKbdpVtT3cW { width:3.5rem;height:3.5rem;top:5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnlwAmS63Iwq4kdxRTzEvrcKii7482dA { width:3.5rem;height:3.5rem;top:5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGkQ1ETmPeCEH2TbTfpxryzlSaCoELaZ { width:2.25rem;height:1.3125rem;top:10.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5u3QTazhBat5rJmxzoFWisxNTAaGaOr { width:2.25rem;height:2.25rem;top:10.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkXmzK4SUMFZ82SLKT4fg7m3ONFlaRlP { width:3.5rem;height:3.5rem;top:13.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQmnHHJB6onODAE4Vtlv83D5s0O7FF7t { width:3.5rem;height:3.5rem;top:13.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAtIwnm6r6qfzyOCNB3vyiGlzTDzA8kT { width:2.25rem;height:2.25rem;top:14.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEztrOSkcQFtQ8goA1FXwlu5Qdzm1PMK { width:3.5rem;height:3.5rem;top:13.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgzkqaRbgicKePFUScPr9oCwtk8eCWSI { width:2.25rem;height:2.25rem;top:14.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwFf4yQBegwa6IduBFRWmDOgaByKvGak { width:2.25rem;height:2.25rem;top:14.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2picTkF4EUsgzFLHcLmokZShHHE7Ttb { width:3.5rem;height:3.5rem;top:13.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIVWgde9MUI6ieCTZaFbI0vXTqekFEuA { width:2.25rem;height:0.8125rem;top:15rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2oi76vXfK4Ty9DxTAL0Vz1Q1yeIOKeJ { width:3.5rem;height:3.5rem;top:18.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfIbLZmAP6UcyLGzLQ4XiKwbiHwv4NBs { width:2.25rem;height:2.25rem;top:18.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWf3ai8NnWRGDu1bfMuRtl9xhPcmo4Eq { width:3.5rem;height:3.5rem;top:18.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVnyuZwnRDy70pgG9gAg48CW8B2velfk { width:2.25rem;height:2.25rem;top:18.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLdw6vZJ7r37ppO5yJONTlSlUrUWAuzd { width:3.5rem;height:3.5rem;top:18.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt5Ni0BKyk2Lf0TC2dqsMMLJix9f17Zg { width:2.25rem;height:2.25rem;top:18.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDOAMnT514TT92AKsPsIcBGe1iGQeN1T { width:3.5rem;height:3.5rem;top:18.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJgm6matDkuvrv3okPx4qurcse8lADno { width:2.25rem;height:2.25rem;top:18.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLQM9MPC76REbstuaLd1CaLSbZHebdUy { width:3.5rem;height:3.5rem;top:18.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTL5UevEVlT306hTcP1GN09FHC4Ek1J { display:block; }
 }@media only screen and (max-width: 763px) { #hT36yvPZQpPP3oJTLbB9mqG0lXpl8Xpf { width:3.5rem;height:3.5rem;top:22.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGNTrc1Mmnly49LgGM4dSapMfEulcnwW { width:3.5rem;height:3.5rem;top:22.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqU076ZPBfb4X8p4brEzak9drhOMKg7N { width:2.25rem;height:1.4375rem;top:23.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuneM2Fg08d5TFNmgJD4kLOKZU3LOxSN { width:3.5rem;height:3.5rem;top:22.47500038147rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBSnqDpS1iDOgVlyrVI9yVamyRtqL0T { display:block; }
 }@media only screen and (max-width: 763px) { #FHokFNUIGM8Zer72akJr0C2Opn32Kqqa { width:2.25rem;height:0.375rem;top:23.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3tV6WenyvM7hsa6rkGFBwHzAHmazRz4 { width:3.5rem;height:3.5rem;top:22.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTQoPPRHbb4GEfMi7r2f7u2HDZaE6q6 { width:3.5rem;height:3.5rem;top:22.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkTqpavwamnlnvLzJycodb97K65mqphK { width:2.25rem;height:2.25rem;top:23.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9IaQRIQygH0U3nKLlctETH9OiUoTAx { width:2.25rem;height:2.25rem;top:23.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgQ2t4zJ00CxruQ7JLwmTJ3Tz8aBQJXI { width:3.5rem;height:3.5rem;top:26.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbAdhzQG6Sdhx83TPzUNoSIxdLWbDWDL { width:2.25rem;height:2.25rem;top:27.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPRxsZui2gG7Hv8x5cDtZHoGW6AolVI { width:2.25rem;height:2.25rem;top:27.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naee1VhZbwzoWGaawb77gUJ22zB3upeZ { width:3.5rem;height:3.5rem;top:26.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca4BxMSZ6TZzf26fi32kbasBdrvPnSTe { display:flex;width:0.6875rem;height:0.6875rem;top:31.3125rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #E8AEMTlJNpAwGNBUedmXhJhq1vwsNyQW { width:19rem;height:30.5rem;top:0.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nytspa3pd5I9Jf8FPD8dESEubBv5JKux { display:block; }
 }@media only screen and (max-width: 763px) { #WuOXuIghvfikhRxvsrp5DokG4td93TBv { width:8.4375rem;height:1.25rem;top:31.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZNIKPoK0Qt8QmUkqve8CaxRTmpFt4uP { display:block; }
 }@media only screen and (max-width: 763px) { #FTOC5Pp14EVPVhzqAF8gUot1Uz6StwC4 { width:20rem;height:2.7rem;top:35rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { width:20rem;height:1.75rem;top:1.1875rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { width:20rem;height:6.4375rem;top:4.1749992370606rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { width:1.875rem;height:1.5rem;top:6.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { width:8.5rem;height:1.575rem;top:6.625rem;left:8.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { width:19.75rem;height:21.9375rem;top:7.6739578247069rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { width:7.0625rem;height:2.5rem;top:12.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { width:6.0625rem;height:0.8125rem;top:13.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { width:3.125rem;height:1.25rem;top:17.237500190735rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { width:3.125rem;height:1.5625rem;top:17.081250190735rem;left:12.406250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { width:6.375rem;height:0.75rem;top:20.800000190735rem;left:3.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct05wyJFLGfUTvgoX0M4JympHofMyHHl { width:2.8125rem;height:1rem;top:20.675000190735rem;left:12.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { width:6.25rem;height:0.75rem;top:23.800000190735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WheIHLSD05JwUVmVh25MmeIkK9iikJkB { width:5.25rem;height:0.625rem;top:23.862500190735rem;left:11.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { width:2.5rem;height:1.25rem;top:26.486458778381rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { width:20rem;height:6.4375rem;top:30.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { width:19.75rem;height:9.1875rem;top:34.4375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { width:1.1875rem;height:1.5rem;top:33.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { width:8.5rem;height:1.575rem;top:33.125rem;left:6.8125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { width:2.3125rem;height:1rem;top:40.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { width:6.9375rem;height:1.0625rem;top:40rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czoECz81l20TtdV8boSFfsfsRuwRmLRi { width:1.6875rem;height:1.6875rem;top:39.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { width:20rem;height:6.4375rem;top:44.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { width:19.75rem;height:9.4375rem;top:48.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { width:1.75rem;height:1.375rem;top:47.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { width:8.5rem;height:1.75rem;top:47.1875rem;left:8.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { width:1.625rem;height:1.625rem;top:53.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { width:1.6875rem;height:1.6875rem;top:53.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { width:1.6875rem;height:1.6875rem;top:53.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0SWdivLF3odMVdkgOCyy2oBydF91XfA { width:1.5625rem;height:1.5625rem;top:53.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { width:20rem;height:6.4375rem;top:59.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { width:19.75rem;height:9.4375rem;top:62.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { width:1.75rem;height:1.5rem;top:61.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { width:13.125rem;height:1.75rem;top:61.5rem;left:6.375rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #audgbylHkoaEs1i69QfVy7Ms1FpF9omq { width:7.125rem;height:1.125rem;top:68.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { width:5.25rem;height:1.75rem;top:68rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { width:20rem;height:2.125rem;top:73.298957824706rem;left:0rem;font-size:0.875rem;color:#afbbf2;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;display:block; }
 }@media only screen and (max-width: 763px) { #cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block; }
 }@media only screen and (max-width: 763px) { #HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { display:flex;width:3.125rem;height:3.125rem;top:9.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { display:flex;width:3.125rem;height:3.125rem;top:35.523986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { display:flex;width:3.125rem;height:3.125rem;top:49.648986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { display:flex;width:3.125rem;height:3.125rem;top:64.023986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { width:4.5625rem;height:2.375rem;top:25.923957824707rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvG41IAu7wObsi27hB3zC98gOe1mBlVr { background-color:#0e0a26;background-image:url("https://images.assets-landingi.com/uc/ed1442bb-42ef-44c8-9479-02dbafcfbf91/czymjestpilot_mobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr.adaptive-delivery-prevent-bg, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyload, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyloading { background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { background-color: transparent; background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .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); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkbyNXEfvpdkcvLyQfHBPTQeTSTcwDUp { width:20rem;height:2.2rem;top:1.9624996185302rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x372v8l75ILfOXkQhkES8qHQK9QPEF6J { width:17.75rem;height:2.6rem;top:4.8125rem;left:1.125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQTJQCwGNHVNATuzmm7QiK0S95WN2yGf { width:7.3125rem;height:2.625rem;top:8.8125rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1ASQUQIxmqG7qKHtAPvhT5Izk6QNHkD { display:block; }
 }@media only screen and (max-width: 763px) { #FxflHpQIQdWvRCXpcMBgoSJPATvrRLvL { width:1.5rem;height:1.1875rem;top:21rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSzDtVXT5r4Rq1XX664LyyUIicBrccLv { width:17.75rem;height:1.1rem;top:22.9375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzWkQzq8i6m7bXJW57ETIUaaX37uOMb2 { width:20rem;height:3.4125rem;top:24.375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8aBV8CI1zBAmTJmdZmXMgAgIGk5wFyv { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuKBkJypwUZLzC88dtZp9ZSAkTxuz4dw { width:17.75rem;height:1.1rem;top:31.375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ee8To64qI1WOa3pxohrUbUm2iGugESH4 { width:17.75rem;height:3.4125rem;top:32.875rem;left:1.125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbXszB09c93DsreoSM1AK1cum7ut7PL9 { width:8.25rem;height:1.3125rem;top:35.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InAlDk8hm0Ef3O9AvxZvGqFFtOax0Swe { display:block; }
 }@media only screen and (max-width: 763px) { #CnMh3bC8yTXWNDz5aZCMmEDrxJr1U7s7 { width:1.5rem;height:1.1875rem;top:38.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOkS2mcuM6KC4ew7LMAyQ4qfquh642Nq { width:17.75rem;height:1.1rem;top:39.75rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVaH3raeUXSmqOQ3ZbHGnlsJ9v37Rhbm { width:20rem;height:4.55rem;top:41.25rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-text { font-size:1rem;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-desc-text { font-size:0.875rem;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { display:flex;height:auto;width:20rem;top:1.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #DRBHsXMMnyiq1uLoBkRzMTHnOTgueSZy {  }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4rem;height:1rem;top:1.6248912811279rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 763px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.3746875rem;height:0.99989375rem;top:3.8114624023438rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 763px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:8.875rem;height:0.975rem;top:6.0125007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:8.9375rem;height:1rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 763px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 763px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:20rem;height:2.75rem;top:12.473962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.0563125rem;top:1.4740657806396rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0306a3189b614c55c85d7401b1b2883.widget-smartsection { display:block; } #A0306a3189b614c55c85d7401b1b2883.widget-smartsection *:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="text"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="email"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="tel"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection textarea:focus-visible { outline: none; } #OUTmkDLTPQw8pHkllgQFllkyRuKIVTHL > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection { display:block; } #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection *:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="text"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="email"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="tel"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection textarea:focus-visible { outline: none; } #LSgXPpHcu9wxoU5IC8hq3ONAwto24vrG > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection { display:block; } #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection *:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="text"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="email"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="tel"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection textarea:focus-visible { outline: none; } #ZUGq8zx3ChJlwnOwBKzEKMKUIoGoSOIb > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection { display:block; } #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection *:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="text"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="email"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="tel"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection textarea:focus-visible { outline: none; } #zNrtDySum6ikPwDOc8DEH56uwwsaGOpp > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection { display:block; } #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection *:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="text"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="email"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="tel"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection textarea:focus-visible { outline: none; } #XZDAB9XfcBPJJovHKJ1MgvieOUFhaeT3 > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection { display:block; } #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection *:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="text"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="email"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="tel"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection textarea:focus-visible { outline: none; } #lFmIqW6mHL1tRQTcD365fPMfpP7t5XiH > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection { display:block; } #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection *:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="text"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="email"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="tel"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection textarea:focus-visible { outline: none; } #O01MNZdbB3rLA5FCdfzspTAan6ITzqJA > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection { display:block; } #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection *:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="text"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="email"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="tel"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection textarea:focus-visible { outline: none; } #ERkeKimzpclwbcd4LfQ0NzQmR6RWpguZ > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection { display:block; } #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection *:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="text"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="email"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="tel"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection textarea:focus-visible { outline: none; } #uCSATHDCL6HCGVQSWpXnfpNb7aXC3HU9 > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kb9ada3e11351f45b57df76097e03894.widget-smartsection { display:block; } #Kb9ada3e11351f45b57df76097e03894.widget-smartsection *:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="text"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="email"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="tel"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection textarea:focus-visible { outline: none; } #hsVLExkMWqDueeArfZVJ7LJai9IER3kd > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }