.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:37,39,58;--color-primary-2:28,27,43;--color-primary-3:23,22,42;--color-primary-4:21,18,42;--color-secondary-0:255,208,219;--color-secondary-1:255,114,147;--color-secondary-2:255,20,75;--color-secondary-3:237,20,90;--color-secondary-4:255,0,12;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:180,180,180;--color-tertiary-3:24,24,37;--color-tertiary-4:0,0,0;--headlines-font-family:"Figtree";--paragraphs-font-family:"--paragraphs-font-family"; }body { background-color:#0e0a26;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); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5e57224-ec35-4354-b0bd-c7c85670946a/Laliga_web.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.adaptive-delivery-prevent-bg, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyload, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyloading { background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { background-color: transparent; background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .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); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { border-width: 0; border-radius: 0; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#BodNNqy0U9QcRnfAKKbQRNqxTaTyixiH { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:42.0625rem;left:0rem;display:block; }
#pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG { 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.625rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb { 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:1.25rem;left:72.75rem;overflow:hidden;display:block; }
#BJ7VHrdDBbtb9bvfHANZlzw4IFhif1py { color:rgba(var(--color-tertiary-3),1);display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0.5rem;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; }
#wzTVvBkBc4EVTTcbUW73rbc2eRTdccI0 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:0.5rem;height:3.9rem;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; }
#pOOOuDbDJHUmtd7TbAOuwWyqhHS3w7yi { 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.0625rem;width:5.6875rem;top:16.5rem;left:0.5rem;overflow:hidden;display:block; }
#hQVOAlqPEbCiiMP0IIyrTnTVcrHz9FLg { 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.25rem;width:1.5rem;top:15.9375rem;left:6.75rem;overflow:hidden;display:block; }
#xab49VaLuIt9Py3wiKGcNLqupswpr9Ty { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.625rem;top:15.90625rem;left:9.09375rem;overflow:hidden;display:block; }
#e6DIV0lriiAqF3I1IhSX80R6sctuKsKW { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19rem;left:2.4375rem;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; }
#HLTrDzXHX58XhmeK8Ok3oK1fZKepN6eL { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;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:21.3125rem;left:2.4375rem;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; }
#QMGHNvi5iybWstnZvTluJ7rWAef5yWJe { color:rgba(var(--color-tertiary-3),1);display:block;width:28.375rem;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:23.625rem;left:2.3125rem;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; }
#QT3Ly5Plm0hZbIoMuvLQ6xuQrGCGl4N5 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.624999523163rem;left:24.362500190735rem;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; }
#yt2HPJERyTO7ugWoNW3iy3cbolznbIHB { color:rgba(var(--color-tertiary-3),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.0625rem;left:2.4375rem;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; }
#qD89vWoWJTgFb9dG3H3P3EtOmImMw2XQ { color:rgba(var(--color-tertiary-3),0.73);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:29.5625rem;left:0.5rem;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;display:block; }
#NZEM1H0cHTgL4lcyulHR2dF9REEAnGHf { 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:1.125rem;width:1.125rem;top:19rem;left:0.5rem;overflow:hidden;display:block; }
#IPA9CKM8DFvsu3684t9XP8NZohyhUwFN { 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:1.125rem;width:1.125rem;top:21.3125rem;left:0.5rem;overflow:hidden;display:block; }
#H9oZl9GJniv8aAcfF2dEQKR9CD2CPmbC { 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.125rem;width:1.125rem;top:23.6875rem;left:0.5rem;overflow:hidden;display:block; }
#dtT80sIntogaeDNvnQTaGFlGMAr0KDHL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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:1.125rem;top:26.125rem;left:0.5rem;overflow:hidden;display:block; }
#lrlibWed4tWdIAKvr8Jck7fwcfIJ1ZKt { background-color:#4e37d5;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:36.2294921875rem;left:0.5rem;display:block; }
#HTx3618A8N0gC8ltWETS5sVbpKhb0qU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9qSTke3M4VfB1HDN38GhxXRhDC77Cnk { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;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:36.729167938233rem;left:11.6875rem;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; }
#urhlW4N4k7XTzuDMoy1HaPnT7dNyFy4C { color:rgba(var(--color-tertiary-3),0.75);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:38.316665649414rem;left:11.65625rem;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; }
#dFmSMrt3JB1OORX7Cs5HPB1NqPQ3GdNL { 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:28.6875rem;width:42.625rem;display:none; }
#c2x2xXIG9E7AHkv4haUEUHrMl25gDTAS { 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.75rem;width:3rem;top:16.21875rem;left:11.375rem;overflow:hidden;display:block; }
#SbZtDzCgIWvAJbg9trkyKdKJa8lqKVe3 { 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:2.3125rem;width:2.3125rem;top:15.875rem;left:15.1875rem;overflow:hidden;display:block; }
#RBcKBz5bGzsdwvBrMc4ZPgnIZ4b7fW2J { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:1.625rem;top:15.65625rem;left:18.25rem;overflow:hidden;display:block; }
#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5e57224-ec35-4354-b0bd-c7c85670946a/Laliga_web.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.adaptive-delivery-prevent-bg, #lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.lazyload, #lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.lazyloading { background-image: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container { background-color: transparent; background-image: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container > .video-iframe-container { display: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row > .video-iframe-container { display: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .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); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container { border-width: 0; border-radius: 0; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#Rt0GyRznsJmHhNTCRfHlSOTI39J9T4hJ { 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:2rem;width:5.625rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#O6fUoVepXVXmtFdtkrNX0WlpXMvNGvSc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:1.25rem;left:72.5625rem;overflow:hidden;display:block; }
#VNQwvNtsOagheHh49i7Jt5clhDo3JAxi { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0.5rem;height:5.2rem;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; }
#bkiDNFHME6cm4D6rCUlAFrhODyECRgSO { color:rgba(var(--color-tertiary-3),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:0.5rem;height:;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; }
#RGyUvcuvyZlZKDaAgI1x5H71QisbyUKE { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;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:19.9375rem;left:2.4375rem;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; }
#R0cCQlwtHZL6hDUkw4b5bUSadqTdXqma { color:rgba(var(--color-tertiary-3),0.73);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.812501907349rem;left:0.5rem;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;display:block; }
#I7DRTACvsd0ePcPIaZZZDwpkBoxCfRa5 { 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:1.125rem;width:1.125rem;top:20rem;left:0.5rem;overflow:hidden;display:block; }
#bUTJJioqR4UoLTGoxdg2ILJmaQD4XTTK { background-color:#0a0a10;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: 0.0625rem 0.3125rem 0.875rem rgba(var(--color-tertiary-4),0.11) ;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:15rem;height:3.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:29.75rem;left:0.5rem;display:block; }
#eJ53EWd8JXzbZEfpGgbPhTBbRzTXh8Cy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRTTQfZEFtXZdqoGT4DqDKQCb2N5go0A { 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:28.6875rem;width:42.625rem;display:none; }
#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq { 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; }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row .container { background-color: transparent; background-image: none; }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row .container > .video-iframe-container { display: none; }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row > .video-iframe-container { display: none; }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .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); }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row .container { border-width: 0; border-radius: 0; }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#MGQhU0sG05GFuRT8wPZhk2gF7py9o31J { 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; }
#AfiRrhehLShItVBNsTX2bFASv5mBsQqZ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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; }
#Ahne8GJ9TE5LkNuVnBeUIOq7GzS3dGGE { 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; }
#ph8naTHPi2aZ9hTlAGM5Br18K6QsKaDy { 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; }
#BQe8TFnxQVMb928CVmcV1ANAycgS0sGy { 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; }
#vNN2xEqJt0o6UR0MAVv3euT4SArWPKr6 { 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; }
#ndE71Q0tay4X9KZ80aSe5Qd8UARrn6B5 { 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; }
#DWW1AqmQMLHtQW5qFxcb0umckMQ6umlI { 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; }
#yCtt4im84XIcJlDpdXeeLHTdsXzzzAed { 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(var(--color-tertiary-4),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.40625rem;display:block; }
#MTgErTpT53RWfkcsC5F2DwlnCU2K0ut2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsXfXqrEsRQJQhcHz8t15nGwG9dkbLbU { 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; }
#gxQyAVyGCu9OILoa4qsmcPo4JDl5NrN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPcNGnHWMBKe79Tczs00JqumbTenuv6N { 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; }
#t4Td5LEfylPKCyVKkMPLVkqirdTdCFVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#t4Td5LEfylPKCyVKkMPLVkqirdTdCFVT > .row .container { border-width: 0; border-radius: 0; }#t4Td5LEfylPKCyVKkMPLVkqirdTdCFVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4Td5LEfylPKCyVKkMPLVkqirdTdCFVT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#OlKyrsC1ZlunvNHEGJsMLg0XGk4co8IC { position:absolute;display:block;z-index:15000;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:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#pPXrKb9lnf14luDkIE8GkGh0kmnExWM6 { 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; }
#m6xfriJAlq7yREDFpBQvbkZbwMynslwa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:10.5rem;display:none; }
#Q1zOcTTh6fUOkDOQ6buAw7AmBk2cA9NB { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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:none; }
#X55kXWZd2wEK98XDqsGD5MSJ1scz7TxN { 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;display:none; }
#gmRqmshDEc8xHrTuzMk3G9TkZ42DORfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gmRqmshDEc8xHrTuzMk3G9TkZ42DORfz > .row .container { border-width: 0; border-radius: 0; }#gmRqmshDEc8xHrTuzMk3G9TkZ42DORfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gmRqmshDEc8xHrTuzMk3G9TkZ42DORfz > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#FcUHCGJXSwwWHkiqFVEELxhsQ58cKLPT { position:absolute;display:block;z-index:15000;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:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#CezElU7s5TbsQgmVJKXNThl5TeN0XaF1 { 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; }
#pVGI8wHzriI9k1HzTLZoVgeO2ULdxT1z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.875rem;display:none; }
#TKbP4d8y7UJmKEeX7pLW1wzw4N9KLHA2 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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:none; }
#XpUJZxIkKe17e6fd8XTIvESCdDP7E4oP { 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;display:none; }
#N3DLNP6knsxA4BU1mAKEqxb5GEMkhn5K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N3DLNP6knsxA4BU1mAKEqxb5GEMkhn5K > .row .container { border-width: 0; border-radius: 0; }#N3DLNP6knsxA4BU1mAKEqxb5GEMkhn5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3DLNP6knsxA4BU1mAKEqxb5GEMkhn5K > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#tC1049py7WrF6p56Qb9DKTtLf4oWUPzh { position:absolute;display:block;z-index:15000;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:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#IhVAXRAXTeF5zpyAnx1nEROhCW1vGpT5 { 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; }
#NZ3ryTJWpJorta34vB4aamTt3Uftc9Ea { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.5rem;display:none; }
#eT4BxxGlBFN17JecggQhAq28ZszKghLz { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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:none; }
#RAvGexCzT9KJpi4CmlyN9OovyUJD2VER { 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;display:none; }
#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy { 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; }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row .container { background-color: transparent; background-image: none; }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row .container > .video-iframe-container { display: none; }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row > .video-iframe-container { display: none; }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .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); }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row .container { border-width: 0; border-radius: 0; }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#dbgLWbzvKGdx90ngAuldpzmRAr8EuO69 { 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; }
#QzxM05nsmPIzssxtJ5G19oVuKaHKhkLe { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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; }
#TlmBabfVBH9fVT2EQLAnGUsgBpowm2pw { 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; }
#kJl3UUx5gmyonB205tAR0OkgHbxJeluJ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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.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; }
#vVy8K9XETDoyxhlIUI6uaKzZqi2GbP80 { 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; }
#lnx2dRBmZTT5kqc3Dx1RD1XqX4ilaRuF { 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; }
#uzCbthxrbaMTRtCCFUC1TXTvdvnoxw7D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfMkaZPa9R5uLx8CHfxlExZXREPMEHwb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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.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; }
#RzNflJP80WG3LMbM8RCItEMtt5ZZdHB9 { 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; }
#l7WQQJSlWwW9VNzDzk1EQNZGTnxBI3tP { 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; }
#yfbwKT5ZVDacLiH8VHMeZ8hpnXBzrLQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyfhM5uT8csrP3oUQXTymRTJEXlO4xNF { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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.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; }
#icmdosodLDaPtGDuPC5qpuHyNgNha3gT { 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; }
#XUtbJGBpckZOOnvics90IVfRDFWIFEuh { 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.65625rem;left:18.9375rem;display:block; }
#obnwo7cszH0eMdyQ333Fn0oiVpTuzB4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ly45R16SMWbBRQqlNM93O081nHBoZ0u0 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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.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; }
#wcbb5qQ6KHTXb4STuctZC8RR8wfbhpzQ { 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; }
#o3JJ8JnXxyEbIXQI7bpOtM2P7dfulgdp { 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; }
#oEx7AWk2K9E8hqgMSEACzadyRf4W6KWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9FXVyce5PrMy6upbSXXR44w4MB8fdHW { 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; }
#axVmqBlHpwPE05iERoV9K5riVJJtPZ1B { 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; }
#UQC4Oa87D2qmVqPvTpxOVaLI3Br8Opnc { 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; }
#JQNqCQrlrKUSW2Riqd4tRMRwO2B1BLR0 { 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; }
#B0CSvMHCCsmAHFRD6crlbEFv9SiRmXcb { 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; }
#STxmnL4aEdl09zB4gy18CNDzTKHo5w8n { 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; }
#IpsfUfpn6PImFJNBn1qJsWQ6rBEZyktp { 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; }
#R0nyZueTNnyST0xztTaoSceORhDs6AWZ { 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; }
#TaWKOKvdwyClt0N1CkKcWTHNiIRfnoO8 { 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; }
#qgroXuISqC8X8Hh6ug5T3NWbwwT5CbrL { color:rgba(var(--color-tertiary-2),1);display:block;width:72.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15219;line-height:1.3;letter-spacing:0;top:14.187500953674rem;left:1.4145832061768rem;height:1.95rem;display:block; }
#y8sB2TI7wzfBGmhKaRVzHiEyfu6TB0KP { 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; }
#XvoO6KcP8QDJvHNCksXTvxB9ee2tAq6A { 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; }
#ycMT1GwiTvH7IMHz1LPA03qGf5cQgyMK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sastkNvWcFaBP68O1D442oMBURxyQ1Qd { 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; }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row .container { background-color: transparent; background-image: none; }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row .container > .video-iframe-container { display: none; }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row > .video-iframe-container { display: none; }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .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); }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row .container { border-width: 0; border-radius: 0; }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#d9AtnXHkgC4kADfDppas0ZoBS9B19C7R { 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; }
#UxVJi1OqrerGgWZJxqriV1h2pdJmTIbu { 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; }
#ufOyVaGWfh9OmOHJZnPND2vsAmr21New { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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; }
#iC3es950TBCutAS27bLNfAaXTlJipSFq { 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; }
#qvPf4gRygFsxBPrp54MtksAHN39Amaw7 { 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; }
#A02VS5CaoEMOiBrQmFeLCWsR6G5s1Pkf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-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.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; }
#QzZOstFp1vrMOWATFHwzgfDDg80naWe3 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-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.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; }
#lPvCBanOav2SCrLWqCw6QMb3XVNBZTRX { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-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.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; }
#GBzsgIJ85MwazhWHf5MTqPb0P1iJbnMx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-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.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; }
#SrvTMuTWRV4Bq0Ia89m4LKcykTfwzfoB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-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.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; }
#Jx6FQbUIvLyJJxfVXAp8ah3IVZ7f2uGI { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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.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; }
#SZNWfEMennTFJ8Zqe05J19adzhTr7H5p { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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.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; }
#WoU19BgfXaiKw9ZHeR77lwbEdMc5yRI7 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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.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; }
#DoiOQfdJFVCQ9cGcAfeZw6wFsDbsu5y8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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.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; }
#dTb2OHTQb5cPvimN5ZxLrFhoQUCStmlC { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-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.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; }
#g2TT6uEfnEtxUrkTZ0HTPUVcUHbNZHsX { 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; }
#RH8AqTJW3AuzUaLkHpigFh0kTkLiALua { 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; }
#Ts64bIb02B0aL58ZLSsqlQqpaOcSXqI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOX4GInJT2iEsEfTJlZ8J9zR9eMU7O00 { 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; }
#AhEWeM3kEqQ25aObZZ1omu0F6zEwGhL3 { 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:15201;text-align:center;text-align-last:center;top:8.9375rem;left:7.8125rem;display:block; }
#ETt8Akwfcod2GJFL3UtWTNkrqQPaqT3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLHmoFNeHHOTm2AHfzqIrLFRS6mZSP4d { 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; }
#Eb5oicGumZaAEgWXEcnBv4xGT1fITGX3 { 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; }
#UKhTqERcHblwPJr1od0o6a3xDTK8QSzu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUKLNermaq2SvoZ7rF5nm31kUFR9WwHA { 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; }
#Eu0fV4RadE8ggxW1LCygZLoL7craKLLT { 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; }
#qVZNenVt1IsPmUQceJJKnZSabCiMpxPR { 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; }
#tWZfx4OQIwTIGsigZ6Mbi7BQTXXgLP62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AwvqUC0NXPqTfzUWyvI8uEfVVZdTTJxr { 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; }
#Tk8QQKE5EJ2Hs8NhlKrr8yJZOm5TPZOG { 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; }
#lG1Ocw74imoURHl3vTDfxST0TEgeGwJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ps1fqNMD4WC4f1hMugbrSr7da3E8KWym { 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; }
#uiq6SqrZS6QyR5Tfq2GaSrJRMiuUnAo0 { 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; }
#zpq4c7KXKA6HRUr35glXEviAldQTvhiq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUzUPZQdOaWTA26tukRdpSbbsI290sP8 { 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; }
#TSqJFQqdD5uAG23DZFUZv9FByBTcfM6y { 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; }
#otVVuCiigPiH5VHG3awVAiT2DgTGJFFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fx4QwvOEOUhMwyaWwQhT7ItHfwqV1AE4 { 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; }
#aCUQ0RgpKv9xffQigqgbS6EVx4RQCCTx { 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; }
#y3huhaoxtwfsKeQa8UGd2G7RNh8i2o8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0TagREvnDAkaIPxvwJkp3JXcBf0QQnF { 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; }
#duoSCgabZFxPKzu5eolfIewuwy6PTUAo { 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:9.25000667572rem;left:50.050003051757rem;display:block; }
#T8XN1edkiWiL7Ru4RcWHp4vN4peGClKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFmPIOvBdIWi2Uq9V0H13uFddPU01oEP { 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; }
#tKOZOUnCWXybPTLgHU2R8xB8peqJUvse { 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; }
#DLTQHeErt6nUtrd2TaTXAI9SSwOtylEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMtvbnQwGB8EJTWUWZ0ZA7l3v3vKeguW { 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; }
#a5ExIH1csqUqk1ATAIT2kglg5R8QVJPQ { 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; }
#h0dWDLFRXX9zszTRg2Kq0TbhT0M3mcpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRyTFTnO0PhcV9KTSstHaTsBtx1kz5Vh { 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; }
#afBFfDhqs90KlG9I71PE1h2qfQw8yVWi { 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; }
#J6ekc7ruTnNVKrGy12FBi7xZT2HPRrnT { 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; }
#Ds5b6aAKuU2s0UvGZFKADESTkDaeyuka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTdMCyMZT4SrmocN9gKTqIF31XVEGWTv { 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; }
#PNgTpaEE0IJLbc1ykiWikZTEJVxU3Ibm { 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; }
#CSMNS3xm2HQTtcFkDOp9UEcIa3eTBw3A { 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; }
#Qz8woEnkllz1Sgtw05mOyuSl3PHCmofQ { 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; }
#FPwKraqNxFVWX5eN21eymMKA2z1m3P3i { 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; }
#RsPooHKB2AdayclGI2o7TBBeVmgRbrB3 { 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; }
#Tr5hAemS8Ilz88MQNGKEAiavp0nIPWoA { 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; }
#CkkRhrdFTtE2dd2KLUBelaIBeFn4ooXs { 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; }
#MXo7P5WH2ul2fP7iCc4cvy1oL1FuggHD { 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:56.0625rem;display:none; }
#NFxZI8rM8qc68DvQuBWK4f6xWp7fBi9R { 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:56.0625rem;display:none; }
#ZZSDz7eI984nk20PUuXO4rM3bovk4Lax { 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; }
#gexGt0BgTnhoi03TNgwOay5sJZUBeIbW { 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; }
#xAHDqyScCG1Mh5ONfZMIg3JkvFVgrhcx { 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; }
#iZQTk6vW7fnatcfKnsH97BNd8LNRxrTM { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-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.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; }
#MBipdD3HVz5u0SAzDaZEFmVRqrcpH1RV { 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; }
#TUmmnz4mESoVx1SKGwt2hC3JX3gofs2s { 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; }
#BpQtG5Tk6Do4f0Wv4K0WlSQpTaL6G6nw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ke36SpAREbNfTu8LUeNMmfXmsCETT0oc { 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; }
#hDQ5vnQyoZsiMihOg4Dps8A1fmvHrEvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBRpQmggNNpaMgJvghWF6li0AqzEPPrN { 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; }
#EJPy4RET6rsaBlRa5RTvauxgg7nRTt6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPeCL7O55kSMHTqlvWOfNNS8SXs6ZBil { 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; }
#vN4xvzTEKynWMuqQwO1EpUsrazF7SSHe { 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; }
#g3w3bxfUSEJ0OW5GKf3NER37pAyAEKBm { 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; }
#hnQ4impEIH8hSN6eU1ZyT6v8UTUbu0HP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqW0aa3vdTMt7rqhCV0okbo45Um0Xh7s { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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.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; }
#TQvMVDMUGgTRD9sWhn4ynsrsNXPoJCem { 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; }
#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn { 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; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { background-color: transparent; background-image: none; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container > .video-iframe-container { display: none; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row > .video-iframe-container { display: none; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .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); }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { border-width: 0; border-radius: 0; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#gGIGg32WJAREp6T398okP4NbzVwkOJll { 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:15004;line-height:1.6;letter-spacing:0;top:1.15625rem;left:9.3125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmtWRHEcTE57yT6BgXZ7Cyvqq1CZJy85 { 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; }
#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP { 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; }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row .container { background-color: transparent; background-image: none; }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row .container > .video-iframe-container { display: none; }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row > .video-iframe-container { display: none; }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .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); }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row .container { border-width: 0; border-radius: 0; }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#rZCqf4JfKcunqG62fLyE49BdpOm8tk9w { 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; }
#FOhMG3OeBxL0ZTP4nrlE8BB0istxrias { 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; }
#XV1TvlqqTxoOlxIdTVSPFJTU3vLc3p8X { 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; }
#FSictD0XLQHWQeOh2sBCqAZzTbB0TdrP { 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; }
#Xgfk9evu6hNMuRIsGsEVVAckZkcQmUHT { 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; }
#UFQSx8Iq0JrLMD2FDEeVbEI2sNBQ20G9 { 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; }
#ZFay4b6Udvk7LI0xPituhNGcMh4uegyS { 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),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:20.06225rem;height:6.124875rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0.2264404296875rem;left:16.749877929688rem;display:block; }
#vsNTSeqsGBVEcTTSo08K4sxihalAeLKL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { 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),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:19.5rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0.22708606719971rem;left:16.75rem;display:block; }
#fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnMTlxB2QNI3bwVPMgDqbK3gBJaoNXIC { 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; }
#WLr5rCHnR9GqvfdnDdP2Pl2MNatT4hJE { 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; }
#rdDchMmKIKm0mIZweb5aWgxPMX0FvMFK { 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),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: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; }
#AN8XcwNkdhmxoh63EHE3LAriCHnzXVwU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRnTGQq659HAeSHQLMhBzAgNbDZr0Tq9 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),0);border-left:0.125rem solid rgba(var(--color-secondary-3),0);border-right:0.125rem solid rgba(var(--color-secondary-3),0);border-bottom:0.125rem solid rgba(var(--color-secondary-3),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.3895625rem;height:6.140625rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:7.8052082061769rem;left:16.805208206177rem;display:block; }
#F57U6F5Ty6dSlMpCmrXVd4ULWdsAFQL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X3Pl3REFQBFukeI7S3DmAwNVUITCWKH5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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.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; }
#n84kEqJVTseD9iHg2vfgBncCPb22qgzx { 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; }
#tqoQ0u0xqfudWttvLcPURw33N8wXT146 { 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; }
#CG6LMgbbDVaI4CsSeuZ4PlqnQrUfsk9W { 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; }
#D0OrDHXffNy1tMrOHoNkLXepwZG7ehN6 { 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; }
#rAoS8iPoeSOv8n91c6Llag71K2y7X6aL { 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; }
#ByuRuZT7MS7OAGLrocr8dylq8QFag0gv { 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; }
#nbWJpidTrSCdQf4M7503S7CwnAs0aTMW { 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; }
#dfh5gV7CqWttSAmycSA5ILK6NuIP9E9i { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-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.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; }
#nKF8Syi5x1p834q0F8Ld7yq6rTXkIDe1 { 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; }
#o4cqXRfUN4Fca9VbnuqycAuq3rodJVcx { 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; }
#JyUcsDoZvTyTHCs64gEvm9unGrVoegTF { 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; }
#B5bSkweGRoDtLPRouKCw1dM1u6wCwq92 { 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; }
#JQpwspXTa5i3AeOeQzvqFwIuHpdQoKie { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),0);border-left:0.125rem solid rgba(var(--color-secondary-3),0);border-right:0.125rem solid rgba(var(--color-secondary-3),0);border-bottom:0.125rem solid rgba(var(--color-secondary-3),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.5rem;height:6.25rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:14.9375rem;left:16.75rem;display:block; }
#rppNKhZEKztFOoEOiXzq9fbRTwPF4HBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKyxAX8WMp7HWm23Cgax1vH3aBLVhvWG { 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; }
#O7du1JkvH3AHrUkleqL2AkFNugl6BO7B { 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; }
#g2KaSPkePH5E9CS9D1UrsZ7rLJTdTC85 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:12.375rem;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:44.0625rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u6fiUe076LwhzNKX882SgzqoaTUfnJy7 { 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; }
#CXVXKrUobQ3rl1lodRAakAh4T5MH7aRp { 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; }
#Aq3FVmkmDX5ELG1GK3ZskytmfxJpNlwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXedSrIA80HbO13yyB67ABXuo0c8QfnE { 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.5625rem;left:16.65625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVEdf9nH5Uyy4XptJcTgvLTOXReROlWv { 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; }
#vCzJrp1q7pVCdBCKIMUU3QLwxmBWmMqN { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:22.375rem;left:27.5rem;display:block; }
#nkmvrEf4wVLPgIIUNeN630oZmwOcTxaK { 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; }
#DutUkHMGuzBvcDRranHxXQUJ6pNhvwcU { 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; }
#pOvO6Z9LkcCTMtaxPyre9lO2nHpnxOKl { 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; }
#wvuyvrJXTEMAyBtJsg5CvTzVfTmI3MGF { 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; }
#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m { 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; }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row .container { background-color: transparent; background-image: none; }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row .container > .video-iframe-container { display: none; }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row > .video-iframe-container { display: none; }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .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); }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row .container { border-width: 0; border-radius: 0; }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Ognv8WE3PyF5CbPNAdJsJAhJdDqv8cpZ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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.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; }
#qZTAy0X8b2gInCCRAol9ZJqTiPt293Ia { 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; }
#VX03ygATSNom8RngzfgyycT9o4MmfKs4 { 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; }
#CkP4lMf9INGkMOzGi9xsJ4z7gCN3gmbZ { 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; }
#yIr0ceKnCkL3FhF9oxr68HAtVswQ6f0a { 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;display:block; }
#L0oiUVqD9EpW7KoOSh0VMOvUWm1rUKbw { 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; }
#fs3uOUawbvEsOdzt5KeDMSLiGIJovTco { 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; }
#qo9FXDEKDEThA6euqqx2kHfOKWLpaAQB { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),0);border-left:0.125rem solid rgba(var(--color-secondary-3),0);border-right:0.125rem solid rgba(var(--color-secondary-3),0);border-bottom:0.125rem solid rgba(var(--color-secondary-3),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.4854375rem;height:6.23541875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:7.7572917938231rem;left:16.757291793823rem;display:block; }
#EbkttHqZ2NAlumxuawaP1mwKaXLLQlMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HH7DNi2b0s6feaXXyzplbyxrTSO9SNmS { 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; }
#VGvT2KpH2eMTCoRmHkAe0S4EAy5Sa4f9 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),0);border-left:0.125rem solid rgba(var(--color-secondary-3),0);border-right:0.125rem solid rgba(var(--color-secondary-3),0);border-bottom:0.125rem solid rgba(var(--color-secondary-3),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.5rem;height:6.25rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:14.9375rem;left:16.75rem;display:block; }
#RDTWh8UGtctKpalqWAEOa1fTNTbbDlHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhelRIunAWe4GixFEDaplX26m0qRas0t { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),0);border-left:0.125rem solid rgba(var(--color-secondary-3),0);border-right:0.125rem solid rgba(var(--color-secondary-3),0);border-bottom:0.125rem solid rgba(var(--color-secondary-3),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.5rem;height:6.125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:22.1875rem;left:16.75rem;display:block; }
#lJHzwRE1ZLSQTer9B1v32kQquJliT5nw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdiSs9yC6NOdNLsX2bSSaEKRaNOdTvX8 { 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; }
#oQABt7KO4reZ4JGXM9Rw1CAF1nK3uVBO { 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; }
#P3KC2HHWE0niy44sXD7XENIvBqgMrHDV { 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; }
#nFlwTC92APqxnXxNXokbdu7STkTx0ARD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VvIThemyyzXivtAEu54f3FCRT2OlLywz { 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; }
#CFT3iSKBZKa9sEBt3lNcXnEinmo8nG2N { 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; }
#fr10OKcNJDpzREIbTr0vuV734pGxSXCS { 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),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:19.4995rem;height:6.124875rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:0.2264404296875rem;left:16.999877929688rem;display:block; }
#EOgeJwRJIQMXufsPsMh3OiNntUuTi5zs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpTE6Rpin1WDuOKzE3gV1Zx4BKCqVgGH { 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; }
#wz22ULLzLWmiBmo4CyTcw3yg7fuxRJKS { 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; }
#FovU3EmVMFX4SIG2GUvtMVRwg7GVZhBf { 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; }
#f90WNRTxccmLo9TCrrPUw0ws96OBL40U { 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; }
#eOaFAdRWLQkg2Gna8mD8fCPBo1nV9bc5 { 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),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: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; }
#beRpOO0D4XqHG2PSZVfTSgG3G4lV8OMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9DiqSXKRlR4fQLolb059Qp554CbLiOH { position:absolute;display:block;z-index:15202;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.5625rem;display:block; }
#o0bdWKgCKlWMUsnyzDO2C4d4sm3lb220 { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:29.5625rem;left:27.625rem;display:block; }
#zvxLPFHfixGiiyatTF4hUIldTAG3KVao { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-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.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; }
#eZq5vX8p8RqBJCKgJvGvwQ73TNwVpEnv { 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; }
#rTbvaJ5tnKSJHgloicdl6BTW4ATwrXpu { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.0625rem;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.5625rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZILFPn09sSTlTuKQ0DxCzRMXITEPOdQv { 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;display:block; }
#i5tmXAiWAzltp4V83gkVdEdeTpGsRXrm { 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; }
#dl8u41fmukwdVCccQkkPnBrABGNmSZ0Z { 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; }
#PL12FG8y7H2kDngVqBahwUxNtce3LVGe { 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; }
#Ep3QbUhgG1RdqGixKtCdovTEv6NJ8H4s { 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; }
#M7gzDkQuVarIWnHbZFQLR2NDJiXttNzQ { 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; }
#Tn6MfmSwvScDtkUbXfWMvw2kboGsmMdi { 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; }
#ssgprO6JTMRxnmdX9p2VmS7Zv0KATgT1 { 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; }
#PgQBSeZ7vue9KQ7o9SkZla85AhPpnJ5s { 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;display:block; }
#qKhwnETa5IW1HV2W5pGA9kiuULCvCx9x { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.3125rem;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.375rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VUSPeW01DcUlcUT5uCzRH2xZ9T3A7GdP { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-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.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; }
#agCM1PTT9gntZf5ZZ4rLvaSEpfE7uWeI { 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; }
#T5cEFgcnvmOGVKOk1Aut7itXFniCxvWD { 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; }
#FtviKytCQgcmDfWCMgn49TRTLq9Qy3R8 { 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; }
#kQ1Tq0XW3WtcgIZTBwZHBINNL7tSdSga { 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.15625rem;overflow:hidden;display:block; }
#KeJKLOkqa9db1uyrlb0RALT5xFrNQPsS { 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; }
#gMgB97GCHnlZpHLr0ATLSDMHHzcPfpZG { 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; }
#vTgHCeuffrhkD2sv7a6kmkaVT36rAHNs { position:absolute;display:block;z-index:15208;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.625rem;display:block; }
#JX28PVOXldsdJtCFbSMT3asMqFL0lhMC { position:absolute;display:block;z-index:15209;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.625rem;display:block; }
#K1fTC4ceMRI8PaTZfZhV20AVHRfnrdNR { position:absolute;display:block;z-index:15210;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.625rem;display:block; }
#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW { 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; }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row .container { background-color: transparent; background-image: none; }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row .container > .video-iframe-container { display: none; }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row > .video-iframe-container { display: none; }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .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); }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row .container { border-width: 0; border-radius: 0; }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#nHJGDZbSX63UscHD4hSnElLbWBM15Iu8 { 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; }
#vEQ5BisAehQKanEsLeLA6mgRwfbR4xfb { 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; }
#KIXiMUhG7BblNc97FKqHVpv35al8IqrU { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-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.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; }
#UXEoIM4LXH3VFe8z5mUgpXq79a9kzkZs { 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.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwBgdrxn4BsUeTpHrswcXOzmOBFnnB6S { 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; }
#N1OsNw7o0iTERiED376XzRga6anfBHP0 { 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; }
#KzDe24vTHl0UwkxGkylefe61L7LKNnuE { 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; }
#m9UH9eRcCZEvXGMKHtR0w7EBT8bar6zJ { 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; }
#HvluSmwk91TnQsTltE4qGnTGHXDDt9W3 { 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; }
#KSAeJzPws7ObbJdqtlJUeHR9uXP4XdMP { 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; }
#wAvGccPw4AN9Jn4HVm8prkepL09EVpEv { 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; }
#K4num8PqMmn9gSvFhIwgIgKKVeCoWRc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIwZ2TtPdQ0UyllT8Cy3JeCxnqwRkUxg { 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; }
#lzrpKIyG7WrFukUs6U1OKJfKCnVhVDkm { 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; }
#PtV88Xeqhu8LPHWbIQvddCaHUnzw7OUh { 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; }
#LwQzDBxUABB3ogvTvGotf9yzPpmhEe0X { 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; }
#kZedoEvItOBectAhKTzJqMeWCktZro9q { 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;display:block; }
#MdcWJ6DyGdo4O9nqFiWLPZT8pJZVktJ1 { 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; }
#c0t1pkaRI7RxLz7rhFyo8ewcVg7etRgS { 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; }
#KiTXO2ZkSEvuwH2d9eOaEw0UWNCeegJx { 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; }
#CaXXLIiAum3BZS80DDZivsuM01EU0MM1 { 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; }
#t1zC61cZ6lhJQLqy7yEDMS2RJvTiK6cb { 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; }
#BbkMINlWXuryF1g28JFrZIJVpBJAPT8d { 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; }
#xJdCH3pMQ4NHqlin1eZgHM6CGr5X2cKi { 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; }
#i3oBRRWm90rq86pPLDOqtPn0D4k6yCbD { 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.225rem;font-style:normal;display:block; }
#URnrR7S847B3LTGrSusFFAW8ypRnZP37 { 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;display:block; }
#SfooF3OopL6ntAME2GZg2bTCJLrOGHOT { 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; }
#HTfuza2WGLXWcpSeISrfGt40fyXoEp90 { 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; }
#gFTwC8nEA48EIAtFfmoLTH64DwS7QTAr { 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; }
#w5eHs8XiNq1yDTJpZeTF2lAfCVruZGwz { 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; }
#o0bgdn2l82gRcbRfMECfv6VDPAt7FBkC { 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; }
#W6EkAaBxPtbsg8s9W18iCTd1xUwRKxyJ { 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; }
#lcQq6cGucbKhBTecoKyFs8tewGtKfhqy { 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; }
#N9gU77Tx1HiJFk6wxe2ULF8qMLR6P3yi { 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; }
#XDzzMtTnB050nq2Jk4fcxWC8Uhkf0rLT { 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; }
#N9fpUIRTVnP9XnyZsUbyChVtp4lmnMTL { 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; }
#vTrkfAJEdPTa7DnJLGGRB91JML0nJNGy { 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.13769375rem;text-align:center;text-align-last:center;display:block; }
#VWAHSN93R5lTfcl18y4opqCbCV1dBbeI { 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; }
#TnL5zQpO4ZZ1LGiy2GCRi9JI92v9HBZS { position:absolute;display:block;z-index:15203;height:3rem;width:20rem;top:40rem;left:27.5rem;display:block; }
#y86TPpNdQLEmoT8dbe7oWPNrGKV0HgVl { 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; }
#ZwDMm6rf3ix4THK7zktKxnI79lETJT2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahUlDoXsHAMb5Xn0Dh6FDvlQKPhE9AZp { 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; }
#eIRqJrPeH5qCAPCJ36g4mNdsWGILe91b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2NCw9ivUeVlRTaBzS4vrrxfRU3T8DPy { 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; }
#XlKOSzuXJWGGTXRvbVB4TOhOe8Ww2I11 { 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; }
#EDdKq8Hw91fJtxNIW2IQGMi0b56n7Ohp { 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; }
#a0cUXmhb999EKGWWUwtRxGBbbdigpZUv { 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; }
#vKo8T2BAVeOWF0s7pf7fg2x057Drcyfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsiCANtHGGb5IaM1QNU7K6MvsuCBUoRU { 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; }
#eKqJkFyxV6TTJ6WEtHweyAUNaRAZO251 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c86NAnNMH5UfwSLysoC6Tl6JNqCiNBIe { 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; }
#vArlQaHBnbuMgrgp2so65zTJGMtuen10 { 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; }
#OFqKuKxeA2MWIUiyGr0xsidDdfOOdb8x { 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; }
#nQROPMI8wRRkMWJPEeONIwXJ72374BBZ { 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; }
#kLJzV6OhTD77iNSIaK30ytXgvFzScAr0 { 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; }
#u9tXovONGgUOS0c1b6thvd7C1W8UcPyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ss1hEvZX4WfanleghFQXOQEcIEEq6c82 { 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; }
#U09nHCKcuBla5RDIZNCGlwtHqgT4PucB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTiuGkb2fWHJDGlPp4aiHkZ4ueoSIyi9 { 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:none; }#xTiuGkb2fWHJDGlPp4aiHkZ4ueoSIyi9 > .row .container { border-width: 0; border-radius: 0; }#xTiuGkb2fWHJDGlPp4aiHkZ4ueoSIyi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTiuGkb2fWHJDGlPp4aiHkZ4ueoSIyi9 > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:none; }#U1AWK5a3BPhCpBUHGn9UqbQzUQM0fnbu { position:absolute;display:block;z-index:15001;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:3.0625rem;display:block; }
#vEev8kPRH1Gqivkz3MkW0UqrG7O5WBVr { 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:56.0625rem;display:none; }
#QtiRpZThBiZA8KPkbERdR8rVy3rDUgXM { 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:15220;text-align:center;text-align-last:center;top:11.1875rem;left:3.0625rem;display:block; }
#Py7nJ31b1MgvHIRSTW7KIfnaVCD8TlBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezT9gSe10w22aCs5tle8mO8IWrbknzCq { 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:15221;text-align:center;text-align-last:center;top:11.1875rem;left:8.8114585876462rem;display:block; }
#ni3JrS03rOxdDenSeFu3JuCpThJ4zIfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxxEoq5EOxF4B1o3rlC3SyQVErqCb7Tm { 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:15222;text-align:center;text-align-last:center;top:11.1875rem;left:14.624218940735rem;display:block; }
#uhsWH0TBDWpBM5uAU68MLKGN3CKsGquA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5z7cEzGwG3yf1fhCUrwyQEF8tlAURlk { 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:15228;text-align:center;text-align-last:center;top:11.1875rem;left:55.250000953674rem;display:block; }
#fpaoNbcKvenpB6nPeZDiU6ZGpgTyE0We { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HeHBIESJZrgsMngePV8Iuv62aO0NzedJ { 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:15223;text-align:center;text-align-last:center;top:11.1875rem;left:20.373958587646rem;display:block; }
#OoixQrQ9TxLo1b4uaCnB2rCACI6drFMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vU7895EcxTFupSHC90o9hoPxChhClg50 { 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:15224;text-align:center;text-align-last:center;top:12.249999523163rem;left:26.062500953674rem;display:block; }
#ksZGxX4Vqq7mLSTix19zfHaw0OTBaAvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saezQfCtcELzf7og3qlqbw6E5l15LX3l { 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:15227;text-align:center;text-align-last:center;top:11.1875rem;left:49.312500953674rem;display:block; }
#dpkyp4fcsOGLXvzL3AK1r1bMrOuq37NR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTxnF7iMcIkCizOXS5PqbLiSy2nqLJzZ { 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:15226;text-align:center;text-align-last:center;top:11.1875rem;left:43.437500953674rem;display:block; }
#cdLMBSciWGhA4ga73lH5WkaIHo1Etc1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bwrs8U17qvt8IgTatWCfWppx2pccsKpS { 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:15225;text-align:center;text-align-last:center;top:11.1875rem;left:31.812500953674rem;display:block; }
#XMIsElIhFxEgVTn23cxFIQyAHNVGMq0B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1eiKwZlmkwh2pynNWfTWvr4Lpsdwa5J { 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:15219;text-align:center;text-align-last:center;top:11.1875rem;left:37.562500953674rem;display:block; }
#mCOmrQETr3MeaGkwh0EPoMfWscInJstt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTBnHLUXTQKXqo7ASROlewqOgDRNCTdv { 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; }
#yamk6VWkKTBHp7EglATMBFhur7VWxGoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lm4HXogv3IxVE8dcTc7caNIGJ59LVNaS { 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; }
#W9PrGSvqke4SUkDCwFeH3vCEmSZcCLdE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h8orIz99TEJBGeh7sFWFxa4KiGg6vJVh { position:absolute;display:block;z-index:15002;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:8.811718940735rem;display:block; }
#C60xlyVkOZ87KbgkakT1DuA9lgtqvApO { position:absolute;display:block;z-index:15003;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:14.624218940735rem;display:block; }
#ftci4HnbB5BhbuXoQ1qfRIz4Xpb0nRCz { position:absolute;display:block;z-index:15004;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:20.374218940735rem;display:block; }
#F3CKmvTVlcOMUXfKy64qAIQ4ovMxr8W1 { position:absolute;display:block;z-index:15005;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:26.062500953674rem;display:block; }
#TsvTuqELBnJnPw6IKU3MwaK3mV9btnRm { position:absolute;display:block;z-index:15006;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:31.812500953674rem;display:block; }
#DTvnfDq7hC2oEBeXDbMoUK05nh8UMJil { position:absolute;display:block;z-index:15007;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:37.562500953674rem;display:block; }
#Cx1df9gIFiWgucFwXvIXoB7UlXOpONd9 { position:absolute;display:block;z-index:15008;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:43.437500953674rem;display:block; }
#JptBghJOlPErMJiyMxNMcKdFpzkVx6lX { 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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:49.312500953674rem;display:block; }
#vuQroLxIFRfaP8Ru0rGWDzaBAeo3ETrw { position:absolute;display:block;z-index:15010;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:55.250000953674rem;display:block; }
#Mip25Pbeqoxivgs1zVVLUIMNOEWxItuC { position:absolute;display:block;z-index:15229;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.187500476837rem;left:61.111718177796rem;display:block; }
#NaIChvwf5w6GbWWbTeUmRvxWccOhHmiJ { position:absolute;display:block;z-index:15230;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.187500476837rem;left:66.875000953675rem;display:block; }
#F8kzT8ALFCMWxRTEWKU587lK9nLJ7yZl { 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:15005;line-height:1.6;letter-spacing:0;top:1.5rem;left:9.3124990463256rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0SFp3HUU1iINNyMpFgBvHyU8xvmD5Wu { color:rgba(var(--color-tertiary-3),1);display:block;width:70.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.3125rem;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; }
#T3CAcW3UKT59gl97G6hqnNXnCSAufH1Z { color:rgba(var(--color-tertiary-3),1);display:block;width:70.375rem;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:18.624998092651rem;left:3.0625rem;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;text-align:center;text-align-last:center;display:block; }
#VT4rCznQ8qWEp8nmIZPmSEVp223FfIyQ { position:absolute;display:block;z-index:15211;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.4375rem;top:13.3125rem;left:4.4375rem;overflow:hidden;display:block; }
#xtW65a6CDMnxs6zeCZkzUbNT5cX0gbcT { 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:0.75rem;width:2.8125rem;top:13.3125rem;left:9.9052085876462rem;overflow:hidden;display:block; }
#SNTInagUiaJtrzfKVtfcItHQ18VWoolA { 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:0.75rem;width:2.0625rem;top:13.3125rem;left:15.999218940735rem;overflow:hidden;display:block; }
#MVvcnZUkCx5s5GXdN2Wee8K55Hu5yVJE { position:absolute;display:block;z-index:15213;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:13.3125rem;left:27.000000953674rem;overflow:hidden;display:block; }
#CQNPOXVafHMubRIMWrxv8ir1fMDNvqr1 { position:absolute;display:block;z-index:15214;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.3125rem;top:12.8125rem;left:32.500000953674rem;overflow:hidden;display:block; }
#mDDXFGpVQepJeeF1JMfG5iVOAGIB4bON { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;top:12.5rem;left:38.687500953674rem;overflow:hidden;display:block; }
#CC3oemGbXGy27T0UzkqzgmWhNGNPvRhs { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:3.0625rem;top:12.6875rem;left:44.500000953674rem;overflow:hidden;display:block; }
#KGGlSzCSgTUpUvyCzFqPmG98ME5st3xA { position:absolute;display:block;z-index:15217;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:11.8125rem;left:49.875000953674rem;overflow:hidden;display:block; }
#K2uQfadiT2aaTTJDJisZ00qtWSlzZHtD { position:absolute;display:block;z-index:15217;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:3.9375rem;top:11.75rem;left:55.750000953674rem;overflow:hidden;display:block; }
#ABk3xBGV5dBx2BmI3rM6CNDQzJ1wqs1E { position:absolute;display:block;z-index:15214;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.25rem;top:13.375rem;left:21.749218940735rem;overflow:hidden;display:block; }
#TqTKeNwoOc2T6oHorkGTSN7UnebqWheV { position:absolute;display:block;z-index:15231;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.9375rem;top:11.75rem;left:61.687500953674rem;overflow:hidden;display:block; }
#IggL09govkIu9xZ0oT9LCKVfWbFrhJ4P { position:absolute;display:block;z-index:15232;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.375rem;top:12.750000476837rem;left:67.687500953675rem;overflow:hidden;display:block; }
#NriTenoJQZVAmiz6G5FkcRHIEAdMhiuF { 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: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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:20.937498092651rem;left:34.312500953674rem;display:block; }
#A38G8Ds605xC1TazTlX86aleLIDuQ718 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z43SEOciLmBnITa2fvQq2UAzMmJgvnSe { position:absolute;display:block;z-index:15000;background-color:#444769;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:8rem;width:74rem;top:9.6874923706056rem;left:0.5rem;display:block; }
#FIlAIc0tir0ppFIiDg5ktfpNFxBnfS8i { position:absolute;display:block;z-index:15010;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:55.250000953674rem;display:none; }
#XE0uyllLlGW790aBb60n3ECNhKBaAOJ2 { position:absolute;display:block;z-index:15214;border-top:0;border-left:0;border-right:0;border-bottom:0;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:9.625rem;top:12.9375rem;left:67.687500953675rem;overflow:hidden;display:none; }
#Tazfoi2gOIF5oFtyCfwTNB4TN4pmByGb { position:absolute;display:block;z-index:15217;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:3.6875rem;top:11.75rem;left:55.750000953674rem;overflow:hidden;display:none; }
#geSTxaABxw7VhmiHpie9SNEUEetD5pr8 { 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:15229;text-align:center;text-align-last:center;top:11.187500476837rem;left:61.111718177796rem;display:block; }
#d3nOd8BRtngtSrQ8TK9zVmL0zMplvnZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUXTebWHGVPLq9ih19XmqHMyXwsXDAPK { 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:15233;text-align:center;text-align-last:center;top:11.1875rem;left:66.875000953675rem;display:block; }
#ZiWJGcMneEX3rpV34t9EUta6xQtu7iBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0LnAkUo35SRpeDX61iZhAo7WZ2mm2cK { position:absolute;display:block;z-index:15005;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:11.1875rem;left:26.062500953674rem;display:block; }
#TxUwiNhd15syxJD8KMyIcNAFr5fLoq1V { position:relative;display:none; }#TxUwiNhd15syxJD8KMyIcNAFr5fLoq1V { border-width: 0; border-radius: 0; }#TxUwiNhd15syxJD8KMyIcNAFr5fLoq1V > .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; }#TxUwiNhd15syxJD8KMyIcNAFr5fLoq1V > .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:79.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iei5d4bgPPmohcMrTDS08yR2fPxBmc6w { 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:41.625rem;width:41.625rem;top:6.0625rem;left:16.6875rem;overflow:hidden;display:block; }
#CfBzWm42T4Vtbh7idTiScM7UwTToXOCs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.6875rem;top:3rem;left:39.0625rem;overflow:hidden;display:block; }
#TLoW95onqQ3Nmwa7fgxDe4DMFsTu22c4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.25rem;top:2.75rem;left:25.5rem;overflow:hidden;display:block; }
#sfq8zXkl1T0goVUbJM3auhE551LS8gix { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:22.375rem;top:8.1875rem;left:24.9375rem;overflow:hidden;display:block; }
#upkX9OLsRnVSZePcyAWvXdkB71NqZmBJ { position:absolute;display:block;z-index:15004;background-color:#444769;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:47.9375rem;width:45.4375rem;top:23.5rem;left:14.75rem;display:block; }
#o0rq5pkoFdglnKOS9SDO1L8PE6fstZCT { 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:21.875rem;width:41.625rem;top:6.0625rem;left:14.75rem;overflow:hidden;display:block; }
#GcrT0KqVOrXJkEHpzEABzTTWwfV0Eqs4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:24.625rem;left:22rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3VTZzu9pMLf350G746InUTZTXw6tCIC { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:block; }
#CJ6hWCqgBH8dIy29Qnk07LWUqdmmUzSn { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:4rem;width:39.625rem;top:36.0625rem;left:17.6875rem;display:block; }
#RcAMvQtRMLZdT5NhTEGEKflZya8knzaF { position:absolute;display:block;z-index:15007;background-color:#1d1e2c;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:4rem;width:39.625rem;top:32rem;left:17.6875rem;display:block; }
#V5nBzSaCA1LLT7petArpTATHHa8eazy1 { position:absolute;display:block;z-index:15007;background-color:#1d1e2c;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:4rem;width:39.625rem;top:40.125rem;left:17.6875rem;display:block; }
#FBEAa13ltMp0NoLgPbHrOZfWPLhBJNeN { position:absolute;display:block;z-index:15008;background-color:#1d1e2c;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:4rem;width:39.625rem;top:44.1875rem;left:17.6875rem;display:block; }
#dpP8WWCDtx9vqlLGtp6X4ubfoqrDm7xD { position:absolute;display:block;z-index:15009;background-color:#1d1e2c;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:4rem;width:39.625rem;top:48.25rem;left:17.6875rem;display:block; }
#q3HitqEZ1pDbsZBFeZXy7ZGoFBTGTAuu { position:absolute;display:block;z-index:15010;background-color:#1d1e2c;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:4rem;width:39.625rem;top:52.3125rem;left:17.6875rem;display:block; }
#MZ7APH0ds4TPicx13Rx5hTpJtk9foxTb { position:absolute;display:block;z-index:15011;background-color:#1d1e2c;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:4rem;width:39.625rem;top:56.375rem;left:17.6875rem;display:block; }
#eKHamBdnnz6nk5goShysdbgI73vdOhs0 { position:absolute;display:block;z-index:15012;background-color:#1d1e2c;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:4rem;width:39.625rem;top:60.4375rem;left:17.6875rem;display:block; }
#TIMsp3pdIsIn3suCww7lnVQf5UgLKcIK { position:absolute;display:block;z-index:15013;background-color:#1d1e2c;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:4rem;width:39.625rem;top:64.5rem;left:17.6875rem;display:block; }
#gUloJEZST6mefxTGKcmrylgLoPeW2EQi { position:absolute;display:block;z-index:15006;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:27.9375rem;left:24.3125rem;display:block; }
#KhzqkCvds4IA1JVGnTT0egIJDLUVLBZo { position:absolute;display:block;z-index:15007;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:32rem;left:24.3125rem;display:block; }
#qg6bPBkWqwCsAabqSQoU7hszFK3qxgnM { position:absolute;display:block;z-index:15008;background-color:#444769;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:36.0625rem;left:24.3125rem;display:block; }
#ngK5Olg2nAXqahgfDcIv1ddeSdrIviIf { position:absolute;display:block;z-index:15009;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:40.125rem;left:24.3125rem;display:block; }
#omD16m7KK6aC6QPEN0gxgoqeUkrNJaZx { position:absolute;display:block;z-index:15010;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:44.1875rem;left:24.3125rem;display:block; }
#arbVppDs1i7eXuwhqFMvevt7M2kimQrU { position:absolute;display:block;z-index:15011;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:48.25rem;left:24.3125rem;display:block; }
#R2ciiDK6r8A0zeGsxlhtzk6iMdWkzRBP { position:absolute;display:block;z-index:15012;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:52.3125rem;left:24.3125rem;display:block; }
#ZUux6RvaBgENCQ5VUU8cTfuiV9WLnCeI { position:absolute;display:block;z-index:15013;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:56.375rem;left:24.3125rem;display:block; }
#ZV5z4O1xr2UvIFVPIkkEswTNTz5czTg5 { position:absolute;display:block;z-index:15014;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:60.4375rem;left:24.3125rem;display:block; }
#ZKohk9JNFwDl7x0poVtqfTDOmoRoJQmh { position:absolute;display:block;z-index:15015;background-color:#2f314a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4rem;width:5.75rem;top:64.5rem;left:24.3125rem;display:block; }
#nRtmyXpiU4RSdCVxuBz4w7eipeCcI1Cc { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:28.5625rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T67mBDoDTXFXPDVVnFnLTad0TzPOLP7S { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:32.4375rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFnCv2gX3TFNV5v108eAQcp4TTxW0rE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:36.5625rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WeTEVqRNX2OMfJo9FsqXb93TIhAMP1Hm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:40.5625rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RINJFBzJXoI78DVSewziBGlJhvKJ9yST { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:45.0625rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7r8Tx16Q5H3Sf97cBt6R16f7QuyoZUy { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:49.125rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoQh2zv8slwArikive15UlLTKznwtsHr { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:53.1875rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nipJw03US1BAVdoOJWpCIOxTxLBrqdr7 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:57.25rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v06SQ4s3PcgTG9kDQm5MkJ3SQw5ZUPZs { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:61.3125rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNoQFVdrW5QnpltTficvQQeP5H58ADDl { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:65.375rem;left:19rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6h4BeIMCJT0p0G5NmlquObnAeto2NLw { 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:0.8125rem;width:4.25rem;top:45.9375rem;left:25.1875rem;overflow:hidden;display:block; }
#RgEcDUifBNNSs2J7TB2MJcuizJLyigKf { 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:0.8125rem;width:4.25rem;top:53.875rem;left:25.25rem;overflow:hidden;display:block; }
#En3HL3Z4Mwazplx5MwXPSIAgqa4fle93 { 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:2.9375rem;width:2.125rem;top:28.5rem;left:26.125rem;overflow:hidden;display:block; }
#TZbsJG3ism1f1zpGfLoPu1auKdPlPL93 { 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:2.9375rem;width:2.125rem;top:32.5rem;left:26.0625rem;overflow:hidden;display:block; }
#hIfQUHeJfdo5LoSx3aNXCMIxssL4xqql { 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:4.4375rem;top:37.6875rem;left:25.0625rem;overflow:hidden;display:block; }
#yNa7q4LF16zHcKXQzkxP5XyT56qFzolU { 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:2.875rem;width:1.875rem;top:40.6875rem;left:26.125rem;overflow:hidden;display:block; }
#IvwFMpcEzmzsGSFcPQSQG0srU8fegXzN { 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:2.875rem;width:1.875rem;top:48.8125rem;left:26.25rem;overflow:hidden;display:block; }
#EJvw8AnnCTn4lARz3IVt5ks7JnQMbzEN { 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:1.875rem;width:1.1875rem;top:57.4375rem;left:24.5625rem;overflow:hidden;display:block; }
#fx4dbmExJD5aQylFHl4ntWCAlZQg71JC { 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:2rem;width:1.4375rem;top:57.375rem;left:25.875rem;overflow:hidden;display:block; }
#T5ZkTRBFy7ifDEQneH12ThvTPBTNKB4w { 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:0.625rem;width:2.5rem;top:57.6875rem;left:27.5625rem;overflow:hidden;display:block; }
#ZOhDN2R5eUc58FrXGbSae7rUSk88tBTn { 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:0.9375rem;width:2.3125rem;top:58.25rem;left:27.5625rem;overflow:hidden;display:block; }
#gbe5QmQbTfQlk8ffxU7BWloz3Lf78rax { 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:2.9375rem;width:2.125rem;top:61rem;left:26.125rem;overflow:hidden;display:block; }
#ZEWwhFL1TqtG3nTwytGcKr9H8rLXQcx3 { 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:2.9375rem;width:2.125rem;top:65.0625rem;left:26.125rem;overflow:hidden;display:block; }
#byHaGWQEUtKLL8LAPt1x5SKBoVUTEThc { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:29.125rem;left:33.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Sc6uLxKr4x0RkxzBDwuOZas6Otmxt6U1 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:29.125rem;left:47.5625rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M6X0vdMpI8MROXwZ9xKRlqUl0cG2fbRH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:33.25rem;left:32.5625rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sUwWWw9a2XB9ikqADadTauNHA7PTLVyL { 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:2.5rem;width:5.0625rem;top:36.8125rem;left:41.75rem;overflow:hidden;display:block; }
#TkPhIpnzWAUiLEVg3CkDc4bgrZdROLlo { 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.125rem;width:5.0625rem;top:28.9375rem;left:41.8125rem;overflow:hidden;display:block; }
#y8oJ9QxI3hF5MXb0Ba2uW1xe5aHcVkN8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:33.1875rem;left:47.5625rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWQTw616uO85BKi3qfmieWQBWOILdyvA { 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:2.125rem;width:5.0625rem;top:32.9375rem;left:41.8125rem;overflow:hidden;display:block; }
#sxp1W60rMS0PeUq2b91uTwUQS8F2wTbT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:37.25rem;left:47.5625rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tc00s38eRdaI7htcFVoz91G3EDyRPA6L { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:37.25rem;left:32.4375rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oNGrWrCG4eT9x0EZnUP9AkOEKFH3qHdt { 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:4.8125rem;top:40.875rem;left:41.8125rem;overflow:hidden;display:block; }
#It62AkLAyTLARBTfJaiSgZIOPL6u0qOh { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:41.3125rem;left:47.4375rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcUlTZXFOrDqcLtW7Ex2pVcADAegWmH9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:41.3125rem;left:32.4375rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mEtqrxVLqhqu4aPly665Fbbsde0HwH2k { 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:2.25rem;width:4.8125rem;top:45rem;left:41.5rem;overflow:hidden;display:block; }
#It6D0RubFo6DhMd3bR0vJEi5prHbnBPM { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:45.375rem;left:47.375rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFbqiB9k3RXDMSbe1wNxnbvvmTACR7ok { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:45.375rem;left:32.4375rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MzzgPTEKbeQq5dT2E6duKXvEOmkMVLo2 { 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:2.25rem;width:3.8125rem;top:49.125rem;left:42.0625rem;overflow:hidden;display:block; }
#wC4V1zyWos7MdmZGMfwHvQWNIu2FozxW { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:49.4375rem;left:47.375rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iN3O9l0PfRu7xTOBgnM0ucmBNOnZt0uB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:49.4375rem;left:32.4375rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cF1LhP4Bt7pZi8BBv7f1ogBUueS1u7Q8 { 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:2.1875rem;width:5.25rem;top:53.125rem;left:41.625rem;overflow:hidden;display:block; }
#FOQnfSB0Dw1y4R1GzgTV0E4kbsBRyT4D { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:53.375rem;left:47.3125rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9gHHTPvImRm7hXiJglLHJH6O4oVEu7N { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:53.5rem;left:32.4375rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ao8OuhBJxUIBg7KhAK0dSiZDLCndolUq { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:57.5625rem;left:36.3125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#an60xckVOO0CTlBOI66zZxMmNSgAQ2Px { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:61.625rem;left:36.3125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTx1rJeSVExbd8VDT3yai502d67kVgAB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:65.6875rem;left:31.75rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tM823tAATCmnKmi0ycFnMuszFQfH6vuZ { 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:1.5rem;width:12.0625rem;top:65.8125rem;left:43.125rem;overflow:hidden;display:block; }
#izJdHEoyyvgQuFtS0bSk0NdvVAe6wMER { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:69.0625rem;left:28.6875rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AR7aa7rV1u9OgqBcFQH8c4CCOmZnvTXn { color:rgba(var(--color-tertiary-0),0.6);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:72.512500762938rem;left:22.718750953674rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJJW4geLpu1qeJa22X3bolgF0Ubn5cfP { 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:5.8125rem;width:1.25rem;top:17.0625rem;left:27.800000190735rem;overflow:hidden;display:block; }
#Cv7gCHwNFgxUE6FQKAs1G1kg3IkGbdvT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:2.125rem;top:28.125013351441rem;left:28.937500953674rem;overflow:hidden;display:block; }
#uSBOTQmxhJK2Fz4qQpKOdxo6nbENxhqI { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#GpFtpNh4ITW5RfD1887AIxyoNXcNifwl { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#LL7AJB5s49qHWG83zFFliFCDADTUV3Fs { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#GpZ4Rqpa5A4TH2qBm2fXx99CE1GV8oX4 { 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:2.9375rem;width:2.125rem;top:28.5rem;left:26.125rem;overflow:hidden;display:none; }
#QeGTRcL8PXLArSTp5d4QRk8yzzXfQyQT { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#zTLEGUaVI4TklzadXALPmoV6cNnMLvaw { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#iNUBGKKOkkGh57ip6GIscqGyIPIrJkDU { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#eToSklz5ePFV0drEfAFkayNZMUWBT9ag { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#Pqvo2U3LepcZD7iiJggUgvpnBQR5641O { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#B6rS4DJsgfih9Uml05UtPmkTN7xcJZee { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#iny6P3lRpQCF0y7CDo28P20L5fRr8lPD { position:absolute;display:block;z-index:15005;background-color:#1d1e2c;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:4rem;width:39.625rem;top:27.9375rem;left:17.6875rem;display:none; }
#zVlpIwetyo3w8mNGAuhEhEJAE2MNaThV { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:1.25rem;top:28.125013351441rem;left:28.937500953674rem;overflow:hidden;display:none; }
#G74XJtmADBMyKoTa66pXliw9vw6wq50W { position:relative;display:none; }#G74XJtmADBMyKoTa66pXliw9vw6wq50W { border-width: 0; border-radius: 0; }#G74XJtmADBMyKoTa66pXliw9vw6wq50W > .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; }#G74XJtmADBMyKoTa66pXliw9vw6wq50W > .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:26.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:none; }#QNIoi9wCkEm7WsTeG5yJTTCJ9qcwKcN9 { 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:24.625rem;width:74.1875rem;top:1.125rem;left:0rem;overflow:hidden;display:none; }
#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB { position:relative;display:block; }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB { background-color: transparent; background-image: none; }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .row .container > .video-iframe-container { display: none; }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .row > .video-iframe-container { display: none; }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .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); }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB { border-width: 0; border-radius: 0; }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .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; }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .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; }#EiR3e4KEW9KBUTZlrk7W7vHLqKuPLhrv { 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; }
#kKJdWk65DEkWgWlnoBVMoSt26tPOKuMu { 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; }
#N69ECA0354VQsISu8l50JkGyfI9THAfg { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-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.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; }
#vAouLACQAu8Chd88y0U1AxbOfQLFbBkl { 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; }
#LdFaBO2DZVmTzWXZIvy27A4DB8lu2XJy { 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; }
#LndfcSRRko9XHsptTwdbIe7R8fy2HVOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3cBgcvyUvwv9sil4FyM7K9NRwQNVqrv { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-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.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; }
#aKPp0lW9ksgBccT2xl1f1IGX1TItvKB1 { 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; }
#yiq7ArP82vuBZHB85LPThCHnTwHTUnmX { 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; }
#A7vmouFV4t22DMkC3cOMf8UiMJg1CIfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pupuzd9OdDV5HCgKsguSVtbCtCI1qOJM { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-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.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; }
#mr0HZeA3gUJnR7icBKlvV0aryFRGqsHa { 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; }
#g3txisHzLzxCA9vvMIKR82Tl1B7rDmm1 { 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; }
#yrud6zeI9yRekBie95DDJGg5vTIBqopL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jfk29ODeagoQDBLGh1vnMnd53PKlkEIQ { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-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.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; }
#PMNXTbHcWqFws58hS2df7b3bxq5RwenL { 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; }
#nQLbaVAVk1lg60w0UzzA7zNSUyfxxLdT { 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; }
#TqddChv694yKFJoZPvES6eUguXbF9xvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAGg6eqydKcH4KytW8dTmgWcBpiUbeRh { 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; }
#DKZ0avJIPby9ynWvTw5LEOudO7OMJB4D { 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; }
#UUXsBtKmB01XkEq2v7FoHtdJGqe3Q2Rk { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15230;background-color:rgba(var(--color-primary-3),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; }
#R9OeIrNp5V09BctIn3p5GUhBD6zo2J8s { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15231;background-color:rgba(var(--color-primary-3),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; }
#ggdGePGZBmaawwqUVu0TohBLc7ayIOZT { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15233;background-color:rgba(var(--color-primary-3),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; }
#ZRP0X9TOwCvnlWZNH9mxCAHiDMSVTKGB { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15232;background-color:rgba(var(--color-primary-3),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; }
#T5X38GX6tC23pT4xJvT2Tt9JJMIfJG1l { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15237;background-color:rgba(var(--color-primary-3),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; }
#B8nzhcLT5M1e7aOok7SNMuT6oTUnKTHk { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15236;background-color:rgba(var(--color-primary-3),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; }
#ARndefJcxFFIrgsAGw4XxTmIUlIDwLWe { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15235;background-color:rgba(var(--color-primary-3),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; }
#cDZBxdDD96d6fnkGzr9VP9oxytMpVSPP { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15234;background-color:rgba(var(--color-primary-3),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; }
#TaZ3VTT9nJTlTszDLS7Tyw7s0qLKLrw8 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15241;background-color:rgba(var(--color-primary-3),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; }
#M19COwkDko2pzU6JVP8LqIIkvS4HANpK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15240;background-color:rgba(var(--color-primary-3),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; }
#TukbtHk8seRIJ4TCMUTswRcHWJDB0ixr { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15239;background-color:rgba(var(--color-primary-3),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; }
#CEoK7Mwd9QzJOze6JN592ZNsy6aABcMz { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15238;background-color:rgba(var(--color-primary-3),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; }
#nQCFgEw5hhurMXXHccOf9C6MwuaToJpC { 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; }
#OAJpRui3UdeIxBgTzpymJFhTv8ddZ7Td { 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; }
#XlKzIQLTfeKmXebkOP6h4FxXSVke6fh6 { 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; }
#uanJPOAZ9QcDixyi3Seyn1sGxNOrEtcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTwxdFOD409KCOUkkrbTi6t0gVCIcitg { 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; }
#cBO59WLTTOkfacTuaTE4xUCiVu6RsF8z { 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; }
#mg65nylrkqJy21D2crHTzsh9MbPktMgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S67fsOtSkotzXhcyB3tcDIsZ9TFJlS5D { 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; }
#cV8mPSww6RM1m3snPXMfR5a7C6lJLpRp { 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; }
#l3HOmn6xXHr1znpd2EbT0vbspL8iTgRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUvFbbJKGvrhWM1WvWKGNWpnuI2Sb6pM { 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; }
#pyiScMcUFkXyNfxts75KxtQTrq5OrNkf { 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; }
#eZ6ubK0kxxGgIovKzMfsedpPEvpJoeRo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BklBkWktR4hMuSbdnWJLRaoEDuHmBHos { 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; }
#NvA5pFur3oGutETxQNPaveWbNSZiTIFn { 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; }
#Cmgs5qMzkesSGD6P1HrBFXzQCyvlNTDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2DzIcUL9giJRZrLTmJ0UeFr3xTlG22t { 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; }
#Ivn4gKZbfKkyvrfPu0oiu9HdE3yviTKM { 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; }
#l8i8gd0AstTiviyBdxVKBteiTqTxPN6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mk2ZPWaVZAJ3N3de8nJ6tEV1Jw7WOmFr { 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; }
#hwptomFGrHGcKFmTNc6aq2hZNEzoKQxc { 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; }
#AJZrHPNohpUOx46snfR9McryTBmIC80P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUN5M2Hm5VD3bozov56RIMCQLTccEwnU { 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; }
#Gym3aMQAWo2xKdJ26Kx0zJ9ioNlwUgWi { 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; }
#sfW34UFQ2m0AN7FR2pVlBdZOspsTTozH { 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; }
#wGcMiB5fTbyUXKB2HZvtJSkArXnDKXWs { 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; }
#FkFpJT3MAEqgNL01Xp2VpfsK9A4S0J1Q { 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; }
#d5pgGpRP6DZgqMiLVWquRr6FhVLHO5TW { 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; }
#KTaIW34qStrdodMOi8yHwBHEhnevB5Ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DM2MeLMThE3Wu3GRz2c4PwRRbDU5lHEG { 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; }
#Fql19Jn0sDpZpZTZ6O5yy5Z8NJ4rWZpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzuWgJVZKaUsIPz26dxqTuvMmiKFyV6y { 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; }
#TlCoiDmFFTScbM6t8dfaEnuTmwrQTdEM { 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; }
#qe3T4IccH3mTvTM9165DEqIEemksGytH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7iXtWOhz58Wwwiy0D1O48LwkMu3mDID { 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:52.125rem;height:4rem;text-decoration:none;z-index:15264;text-align:center;text-align-last:center;top:17.71875rem;left:11.4375rem;display:block; }
#f0Ma9wAB7944k8EDh7yioZPHqMiZdOUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CKl40OKpfNAwfiGwaVX4pWm3PTu8vpIP { 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; }
#m24GHMQMbSVbGADHtODx3ni7e6savs0R { 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; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container { background-color: transparent; background-image: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container > .video-iframe-container { display: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row > .video-iframe-container { display: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .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); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container { border-width: 0; border-radius: 0; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#NofVS5ng38T85HfTvIakTo0W73DGvU92 { 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; }
#rvH7F7flai7rytrf7zwNtPZav4E2RwL6 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15254;background-color:rgba(var(--color-primary-3),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; }
#b8fiKen5gR7HpOFs2daRcJGIPDZroG5L { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15255;background-color:rgba(var(--color-primary-3),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; }
#sli04Z37InepdUSEdDNIsRGX00m5JtTe { 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; }
#aiT7WQQcgGJ7eiq341PqnlPBIcnnUlVS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15256;background-color:rgba(var(--color-primary-3),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; }
#zBWNgLDmv0r7uWUKoKpqttKZTCf1SVAy { 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; }
#AKWr1vHE3EzswpThc3tXz7pH7h7MkeKZ { 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; }
#P3tm1e2NvQQqSB31G4wZosKtWqm10T9F { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15257;background-color:rgba(var(--color-primary-3),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; }
#Zro5M7ItL5rHQCJhWqUgZdwUuTr47k8y { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15258;background-color:rgba(var(--color-primary-3),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; }
#RNkshzxE21PiPvcBgcFiHUvF9uqCdAbd { 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; }
#hGuATrSdLXfT9JdzrvQTMr5ZzMiDLhZS { 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; }
#Tev7T0aoL6MROhksIdd52TvsIm3sPZWK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15259;background-color:rgba(var(--color-primary-3),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; }
#WMbfNHMNx4n7nhRob3h4ZiWrgq4y3w5L { 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; }
#qpNAhphK5C0hKTgUZkIXPAxlKmgisC0p { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15260;background-color:rgba(var(--color-primary-3),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; }
#wTH1LVnoCM0WKnmXzuuiP6aGTWO5GNwK { 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; }
#Qtm6b9ufVDqpBu5IAkv1HhFpy3O4pgnt { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15261;background-color:rgba(var(--color-primary-3),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; }
#VCN6gp9i3AiNRoB2OFmTivKXdzg47CWA { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15263;background-color:rgba(var(--color-primary-3),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; }
#zwaRS2m1D4gSeuRs8U6TPVM21P637hXX { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15262;background-color:rgba(var(--color-primary-3),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; }
#vh7Qe6Z8OSfSF8TUJmkU0l5Rlupslcs0 { 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; }
#RMKnlqSOSJrIVdV02zdRQfSGLiGyS1un { 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; }
#ZrtA54q23Kcs3mxPv9oPNi2ln91tG0KA { 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; }
#RqWQFlbb3QkpgU8E7lL9odHuJJnSueOI { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15265;background-color:rgba(var(--color-primary-3),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; }
#PC6KILCAdOFC7SxO3TEP0SWdWq1aLPBq { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15264;background-color:rgba(var(--color-primary-3),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; }
#qJ0ccpCnQlrJCTustcTTJTJ06X13FpHM { 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; }
#m0pfpG2B69RQ8usTpXASUCuDpQUOhZQv { 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; }
#Lpnac9sZ58BoAqeynfEOqAamFsQauKKJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15278;background-color:rgba(var(--color-primary-3),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; }
#rdtwNVMg7kq5ChlAzS82cIndeQPyubiT { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15279;background-color:rgba(var(--color-primary-3),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; }
#nTb4HdfuiespxtKm9m5AAQniKwyKRKfo { 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; }
#VzvgWxTprID3ZdcbeVcqTwbksnSlkuJr { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15280;background-color:rgba(var(--color-primary-3),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; }
#DE2qehs9XJHcyoi0o484GBertefGbKGg { 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; }
#vUynxbdu8q0ycNgOLXR326GBkiTaOp3c { 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; }
#F5QAJSbeB54se1iSv8XmBxTkB9ocRBoU { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15281;background-color:rgba(var(--color-primary-3),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; }
#CCTkKsD5SBbpAehXDFohct4sQDp7G6Bn { 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; }
#bkoH3JFx1vNiyM3yVKVMRna205538VqR { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15282;background-color:rgba(var(--color-primary-3),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; }
#CJZ9ews6ATypXpu0PHZdOqcIwsvlNxMP { 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; }
#CUeFERZO0gxAAGSDV5r8Sk4CaJtw5VTA { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15283;background-color:rgba(var(--color-primary-3),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; }
#Gi7XGpkMMPdM4RILRNeQLF15oZfSUsGt { 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; }
#lSZcHiKPbW86oQGmQQuEeR5VwHruQm5g { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15284;background-color:rgba(var(--color-primary-3),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; }
#fWe6GEMwMTKpNd9KLCNybw3wGdpCiy1F { 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; }
#nDkz7iCrTQyASvEA7fA5i4GuLiKWpHfx { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15285;background-color:rgba(var(--color-primary-3),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; }
#uM6XRKeG5zcC0gq9rO6i0QFgw15sDO6R { 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; }
#BdRQezR66RTnWbMHoEfTU5NSJMBDwzmw { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15287;background-color:rgba(var(--color-primary-3),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; }
#XTSOrUoVgkfxdngsHs4HmfH6rNgCrA9X { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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; }
#kyG95iKzoMywHGR6EdqJFu8rgBQX9W0t { 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; }
#eXLeQPUrMdBTaToMfIfVRydNbVWilzMU { 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; }
#VFdG3To86oXSdXIE66qNNdZ8FF7QNH4m { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15289;background-color:rgba(var(--color-primary-3),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; }
#CJLfplutAb4orPN52vFdX32PDxEKLdNI { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15288;background-color:rgba(var(--color-primary-3),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; }
#JLh2Lvz2mUs9gSmgdL4uRrgZvscUqmNa { 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; }
#F08vQcSWhrQu4uPDQ0XFzps5yzu09DTT { 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; }
#PF0bJikLA5eH5HwCc8CSTwwARRrKM4g0 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15293;background-color:rgba(var(--color-primary-3),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; }
#UKRz1lHkW63gNI9XQWlKawNNxwMHFXMn { 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; }
#AZWyR9A0JJzth8lm84NIsEUe8TN8KuAr { 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; }
#w6lZH15oAyV0shpX0yKaO0bGkEGkPMQ3 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15292;background-color:rgba(var(--color-primary-3),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; }
#R9N9ygtUgxsnOMwUeSH1pALLZDN1uZsc { 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; }
#FxoO0gWOzlSd2U5T2uOCP1fnHMCCeiK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STtNqTFRZS6qHHLaRx68qGRiTWECg1IQ { 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; }
#Kn8y2Dq97ySno4SqSG7kRsHhQ7Qukw98 { 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; }
#fpNRNoMfdhge7POUezh9ku5vadFFSu7E { 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; }
#b7PMKBsPg0T6hXK4qyx9E23EJns8X2x5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWLkdt9QVO2xM9ESWZF2Xl9momo5wPJT { 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; }
#wdmfnKEGb9PNW4hdyDxVnDpVQT7cfJfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ol7FUeyoCBoGA8oUV0QLE0VX3OgCSLek { 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:52.125rem;height:12.6875rem;text-decoration:none;z-index:15309;text-align:center;text-align-last:center;top:0.25rem;left:11.4375rem;display:block; }
#fZ8v7944GPRfzqpDiJqUVTREN9b3Iri1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 { 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; }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row .container { background-color: transparent; background-image: none; }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row .container > .video-iframe-container { display: none; }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row > .video-iframe-container { display: none; }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .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); }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row .container { border-width: 0; border-radius: 0; }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#PV6gbrx7g8mhsuEae1gVTsGPz11GekyL { 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:5rem;width:74rem;top:1.0625rem;left:0.5rem;display:block; }
#xvS2mXQtifVqRBmAJHW5yhiZPGfShBzf { 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.75rem;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; }
#Le3ZxD5XsapMeOixTkbW4CHg9wTRgnUA { 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:2.5rem;width:4rem;top:8.4375rem;left:7.875rem;overflow:hidden;display:block; }
#w0oEPlNq4wvHmXghBboyD0TzfnMb8h1r { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.625rem;top:9.1875rem;left:14.6875rem;overflow:hidden;display:block; }
#rDryihJsDLWacbAgVsGnFFZDF0V7W5MK { 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.5rem;width:3.5rem;top:8.9375rem;left:24.25rem;overflow:hidden;display:block; }
#qW48axEZzkgR3Vy94PhbsPOHQfokEVLk { 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.75rem;width:3.375rem;top:8.8125rem;left:30.375rem;overflow:hidden;display:block; }
#LdPbTi6CFfVO52DRvNW1TOD4XvQZxGTX { 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:0.75rem;width:5rem;top:9.3125rem;left:36.375rem;overflow:hidden;display:block; }
#iosnSWmX5Sc7VVfKsbNxyQ45aaevIXZs { 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.125rem;width:2.875rem;top:9.125rem;left:43.8125rem;overflow:hidden;display:block; }
#mrsfWCzLX1TioIIA1O0szEqZCZTlGgxf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:5rem;top:9.3125rem;left:49.25rem;overflow:hidden;display:block; }
#aG2tgMD0CaN8iJ88xznWILEtz8FFvSDn { 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:0.75rem;width:4.5rem;top:9.3125rem;left:56.9375rem;overflow:hidden;display:block; }
#OF12hpBPWKcuB56SFFBmXdMiF0T2pgcX { position:absolute;display:block;z-index:15210;border-top:0;border-left:0;border-right:0;border-bottom:0;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:5.125rem;top:8.75rem;left:62.8125rem;overflow:hidden;display:block; }
#KdcFnHLaEt9i6bS60GT8LMdy08GlQgps { 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:4.5rem;left:35.9375rem; }
#hEgvgQ9Unv0fifbNBuZi59UliErkhaQT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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:4.9375rem;left:0.5rem;display:block; }
#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP { 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; }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row .container { background-color: transparent; background-image: none; }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row .container > .video-iframe-container { display: none; }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row > .video-iframe-container { display: none; }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .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); }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row .container { border-width: 0; border-radius: 0; }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#FosCG4G4ceIbXOqApzZS5kZIq47WKKCG { 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:5rem;width:74rem;top:1.0625rem;left:0.5rem;display:block; }
#hS3FlJd6eNyhxmJsBOL4qFZOTnzyXRfk { 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.75rem;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; }
#QNpp8nQ8fGpJZsPofAKaCv2OpTTPAGlz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.9375rem;left:19.25rem;overflow:hidden;display:block; }
#oLKt33ETT0dw1pbEsKs1BaJbHNtKnEUh { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.8125rem;left:28.4375rem;height:;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; }
#lsb9f5ILsmarswahuoUfcLxOq0dIe7s6 { 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:1rem;width:2.0625rem;top:13rem;left:28.75rem;overflow:hidden;display:block; }
#rpmtW4d9nt6OpI1qQ4baxPsUolkgCpM0 { 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:1rem;width:6.375rem;top:13rem;left:32rem;overflow:hidden;display:block; }
#vdhIrupBnWTlISZrCPzcamECKTdNkq4C { 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.5rem;top:12.75rem;left:39.9375rem;overflow:hidden;display:block; }
#iIdPA5kQfHy4Gx0Chf6yn4kL67GcA1id { 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:4.4375rem;left:35.9375rem; }
#o7kPU54CVSNNaHNZVTHi9oGRKcoSMQEw { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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:12.6875rem;width:73.75rem;top:4.375rem;left:0.5rem;display:block; }
#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC { position:relative;display:block; }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC { background-color: transparent; background-image: none; }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .row .container > .video-iframe-container { display: none; }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .row > .video-iframe-container { display: none; }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .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); }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC { border-width: 0; border-radius: 0; }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .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; }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .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; }#Ol7CwigWAERzZ87KL6DrpRWNwuchg0zF { 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; }
#wiUJe3tT9twIfLxUSz4M9zQlMxIEf9mo { 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; }
#CAgRG1Lawt9LyuGZ2xEmk5nrbODxmw8K { 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; }
#aymzGfbBvEnmMhHcM8SzKHQd4RrRWseg { 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; }
#eQ9TaProAOA6praHERWOGNtoLzoNFXS0 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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; }
#FlMDFG9a7GOM0MR2hhQmdF4tqxfRFUTt { 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.375rem;overflow:hidden;display:block; }
#r630rXtkkWx4K0GpN0IA0T5ZDxR0Fmse { 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:9.0625rem;overflow:hidden;display:block; }
#f0QXaI81qgCziK31KPn6gb3kQek7nhIc { 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; }
#pUV9kZxvK49Cmakb3ZMI6X2MBNJdiLXu { 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; }
#obSM2d4gfUwEVBiRTm6Qpnd5Crrd9qR5 { 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.6875rem;overflow:hidden;display:block; }
#S4fcA6vMfr1sSJG9Xb4y4ltSr1iTzTlK { 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.9375rem;overflow:hidden;display:block; }
#FRTMxOJb6BMSx0ey63K2MNaEZAc2heXy { 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.5625rem;overflow:hidden;display:block; }
#rlEBIhIHWLc4ioGkL1N5flvOOO3VFGud { 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:54.875rem;overflow:hidden;display:block; }
#ZHpDWsEaWZLMeEAyaVfETLThuiiwZn43 { 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.0625rem;overflow:hidden;display:block; }
#XHOIzwiXpIk9yvISUeCayZtwI7MWT7ZR { 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; }
#UcNgtADMvGG2WWXCVNGdVHGZPGoPGETU { 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; }
#HT4ZsLCbJgT3doFHcZ5PoBrS1bW0Ovet { 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; }
#QlQ5bQciRaNKgKQWrEE8oCrJWskn4yI1 { 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; }
#UF87aTcLKTHZ007UEC2eEr4zifg9KBi3 { 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; }
#PrNTz0pnxWxwhdRD0oPsfu1am6oV8iRv { 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; }
#ccwHJ3PeGVrW7fATCJK8pooIhByZTEO0 { 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; }
#Ta8o8qTCxX1suS7oxQXoxAUswnmOz6ye { 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; }
#mXM7Iu48CNId5Jds2RffSiMd2QMDQopo { 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; }
#sKVZ2KiWHn8SbHcgE33PVlA86q3q7oDo { 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; }
#Tf84zHRq1SHETbTnNfL386nbCuvS8VK8 { 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; }
#vcpdcHcQIa9FhykMCn1akFqTDOzCDwXS { 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; }
#c86u3sVAZwfJH4kLOZKbcqEXMot0u7nV { 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; }
#SRQ4wv84xnEVHgv93tyos57mdPx0RsX8 { 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; }
#yv8ZWGfOIJDsmWB9SJ92D4PVcdWwFOhQ { 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; }
#DkTQHHTuBdwRr0EliDV4IgNp0SlzWw0U { 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; }
#GS9epTlFwb6DLTHUXFi8Q9os2LmBi3OI { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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; }
#cXIy8c6JSuwxk4N3z0SlvxvEGJwRoDuP { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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; }
#imv4rlqDwlVzas7DRLv0R30HJufSUU1w { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),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; }
#a5pdUkDQVTkN5rgJnbK5qZRRuVaviunE { 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; }
#ckrSTlBptmAeemHaeOyqREbb1XsGt6yD { 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; }
#lxghAgghtTLFgzBcGDAFBdnoli2KoE3s { 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; }
#UXZaSGOD4zQTQBfNwkaH7J2Ek3C0VELP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNozwb2LtrAmEGUuGHmwMf9gsDnVdHsv { 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; }
#ThHBB0UdExMhw974MkCRHDQkEqJwcTOa { 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; }
#ICT8yJMslwNtf9NhWctD1vDhfXesiBay { 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; }
#NCwufWFQTcEu3rdoBz1boVxiW4oOqOrU { 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; }
#oibgVhZCuJbk9ztyTLFBtvZ7QJf6xPOc { 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.53125rem;left:67.3125rem;overflow:hidden;display:block; }
#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0a26;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; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.adaptive-delivery-prevent-bg, #VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.lazyload, #VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.lazyloading { background-image: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container { background-color: transparent; background-image: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container > .video-iframe-container { display: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row > .video-iframe-container { display: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .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); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container { border-width: 0; border-radius: 0; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#SR45GZKGNMyI6wRqkfr29B5tITP9pdJe { 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; }
#ZvJ55K7kTToVl4gdOgr2uUWFvUbEKZrg { 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; }
#ToMzroVr33f86HLHFrtJRwXJ41hSNx1V { 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; }
#DWtTvd2zhNtLJO9iXJQ7kDITnSJcIbv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrXREM3BSb61v6JwqFItPm75RgcMDb4E { 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; }
#WuVXf10kJJESQhBR4K6rEgTDanmZPDl3 { 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; }
#RzSQX92U9iIle3HmGbW13B2FmOseb0PQ { 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; }
#oOrHagake7GQumriPupzEWDfyectIVWv { 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; }
#br1cp0Zw45eDVm0vm3AE8Zd3qZrLfyid { 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; }
#HIiXX5dooc92MPAgf8pSQbdnbNPXC19K { 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; }
#xima8CJoqDKitqfFk29FVQvkk4Jq3QKs { 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; }
#pCvSL7PkKQy71sxWnCFFy39v21WVm9uB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHcdgaFt71GDwyPE9HNhNDwtW9GU2PlA { 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; }
#BuOTC0tc56m5qGEDgBTBl9h3LcrVOVqR { 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; }
#bm3U0FOELU2iou84pWwbqvDur8IBXOOm { 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; }
#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n { 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; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { background-color: transparent; background-image: none; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container > .video-iframe-container { display: none; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row > .video-iframe-container { display: none; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .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); }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { border-width: 0; border-radius: 0; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#cpaZ67PEk4nOeLImf5ST9piUX0CabTQs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:2.875rem;left:0rem;height:1.575rem;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; }
#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA { position:relative;display:block; }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA { background-color: transparent; background-image: none; }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .row .container > .video-iframe-container { display: none; }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .row > .video-iframe-container { display: none; }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .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); }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA { border-width: 0; border-radius: 0; }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .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; }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .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:42.625rem;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; }#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .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; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .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; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .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; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .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; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .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; }#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-trigger.adaptive-delivery-prevent-bg, #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-trigger.lazyload, #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-trigger.lazyloading { background-image: none; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR { 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; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #gAU9oIgwTAWfrKomelCLefToN93bR3U1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #at8k72bQeTBlykD8qSztCfNG0qkJUtqT { display:none; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #JGHhI6dL18Oodyi19UCIkGcX5xv1KzW8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NTCuwfx7WuTR77zaR0gnCRHrkVwFTndQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #pd9ZsoOX0W0TVwriPoKugKXU3599NEDl { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #qVWlpfHpLQVSdg88tOZAEssxHIchq7RJ {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Q3wfaHwlWEzLgkUtNVytKxKT685RWUxu { display:none; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #beKTryoMq6efxnyk3uINVShBD10NUpZ1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y { display:none; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #aR3OT9WX2wWEyX5TADE8kI0TD5c1aXVf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #sL6d2TAo2ULiXM6lubkhFuaPKhflfC2R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #B4d9UT145mhfovzfWNi3oH42oHSrdcya { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #mZ8VaIb4v5eVcestWJ4Fvio17TCCI3ea {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #PJMgIbvbecFkoLaDcdmMCf9lCqEUyK4n { display:none; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #B2XV1Z9MEsq2HPawE8LJCVbeckgNOwqb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #c1JNcKD8u0tncJyedOvqXQgwu7vPtoI2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #nrkCP8t1pnQ6bKTK7RgQpln63gySQUTl { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #g7nTo08rzm1COlBN2hxRegpluJO10yxk {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #MolcxSmFc98Ncqe6s34RN4Rs9C3Ocoei { display:none; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #LQmHvJe99lSfvc74qS6GiJf5159pEHIu { display:none; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 { display:none; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP { display:block;position:relative; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #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:8.75rem;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; }
#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; }
#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; }
#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:2.75rem;width:75rem;top:4.5625rem;left:0rem;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; }
#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; } #Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .row .container { background-color: transparent; background-image: none; }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .row .container > .video-iframe-container { display: none; }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .row > .video-iframe-container { display: none; }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .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); }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .row .container { border-width: 0; border-radius: 0; }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .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; } #tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .row .container { background-color: transparent; background-image: none; }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .row .container > .video-iframe-container { display: none; }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .row > .video-iframe-container { display: none; }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .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); }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .row .container { border-width: 0; border-radius: 0; }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .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; } #uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .row .container { background-color: transparent; background-image: none; }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .row .container > .video-iframe-container { display: none; }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .row > .video-iframe-container { display: none; }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .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); }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .row .container { border-width: 0; border-radius: 0; }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .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; } #Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .row .container { background-color: transparent; background-image: none; }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .row .container > .video-iframe-container { display: none; }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .row > .video-iframe-container { display: none; }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .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); }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .row .container { border-width: 0; border-radius: 0; }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .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; } #Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .row .container { background-color: transparent; background-image: none; }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .row .container > .video-iframe-container { display: none; }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .row > .video-iframe-container { display: none; }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .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); }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .row .container { border-width: 0; border-radius: 0; }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .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; } #O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .row .container { background-color: transparent; background-image: none; }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .row .container > .video-iframe-container { display: none; }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .row > .video-iframe-container { display: none; }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .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); }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .row .container { border-width: 0; border-radius: 0; }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .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; } #qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .row .container { background-color: transparent; background-image: none; }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .row .container > .video-iframe-container { display: none; }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .row > .video-iframe-container { display: none; }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .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); }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .row .container { border-width: 0; border-radius: 0; }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .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; } #EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .row .container { background-color: transparent; background-image: none; }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .row .container > .video-iframe-container { display: none; }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .row > .video-iframe-container { display: none; }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .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); }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .row .container { border-width: 0; border-radius: 0; }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .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; } #muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .row .container { background-color: transparent; background-image: none; }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .row .container > .video-iframe-container { display: none; }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .row > .video-iframe-container { display: none; }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .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); }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .row .container { border-width: 0; border-radius: 0; }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .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; } #evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .row .container { background-color: transparent; background-image: none; }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .row .container > .video-iframe-container { display: none; }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .row > .video-iframe-container { display: none; }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .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); }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .row .container { border-width: 0; border-radius: 0; }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .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) { #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/ab663252-0bc1-4b3f-88cc-a54b920986e9/31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.adaptive-delivery-prevent-bg, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyload, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyloading { background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { background-color: transparent; background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .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); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { width:47.75rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BodNNqy0U9QcRnfAKKbQRNqxTaTyixiH { top:0rem;left:27.937499582768rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG { top:1.25rem;left:0rem;width:5.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb { top:1.3125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJ7VHrdDBbtb9bvfHANZlzw4IFhif1py { top:5.0625rem;left:0rem;width:24.4375rem;height:5.1001rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #wzTVvBkBc4EVTTcbUW73rbc2eRTdccI0 { top:10rem;left:0rem;width:24.125rem;height:3.89915rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOOOuDbDJHUmtd7TbAOuwWyqhHS3w7yi { width:4.125rem;height:0.8125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQVOAlqPEbCiiMP0IIyrTnTVcrHz9FLg { width:1.25rem;height:1.8125rem;top:15rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xab49VaLuIt9Py3wiKGcNLqupswpr9Ty { width:1.375rem;height:1.875rem;top:14.96875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6DIV0lriiAqF3I1IhSX80R6sctuKsKW { top:17.75rem;left:1.75rem;width:16.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HLTrDzXHX58XhmeK8Ok3oK1fZKepN6eL { top:20.125rem;left:1.75rem;width:8.9375rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMGHNvi5iybWstnZvTluJ7rWAef5yWJe { top:22.437499523163rem;left:1.7500000596046rem;width:15.9375rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QT3Ly5Plm0hZbIoMuvLQ6xuQrGCGl4N5 { top:23.825000762939rem;left:7.6875005364419rem;width:4.6875rem;height:1.1375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yt2HPJERyTO7ugWoNW3iy3cbolznbIHB { top:25.75rem;left:1.75rem;width:17.1875rem;height:3.89915rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qD89vWoWJTgFb9dG3H3P3EtOmImMw2XQ { top:30.375rem;left:0rem;width:18.6875rem;height:1.9488625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZEM1H0cHTgL4lcyulHR2dF9REEAnGHf { width:1.125rem;height:1.125rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPA9CKM8DFvsu3684t9XP8NZohyhUwFN { width:1.125rem;height:1.125rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9oZl9GJniv8aAcfF2dEQKR9CD2CPmbC { width:1.125rem;height:1.125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dtT80sIntogaeDNvnQTaGFlGMAr0KDHL { width:1.125rem;height:1.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrlibWed4tWdIAKvr8Jck7fwcfIJ1ZKt { width:10.3125rem;height:3.625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTx3618A8N0gC8ltWETS5sVbpKhb0qU6 { display:block; }
 }@media only screen and (max-width: 1199px) { #Z9qSTke3M4VfB1HDN38GhxXRhDC77Cnk { top:33.5625rem;left:11.0625rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urhlW4N4k7XTzuDMoy1HaPnT7dNyFy4C { top:35.168750762939rem;left:11.0625rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFmSMrt3JB1OORX7Cs5HPB1NqPQ3GdNL { width:28.5625rem;height:19.1875rem;top:11.087500572204rem;left:19.187499582768rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #c2x2xXIG9E7AHkv4haUEUHrMl25gDTAS { width:3rem;height:1.75rem;top:15.03125rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SbZtDzCgIWvAJbg9trkyKdKJa8lqKVe3 { width:2.3125rem;height:2.3125rem;top:14.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBcKBz5bGzsdwvBrMc4ZPgnIZ4b7fW2J { width:1.625rem;height:2.75rem;top:14.53125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/ab663252-0bc1-4b3f-88cc-a54b920986e9/31.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.adaptive-delivery-prevent-bg, #lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.lazyload, #lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.lazyloading { background-image: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container { background-color: transparent; background-image: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container > .video-iframe-container { display: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row > .video-iframe-container { display: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .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); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container { width:47.75rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rt0GyRznsJmHhNTCRfHlSOTI39J9T4hJ { top:1.25rem;left:0rem;width:5.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6fUoVepXVXmtFdtkrNX0WlpXMvNGvSc { top:1.3125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VNQwvNtsOagheHh49i7Jt5clhDo3JAxi { top:5.0625rem;left:0rem;width:25.3125rem;height:7.649125rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #bkiDNFHME6cm4D6rCUlAFrhODyECRgSO { top:14.062500476837rem;left:0rem;width:19.6875rem;height:6.4985625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGyUvcuvyZlZKDaAgI1x5H71QisbyUKE { top:21.875rem;left:1.625rem;width:8.9375rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0cCQlwtHZL6hDUkw4b5bUSadqTdXqma { top:25.5625rem;left:0rem;width:19rem;height:1.9488625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7DRTACvsd0ePcPIaZZZDwpkBoxCfRa5 { width:1.125rem;height:1.125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUTJJioqR4UoLTGoxdg2ILJmaQD4XTTK { width:15.5rem;height:3.625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJ53EWd8JXzbZEfpGgbPhTBbRzTXh8Cy { display:block; }
 }@media only screen and (max-width: 1199px) { #LRTTQfZEFtXZdqoGT4DqDKQCb2N5go0A { width:28.5625rem;height:19.1875rem;top:10.0625rem;left:19.187499582768rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq { display:block; }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MGQhU0sG05GFuRT8wPZhk2gF7py9o31J { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfiRrhehLShItVBNsTX2bFASv5mBsQqZ { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ahne8GJ9TE5LkNuVnBeUIOq7GzS3dGGE { 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) { #ph8naTHPi2aZ9hTlAGM5Br18K6QsKaDy { width:2.1875rem;height:1.25rem;top:2.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQe8TFnxQVMb928CVmcV1ANAycgS0sGy { width:2.1875rem;height:1.25rem;top:2.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vNN2xEqJt0o6UR0MAVv3euT4SArWPKr6 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndE71Q0tay4X9KZ80aSe5Qd8UARrn6B5 { top:7.1875rem;left:1.1875rem;width:24.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWW1AqmQMLHtQW5qFxcb0umckMQ6umlI { top:10.3125rem;left:12rem;width:7.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCtt4im84XIcJlDpdXeeLHTdsXzzzAed { width:6.4375rem;height:1.375rem;top:10.362508773804rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTgErTpT53RWfkcsC5F2DwlnCU2K0ut2 { display:block; }
 }@media only screen and (max-width: 1199px) { #hsXfXqrEsRQJQhcHz8t15nGwG9dkbLbU { width:13.875rem;height:3rem;top:7.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gxQyAVyGCu9OILoa4qsmcPo4JDl5NrN0 { display:block; }
 }@media only screen and (max-width: 1199px) { #EPcNGnHWMBKe79Tczs00JqumbTenuv6N { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t4Td5LEfylPKCyVKkMPLVkqirdTdCFVT { display:none; }#t4Td5LEfylPKCyVKkMPLVkqirdTdCFVT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OlKyrsC1ZlunvNHEGJsMLg0XGk4co8IC { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPXrKb9lnf14luDkIE8GkGh0kmnExWM6 { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6xfriJAlq7yREDFpBQvbkZbwMynslwa { width:10.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q1zOcTTh6fUOkDOQ6buAw7AmBk2cA9NB { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X55kXWZd2wEK98XDqsGD5MSJ1scz7TxN { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gmRqmshDEc8xHrTuzMk3G9TkZ42DORfz { display:none; }#gmRqmshDEc8xHrTuzMk3G9TkZ42DORfz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FcUHCGJXSwwWHkiqFVEELxhsQ58cKLPT { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CezElU7s5TbsQgmVJKXNThl5TeN0XaF1 { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVGI8wHzriI9k1HzTLZoVgeO2ULdxT1z { width:11.875rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TKbP4d8y7UJmKEeX7pLW1wzw4N9KLHA2 { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XpUJZxIkKe17e6fd8XTIvESCdDP7E4oP { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N3DLNP6knsxA4BU1mAKEqxb5GEMkhn5K { display:none; }#N3DLNP6knsxA4BU1mAKEqxb5GEMkhn5K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tC1049py7WrF6p56Qb9DKTtLf4oWUPzh { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhVAXRAXTeF5zpyAnx1nEROhCW1vGpT5 { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZ3ryTJWpJorta34vB4aamTt3Uftc9Ea { width:10.5rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eT4BxxGlBFN17JecggQhAq28ZszKghLz { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RAvGexCzT9KJpi4CmlyN9OovyUJD2VER { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HIveGuvvZ2emK8IJiaiss0hUgzvxraOy { display:block; }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dbgLWbzvKGdx90ngAuldpzmRAr8EuO69 { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzxM05nsmPIzssxtJ5G19oVuKaHKhkLe { width:47.5rem;height:13.1875rem;top:3.15625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #TlmBabfVBH9fVT2EQLAnGUsgBpowm2pw { 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) { #kJl3UUx5gmyonB205tAR0OkgHbxJeluJ { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVy8K9XETDoyxhlIUI6uaKzZqi2GbP80 { width:4rem;height:1.25rem;top:9.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnx2dRBmZTT5kqc3Dx1RD1XqX4ilaRuF { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzCbthxrbaMTRtCCFUC1TXTvdvnoxw7D { display:block; }
 }@media only screen and (max-width: 1199px) { #MfMkaZPa9R5uLx8CHfxlExZXREPMEHwb { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RzNflJP80WG3LMbM8RCItEMtt5ZZdHB9 { width:4rem;height:1.25rem;top:9.9375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7WQQJSlWwW9VNzDzk1EQNZGTnxBI3tP { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfbwKT5ZVDacLiH8VHMeZ8hpnXBzrLQO { display:block; }
 }@media only screen and (max-width: 1199px) { #VyfhM5uT8csrP3oUQXTymRTJEXlO4xNF { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icmdosodLDaPtGDuPC5qpuHyNgNha3gT { width:4rem;height:1.25rem;top:9.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUtbJGBpckZOOnvics90IVfRDFWIFEuh { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obnwo7cszH0eMdyQ333Fn0oiVpTuzB4V { display:block; }
 }@media only screen and (max-width: 1199px) { #Ly45R16SMWbBRQqlNM93O081nHBoZ0u0 { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcbb5qQ6KHTXb4STuctZC8RR8wfbhpzQ { width:3.9375rem;height:1.25rem;top:9.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o3JJ8JnXxyEbIXQI7bpOtM2P7dfulgdp { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEx7AWk2K9E8hqgMSEACzadyRf4W6KWH { display:block; }
 }@media only screen and (max-width: 1199px) { #r9FXVyce5PrMy6upbSXXR44w4MB8fdHW { width:0.75rem;height:0.8125rem;top:12.375rem;left:14.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #axVmqBlHpwPE05iERoV9K5riVJJtPZ1B { width:0.75rem;height:0.8125rem;top:12.375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQC4Oa87D2qmVqPvTpxOVaLI3Br8Opnc { width:0.75rem;height:0.8125rem;top:12.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQNqCQrlrKUSW2Riqd4tRMRwO2B1BLR0 { width:0.75rem;height:0.8125rem;top:12.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0CSvMHCCsmAHFRD6crlbEFv9SiRmXcb { width:0.5rem;height:0.5rem;top:12.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STxmnL4aEdl09zB4gy18CNDzTKHo5w8n { width:0.5rem;height:0.5rem;top:12.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpsfUfpn6PImFJNBn1qJsWQ6rBEZyktp { width:0.5rem;height:0.5rem;top:12.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0nyZueTNnyST0xztTaoSceORhDs6AWZ { width:0.5rem;height:0.5rem;top:12.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaWKOKvdwyClt0N1CkKcWTHNiIRfnoO8 { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgroXuISqC8X8Hh6ug5T3NWbwwT5CbrL { width:47.75rem;height:2.92329375rem;top:17.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8sB2TI7wzfBGmhKaRVzHiEyfu6TB0KP { width:0.5rem;height:0.5rem;top:17.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XvoO6KcP8QDJvHNCksXTvxB9ee2tAq6A { width:11.625rem;height:3rem;top:11.3125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ycMT1GwiTvH7IMHz1LPA03qGf5cQgyMK { display:block; }
 }@media only screen and (max-width: 1199px) { #sastkNvWcFaBP68O1D442oMBURxyQ1Qd { display:block; }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d9AtnXHkgC4kADfDppas0ZoBS9B19C7R { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxVJi1OqrerGgWZJxqriV1h2pdJmTIbu { 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) { #ufOyVaGWfh9OmOHJZnPND2vsAmr21New { width:47.5rem;height:19.0625rem;top:4.09375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #iC3es950TBCutAS27bLNfAaXTlJipSFq { 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) { #qvPf4gRygFsxBPrp54MtksAHN39Amaw7 { 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) { #A02VS5CaoEMOiBrQmFeLCWsR6G5s1Pkf { width:5rem;height:5rem;top:10rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzZOstFp1vrMOWATFHwzgfDDg80naWe3 { width:5rem;height:5rem;top:10rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPvCBanOav2SCrLWqCw6QMb3XVNBZTRX { width:5rem;height:5rem;top:9.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBzsgIJ85MwazhWHf5MTqPb0P1iJbnMx { width:5rem;height:5rem;top:9.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrvTMuTWRV4Bq0Ia89m4LKcykTfwzfoB { width:5rem;height:5rem;top:9.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jx6FQbUIvLyJJxfVXAp8ah3IVZ7f2uGI { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZNWfEMennTFJ8Zqe05J19adzhTr7H5p { width:5rem;height:5rem;top:16.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WoU19BgfXaiKw9ZHeR77lwbEdMc5yRI7 { width:5rem;height:5rem;top:16.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoiOQfdJFVCQ9cGcAfeZw6wFsDbsu5y8 { width:5rem;height:5rem;top:16.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTb2OHTQb5cPvimN5ZxLrFhoQUCStmlC { width:5rem;height:5rem;top:16.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2TT6uEfnEtxUrkTZ0HTPUVcUHbNZHsX { width:3.75rem;height:3.75rem;top:10.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH8AqTJW3AuzUaLkHpigFh0kTkLiALua { width:5rem;height:5rem;top:9.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ts64bIb02B0aL58ZLSsqlQqpaOcSXqI8 { display:block; }
 }@media only screen and (max-width: 1199px) { #iOX4GInJT2iEsEfTJlZ8J9zR9eMU7O00 { width:3.625rem;height:1.375rem;top:11.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhEWeM3kEqQ25aObZZ1omu0F6zEwGhL3 { width:5rem;height:5rem;top:10.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETt8Akwfcod2GJFL3UtWTNkrqQPaqT3E { display:block; }
 }@media only screen and (max-width: 1199px) { #kLHmoFNeHHOTm2AHfzqIrLFRS6mZSP4d { width:3.625rem;height:1.375rem;top:11.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eb5oicGumZaAEgWXEcnBv4xGT1fITGX3 { width:5rem;height:5rem;top:10rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKhTqERcHblwPJr1od0o6a3xDTK8QSzu { display:block; }
 }@media only screen and (max-width: 1199px) { #eUKLNermaq2SvoZ7rF5nm31kUFR9WwHA { width:0.75rem;height:0.8125rem;top:13.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eu0fV4RadE8ggxW1LCygZLoL7craKLLT { width:2.5rem;height:2.75rem;top:11.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVZNenVt1IsPmUQceJJKnZSabCiMpxPR { width:5rem;height:5rem;top:10rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWZfx4OQIwTIGsigZ6Mbi7BQTXXgLP62 { display:block; }
 }@media only screen and (max-width: 1199px) { #AwvqUC0NXPqTfzUWyvI8uEfVVZdTTJxr { width:2.25rem;height:2.75rem;top:11.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk8QQKE5EJ2Hs8NhlKrr8yJZOm5TPZOG { width:5rem;height:5rem;top:10rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lG1Ocw74imoURHl3vTDfxST0TEgeGwJ3 { display:block; }
 }@media only screen and (max-width: 1199px) { #ps1fqNMD4WC4f1hMugbrSr7da3E8KWym { width:3.625rem;height:3.625rem;top:10.5rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiq6SqrZS6QyR5Tfq2GaSrJRMiuUnAo0 { width:5rem;height:5rem;top:9.9875011444094rem;left:39.299999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zpq4c7KXKA6HRUr35glXEviAldQTvhiq { display:block; }
 }@media only screen and (max-width: 1199px) { #BUzUPZQdOaWTA26tukRdpSbbsI290sP8 { width:3.625rem;height:2.375rem;top:17.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSqJFQqdD5uAG23DZFUZv9FByBTcfM6y { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otVVuCiigPiH5VHG3awVAiT2DgTGJFFs { display:block; }
 }@media only screen and (max-width: 1199px) { #Fx4QwvOEOUhMwyaWwQhT7ItHfwqV1AE4 { width:3.625rem;height:2.875rem;top:17.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCUQ0RgpKv9xffQigqgbS6EVx4RQCCTx { width:5rem;height:5rem;top:16.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y3huhaoxtwfsKeQa8UGd2G7RNh8i2o8T { display:block; }
 }@media only screen and (max-width: 1199px) { #I0TagREvnDAkaIPxvwJkp3JXcBf0QQnF { width:2.875rem;height:2.875rem;top:17.25rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #duoSCgabZFxPKzu5eolfIewuwy6PTUAo { width:5rem;height:5rem;top:16.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8XN1edkiWiL7Ru4RcWHp4vN4peGClKT { display:block; }
 }@media only screen and (max-width: 1199px) { #TFmPIOvBdIWi2Uq9V0H13uFddPU01oEP { width:3.5rem;height:3.5rem;top:16.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKOZOUnCWXybPTLgHU2R8xB8peqJUvse { width:5rem;height:5rem;top:16.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLTQHeErt6nUtrd2TaTXAI9SSwOtylEU { display:block; }
 }@media only screen and (max-width: 1199px) { #SMtvbnQwGB8EJTWUWZ0ZA7l3v3vKeguW { width:3.6875rem;height:3.6875rem;top:16.84375rem;left:32.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5ExIH1csqUqk1ATAIT2kglg5R8QVJPQ { width:5rem;height:5rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0dWDLFRXX9zszTRg2Kq0TbhT0M3mcpU { display:block; }
 }@media only screen and (max-width: 1199px) { #DRyTFTnO0PhcV9KTSstHaTsBtx1kz5Vh { width:0.75rem;height:0.8125rem;top:13.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #afBFfDhqs90KlG9I71PE1h2qfQw8yVWi { width:3.3125rem;height:3.3125rem;top:17.03125rem;left:40.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6ekc7ruTnNVKrGy12FBi7xZT2HPRrnT { width:5rem;height:5rem;top:16.1875rem;left:39.487499237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ds5b6aAKuU2s0UvGZFKADESTkDaeyuka { display:block; }
 }@media only screen and (max-width: 1199px) { #FTdMCyMZT4SrmocN9gKTqIF31XVEGWTv { width:0.75rem;height:0.8125rem;top:13.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PNgTpaEE0IJLbc1ykiWikZTEJVxU3Ibm { width:0.75rem;height:0.8125rem;top:13.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSMNS3xm2HQTtcFkDOp9UEcIa3eTBw3A { width:0.75rem;height:0.8125rem;top:13.75rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qz8woEnkllz1Sgtw05mOyuSl3PHCmofQ { width:0.75rem;height:0.8125rem;top:20rem;left:7.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #FPwKraqNxFVWX5eN21eymMKA2z1m3P3i { width:0.75rem;height:0.8125rem;top:20rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RsPooHKB2AdayclGI2o7TBBeVmgRbrB3 { width:0.75rem;height:0.8125rem;top:20rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tr5hAemS8Ilz88MQNGKEAiavp0nIPWoA { width:0.75rem;height:0.8125rem;top:20rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkkRhrdFTtE2dd2KLUBelaIBeFn4ooXs { width:0.75rem;height:0.8125rem;top:20rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MXo7P5WH2ul2fP7iCc4cvy1oL1FuggHD { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NFxZI8rM8qc68DvQuBWK4f6xWp7fBi9R { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZZSDz7eI984nk20PUuXO4rM3bovk4Lax { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gexGt0BgTnhoi03TNgwOay5sJZUBeIbW { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xAHDqyScCG1Mh5ONfZMIg3JkvFVgrhcx { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iZQTk6vW7fnatcfKnsH97BNd8LNRxrTM { width:5rem;height:5rem;top:10rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBipdD3HVz5u0SAzDaZEFmVRqrcpH1RV { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TUmmnz4mESoVx1SKGwt2hC3JX3gofs2s { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BpQtG5Tk6Do4f0Wv4K0WlSQpTaL6G6nw { display:block; }
 }@media only screen and (max-width: 1199px) { #ke36SpAREbNfTu8LUeNMmfXmsCETT0oc { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hDQ5vnQyoZsiMihOg4Dps8A1fmvHrEvc { display:block; }
 }@media only screen and (max-width: 1199px) { #qBRpQmggNNpaMgJvghWF6li0AqzEPPrN { width:10.9375rem;height:2.3125rem;top:24.3125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJPy4RET6rsaBlRa5RTvauxgg7nRTt6G { display:block; }
 }@media only screen and (max-width: 1199px) { #vPeCL7O55kSMHTqlvWOfNNS8SXs6ZBil { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vN4xvzTEKynWMuqQwO1EpUsrazF7SSHe { width:0.75rem;height:0.8125rem;top:13.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3w3bxfUSEJ0OW5GKf3NER37pAyAEKBm { width:10.5875rem;height:2.3375rem;top:24.25rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hnQ4impEIH8hSN6eU1ZyT6v8UTUbu0HP { display:block; }
 }@media only screen and (max-width: 1199px) { #aqW0aa3vdTMt7rqhCV0okbo45Um0Xh7s { width:5rem;height:5rem;top:16.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQvMVDMUGgTRD9sWhn4ynsrsNXPoJCem { width:0.75rem;height:0.8125rem;top:19.925001144409rem;left:43.174999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn { display:block; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gGIGg32WJAREp6T398okP4NbzVwkOJll { width:34.0625rem;height:2rem;top:1.6875rem;left:6.8437500596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmtWRHEcTE57yT6BgXZ7Cyvqq1CZJy85 { 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) { #vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP { display:block; }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZCqf4JfKcunqG62fLyE49BdpOm8tk9w { width:20.125rem;height:6.125rem;top:0.25rem;left:3.0614585876465rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FOhMG3OeBxL0ZTP4nrlE8BB0istxrias { width:9.5625rem;height:2.5994375rem;top:0.875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XV1TvlqqTxoOlxIdTVSPFJTU3vLc3p8X { width:1.875rem;height:1.0625rem;top:4rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FSictD0XLQHWQeOh2sBCqAZzTbB0TdrP { width:1.25rem;height:1.25rem;top:3.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xgfk9evu6hNMuRIsGsEVVAckZkcQmUHT { width:1.8125rem;height:1.0625rem;top:4rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFQSx8Iq0JrLMD2FDEeVbEI2sNBQ20G9 { width:2.25rem;height:1.125rem;top:3.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFay4b6Udvk7LI0xPituhNGcMh4uegyS { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsNTSeqsGBVEcTTSo08K4sxihalAeLKL { display:block; }
 }@media only screen and (max-width: 1199px) { #Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block; }
 }@media only screen and (max-width: 1199px) { #ZnMTlxB2QNI3bwVPMgDqbK3gBJaoNXIC { width:9.6875rem;height:2.5994375rem;top:0.875rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WLr5rCHnR9GqvfdnDdP2Pl2MNatT4hJE { width:8.1875rem;height:1rem;top:4.15625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdDchMmKIKm0mIZweb5aWgxPMX0FvMFK { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #AN8XcwNkdhmxoh63EHE3LAriCHnzXVwU { display:block; }
 }@media only screen and (max-width: 1199px) { #WRnTGQq659HAeSHQLMhBzAgNbDZr0Tq9 { width:21.125rem;height:4.625rem;top:7.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F57U6F5Ty6dSlMpCmrXVd4ULWdsAFQL9 { display:block; }
 }@media only screen and (max-width: 1199px) { #X3Pl3REFQBFukeI7S3DmAwNVUITCWKH5 { width:21.25rem;height:4.6875rem;top:13.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n84kEqJVTseD9iHg2vfgBncCPb22qgzx { 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) { #tqoQ0u0xqfudWttvLcPURw33N8wXT146 { width:9.375rem;height:2.4rem;top:7.8125rem;left:24.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CG6LMgbbDVaI4CsSeuZ4PlqnQrUfsk9W { 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) { #D0OrDHXffNy1tMrOHoNkLXepwZG7ehN6 { width:8rem;height:2.4rem;top:13.6875rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAoS8iPoeSOv8n91c6Llag71K2y7X6aL { width:1.375rem;height:1.375rem;top:13.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ByuRuZT7MS7OAGLrocr8dylq8QFag0gv { 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) { #nbWJpidTrSCdQf4M7503S7CwnAs0aTMW { 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) { #dfh5gV7CqWttSAmycSA5ILK6NuIP9E9i { width:21.1875rem;height:4.6875rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKF8Syi5x1p834q0F8Ld7yq6rTXkIDe1 { width:1.375rem;height:1.375rem;top:8.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o4cqXRfUN4Fca9VbnuqycAuq3rodJVcx { 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) { #JyUcsDoZvTyTHCs64gEvm9unGrVoegTF { width:0.875rem;height:0.875rem;top:14.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5bSkweGRoDtLPRouKCw1dM1u6wCwq92 { width:0.875rem;height:0.875rem;top:8.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQpwspXTa5i3AeOeQzvqFwIuHpdQoKie { width:21.3125rem;height:4.625rem;top:13.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rppNKhZEKztFOoEOiXzq9fbRTwPF4HBL { display:block; }
 }@media only screen and (max-width: 1199px) { #TKyxAX8WMp7HWm23Cgax1vH3aBLVhvWG { 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) { #O7du1JkvH3AHrUkleqL2AkFNugl6BO7B { 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) { #g2KaSPkePH5E9CS9D1UrsZ7rLJTdTC85 { width:9.6875rem;height:0.9625rem;top:10.125rem;left:24rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6fiUe076LwhzNKX882SgzqoaTUfnJy7 { 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) { #CXVXKrUobQ3rl1lodRAakAh4T5MH7aRp { width:20rem;height:3rem;top:19rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aq3FVmkmDX5ELG1GK3ZskytmfxJpNlwN { display:block; }
 }@media only screen and (max-width: 1199px) { #QXedSrIA80HbO13yyB67ABXuo0c8QfnE { 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) { #GVEdf9nH5Uyy4XptJcTgvLTOXReROlWv { width:20rem;height:3.0625rem;top:18.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCzJrp1q7pVCdBCKIMUU3QLwxmBWmMqN { top:19rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nkmvrEf4wVLPgIIUNeN630oZmwOcTxaK { width:1.375rem;height:0.625rem;top:4.34375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DutUkHMGuzBvcDRranHxXQUJ6pNhvwcU { width:19.125rem;height:6.0625rem;top:0.25rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pOvO6Z9LkcCTMtaxPyre9lO2nHpnxOKl { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvuyvrJXTEMAyBtJsg5CvTzVfTmI3MGF { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m { display:block; }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ognv8WE3PyF5CbPNAdJsJAhJdDqv8cpZ { width:21.25rem;height:4.6875rem;top:7.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZTAy0X8b2gInCCRAol9ZJqTiPt293Ia { width:8rem;height:2.4rem;top:8rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VX03ygATSNom8RngzfgyycT9o4MmfKs4 { width:1.375rem;height:1.375rem;top:8.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkP4lMf9INGkMOzGi9xsJ4z7gCN3gmbZ { 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) { #yIr0ceKnCkL3FhF9oxr68HAtVswQ6f0a { width:8.9375rem;height:2.4rem;top:7.75rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0oiUVqD9EpW7KoOSh0VMOvUWm1rUKbw { 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) { #fs3uOUawbvEsOdzt5KeDMSLiGIJovTco { width:0.875rem;height:0.875rem;top:8.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qo9FXDEKDEThA6euqqx2kHfOKWLpaAQB { width:21.25rem;height:4.5625rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbkttHqZ2NAlumxuawaP1mwKaXLLQlMT { display:block; }
 }@media only screen and (max-width: 1199px) { #HH7DNi2b0s6feaXXyzplbyxrTSO9SNmS { 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) { #VGvT2KpH2eMTCoRmHkAe0S4EAy5Sa4f9 { width:21.25rem;height:4.5625rem;top:13rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDTWh8UGtctKpalqWAEOa1fTNTbbDlHH { display:block; }
 }@media only screen and (max-width: 1199px) { #GhelRIunAWe4GixFEDaplX26m0qRas0t { width:21.25rem;height:4.6875rem;top:18.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJHzwRE1ZLSQTer9B1v32kQquJliT5nw { display:block; }
 }@media only screen and (max-width: 1199px) { #VdiSs9yC6NOdNLsX2bSSaEKRaNOdTvX8 { width:5.5rem;height:1.05rem;top:10.0625rem;left:27.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQABt7KO4reZ4JGXM9Rw1CAF1nK3uVBO { width:1.875rem;height:1.0625rem;top:4.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3KC2HHWE0niy44sXD7XENIvBqgMrHDV { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFlwTC92APqxnXxNXokbdu7STkTx0ARD { display:block; }
 }@media only screen and (max-width: 1199px) { #VvIThemyyzXivtAEu54f3FCRT2OlLywz { 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) { #CFT3iSKBZKa9sEBt3lNcXnEinmo8nG2N { width:9.5625rem;height:2.5994375rem;top:0.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fr10OKcNJDpzREIbTr0vuV734pGxSXCS { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOgeJwRJIQMXufsPsMh3OiNntUuTi5zs { display:block; }
 }@media only screen and (max-width: 1199px) { #zpTE6Rpin1WDuOKzE3gV1Zx4BKCqVgGH { width:1.25rem;height:1.25rem;top:4.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wz22ULLzLWmiBmo4CyTcw3yg7fuxRJKS { width:1.8125rem;height:1.0625rem;top:4.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FovU3EmVMFX4SIG2GUvtMVRwg7GVZhBf { width:2.25rem;height:1.125rem;top:4rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f90WNRTxccmLo9TCrrPUw0ws96OBL40U { width:10.625rem;height:2.5994375rem;top:0.875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOaFAdRWLQkg2Gna8mD8fCPBo1nV9bc5 { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #beRpOO0D4XqHG2PSZVfTSgG3G4lV8OMP { display:block; }
 }@media only screen and (max-width: 1199px) { #I9DiqSXKRlR4fQLolb059Qp554CbLiOH { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0bdWKgCKlWMUsnyzDO2C4d4sm3lb220 { top:24.4375rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvxLPFHfixGiiyatTF4hUIldTAG3KVao { width:21.25rem;height:4.6875rem;top:18.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZq5vX8p8RqBJCKgJvGvwQ73TNwVpEnv { 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) { #rTbvaJ5tnKSJHgloicdl6BTW4ATwrXpu { 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) { #ZILFPn09sSTlTuKQ0DxCzRMXITEPOdQv { width:8.9375rem;height:2.4rem;top:19rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i5tmXAiWAzltp4V83gkVdEdeTpGsRXrm { width:8rem;height:2.4rem;top:19.25rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dl8u41fmukwdVCccQkkPnBrABGNmSZ0Z { width:1.375rem;height:1.375rem;top:19.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PL12FG8y7H2kDngVqBahwUxNtce3LVGe { width:0.875rem;height:0.875rem;top:19.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ep3QbUhgG1RdqGixKtCdovTEv6NJ8H4s { width:0.875rem;height:0.875rem;top:14.511459350586rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7gzDkQuVarIWnHbZFQLR2NDJiXttNzQ { width:1.375rem;height:1.375rem;top:14.136459350586rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tn6MfmSwvScDtkUbXfWMvw2kboGsmMdi { width:8rem;height:2.4rem;top:13.75rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssgprO6JTMRxnmdX9p2VmS7Zv0KATgT1 { 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) { #PgQBSeZ7vue9KQ7o9SkZla85AhPpnJ5s { 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) { #qKhwnETa5IW1HV2W5pGA9kiuULCvCx9x { width:9.375rem;height:0.9625rem;top:15.823958396912rem;left:24.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VUSPeW01DcUlcUT5uCzRH2xZ9T3A7GdP { width:21.25rem;height:4.6875rem;top:12.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #agCM1PTT9gntZf5ZZ4rLvaSEpfE7uWeI { width:8.1875rem;height:1rem;top:4.15625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5cEFgcnvmOGVKOk1Aut7itXFniCxvWD { width:1.375rem;height:0.625rem;top:4.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtviKytCQgcmDfWCMgn49TRTLq9Qy3R8 { width:20.125rem;height:6.125rem;top:0.25rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kQ1Tq0XW3WtcgIZTBwZHBINNL7tSdSga { width:19.125rem;height:6.0625rem;top:0.25rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KeJKLOkqa9db1uyrlb0RALT5xFrNQPsS { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMgB97GCHnlZpHLr0ATLSDMHHzcPfpZG { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #vTgHCeuffrhkD2sv7a6kmkaVT36rAHNs { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JX28PVOXldsdJtCFbSMT3asMqFL0lhMC { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K1fTC4ceMRI8PaTZfZhV20AVHRfnrdNR { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW { display:block; }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row .container { width:47.75rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nHJGDZbSX63UscHD4hSnElLbWBM15Iu8 { 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) { #vEQ5BisAehQKanEsLeLA6mgRwfbR4xfb { width:23.75rem;height:68.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIXiMUhG7BblNc97FKqHVpv35al8IqrU { width:21.4375rem;height:55.9375rem;top:0.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXEoIM4LXH3VFe8z5mUgpXq79a9kzkZs { 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) { #hwBgdrxn4BsUeTpHrswcXOzmOBFnnB6S { width:20.3125rem;height:24.9375rem;top:31.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1OsNw7o0iTERiED376XzRga6anfBHP0 { 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) { #KzDe24vTHl0UwkxGkylefe61L7LKNnuE { width:16.625rem;height:1.3rem;top:2.0625rem;left:15.312500059604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9UH9eRcCZEvXGMKHtR0w7EBT8bar6zJ { width:20.3125rem;height:21.125rem;top:8.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvluSmwk91TnQsTltE4qGnTGHXDDt9W3 { 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) { #KSAeJzPws7ObbJdqtlJUeHR9uXP4XdMP { 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) { #wAvGccPw4AN9Jn4HVm8prkepL09EVpEv { width:20rem;height:3rem;top:61.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4num8PqMmn9gSvFhIwgIgKKVeCoWRc8 { display:block; }
 }@media only screen and (max-width: 1199px) { #SIwZ2TtPdQ0UyllT8Cy3JeCxnqwRkUxg { width:19.375rem;height:2.375rem;top:57.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzrpKIyG7WrFukUs6U1OKJfKCnVhVDkm { 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) { #PtV88Xeqhu8LPHWbIQvddCaHUnzw7OUh { 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) { #LwQzDBxUABB3ogvTvGotf9yzPpmhEe0X { 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) { #kZedoEvItOBectAhKTzJqMeWCktZro9q { width:8.9375rem;height:2.70019375rem;top:47.3125rem;left:19.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdcWJ6DyGdo4O9nqFiWLPZT8pJZVktJ1 { width:2.8125rem;height:1.3rem;top:32.25rem;left:14.1875rem;font-size:1rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 1199px) { #c0t1pkaRI7RxLz7rhFyo8ewcVg7etRgS { 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) { #KiTXO2ZkSEvuwH2d9eOaEw0UWNCeegJx { width:1.25rem;height:1.25rem;top:51.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CaXXLIiAum3BZS80DDZivsuM01EU0MM1 { width:1.1875rem;height:1.1875rem;top:15.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1zC61cZ6lhJQLqy7yEDMS2RJvTiK6cb { width:1.1875rem;height:1.1875rem;top:38.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbkMINlWXuryF1g28JFrZIJVpBJAPT8d { width:1.1875rem;height:1.1875rem;top:40.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJdCH3pMQ4NHqlin1eZgHM6CGr5X2cKi { width:16.9375rem;height:2.625rem;top:11rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3oBRRWm90rq86pPLDOqtPn0D4k6yCbD { 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) { #URnrR7S847B3LTGrSusFFAW8ypRnZP37 { 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) { #SfooF3OopL6ntAME2GZg2bTCJLrOGHOT { 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) { #HTfuza2WGLXWcpSeISrfGt40fyXoEp90 { width:5.9375rem;height:1.3rem;top:9.3125rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFTwC8nEA48EIAtFfmoLTH64DwS7QTAr { width:1.25rem;height:1.25rem;top:25.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5eHs8XiNq1yDTJpZeTF2lAfCVruZGwz { width:1.1875rem;height:1.1875rem;top:11.0625rem;left:14.000000059604rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0bgdn2l82gRcbRfMECfv6VDPAt7FBkC { width:1.1875rem;height:1.1875rem;top:33.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W6EkAaBxPtbsg8s9W18iCTd1xUwRKxyJ { width:1.25rem;height:1.25rem;top:25.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lcQq6cGucbKhBTecoKyFs8tewGtKfhqy { width:1.25rem;height:1.25rem;top:51.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9gU77Tx1HiJFk6wxe2ULF8qMLR6P3yi { width:1.3125rem;height:1.25rem;top:25.3125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDzzMtTnB050nq2Jk4fcxWC8Uhkf0rLT { width:1.3125rem;height:1.25rem;top:51.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9fpUIRTVnP9XnyZsUbyChVtp4lmnMTL { width:12.5rem;height:1.13769375rem;top:19.9375rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTrkfAJEdPTa7DnJLGGRB91JML0nJNGy { width:12.5rem;height:1.13769375rem;top:46.237500190735rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VWAHSN93R5lTfcl18y4opqCbCV1dBbeI { 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) { #TnL5zQpO4ZZ1LGiy2GCRi9JI92v9HBZS { top:61.4375rem;left:13.8125rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y86TPpNdQLEmoT8dbe7oWPNrGKV0HgVl { width:16.8125rem;height:2.375rem;top:51.34375rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwDMm6rf3ix4THK7zktKxnI79lETJT2C { display:block; }
 }@media only screen and (max-width: 1199px) { #ahUlDoXsHAMb5Xn0Dh6FDvlQKPhE9AZp { width:16.8125rem;height:2.375rem;top:24.8125rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIRqJrPeH5qCAPCJ36g4mNdsWGILe91b { display:block; }
 }@media only screen and (max-width: 1199px) { #f2NCw9ivUeVlRTaBzS4vrrxfRU3T8DPy { width:14.4375rem;height:1.5625rem;top:13.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XlKOSzuXJWGGTXRvbVB4TOhOe8Ww2I11 { width:11.5625rem;height:1.5rem;top:36.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EDdKq8Hw91fJtxNIW2IQGMi0b56n7Ohp { width:4.3125rem;height:1.8125rem;top:41.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0cUXmhb999EKGWWUwtRxGBbbdigpZUv { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKo8T2BAVeOWF0s7pf7fg2x057Drcyfb { display:block; }
 }@media only screen and (max-width: 1199px) { #hsiCANtHGGb5IaM1QNU7K6MvsuCBUoRU { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKqJkFyxV6TTJ6WEtHweyAUNaRAZO251 { display:block; }
 }@media only screen and (max-width: 1199px) { #c86NAnNMH5UfwSLysoC6Tl6JNqCiNBIe { 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) { #vArlQaHBnbuMgrgp2so65zTJGMtuen10 { width:1.1875rem;height:1.1875rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFqKuKxeA2MWIUiyGr0xsidDdfOOdb8x { 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) { #nQROPMI8wRRkMWJPEeONIwXJ72374BBZ { width:1.1875rem;height:1.1875rem;top:43.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLJzV6OhTD77iNSIaK30ytXgvFzScAr0 { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u9tXovONGgUOS0c1b6thvd7C1W8UcPyw { display:block; }
 }@media only screen and (max-width: 1199px) { #Ss1hEvZX4WfanleghFQXOQEcIEEq6c82 { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #U09nHCKcuBla5RDIZNCGlwtHqgT4PucB { display:block; }
 }@media only screen and (max-width: 1199px) { #xTiuGkb2fWHJDGlPp4aiHkZ4ueoSIyi9 { display:none; }#xTiuGkb2fWHJDGlPp4aiHkZ4ueoSIyi9 > .row .container { width:47.75rem;height:26.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #U1AWK5a3BPhCpBUHGn9UqbQzUQM0fnbu { width:3.4375rem;height:3.4375rem;top:11.550000190735rem;left:38.925000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEev8kPRH1Gqivkz3MkW0UqrG7O5WBVr { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QtiRpZThBiZA8KPkbERdR8rVy3rDUgXM { width:3.4375rem;height:3.4375rem;top:11.656247138977rem;left:1.8117187619209rem;z-index:15239;display:block; }
 }@media only screen and (max-width: 1199px) { #Py7nJ31b1MgvHIRSTW7KIfnaVCD8TlBz { display:block; }
 }@media only screen and (max-width: 1199px) { #ezT9gSe10w22aCs5tle8mO8IWrbknzCq { width:3.4375rem;height:3.4375rem;top:11.65625rem;left:5.6239585876465rem;z-index:15238;display:block; }
 }@media only screen and (max-width: 1199px) { #ni3JrS03rOxdDenSeFu3JuCpThJ4zIfc { display:block; }
 }@media only screen and (max-width: 1199px) { #IxxEoq5EOxF4B1o3rlC3SyQVErqCb7Tm { width:3.4375rem;height:3.4375rem;top:11.78125rem;left:9.3742185235025rem;z-index:15240;display:block; }
 }@media only screen and (max-width: 1199px) { #uhsWH0TBDWpBM5uAU68MLKGN3CKsGquA { display:block; }
 }@media only screen and (max-width: 1199px) { #H5z7cEzGwG3yf1fhCUrwyQEF8tlAURlk { width:3.4375rem;height:3.4375rem;top:11.59375rem;left:35.224999964237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpaoNbcKvenpB6nPeZDiU6ZGpgTyE0We { display:block; }
 }@media only screen and (max-width: 1199px) { #HeHBIESJZrgsMngePV8Iuv62aO0NzedJ { width:3.4375rem;height:3.4375rem;top:11.718750357628rem;left:12.999218523503rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #OoixQrQ9TxLo1b4uaCnB2rCACI6drFMA { display:block; }
 }@media only screen and (max-width: 1199px) { #vU7895EcxTFupSHC90o9hoPxChhClg50 { width:3.4375rem;height:3.4375rem;top:11.65625rem;left:16.706249237061rem;z-index:15242;display:block; }
 }@media only screen and (max-width: 1199px) { #ksZGxX4Vqq7mLSTix19zfHaw0OTBaAvQ { display:block; }
 }@media only screen and (max-width: 1199px) { #saezQfCtcELzf7og3qlqbw6E5l15LX3l { width:3.4375rem;height:3.4375rem;top:11.593750715256rem;left:31.550000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpkyp4fcsOGLXvzL3AK1r1bMrOuq37NR { display:block; }
 }@media only screen and (max-width: 1199px) { #BTxnF7iMcIkCizOXS5PqbLiSy2nqLJzZ { width:3.4375rem;height:3.4375rem;top:11.656238555908rem;left:27.768750727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cdLMBSciWGhA4ga73lH5WkaIHo1Etc1X { display:block; }
 }@media only screen and (max-width: 1199px) { #Bwrs8U17qvt8IgTatWCfWppx2pccsKpS { width:3.4375rem;height:3.4375rem;top:11.718749046326rem;left:20.406249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMIsElIhFxEgVTn23cxFIQyAHNVGMq0B { display:block; }
 }@media only screen and (max-width: 1199px) { #Q1eiKwZlmkwh2pynNWfTWvr4Lpsdwa5J { width:3.4375rem;height:3.4375rem;top:11.781249046326rem;left:24.156249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCOmrQETr3MeaGkwh0EPoMfWscInJstt { display:block; }
 }@media only screen and (max-width: 1199px) { #mTBnHLUXTQKXqo7ASROlewqOgDRNCTdv { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yamk6VWkKTBHp7EglATMBFhur7VWxGoD { display:block; }
 }@media only screen and (max-width: 1199px) { #lm4HXogv3IxVE8dcTc7caNIGJ59LVNaS { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W9PrGSvqke4SUkDCwFeH3vCEmSZcCLdE { display:block; }
 }@media only screen and (max-width: 1199px) { #h8orIz99TEJBGeh7sFWFxa4KiGg6vJVh { width:3.4375rem;height:3.4375rem;top:11.705208778381rem;left:5.5614585876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C60xlyVkOZ87KbgkakT1DuA9lgtqvApO { width:5rem;height:5rem;top:20.875000715256rem;left:37.500001490116rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ftci4HnbB5BhbuXoQ1qfRIz4Xpb0nRCz { width:3.4375rem;height:3.4375rem;top:11.717982292175rem;left:13.049218714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3CKmvTVlcOMUXfKy64qAIQ4ovMxr8W1 { width:3.4375rem;height:3.4375rem;top:11.59375rem;left:42.612500727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsvTuqELBnJnPw6IKU3MwaK3mV9btnRm { width:3.4375rem;height:3.4375rem;top:11.624999046326rem;left:35.237500727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTvnfDq7hC2oEBeXDbMoUK05nh8UMJil { width:3.4375rem;height:3.4375rem;top:11.687499046326rem;left:31.550000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cx1df9gIFiWgucFwXvIXoB7UlXOpONd9 { width:3.4375rem;height:3.4375rem;top:11.687499046326rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JptBghJOlPErMJiyMxNMcKdFpzkVx6lX { width:3.4375rem;height:3.4375rem;top:11.717968940735rem;left:20.406249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuQroLxIFRfaP8Ru0rGWDzaBAeo3ETrw { width:3.4375rem;height:3.4375rem;top:11.717968940735rem;left:24.093749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mip25Pbeqoxivgs1zVVLUIMNOEWxItuC { width:3.4375rem;height:3.4375rem;top:11.717968940735rem;left:9.3312497735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NaIChvwf5w6GbWWbTeUmRvxWccOhHmiJ { width:3.4375rem;height:3.4375rem;top:11.717968940735rem;left:1.8117187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8kzT8ALFCMWxRTEWKU587lK9nLJ7yZl { width:22rem;height:2rem;top:1.6874923706055rem;left:12.875000536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0SFp3HUU1iINNyMpFgBvHyU8xvmD5Wu { top:4.6125001907349rem;left:0rem;width:47.75rem;height:3.16875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3CAcW3UKT59gl97G6hqnNXnCSAufH1Z { top:18.099999904633rem;left:1.0617187619209rem;width:45.625rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VT4rCznQ8qWEp8nmIZPmSEVp223FfIyQ { width:2.1875rem;height:0.625rem;top:13.186718940735rem;left:2.4679687619209rem;z-index:15233;display:block; }
 }@media only screen and (max-width: 1199px) { #xtW65a6CDMnxs6zeCZkzUbNT5cX0gbcT { width:2.1875rem;height:0.625rem;top:13.125rem;left:6.1864585876465rem;z-index:15234;display:block; }
 }@media only screen and (max-width: 1199px) { #SNTInagUiaJtrzfKVtfcItHQ18VWoolA { width:1.8125rem;height:0.625rem;top:13.162499904633rem;left:10.143749773503rem;z-index:15237;display:block; }
 }@media only screen and (max-width: 1199px) { #MVvcnZUkCx5s5GXdN2Wee8K55Hu5yVJE { width:2.6875rem;height:0.625rem;top:13.123958587646rem;left:17.09375rem;z-index:15236;display:block; }
 }@media only screen and (max-width: 1199px) { #CQNPOXVafHMubRIMWrxv8ir1fMDNvqr1 { width:2.3125rem;height:1.375rem;top:12.812498092651rem;left:20.843749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDDXFGpVQepJeeF1JMfG5iVOAGIB4bON { width:2.25rem;height:1.6875rem;top:12.593748092651rem;left:24.800000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CC3oemGbXGy27T0UzkqzgmWhNGNPvRhs { width:2.4375rem;height:1.6875rem;top:12.486718177796rem;left:28.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGGlSzCSgTUpUvyCzFqPmG98ME5st3xA { width:2.625rem;height:2.625rem;top:12.050000190735rem;left:31.925000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2uQfadiT2aaTTJDJisZ00qtWSlzZHtD { width:3rem;height:3rem;top:11.8125rem;left:35.412499964237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABk3xBGV5dBx2BmI3rM6CNDQzJ1wqs1E { width:2.125rem;height:0.6875rem;top:13.111718177796rem;left:13.674999773503rem;z-index:15235;display:block; }
 }@media only screen and (max-width: 1199px) { #TqTKeNwoOc2T6oHorkGTSN7UnebqWheV { width:2.875rem;height:2.8125rem;top:11.90625rem;left:39.206250727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IggL09govkIu9xZ0oT9LCKVfWbFrhJ4P { width:2.875rem;height:1.4375rem;top:12.456250190735rem;left:42.925000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NriTenoJQZVAmiz6G5FkcRHIEAdMhiuF { width:6.375rem;height:2.125rem;top:20.875rem;left:20.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A38G8Ds605xC1TazTlX86aleLIDuQ718 { display:block; }
 }@media only screen and (max-width: 1199px) { #Z43SEOciLmBnITa2fvQq2UAzMmJgvnSe { width:47.75rem;height:8rem;top:9.2687473297119rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #FIlAIc0tir0ppFIiDg5ktfpNFxBnfS8i { width:5rem;height:5rem;top:8.375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XE0uyllLlGW790aBb60n3ECNhKBaAOJ2 { width:9.625rem;height:1.25rem;top:12.9375rem;left:44.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tazfoi2gOIF5oFtyCfwTNB4TN4pmByGb { width:3.6875rem;height:2.125rem;top:11.75rem;left:42.125000953674rem;display:none; }
 }@media only screen and (max-width: 1199px) { #geSTxaABxw7VhmiHpie9SNEUEetD5pr8 { width:3.4375rem;height:3.4375rem;top:11.59375rem;left:38.924999237061rem;z-index:15243;display:block; }
 }@media only screen and (max-width: 1199px) { #d3nOd8BRtngtSrQ8TK9zVmL0zMplvnZD { display:block; }
 }@media only screen and (max-width: 1199px) { #KUXTebWHGVPLq9ih19XmqHMyXwsXDAPK { width:3.25rem;height:3.25rem;top:11.650000476837rem;left:42.731250727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiWJGcMneEX3rpV34t9EUta6xQtu7iBJ { display:block; }
 }@media only screen and (max-width: 1199px) { #e0LnAkUo35SRpeDX61iZhAo7WZ2mm2cK { width:3.4375rem;height:3.4375rem;top:11.65625rem;left:16.768749237061rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #TxUwiNhd15syxJD8KMyIcNAFr5fLoq1V { display:none; }#TxUwiNhd15syxJD8KMyIcNAFr5fLoq1V > .row .container { width:47.75rem;height:77.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iei5d4bgPPmohcMrTDS08yR2fPxBmc6w { width:41.625rem;height:41.625rem;top:6.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CfBzWm42T4Vtbh7idTiScM7UwTToXOCs { width:7.6875rem;height:2.8125rem;top:3rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLoW95onqQ3Nmwa7fgxDe4DMFsTu22c4 { width:12.25rem;height:3.375rem;top:2.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sfq8zXkl1T0goVUbJM3auhE551LS8gix { width:24rem;height:18.875rem;top:7.5625009536744rem;left:10.487499773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upkX9OLsRnVSZePcyAWvXdkB71NqZmBJ { width:47.75rem;height:48.875rem;top:24.406248092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0rq5pkoFdglnKOS9SDO1L8PE6fstZCT { width:41.625rem;height:21.875rem;top:6.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GcrT0KqVOrXJkEHpzEABzTTWwfV0Eqs4 { width:22rem;height:2.4rem;top:24.625rem;left:13.687500536442rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3VTZzu9pMLf350G746InUTZTXw6tCIC { width:45rem;height:4rem;top:27.36171913147rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJ6hWCqgBH8dIy29Qnk07LWUqdmmUzSn { width:45rem;height:4rem;top:35.672668457031rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcAMvQtRMLZdT5NhTEGEKflZya8knzaF { width:45rem;height:4rem;top:31.485925674439rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5nBzSaCA1LLT7petArpTATHHa8eazy1 { width:45rem;height:4rem;top:39.812496185302rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBEAa13ltMp0NoLgPbHrOZfWPLhBJNeN { width:45rem;height:4.25rem;top:43.875024795532rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpP8WWCDtx9vqlLGtp6X4ubfoqrDm7xD { width:45rem;height:4.25rem;top:48.25rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3HitqEZ1pDbsZBFeZXy7ZGoFBTGTAuu { width:45rem;height:4.25rem;top:52.625rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZ7APH0ds4TPicx13Rx5hTpJtk9foxTb { width:45rem;height:4.25rem;top:56.999984741211rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKHamBdnnz6nk5goShysdbgI73vdOhs0 { width:45rem;height:4.25rem;top:61.374238967896rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIMsp3pdIsIn3suCww7lnVQf5UgLKcIK { width:45rem;height:4.25rem;top:65.6875rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUloJEZST6mefxTGKcmrylgLoPeW2EQi { width:6.4375rem;height:4rem;top:27.36171913147rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhzqkCvds4IA1JVGnTT0egIJDLUVLBZo { width:6.4375rem;height:4rem;top:31.485921859741rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qg6bPBkWqwCsAabqSQoU7hszFK3qxgnM { width:6.4375rem;height:4rem;top:35.672668457031rem;left:8.1749997735025rem;background-color:#3c3f5f;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) { #ngK5Olg2nAXqahgfDcIv1ddeSdrIviIf { width:6.4375rem;height:4rem;top:39.796863555908rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omD16m7KK6aC6QPEN0gxgoqeUkrNJaZx { width:6.4375rem;height:4.25rem;top:43.874990463257rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arbVppDs1i7eXuwhqFMvevt7M2kimQrU { width:6.4375rem;height:4.25rem;top:48.187499046326rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2ciiDK6r8A0zeGsxlhtzk6iMdWkzRBP { width:6.4375rem;height:4.25rem;top:52.612502098084rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUux6RvaBgENCQ5VUU8cTfuiV9WLnCeI { width:6.4375rem;height:4.25rem;top:56.999202728271rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZV5z4O1xr2UvIFVPIkkEswTNTz5czTg5 { width:6.4375rem;height:4.25rem;top:61.374217987061rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZKohk9JNFwDl7x0poVtqfTDOmoRoJQmh { width:6.4375rem;height:4.25rem;top:65.686718940738rem;left:8.1749997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nRtmyXpiU4RSdCVxuBz4w7eipeCcI1Cc { width:4.75rem;height:2rem;top:28.36171913147rem;left:2.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T67mBDoDTXFXPDVVnFnLTad0TzPOLP7S { width:3.625rem;height:2rem;top:32.485157012939rem;left:2.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFnCv2gX3TFNV5v108eAQcp4TTxW0rE3 { width:4.9375rem;height:2rem;top:36.672656059265rem;left:2.2187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WeTEVqRNX2OMfJo9FsqXb93TIhAMP1Hm { width:4.5rem;height:2rem;top:40.811718940735rem;left:2.4375000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RINJFBzJXoI78DVSewziBGlJhvKJ9yST { width:4.5625rem;height:2rem;top:44.905469894409rem;left:2.4062500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7r8Tx16Q5H3Sf97cBt6R16f7QuyoZUy { width:4.1875rem;height:2rem;top:49.375rem;left:2.5937500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IoQh2zv8slwArikive15UlLTKznwtsHr { width:3.875rem;height:2rem;top:53.750002861023rem;left:2.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nipJw03US1BAVdoOJWpCIOxTxLBrqdr7 { width:4.5625rem;height:2rem;top:58.124221801757rem;left:2.4062500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v06SQ4s3PcgTG9kDQm5MkJ3SQw5ZUPZs { width:4.0625rem;height:2rem;top:62.499219894409rem;left:2.6562500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yNoQFVdrW5QnpltTficvQQeP5H58ADDl { width:3.875rem;height:2rem;top:66.8125rem;left:2.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C6h4BeIMCJT0p0G5NmlquObnAeto2NLw { width:4.25rem;height:0.8125rem;top:45.500013351441rem;left:9.4874997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RgEcDUifBNNSs2J7TB2MJcuizJLyigKf { width:4.25rem;height:0.8125rem;top:54.343740463257rem;left:9.4874997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #En3HL3Z4Mwazplx5MwXPSIAgqa4fle93 { width:2.125rem;height:2.9375rem;top:27.812494277954rem;left:10.331249773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZbsJG3ism1f1zpGfLoPu1auKdPlPL93 { width:2.125rem;height:2.9375rem;top:32.016418457031rem;left:10.331249773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIfQUHeJfdo5LoSx3aNXCMIxssL4xqql { width:4.4375rem;height:1.25rem;top:37.04686832428rem;left:9.2999997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yNa7q4LF16zHcKXQzkxP5XyT56qFzolU { width:1.625rem;height:2.5625rem;top:40.530469894409rem;left:10.487499773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IvwFMpcEzmzsGSFcPQSQG0srU8fegXzN { width:1.875rem;height:2.875rem;top:48.812501907349rem;left:10.437500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJvw8AnnCTn4lARz3IVt5ks7JnQMbzEN { width:1.1875rem;height:1.875rem;top:58.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fx4dbmExJD5aQylFHl4ntWCAlZQg71JC { width:1.4375rem;height:2rem;top:58.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5ZkTRBFy7ifDEQneH12ThvTPBTNKB4w { width:2.5rem;height:0.625rem;top:58.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOhDN2R5eUc58FrXGbSae7rUSk88tBTn { width:2.3125rem;height:0.9375rem;top:58.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbe5QmQbTfQlk8ffxU7BWloz3Lf78rax { width:2.125rem;height:2.9375rem;top:62.030468940735rem;left:10.331249773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEWwhFL1TqtG3nTwytGcKr9H8rLXQcx3 { width:2.125rem;height:2.9375rem;top:66.343749523163rem;left:10.331249773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byHaGWQEUtKLL8LAPt1x5SKBoVUTEThc { width:7.6875rem;height:1.6rem;top:28.5rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sc6uLxKr4x0RkxzBDwuOZas6Otmxt6U1 { width:5.5625rem;height:1.6rem;top:28.4375rem;left:35.812501490116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M6X0vdMpI8MROXwZ9xKRlqUl0cG2fbRH { width:6.625rem;height:1.6rem;top:32.685156345368rem;left:20.624999582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUwWWw9a2XB9ikqADadTauNHA7PTLVyL { width:5.0625rem;height:2.5rem;top:36.422668933868rem;left:29.031249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkPhIpnzWAUiLEVg3CkDc4bgrZdROLlo { width:6.125rem;height:2.5rem;top:28rem;left:28.499999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8oJ9QxI3hF5MXb0Ba2uW1xe5aHcVkN8 { width:9.3125rem;height:1.6rem;top:32.685156345368rem;left:35.750001490116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWQTw616uO85BKi3qfmieWQBWOILdyvA { width:5.375rem;height:2.1875rem;top:32.360168933868rem;left:28.906249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxp1W60rMS0PeUq2b91uTwUQS8F2wTbT { width:8rem;height:1.6rem;top:36.972657203674rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tc00s38eRdaI7htcFVoz91G3EDyRPA6L { width:7.125rem;height:1.6rem;top:36.872657299042rem;left:20.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oNGrWrCG4eT9x0EZnUP9AkOEKFH3qHdt { width:4.8125rem;height:2.4375rem;top:40.499219894409rem;left:29.175000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #It62AkLAyTLARBTfJaiSgZIOPL6u0qOh { width:7.125rem;height:1.6rem;top:41.011719703674rem;left:35.675000727177rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcUlTZXFOrDqcLtW7Ex2pVcADAegWmH9 { width:6.5rem;height:1.6rem;top:41.011719703674rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEtqrxVLqhqu4aPly665Fbbsde0HwH2k { width:4.8125rem;height:2.25rem;top:44.842968940735rem;left:29.050000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #It6D0RubFo6DhMd3bR0vJEi5prHbnBPM { width:7.3125rem;height:1.6rem;top:44.855470657349rem;left:35.687501490116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFbqiB9k3RXDMSbe1wNxnbvvmTACR7ok { width:9.125rem;height:1.6rem;top:45.199220657349rem;left:18.124999582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MzzgPTEKbeQq5dT2E6duKXvEOmkMVLo2 { width:3.8125rem;height:2.25rem;top:49.25rem;left:29.675000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wC4V1zyWos7MdmZGMfwHvQWNIu2FozxW { width:5rem;height:1.6rem;top:49.575000762939rem;left:35.812501490116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iN3O9l0PfRu7xTOBgnM0ucmBNOnZt0uB { width:6.375rem;height:1.6rem;top:49.574999809265rem;left:20.749999582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cF1LhP4Bt7pZi8BBv7f1ogBUueS1u7Q8 { width:5.25rem;height:2.1875rem;top:53.656240463257rem;left:28.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOQnfSB0Dw1y4R1GzgTV0E4kbsBRyT4D { width:7.4375rem;height:1.6rem;top:53.950000762939rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9gHHTPvImRm7hXiJglLHJH6O4oVEu7N { width:6.4375rem;height:1.6rem;top:54rem;left:20.656249582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ao8OuhBJxUIBg7KhAK0dSiZDLCndolUq { width:22rem;height:1.6rem;top:58.324230670929rem;left:20.800000727177rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #an60xckVOO0CTlBOI66zZxMmNSgAQ2Px { width:22rem;height:1.6rem;top:62.699213027956rem;left:19.874999582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTx1rJeSVExbd8VDT3yai502d67kVgAB { width:11.9375rem;height:1.6rem;top:67.012499809262rem;left:15.956250727177rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tM823tAATCmnKmi0ycFnMuszFQfH6vuZ { width:14.9375rem;height:1.75rem;top:66.937499046325rem;left:28.737500727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izJdHEoyyvgQuFtS0bSk0NdvVAe6wMER { width:22rem;height:1.5rem;top:70.748437881469rem;left:12.875000536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AR7aa7rV1u9OgqBcFQH8c4CCOmZnvTXn { width:36.8125rem;height:2.4rem;top:74.00000190735rem;left:6.2812500596044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJJW4geLpu1qeJa22X3bolgF0Ubn5cfP { width:1.25rem;height:5.8125rem;top:17.0625rem;left:14.175000190735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cv7gCHwNFgxUE6FQKAs1G1kg3IkGbdvT { width:2.3125rem;height:8.625rem;top:27.125rem;left:7.1875000596044rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSBOTQmxhJK2Fz4qQpKOdxo6nbENxhqI { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GpFtpNh4ITW5RfD1887AIxyoNXcNifwl { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LL7AJB5s49qHWG83zFFliFCDADTUV3Fs { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GpZ4Rqpa5A4TH2qBm2fXx99CE1GV8oX4 { width:2.125rem;height:2.9375rem;top:28.5rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QeGTRcL8PXLArSTp5d4QRk8yzzXfQyQT { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zTLEGUaVI4TklzadXALPmoV6cNnMLvaw { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iNUBGKKOkkGh57ip6GIscqGyIPIrJkDU { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eToSklz5ePFV0drEfAFkayNZMUWBT9ag { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pqvo2U3LepcZD7iiJggUgvpnBQR5641O { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B6rS4DJsgfih9Uml05UtPmkTN7xcJZee { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iny6P3lRpQCF0y7CDo28P20L5fRr8lPD { width:47.75rem;height:6.4375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zVlpIwetyo3w8mNGAuhEhEJAE2MNaThV { width:1.25rem;height:12.6875rem;top:28.125rem;left:15.312500953674rem;display:none; }
 }@media only screen and (max-width: 1199px) { #G74XJtmADBMyKoTa66pXliw9vw6wq50W { display:none; }#G74XJtmADBMyKoTa66pXliw9vw6wq50W > .row .container { width:47.75rem;height:18.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QNIoi9wCkEm7WsTeG5yJTTCJ9qcwKcN9 { width:47.75rem;height:15.849620893008rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB { display:block; }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .row .container { width:47.75rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EiR3e4KEW9KBUTZlrk7W7vHLqKuPLhrv { width:47.5rem;height:22.8125rem;top:0.75rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #kKJdWk65DEkWgWlnoBVMoSt26tPOKuMu { 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) { #N69ECA0354VQsISu8l50JkGyfI9THAfg { width:5rem;height:5rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vAouLACQAu8Chd88y0U1AxbOfQLFbBkl { width:4rem;height:1.25rem;top:7.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LdFaBO2DZVmTzWXZIvy27A4DB8lu2XJy { width:5rem;height:5rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LndfcSRRko9XHsptTwdbIe7R8fy2HVOP { display:block; }
 }@media only screen and (max-width: 1199px) { #m3cBgcvyUvwv9sil4FyM7K9NRwQNVqrv { width:5rem;height:5rem;top:5.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKPp0lW9ksgBccT2xl1f1IGX1TItvKB1 { width:4rem;height:1.25rem;top:7.0625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yiq7ArP82vuBZHB85LPThCHnTwHTUnmX { width:5rem;height:5rem;top:5.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7vmouFV4t22DMkC3cOMf8UiMJg1CIfA { display:block; }
 }@media only screen and (max-width: 1199px) { #Pupuzd9OdDV5HCgKsguSVtbCtCI1qOJM { width:5rem;height:5rem;top:5.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mr0HZeA3gUJnR7icBKlvV0aryFRGqsHa { width:4rem;height:1.25rem;top:7.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3txisHzLzxCA9vvMIKR82Tl1B7rDmm1 { width:5rem;height:5rem;top:5.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yrud6zeI9yRekBie95DDJGg5vTIBqopL { display:block; }
 }@media only screen and (max-width: 1199px) { #Jfk29ODeagoQDBLGh1vnMnd53PKlkEIQ { width:5rem;height:5rem;top:5.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMNXTbHcWqFws58hS2df7b3bxq5RwenL { width:3.9375rem;height:1.25rem;top:7.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQLbaVAVk1lg60w0UzzA7zNSUyfxxLdT { width:5rem;height:5rem;top:5.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqddChv694yKFJoZPvES6eUguXbF9xvd { display:block; }
 }@media only screen and (max-width: 1199px) { #oAGg6eqydKcH4KytW8dTmgWcBpiUbeRh { 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) { #DKZ0avJIPby9ynWvTw5LEOudO7OMJB4D { 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) { #UUXsBtKmB01XkEq2v7FoHtdJGqe3Q2Rk { width:3.5rem;height:3.5rem;top:16.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9OeIrNp5V09BctIn3p5GUhBD6zo2J8s { width:3.5rem;height:3.5rem;top:16.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggdGePGZBmaawwqUVu0TohBLc7ayIOZT { width:3.5rem;height:3.5rem;top:16.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRP0X9TOwCvnlWZNH9mxCAHiDMSVTKGB { width:3.5rem;height:3.5rem;top:16.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5X38GX6tC23pT4xJvT2Tt9JJMIfJG1l { width:3.5rem;height:3.5rem;top:16.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8nzhcLT5M1e7aOok7SNMuT6oTUnKTHk { width:3.5rem;height:3.5rem;top:16.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARndefJcxFFIrgsAGw4XxTmIUlIDwLWe { width:3.5rem;height:3.5rem;top:16.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cDZBxdDD96d6fnkGzr9VP9oxytMpVSPP { width:3.5rem;height:3.5rem;top:16.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaZ3VTT9nJTlTszDLS7Tyw7s0qLKLrw8 { width:3.5rem;height:3.5rem;top:16.3125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M19COwkDko2pzU6JVP8LqIIkvS4HANpK { width:3.5rem;height:3.5rem;top:16.3125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TukbtHk8seRIJ4TCMUTswRcHWJDB0ixr { width:3.5rem;height:3.5rem;top:16.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEoK7Mwd9QzJOze6JN592ZNsy6aABcMz { width:3.5rem;height:3.5rem;top:16.3125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQCFgEw5hhurMXXHccOf9C6MwuaToJpC { width:0.6875rem;height:0.6875rem;top:20.9375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAJpRui3UdeIxBgTzpymJFhTv8ddZ7Td { width:2.25rem;height:2.25rem;top:16.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XlKzIQLTfeKmXebkOP6h4FxXSVke6fh6 { width:3.5rem;height:3.5rem;top:16.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uanJPOAZ9QcDixyi3Seyn1sGxNOrEtcq { display:block; }
 }@media only screen and (max-width: 1199px) { #MTwxdFOD409KCOUkkrbTi6t0gVCIcitg { width:2.25rem;height:2.25rem;top:16.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cBO59WLTTOkfacTuaTE4xUCiVu6RsF8z { width:3.5rem;height:3.5rem;top:16.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mg65nylrkqJy21D2crHTzsh9MbPktMgo { display:block; }
 }@media only screen and (max-width: 1199px) { #S67fsOtSkotzXhcyB3tcDIsZ9TFJlS5D { width:2.25rem;height:2.25rem;top:16.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cV8mPSww6RM1m3snPXMfR5a7C6lJLpRp { width:3.5rem;height:3.5rem;top:16.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3HOmn6xXHr1znpd2EbT0vbspL8iTgRC { display:block; }
 }@media only screen and (max-width: 1199px) { #DUvFbbJKGvrhWM1WvWKGNWpnuI2Sb6pM { width:2.25rem;height:2.25rem;top:16.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pyiScMcUFkXyNfxts75KxtQTrq5OrNkf { width:3.5rem;height:3.5rem;top:16.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZ6ubK0kxxGgIovKzMfsedpPEvpJoeRo { display:block; }
 }@media only screen and (max-width: 1199px) { #BklBkWktR4hMuSbdnWJLRaoEDuHmBHos { width:2.25rem;height:2.25rem;top:16.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvA5pFur3oGutETxQNPaveWbNSZiTIFn { width:3.5rem;height:3.5rem;top:16.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cmgs5qMzkesSGD6P1HrBFXzQCyvlNTDA { display:block; }
 }@media only screen and (max-width: 1199px) { #h2DzIcUL9giJRZrLTmJ0UeFr3xTlG22t { width:2.25rem;height:2.25rem;top:16.9375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ivn4gKZbfKkyvrfPu0oiu9HdE3yviTKM { width:3.5rem;height:3.5rem;top:16.3125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8i8gd0AstTiviyBdxVKBteiTqTxPN6d { display:block; }
 }@media only screen and (max-width: 1199px) { #Mk2ZPWaVZAJ3N3de8nJ6tEV1Jw7WOmFr { width:2.25rem;height:2.25rem;top:16.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwptomFGrHGcKFmTNc6aq2hZNEzoKQxc { width:3.5rem;height:3.5rem;top:16.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJZrHPNohpUOx46snfR9McryTBmIC80P { display:block; }
 }@media only screen and (max-width: 1199px) { #RUN5M2Hm5VD3bozov56RIMCQLTccEwnU { width:2.25rem;height:2.25rem;top:16.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gym3aMQAWo2xKdJ26Kx0zJ9ioNlwUgWi { width:2.25rem;height:2.25rem;top:16.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sfW34UFQ2m0AN7FR2pVlBdZOspsTTozH { width:1.6875rem;height:1.0625rem;top:17.5rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wGcMiB5fTbyUXKB2HZvtJSkArXnDKXWs { width:2.25rem;height:2.25rem;top:16.9375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FkFpJT3MAEqgNL01Xp2VpfsK9A4S0J1Q { width:2.25rem;height:2.25rem;top:16.9375rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d5pgGpRP6DZgqMiLVWquRr6FhVLHO5TW { width:3.5rem;height:3.5rem;top:16.3125rem;left:43.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTaIW34qStrdodMOi8yHwBHEhnevB5Ds { display:block; }
 }@media only screen and (max-width: 1199px) { #DM2MeLMThE3Wu3GRz2c4PwRRbDU5lHEG { width:9.5625rem;height:1.25rem;top:20.625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fql19Jn0sDpZpZTZ6O5yy5Z8NJ4rWZpg { display:block; }
 }@media only screen and (max-width: 1199px) { #AzuWgJVZKaUsIPz26dxqTuvMmiKFyV6y { 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) { #TlCoiDmFFTScbM6t8dfaEnuTmwrQTdEM { width:33.1875rem;height:7.1875rem;top:4.21875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qe3T4IccH3mTvTM9165DEqIEemksGytH { display:block; }
 }@media only screen and (max-width: 1199px) { #Z7iXtWOhz58Wwwiy0D1O48LwkMu3mDID { width:46.75rem;height:4rem;top:16.0625rem;left:0.5rem;z-index:15264;display:block; }
 }@media only screen and (max-width: 1199px) { #f0Ma9wAB7944k8EDh7yioZPHqMiZdOUi { display:block; }
 }@media only screen and (max-width: 1199px) { #CKl40OKpfNAwfiGwaVX4pWm3PTu8vpIP { width:47.5rem;height:22.8125rem;top:0.75rem;left:0.125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #m24GHMQMbSVbGADHtODx3ni7e6savs0R { background-color:transparent;background-image:none;display:block; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container { background-color: transparent; background-image: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container > .video-iframe-container { display: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row > .video-iframe-container { display: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .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); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NofVS5ng38T85HfTvIakTo0W73DGvU92 { width:47.5rem;height:16.5625rem;top:0rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #rvH7F7flai7rytrf7zwNtPZav4E2RwL6 { width:3.5rem;height:3.5rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8fiKen5gR7HpOFs2daRcJGIPDZroG5L { width:3.5rem;height:3.5rem;top:0.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sli04Z37InepdUSEdDNIsRGX00m5JtTe { width:2.25rem;height:2.0625rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aiT7WQQcgGJ7eiq341PqnlPBIcnnUlVS { width:3.5rem;height:3.5rem;top:0.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zBWNgLDmv0r7uWUKoKpqttKZTCf1SVAy { width:2.25rem;height:1.6875rem;top:1.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AKWr1vHE3EzswpThc3tXz7pH7h7MkeKZ { width:2.25rem;height:2.25rem;top:1.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3tm1e2NvQQqSB31G4wZosKtWqm10T9F { width:3.5rem;height:3.5rem;top:0.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zro5M7ItL5rHQCJhWqUgZdwUuTr47k8y { width:3.5rem;height:3.5rem;top:0.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNkshzxE21PiPvcBgcFiHUvF9uqCdAbd { width:2.25rem;height:1.875rem;top:1.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGuATrSdLXfT9JdzrvQTMr5ZzMiDLhZS { width:1.5625rem;height:2.25rem;top:1.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tev7T0aoL6MROhksIdd52TvsIm3sPZWK { width:3.5rem;height:3.5rem;top:0.625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMbfNHMNx4n7nhRob3h4ZiWrgq4y3w5L { width:2.25rem;height:2.25rem;top:1.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpNAhphK5C0hKTgUZkIXPAxlKmgisC0p { width:3.5rem;height:3.5rem;top:0.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTH1LVnoCM0WKnmXzuuiP6aGTWO5GNwK { width:2.25rem;height:2.25rem;top:1.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qtm6b9ufVDqpBu5IAkv1HhFpy3O4pgnt { width:3.5rem;height:3.5rem;top:0.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCN6gp9i3AiNRoB2OFmTivKXdzg47CWA { width:3.5rem;height:3.5rem;top:0.625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwaRS2m1D4gSeuRs8U6TPVM21P637hXX { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vh7Qe6Z8OSfSF8TUJmkU0l5Rlupslcs0 { width:2.25rem;height:1.3125rem;top:1.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMKnlqSOSJrIVdV02zdRQfSGLiGyS1un { width:2.25rem;height:1.3125rem;top:1.6875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrtA54q23Kcs3mxPv9oPNi2ln91tG0KA { width:2.25rem;height:1.25rem;top:1.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqWQFlbb3QkpgU8E7lL9odHuJJnSueOI { width:3.5rem;height:3.5rem;top:0.625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PC6KILCAdOFC7SxO3TEP0SWdWq1aLPBq { width:3.5rem;height:3.5rem;top:0.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJ0ccpCnQlrJCTustcTTJTJ06X13FpHM { width:2.25rem;height:1.3125rem;top:1.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0pfpG2B69RQ8usTpXASUCuDpQUOhZQv { width:2.25rem;height:2.25rem;top:1.1875rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lpnac9sZ58BoAqeynfEOqAamFsQauKKJ { width:3.5rem;height:3.5rem;top:5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdtwNVMg7kq5ChlAzS82cIndeQPyubiT { width:3.5rem;height:3.5rem;top:5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTb4HdfuiespxtKm9m5AAQniKwyKRKfo { width:2.0625rem;height:2.0625rem;top:5.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VzvgWxTprID3ZdcbeVcqTwbksnSlkuJr { width:3.5rem;height:3.5rem;top:5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DE2qehs9XJHcyoi0o484GBertefGbKGg { width:2.25rem;height:2.25rem;top:5.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUynxbdu8q0ycNgOLXR326GBkiTaOp3c { width:2.25rem;height:2.25rem;top:5.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5QAJSbeB54se1iSv8XmBxTkB9ocRBoU { width:3.5rem;height:3.5rem;top:5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCTkKsD5SBbpAehXDFohct4sQDp7G6Bn { width:2.25rem;height:0.8125rem;top:6.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bkoH3JFx1vNiyM3yVKVMRna205538VqR { width:3.5rem;height:3.5rem;top:5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJZ9ews6ATypXpu0PHZdOqcIwsvlNxMP { width:2.25rem;height:2.25rem;top:5.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUeFERZO0gxAAGSDV5r8Sk4CaJtw5VTA { width:3.5rem;height:3.5rem;top:5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gi7XGpkMMPdM4RILRNeQLF15oZfSUsGt { width:2.25rem;height:2.25rem;top:5.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lSZcHiKPbW86oQGmQQuEeR5VwHruQm5g { width:3.5rem;height:3.5rem;top:5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWe6GEMwMTKpNd9KLCNybw3wGdpCiy1F { width:2.25rem;height:2.25rem;top:5.625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDkz7iCrTQyASvEA7fA5i4GuLiKWpHfx { width:3.5rem;height:3.5rem;top:5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uM6XRKeG5zcC0gq9rO6i0QFgw15sDO6R { width:2.25rem;height:2.25rem;top:5.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BdRQezR66RTnWbMHoEfTU5NSJMBDwzmw { width:3.5rem;height:3.5rem;top:5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTSOrUoVgkfxdngsHs4HmfH6rNgCrA9X { width:3.5rem;height:3.5rem;top:5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kyG95iKzoMywHGR6EdqJFu8rgBQX9W0t { width:2.25rem;height:1.4375rem;top:5.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXLeQPUrMdBTaToMfIfVRydNbVWilzMU { width:2.25rem;height:0.375rem;top:6.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VFdG3To86oXSdXIE66qNNdZ8FF7QNH4m { width:3.5rem;height:3.5rem;top:5rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJLfplutAb4orPN52vFdX32PDxEKLdNI { width:3.5rem;height:3.5rem;top:5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JLh2Lvz2mUs9gSmgdL4uRrgZvscUqmNa { width:2.25rem;height:2.25rem;top:5.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F08vQcSWhrQu4uPDQ0XFzps5yzu09DTT { width:2.25rem;height:2.25rem;top:5.5625rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PF0bJikLA5eH5HwCc8CSTwwARRrKM4g0 { width:3.5rem;height:3.5rem;top:9.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKRz1lHkW63gNI9XQWlKawNNxwMHFXMn { width:2.25rem;height:2.25rem;top:9.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZWyR9A0JJzth8lm84NIsEUe8TN8KuAr { width:2.25rem;height:2.25rem;top:9.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6lZH15oAyV0shpX0yKaO0bGkEGkPMQ3 { width:3.5rem;height:3.5rem;top:9.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9N9ygtUgxsnOMwUeSH1pALLZDN1uZsc { width:8.5625rem;height:1.25rem;top:13.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FxoO0gWOzlSd2U5T2uOCP1fnHMCCeiK2 { display:block; }
 }@media only screen and (max-width: 1199px) { #STtNqTFRZS6qHHLaRx68qGRiTWECg1IQ { 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) { #Kn8y2Dq97ySno4SqSG7kRsHhQ7Qukw98 { width:0.6875rem;height:0.6875rem;top:14rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpNRNoMfdhge7POUezh9ku5vadFFSu7E { width:3.5rem;height:3.5rem;top:5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7PMKBsPg0T6hXK4qyx9E23EJns8X2x5 { display:block; }
 }@media only screen and (max-width: 1199px) { #pWLkdt9QVO2xM9ESWZF2Xl9momo5wPJT { width:3.5rem;height:3.5rem;top:5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wdmfnKEGb9PNW4hdyDxVnDpVQT7cfJfZ { display:block; }
 }@media only screen and (max-width: 1199px) { #ol7FUeyoCBoGA8oUV0QLE0VX3OgCSLek { width:46.75rem;height:12.5rem;top:0.375rem;left:0.5rem;z-index:15309;display:block; }
 }@media only screen and (max-width: 1199px) { #fZ8v7944GPRfzqpDiJqUVTREN9b3Iri1 { display:block; }
 }@media only screen and (max-width: 1199px) { #kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 { display:block; }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PV6gbrx7g8mhsuEae1gVTsGPz11GekyL { width:47.75rem;height:5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvS2mXQtifVqRBmAJHW5yhiZPGfShBzf { top:2.5874996185302rem;left:3.84375rem;width:40.0625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Le3ZxD5XsapMeOixTkbW4CHg9wTRgnUA { width:3.25rem;height:2rem;top:8.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0oEPlNq4wvHmXghBboyD0TzfnMb8h1r { width:5.3125rem;height:0.75rem;top:9rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDryihJsDLWacbAgVsGnFFZDF0V7W5MK { width:3.1875rem;height:1.3125rem;top:8.75rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qW48axEZzkgR3Vy94PhbsPOHQfokEVLk { width:3.125rem;height:1.5625rem;top:8.59375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LdPbTi6CFfVO52DRvNW1TOD4XvQZxGTX { width:5rem;height:0.75rem;top:9rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iosnSWmX5Sc7VVfKsbNxyQ45aaevIXZs { width:2.6875rem;height:1rem;top:8.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrsfWCzLX1TioIIA1O0szEqZCZTlGgxf { width:5rem;height:0.75rem;top:9rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aG2tgMD0CaN8iJ88xznWILEtz8FFvSDn { width:4.5rem;height:0.75rem;top:9rem;left:38rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OF12hpBPWKcuB56SFFBmXdMiF0T2pgcX { width:5.125rem;height:1.875rem;top:8.25rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdcFnHLaEt9i6bS60GT8LMdy08GlQgps { width:3.125rem;height:3.125rem;top:4.4187507629394rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hEgvgQ9Unv0fifbNBuZi59UliErkhaQT { width:47.5rem;height:8.5rem;top:4.3500003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP { display:block; }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row .container { width:47.75rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FosCG4G4ceIbXOqApzZS5kZIq47WKKCG { width:47.75rem;height:5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS3FlJd6eNyhxmJsBOL4qFZOTnzyXRfk { top:2.5874996185302rem;left:16.59375rem;width:14.5625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNpp8nQ8fGpJZsPofAKaCv2OpTTPAGlz { width:7.5rem;height:7.5rem;top:7.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oLKt33ETT0dw1pbEsKs1BaJbHNtKnEUh { top:8.625rem;left:14.125rem;width:28.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lsb9f5ILsmarswahuoUfcLxOq0dIe7s6 { width:2.0625rem;height:1rem;top:13rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpmtW4d9nt6OpI1qQ4baxPsUolkgCpM0 { width:6.375rem;height:1rem;top:13rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdhIrupBnWTlISZrCPzcamECKTdNkq4C { width:1.5rem;height:1.5rem;top:13rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iIdPA5kQfHy4Gx0Chf6yn4kL67GcA1id { width:3.125rem;height:3.125rem;top:4.4125003814697rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7kPU54CVSNNaHNZVTHi9oGRKcoSMQEw { width:47.5rem;height:12.5rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC { display:block; }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .row .container { width:47.75rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ol7CwigWAERzZ87KL6DrpRWNwuchg0zF { width:22rem;height:2.8rem;top:0.68595027923581rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wiUJe3tT9twIfLxUSz4M9zQlMxIEf9mo { width:47.75rem;height:5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CAgRG1Lawt9LyuGZ2xEmk5nrbODxmw8K { 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) { #aymzGfbBvEnmMhHcM8SzKHQd4RrRWseg { width:1.875rem;height:1.5rem;top:6.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQ9TaProAOA6praHERWOGNtoLzoNFXS0 { width:47.5rem;height:8.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlMDFG9a7GOM0MR2hhQmdF4tqxfRFUTt { width:4.9375rem;height:1.8125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r630rXtkkWx4K0GpN0IA0T5ZDxR0Fmse { width:5.625rem;height:0.6875rem;top:12.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0QXaI81qgCziK31KPn6gb3kQek7nhIc { width:2.9375rem;height:1.0625rem;top:12.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pUV9kZxvK49Cmakb3ZMI6X2MBNJdiLXu { width:3.125rem;height:1.5625rem;top:12.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obSM2d4gfUwEVBiRTm6Qpnd5Crrd9qR5 { width:6.0625rem;height:0.6875rem;top:12.8125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4fcA6vMfr1sSJG9Xb4y4ltSr1iTzTlK { width:2.4375rem;height:0.875rem;top:12.75rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRTMxOJb6BMSx0ey63K2MNaEZAc2heXy { width:6.125rem;height:0.8125rem;top:12.8125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rlEBIhIHWLc4ioGkL1N5flvOOO3VFGud { width:5.875rem;height:0.75rem;top:12.875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHpDWsEaWZLMeEAyaVfETLThuiiwZn43 { width:2.125rem;height:1.0625rem;top:12.75rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHOIzwiXpIk9yvISUeCayZtwI7MWT7ZR { width:13.75rem;height:5rem;top:17.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UcNgtADMvGG2WWXCVNGdVHGZPGoPGETU { width:13.75rem;height:5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HT4ZsLCbJgT3doFHcZ5PoBrS1bW0Ovet { width:13.75rem;height:5rem;top:17.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlQ5bQciRaNKgKQWrEE8oCrJWskn4yI1 { 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) { #UF87aTcLKTHZ007UEC2eEr4zifg9KBi3 { width:1.1875rem;height:1.5rem;top:19.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PrNTz0pnxWxwhdRD0oPsfu1am6oV8iRv { width:1.875rem;height:0.8125rem;top:25.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccwHJ3PeGVrW7fATCJK8pooIhByZTEO0 { width:5.9375rem;height:0.8125rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ta8o8qTCxX1suS7oxQXoxAUswnmOz6ye { width:1.6875rem;height:1.6875rem;top:25.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXM7Iu48CNId5Jds2RffSiMd2QMDQopo { 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) { #sKVZ2KiWHn8SbHcgE33PVlA86q3q7oDo { width:1.625rem;height:1.625rem;top:25.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tf84zHRq1SHETbTnNfL386nbCuvS8VK8 { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcpdcHcQIa9FhykMCn1akFqTDOzCDwXS { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c86u3sVAZwfJH4kLOZKbcqEXMot0u7nV { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SRQ4wv84xnEVHgv93tyos57mdPx0RsX8 { 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) { #yv8ZWGfOIJDsmWB9SJ92D4PVcdWwFOhQ { width:1.75rem;height:1.5rem;top:19.4375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DkTQHHTuBdwRr0EliDV4IgNp0SlzWw0U { width:1.75rem;height:1.375rem;top:19.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GS9epTlFwb6DLTHUXFi8Q9os2LmBi3OI { width:13.5rem;height:8.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cXIy8c6JSuwxk4N3z0SlvxvEGJwRoDuP { width:13.5rem;height:8.625rem;top:20.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imv4rlqDwlVzas7DRLv0R30HJufSUU1w { width:13.5rem;height:8.5625rem;top:20.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5pdUkDQVTkN5rgJnbK5qZRRuVaviunE { width:6.25rem;height:0.9375rem;top:25.4375rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ckrSTlBptmAeemHaeOyqREbb1XsGt6yD { width:4.9375rem;height:1.625rem;top:25.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxghAgghtTLFgzBcGDAFBdnoli2KoE3s { width:17.3125rem;height:2.625rem;top:30.6875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXZaSGOD4zQTQBfNwkaH7J2Ek3C0VELP { display:block; }
 }@media only screen and (max-width: 1199px) { #MNozwb2LtrAmEGUuGHmwMf9gsDnVdHsv { width:3.125rem;height:3.125rem;top:8.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThHBB0UdExMhw974MkCRHDQkEqJwcTOa { width:3.125rem;height:3.125rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICT8yJMslwNtf9NhWctD1vDhfXesiBay { width:3.125rem;height:3.125rem;top:21.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCwufWFQTcEu3rdoBz1boVxiW4oOqOrU { width:3.125rem;height:3.125rem;top:21.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oibgVhZCuJbk9ztyTLFBtvZ7QJf6xPOc { width:3.3125rem;height:1.6875rem;top:12.5rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP { background-color:#0e0a26;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; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.adaptive-delivery-prevent-bg, #VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.lazyload, #VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.lazyloading { background-image: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container { background-color: transparent; background-image: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container > .video-iframe-container { display: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row > .video-iframe-container { display: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .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); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container { width:47.75rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SR45GZKGNMyI6wRqkfr29B5tITP9pdJe { 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) { #ZvJ55K7kTToVl4gdOgr2uUWFvUbEKZrg { top:5.5rem;left:14rem;width:18.5rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToMzroVr33f86HLHFrtJRwXJ41hSNx1V { width:7.625rem;height:2.8125rem;top:9.65625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWtTvd2zhNtLJO9iXJQ7kDITnSJcIbv3 { display:block; }
 }@media only screen and (max-width: 1199px) { #VrXREM3BSb61v6JwqFItPm75RgcMDb4E { width:2rem;height:1.625rem;top:14.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WuVXf10kJJESQhBR4K6rEgTDanmZPDl3 { top:16.25rem;left:0.5rem;width:12.6875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RzSQX92U9iIle3HmGbW13B2FmOseb0PQ { 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) { #oOrHagake7GQumriPupzEWDfyectIVWv { width:2rem;height:1.625rem;top:14.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #br1cp0Zw45eDVm0vm3AE8Zd3qZrLfyid { top:16.875rem;left:16.4375rem;width:13.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIiXX5dooc92MPAgf8pSQbdnbNPXC19K { 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) { #xima8CJoqDKitqfFk29FVQvkk4Jq3QKs { width:9.3125rem;height:1.6875rem;top:22.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCvSL7PkKQy71sxWnCFFy39v21WVm9uB { display:block; }
 }@media only screen and (max-width: 1199px) { #GHcdgaFt71GDwyPE9HNhNDwtW9GU2PlA { width:2rem;height:1.625rem;top:14.0625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuOTC0tc56m5qGEDgBTBl9h3LcrVOVqR { top:16.875rem;left:33.625rem;width:12.5rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bm3U0FOELU2iou84pWwbqvDur8IBXOOm { 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) { #RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n { display:block; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cpaZ67PEk4nOeLImf5ST9piUX0CabTQs { top:2.5rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA { display:block; }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .row .container { width:47.75rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR { display:flex;height:auto;width:45.25rem;top:0.375rem;left:0rem; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #JGHhI6dL18Oodyi19UCIkGcX5xv1KzW8 {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NTCuwfx7WuTR77zaR0gnCRHrkVwFTndQ {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #pd9ZsoOX0W0TVwriPoKugKXU3599NEDl {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #qVWlpfHpLQVSdg88tOZAEssxHIchq7RJ {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Q3wfaHwlWEzLgkUtNVytKxKT685RWUxu {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #aR3OT9WX2wWEyX5TADE8kI0TD5c1aXVf {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #sL6d2TAo2ULiXM6lubkhFuaPKhflfC2R {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #B4d9UT145mhfovzfWNi3oH42oHSrdcya {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #mZ8VaIb4v5eVcestWJ4Fvio17TCCI3ea {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #PJMgIbvbecFkoLaDcdmMCf9lCqEUyK4n {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #B2XV1Z9MEsq2HPawE8LJCVbeckgNOwqb {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #c1JNcKD8u0tncJyedOvqXQgwu7vPtoI2 {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #nrkCP8t1pnQ6bKTK7RgQpln63gySQUTl {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #g7nTo08rzm1COlBN2hxRegpluJO10yxk {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #MolcxSmFc98Ncqe6s34RN4Rs9C3Ocoei {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
 }@media only screen and (max-width: 1199px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #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) { #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) { #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) { #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:2.75rem;top:4.5625rem;left:0rem;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) { #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; } #Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .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; } #tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .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; } #uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .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; } #Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .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; } #Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .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; } #O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .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; } #qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .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; } #EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .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; } #muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .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; } #evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .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) { #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/ab663252-0bc1-4b3f-88cc-a54b920986e9/31.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.adaptive-delivery-prevent-bg, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyload, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyloading { background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { background-color: transparent; background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .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); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BodNNqy0U9QcRnfAKKbQRNqxTaTyixiH { width:19.8125rem;height:1.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG { width:5.625rem;height:2rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb { width:2.25rem;height:2.25rem;top:0.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7VHrdDBbtb9bvfHANZlzw4IFhif1py { width:20rem;height:3.14915rem;top:5.875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;color:#181825;display:block; }
 }@media only screen and (max-width: 763px) { #wzTVvBkBc4EVTTcbUW73rbc2eRTdccI0 { width:20rem;height:4.397725rem;top:9.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pOOOuDbDJHUmtd7TbAOuwWyqhHS3w7yi { width:4.3125rem;height:0.8125rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVOAlqPEbCiiMP0IIyrTnTVcrHz9FLg { width:1.5rem;height:2.1875rem;top:15.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xab49VaLuIt9Py3wiKGcNLqupswpr9Ty { width:1.5625rem;height:2.125rem;top:15.21875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6DIV0lriiAqF3I1IhSX80R6sctuKsKW { width:16.25rem;height:1.1rem;top:18.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HLTrDzXHX58XhmeK8Ok3oK1fZKepN6eL { width:12.4375rem;height:1.1rem;top:20.9375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QMGHNvi5iybWstnZvTluJ7rWAef5yWJe { width:15.6875rem;height:2.1988625rem;top:23.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QT3Ly5Plm0hZbIoMuvLQ6xuQrGCGl4N5 { width:4.9375rem;height:0.962525rem;top:24.4375rem;left:8.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yt2HPJERyTO7ugWoNW3iy3cbolznbIHB { width:15.5rem;height:3.29829375rem;top:26.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qD89vWoWJTgFb9dG3H3P3EtOmImMw2XQ { width:17.875rem;height:1.64915rem;top:31.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;color:rgba(24,24,37,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #NZEM1H0cHTgL4lcyulHR2dF9REEAnGHf { width:1.125rem;height:1.125rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPA9CKM8DFvsu3684t9XP8NZohyhUwFN { width:1.125rem;height:1.125rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9oZl9GJniv8aAcfF2dEQKR9CD2CPmbC { width:1.125rem;height:1.125rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtT80sIntogaeDNvnQTaGFlGMAr0KDHL { width:1.125rem;height:1.125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrlibWed4tWdIAKvr8Jck7fwcfIJ1ZKt { width:20rem;height:3.5rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTx3618A8N0gC8ltWETS5sVbpKhb0qU6 { display:block; }
 }@media only screen and (max-width: 763px) { #Z9qSTke3M4VfB1HDN38GhxXRhDC77Cnk { width:14.0625rem;height:1.1rem;top:42.0625rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #urhlW4N4k7XTzuDMoy1HaPnT7dNyFy4C { width:14.4375rem;height:0.75625rem;top:43.47500038147rem;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) { #dFmSMrt3JB1OORX7Cs5HPB1NqPQ3GdNL { top:45.8125rem;left:0rem;width:20rem;height:13.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c2x2xXIG9E7AHkv4haUEUHrMl25gDTAS { width:3rem;height:1.75rem;top:15.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbZtDzCgIWvAJbg9trkyKdKJa8lqKVe3 { width:2.3125rem;height:2.3125rem;top:15.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBcKBz5bGzsdwvBrMc4ZPgnIZ4b7fW2J { width:1.625rem;height:2.75rem;top:14.90625rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/ab663252-0bc1-4b3f-88cc-a54b920986e9/31.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.adaptive-delivery-prevent-bg, #lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.lazyload, #lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F.lazyloading { background-image: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container { background-color: transparent; background-image: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container > .video-iframe-container { display: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row > .video-iframe-container { display: none; }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .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); }#lIAT2fuzMqAzI0WRlVgOs6Q9zMXfsp4F > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt0GyRznsJmHhNTCRfHlSOTI39J9T4hJ { width:5.625rem;height:2rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6fUoVepXVXmtFdtkrNX0WlpXMvNGvSc { width:2.25rem;height:2.25rem;top:0.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNQwvNtsOagheHh49i7Jt5clhDo3JAxi { width:20rem;height:2.8863625rem;top:5.875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bkiDNFHME6cm4D6rCUlAFrhODyECRgSO { width:20rem;height:5.49715625rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RGyUvcuvyZlZKDaAgI1x5H71QisbyUKE { width:12.4375rem;height:1.1rem;top:16.75rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #R0cCQlwtHZL6hDUkw4b5bUSadqTdXqma { width:17.875rem;height:2.47371875rem;top:21.374998092651rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;color:rgba(24,24,37,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #I7DRTACvsd0ePcPIaZZZDwpkBoxCfRa5 { width:1.125rem;height:1.125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTJJioqR4UoLTGoxdg2ILJmaQD4XTTK { width:20rem;height:3.5rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ53EWd8JXzbZEfpGgbPhTBbRzTXh8Cy { display:block; }
 }@media only screen and (max-width: 763px) { #LRTTQfZEFtXZdqoGT4DqDKQCb2N5go0A { top:32.6875rem;left:0rem;width:20rem;height:13.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq { display:block; }#XkWvIpZuwqGBmxcwFnp4LfSkaLhV5oWq > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGQhU0sG05GFuRT8wPZhk2gF7py9o31J { width:20rem;height:7.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfiRrhehLShItVBNsTX2bFASv5mBsQqZ { width:19.75rem;height:16.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahne8GJ9TE5LkNuVnBeUIOq7GzS3dGGE { 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) { #ph8naTHPi2aZ9hTlAGM5Br18K6QsKaDy { width:2.1875rem;height:1.25rem;top:5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQe8TFnxQVMb928CVmcV1ANAycgS0sGy { width:2.1875rem;height:1.25rem;top:5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNN2xEqJt0o6UR0MAVv3euT4SArWPKr6 { width:2.1875rem;height:1.25rem;top:5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndE71Q0tay4X9KZ80aSe5Qd8UARrn6B5 { width:15rem;height:4.54829375rem;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) { #DWW1AqmQMLHtQW5qFxcb0umckMQ6umlI { 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) { #yCtt4im84XIcJlDpdXeeLHTdsXzzzAed { width:7.6875rem;height:1.375rem;top:13.75rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTgErTpT53RWfkcsC5F2DwlnCU2K0ut2 { display:block; }
 }@media only screen and (max-width: 763px) { #hsXfXqrEsRQJQhcHz8t15nGwG9dkbLbU { width:13.875rem;height:3rem;top:16.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQyAVyGCu9OILoa4qsmcPo4JDl5NrN0 { display:block; }
 }@media only screen and (max-width: 763px) { #EPcNGnHWMBKe79Tczs00JqumbTenuv6N { display:flex;width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #t4Td5LEfylPKCyVKkMPLVkqirdTdCFVT { display:block; }#t4Td5LEfylPKCyVKkMPLVkqirdTdCFVT > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlKyrsC1ZlunvNHEGJsMLg0XGk4co8IC { width:20rem;height:3.5rem;top:0.5rem;left:0rem;background-color:#282352;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: 763px) { #pPXrKb9lnf14luDkIE8GkGh0kmnExWM6 { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m6xfriJAlq7yREDFpBQvbkZbwMynslwa { top:5.8125rem;left:4.75rem;width:10.5rem;height:3.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q1zOcTTh6fUOkDOQ6buAw7AmBk2cA9NB { width:19.75rem;height:8.375rem;top:2.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #X55kXWZd2wEK98XDqsGD5MSJ1scz7TxN { display:flex;width:3.125rem;height:3.125rem;top:2.375rem;left:8.4375rem;z-index:15207; }
 }@media only screen and (max-width: 763px) { #gmRqmshDEc8xHrTuzMk3G9TkZ42DORfz { display:block; }#gmRqmshDEc8xHrTuzMk3G9TkZ42DORfz > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcUHCGJXSwwWHkiqFVEELxhsQ58cKLPT { width:20rem;height:3.5rem;top:0.5rem;left:0rem;background-color:#282352;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: 763px) { #CezElU7s5TbsQgmVJKXNThl5TeN0XaF1 { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pVGI8wHzriI9k1HzTLZoVgeO2ULdxT1z { top:5.6875rem;left:4.0625rem;width:11.875rem;height:3.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TKbP4d8y7UJmKEeX7pLW1wzw4N9KLHA2 { width:19.75rem;height:8.375rem;top:2rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XpUJZxIkKe17e6fd8XTIvESCdDP7E4oP { display:flex;width:3.125rem;height:3.125rem;top:2.375rem;left:8.4375rem;z-index:15208; }
 }@media only screen and (max-width: 763px) { #N3DLNP6knsxA4BU1mAKEqxb5GEMkhn5K { display:block; }#N3DLNP6knsxA4BU1mAKEqxb5GEMkhn5K > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC1049py7WrF6p56Qb9DKTtLf4oWUPzh { width:20rem;height:3.5rem;top:0.5rem;left:0rem;background-color:#282352;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: 763px) { #IhVAXRAXTeF5zpyAnx1nEROhCW1vGpT5 { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3ryTJWpJorta34vB4aamTt3Uftc9Ea { top:5.875rem;left:4.75rem;width:10.5rem;height:3.125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eT4BxxGlBFN17JecggQhAq28ZszKghLz { width:19.75rem;height:8.375rem;top:2.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RAvGexCzT9KJpi4CmlyN9OovyUJD2VER { display:flex;width:3.125rem;height:3.125rem;top:2.375rem;left:8.4375rem;z-index:15209; }
 }@media only screen and (max-width: 763px) { #HIveGuvvZ2emK8IJiaiss0hUgzvxraOy { display:block; }#HIveGuvvZ2emK8IJiaiss0hUgzvxraOy > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbgLWbzvKGdx90ngAuldpzmRAr8EuO69 { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QzxM05nsmPIzssxtJ5G19oVuKaHKhkLe { width:19.75rem;height:10.75rem;top:3.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TlmBabfVBH9fVT2EQLAnGUsgBpowm2pw { 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) { #kJl3UUx5gmyonB205tAR0OkgHbxJeluJ { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVy8K9XETDoyxhlIUI6uaKzZqi2GbP80 { width:3.125rem;height:0.875rem;top:8.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnx2dRBmZTT5kqc3Dx1RD1XqX4ilaRuF { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzCbthxrbaMTRtCCFUC1TXTvdvnoxw7D { display:block; }
 }@media only screen and (max-width: 763px) { #MfMkaZPa9R5uLx8CHfxlExZXREPMEHwb { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzNflJP80WG3LMbM8RCItEMtt5ZZdHB9 { width:3.125rem;height:0.9375rem;top:8.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7WQQJSlWwW9VNzDzk1EQNZGTnxBI3tP { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfbwKT5ZVDacLiH8VHMeZ8hpnXBzrLQO { display:block; }
 }@media only screen and (max-width: 763px) { #VyfhM5uT8csrP3oUQXTymRTJEXlO4xNF { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icmdosodLDaPtGDuPC5qpuHyNgNha3gT { width:3.125rem;height:0.9375rem;top:8.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUtbJGBpckZOOnvics90IVfRDFWIFEuh { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obnwo7cszH0eMdyQ333Fn0oiVpTuzB4V { display:block; }
 }@media only screen and (max-width: 763px) { #Ly45R16SMWbBRQqlNM93O081nHBoZ0u0 { width:4rem;height:4rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcbb5qQ6KHTXb4STuctZC8RR8wfbhpzQ { width:3.125rem;height:0.9375rem;top:8.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3JJ8JnXxyEbIXQI7bpOtM2P7dfulgdp { width:4rem;height:4rem;top:7.625rem;left:15.125rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #oEx7AWk2K9E8hqgMSEACzadyRf4W6KWH { display:block; }
 }@media only screen and (max-width: 763px) { #r9FXVyce5PrMy6upbSXXR44w4MB8fdHW { width:0.75rem;height:0.8125rem;top:10.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axVmqBlHpwPE05iERoV9K5riVJJtPZ1B { width:0.75rem;height:0.8125rem;top:10.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQC4Oa87D2qmVqPvTpxOVaLI3Br8Opnc { width:0.75rem;height:0.8125rem;top:10.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQNqCQrlrKUSW2Riqd4tRMRwO2B1BLR0 { width:0.75rem;height:0.8125rem;top:10.4375rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0CSvMHCCsmAHFRD6crlbEFv9SiRmXcb { width:0.5rem;height:0.5rem;top:10.59375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STxmnL4aEdl09zB4gy18CNDzTKHo5w8n { width:0.5rem;height:0.5rem;top:10.59375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpsfUfpn6PImFJNBn1qJsWQ6rBEZyktp { width:0.5rem;height:0.5rem;top:10.59375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0nyZueTNnyST0xztTaoSceORhDs6AWZ { width:0.5rem;height:0.5rem;top:10.59375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaWKOKvdwyClt0N1CkKcWTHNiIRfnoO8 { display:flex;width:3.125rem;height:3.125rem;top:4rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qgroXuISqC8X8Hh6ug5T3NWbwwT5CbrL { width:20rem;height:6.821rem;top:14.5625rem;left:0rem;font-size:0.75rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #y8sB2TI7wzfBGmhKaRVzHiEyfu6TB0KP { width:0.5rem;height:0.5rem;top:14.825000762939rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvoO6KcP8QDJvHNCksXTvxB9ee2tAq6A { 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) { #ycMT1GwiTvH7IMHz1LPA03qGf5cQgyMK { display:block; }
 }@media only screen and (max-width: 763px) { #sastkNvWcFaBP68O1D442oMBURxyQ1Qd { display:block; }#sastkNvWcFaBP68O1D442oMBURxyQ1Qd > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9AtnXHkgC4kADfDppas0ZoBS9B19C7R { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UxVJi1OqrerGgWZJxqriV1h2pdJmTIbu { 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) { #ufOyVaGWfh9OmOHJZnPND2vsAmr21New { width:19.75rem;height:21.9375rem;top:3.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iC3es950TBCutAS27bLNfAaXTlJipSFq { width:18.8125rem;height:2.92329375rem;top:6.0499935150146rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPf4gRygFsxBPrp54MtksAHN39Amaw7 { width:13rem;height:0.975rem;top:7.9874992370606rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A02VS5CaoEMOiBrQmFeLCWsR6G5s1Pkf { width:4rem;height:4rem;top:9.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzZOstFp1vrMOWATFHwzgfDDg80naWe3 { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvCBanOav2SCrLWqCw6QMb3XVNBZTRX { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBzsgIJ85MwazhWHf5MTqPb0P1iJbnMx { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrvTMuTWRV4Bq0Ia89m4LKcykTfwzfoB { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6FQbUIvLyJJxfVXAp8ah3IVZ7f2uGI { width:4rem;height:4rem;top:15.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZNWfEMennTFJ8Zqe05J19adzhTr7H5p { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoU19BgfXaiKw9ZHeR77lwbEdMc5yRI7 { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoiOQfdJFVCQ9cGcAfeZw6wFsDbsu5y8 { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTb2OHTQb5cPvimN5ZxLrFhoQUCStmlC { width:4rem;height:4rem;top:20.28125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2TT6uEfnEtxUrkTZ0HTPUVcUHbNZHsX { width:3.6875rem;height:3.6875rem;top:9.90625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH8AqTJW3AuzUaLkHpigFh0kTkLiALua { width:4rem;height:4rem;top:9.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts64bIb02B0aL58ZLSsqlQqpaOcSXqI8 { display:block; }
 }@media only screen and (max-width: 763px) { #iOX4GInJT2iEsEfTJlZ8J9zR9eMU7O00 { width:3.125rem;height:1.125rem;top:11.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhEWeM3kEqQ25aObZZ1omu0F6zEwGhL3 { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETt8Akwfcod2GJFL3UtWTNkrqQPaqT3E { display:block; }
 }@media only screen and (max-width: 763px) { #kLHmoFNeHHOTm2AHfzqIrLFRS6mZSP4d { width:3.125rem;height:1.125rem;top:11.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5oicGumZaAEgWXEcnBv4xGT1fITGX3 { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKhTqERcHblwPJr1od0o6a3xDTK8QSzu { display:block; }
 }@media only screen and (max-width: 763px) { #eUKLNermaq2SvoZ7rF5nm31kUFR9WwHA { width:0.75rem;height:0.8125rem;top:12.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu0fV4RadE8ggxW1LCygZLoL7craKLLT { width:2.3125rem;height:2.625rem;top:10.3125rem;left:15.783332824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVZNenVt1IsPmUQceJJKnZSabCiMpxPR { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #tWZfx4OQIwTIGsigZ6Mbi7BQTXXgLP62 { display:block; }
 }@media only screen and (max-width: 763px) { #AwvqUC0NXPqTfzUWyvI8uEfVVZdTTJxr { width:1.875rem;height:2.3125rem;top:15.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8QQKE5EJ2Hs8NhlKrr8yJZOm5TPZOG { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG1Ocw74imoURHl3vTDfxST0TEgeGwJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #ps1fqNMD4WC4f1hMugbrSr7da3E8KWym { width:3.625rem;height:3.625rem;top:15.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiq6SqrZS6QyR5Tfq2GaSrJRMiuUnAo0 { width:4rem;height:4rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpq4c7KXKA6HRUr35glXEviAldQTvhiq { display:block; }
 }@media only screen and (max-width: 763px) { #BUzUPZQdOaWTA26tukRdpSbbsI290sP8 { width:2.75rem;height:1.75rem;top:16.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqJFQqdD5uAG23DZFUZv9FByBTcfM6y { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otVVuCiigPiH5VHG3awVAiT2DgTGJFFs { display:block; }
 }@media only screen and (max-width: 763px) { #Fx4QwvOEOUhMwyaWwQhT7ItHfwqV1AE4 { width:2.875rem;height:2.25rem;top:16.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCUQ0RgpKv9xffQigqgbS6EVx4RQCCTx { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3huhaoxtwfsKeQa8UGd2G7RNh8i2o8T { display:block; }
 }@media only screen and (max-width: 763px) { #I0TagREvnDAkaIPxvwJkp3JXcBf0QQnF { width:2.8125rem;height:2.8125rem;top:20.643749237061rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duoSCgabZFxPKzu5eolfIewuwy6PTUAo { width:4rem;height:4rem;top:20.1875rem;left:0.875rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #T8XN1edkiWiL7Ru4RcWHp4vN4peGClKT { display:block; }
 }@media only screen and (max-width: 763px) { #TFmPIOvBdIWi2Uq9V0H13uFddPU01oEP { width:2.625rem;height:2.625rem;top:20.96875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKOZOUnCWXybPTLgHU2R8xB8peqJUvse { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #DLTQHeErt6nUtrd2TaTXAI9SSwOtylEU { display:block; }
 }@media only screen and (max-width: 763px) { #SMtvbnQwGB8EJTWUWZ0ZA7l3v3vKeguW { width:1.25rem;height:1.25rem;top:20.03125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5ExIH1csqUqk1ATAIT2kglg5R8QVJPQ { width:4rem;height:4rem;top:24.187501132488rem;left:5.2375002503395rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0dWDLFRXX9zszTRg2Kq0TbhT0M3mcpU { display:block; }
 }@media only screen and (max-width: 763px) { #DRyTFTnO0PhcV9KTSstHaTsBtx1kz5Vh { width:0.75rem;height:0.75rem;top:12.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBFfDhqs90KlG9I71PE1h2qfQw8yVWi { width:4rem;height:4rem;top:9.4375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6ekc7ruTnNVKrGy12FBi7xZT2HPRrnT { width:5rem;height:5rem;top:9rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ds5b6aAKuU2s0UvGZFKADESTkDaeyuka { display:block; }
 }@media only screen and (max-width: 763px) { #FTdMCyMZT4SrmocN9gKTqIF31XVEGWTv { width:0.75rem;height:0.75rem;top:12.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNgTpaEE0IJLbc1ykiWikZTEJVxU3Ibm { width:0.75rem;height:0.8125rem;top:12.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSMNS3xm2HQTtcFkDOp9UEcIa3eTBw3A { width:0.75rem;height:0.8125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8woEnkllz1Sgtw05mOyuSl3PHCmofQ { width:0.75rem;height:0.8125rem;top:18.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPwKraqNxFVWX5eN21eymMKA2z1m3P3i { width:0.75rem;height:0.8125rem;top:18.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPooHKB2AdayclGI2o7TBBeVmgRbrB3 { width:0.75rem;height:0.8125rem;top:18.125rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr5hAemS8Ilz88MQNGKEAiavp0nIPWoA { width:0.75rem;height:0.8125rem;top:23.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkkRhrdFTtE2dd2KLUBelaIBeFn4ooXs { width:0.75rem;height:0.8125rem;top:23.03125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXo7P5WH2ul2fP7iCc4cvy1oL1FuggHD { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NFxZI8rM8qc68DvQuBWK4f6xWp7fBi9R { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ZZSDz7eI984nk20PUuXO4rM3bovk4Lax { width:0.75rem;height:0.8125rem;top:23.03125rem;left:13.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #gexGt0BgTnhoi03TNgwOay5sJZUBeIbW { width:0.75rem;height:0.8125rem;top:23.03125rem;left:17.96875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #xAHDqyScCG1Mh5ONfZMIg3JkvFVgrhcx { 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) { #iZQTk6vW7fnatcfKnsH97BNd8LNRxrTM { width:5rem;height:5rem;top:44.9875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBipdD3HVz5u0SAzDaZEFmVRqrcpH1RV { 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) { #TUmmnz4mESoVx1SKGwt2hC3JX3gofs2s { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #BpQtG5Tk6Do4f0Wv4K0WlSQpTaL6G6nw { display:block; }
 }@media only screen and (max-width: 763px) { #ke36SpAREbNfTu8LUeNMmfXmsCETT0oc { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #hDQ5vnQyoZsiMihOg4Dps8A1fmvHrEvc { display:block; }
 }@media only screen and (max-width: 763px) { #qBRpQmggNNpaMgJvghWF6li0AqzEPPrN { width:20rem;height:3rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJPy4RET6rsaBlRa5RTvauxgg7nRTt6G { display:block; }
 }@media only screen and (max-width: 763px) { #vPeCL7O55kSMHTqlvWOfNNS8SXs6ZBil { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vN4xvzTEKynWMuqQwO1EpUsrazF7SSHe { width:0.75rem;height:0.8125rem;top:48.8rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3w3bxfUSEJ0OW5GKf3NER37pAyAEKBm { width:20rem;height:3rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQ4impEIH8hSN6eU1ZyT6v8UTUbu0HP { display:block; }
 }@media only screen and (max-width: 763px) { #aqW0aa3vdTMt7rqhCV0okbo45Um0Xh7s { width:5rem;height:5rem;top:57.175rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQvMVDMUGgTRD9sWhn4ynsrsNXPoJCem { width:0.75rem;height:0.8125rem;top:63.425rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn { display:block; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGIGg32WJAREp6T398okP4NbzVwkOJll { width:18rem;height:3.5rem;top:0.3125rem;left:0.99921876192094rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LmtWRHEcTE57yT6BgXZ7Cyvqq1CZJy85 { 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) { #vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP { display:block; }#vaExM1x7Z9CgUrrmhmIEbkbmFE3cBHSP > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZCqf4JfKcunqG62fLyE49BdpOm8tk9w { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOhMG3OeBxL0ZTP4nrlE8BB0istxrias { width:9.3125rem;height:2.0994375rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XV1TvlqqTxoOlxIdTVSPFJTU3vLc3p8X { width:1.625rem;height:0.875rem;top:3.25rem;left:1.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSictD0XLQHWQeOh2sBCqAZzTbB0TdrP { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgfk9evu6hNMuRIsGsEVVAckZkcQmUHT { width:1.375rem;height:0.75rem;top:3.3125rem;left:7.0000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQSx8Iq0JrLMD2FDEeVbEI2sNBQ20G9 { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFay4b6Udvk7LI0xPituhNGcMh4uegyS { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsNTSeqsGBVEcTTSo08K4sxihalAeLKL { display:block; }
 }@media only screen and (max-width: 763px) { #Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block; }
 }@media only screen and (max-width: 763px) { #ZnMTlxB2QNI3bwVPMgDqbK3gBJaoNXIC { width:8.9375rem;height:2.0994375rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WLr5rCHnR9GqvfdnDdP2Pl2MNatT4hJE { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdDchMmKIKm0mIZweb5aWgxPMX0FvMFK { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #AN8XcwNkdhmxoh63EHE3LAriCHnzXVwU { display:block; }
 }@media only screen and (max-width: 763px) { #WRnTGQq659HAeSHQLMhBzAgNbDZr0Tq9 { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F57U6F5Ty6dSlMpCmrXVd4ULWdsAFQL9 { display:block; }
 }@media only screen and (max-width: 763px) { #X3Pl3REFQBFukeI7S3DmAwNVUITCWKH5 { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #n84kEqJVTseD9iHg2vfgBncCPb22qgzx { 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) { #tqoQ0u0xqfudWttvLcPURw33N8wXT146 { 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) { #CG6LMgbbDVaI4CsSeuZ4PlqnQrUfsk9W { width:3.6875rem;height:1.64915rem;top:8.4375rem;left:3.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D0OrDHXffNy1tMrOHoNkLXepwZG7ehN6 { 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) { #rAoS8iPoeSOv8n91c6Llag71K2y7X6aL { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuRuZT7MS7OAGLrocr8dylq8QFag0gv { 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) { #nbWJpidTrSCdQf4M7503S7CwnAs0aTMW { 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) { #dfh5gV7CqWttSAmycSA5ILK6NuIP9E9i { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKF8Syi5x1p834q0F8Ld7yq6rTXkIDe1 { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4cqXRfUN4Fca9VbnuqycAuq3rodJVcx { 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) { #JyUcsDoZvTyTHCs64gEvm9unGrVoegTF { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5bSkweGRoDtLPRouKCw1dM1u6wCwq92 { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQpwspXTa5i3AeOeQzvqFwIuHpdQoKie { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #rppNKhZEKztFOoEOiXzq9fbRTwPF4HBL { display:block; }
 }@media only screen and (max-width: 763px) { #TKyxAX8WMp7HWm23Cgax1vH3aBLVhvWG { 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) { #O7du1JkvH3AHrUkleqL2AkFNugl6BO7B { 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) { #g2KaSPkePH5E9CS9D1UrsZ7rLJTdTC85 { width:10.5rem;height:1.05rem;top:8.6875rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6fiUe076LwhzNKX882SgzqoaTUfnJy7 { 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) { #CXVXKrUobQ3rl1lodRAakAh4T5MH7aRp { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq3FVmkmDX5ELG1GK3ZskytmfxJpNlwN { display:block; }
 }@media only screen and (max-width: 763px) { #QXedSrIA80HbO13yyB67ABXuo0c8QfnE { 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) { #GVEdf9nH5Uyy4XptJcTgvLTOXReROlWv { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCzJrp1q7pVCdBCKIMUU3QLwxmBWmMqN { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #nkmvrEf4wVLPgIIUNeN630oZmwOcTxaK { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DutUkHMGuzBvcDRranHxXQUJ6pNhvwcU { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOvO6Z9LkcCTMtaxPyre9lO2nHpnxOKl { top:0rem;left:0rem;width:10rem;height:5.25rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wvuyvrJXTEMAyBtJsg5CvTzVfTmI3MGF { top:0rem;left:10rem;width:10rem;height:5.1875rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m { display:block; }#QWWEBOybG8h2FMD3bdlXAgsXPQHOnk7m > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ognv8WE3PyF5CbPNAdJsJAhJdDqv8cpZ { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qZTAy0X8b2gInCCRAol9ZJqTiPt293Ia { width:3.5625rem;height:1.2375rem;top:7.0625rem;left:3.6875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VX03ygATSNom8RngzfgyycT9o4MmfKs4 { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkP4lMf9INGkMOzGi9xsJ4z7gCN3gmbZ { 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) { #yIr0ceKnCkL3FhF9oxr68HAtVswQ6f0a { width:5rem;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) { #L0oiUVqD9EpW7KoOSh0VMOvUWm1rUKbw { 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) { #fs3uOUawbvEsOdzt5KeDMSLiGIJovTco { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo9FXDEKDEThA6euqqx2kHfOKWLpaAQB { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #EbkttHqZ2NAlumxuawaP1mwKaXLLQlMT { display:block; }
 }@media only screen and (max-width: 763px) { #HH7DNi2b0s6feaXXyzplbyxrTSO9SNmS { 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) { #VGvT2KpH2eMTCoRmHkAe0S4EAy5Sa4f9 { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #RDTWh8UGtctKpalqWAEOa1fTNTbbDlHH { display:block; }
 }@media only screen and (max-width: 763px) { #GhelRIunAWe4GixFEDaplX26m0qRas0t { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #lJHzwRE1ZLSQTer9B1v32kQquJliT5nw { display:block; }
 }@media only screen and (max-width: 763px) { #VdiSs9yC6NOdNLsX2bSSaEKRaNOdTvX8 { 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) { #oQABt7KO4reZ4JGXM9Rw1CAF1nK3uVBO { width:1.625rem;height:0.875rem;top:3.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3KC2HHWE0niy44sXD7XENIvBqgMrHDV { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFlwTC92APqxnXxNXokbdu7STkTx0ARD { display:block; }
 }@media only screen and (max-width: 763px) { #VvIThemyyzXivtAEu54f3FCRT2OlLywz { width:18.25rem;height:1.05rem;top:27rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFT3iSKBZKa9sEBt3lNcXnEinmo8nG2N { width:9.3125rem;height:2.0994375rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fr10OKcNJDpzREIbTr0vuV734pGxSXCS { width:9.6875rem;height:4.8125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOgeJwRJIQMXufsPsMh3OiNntUuTi5zs { display:block; }
 }@media only screen and (max-width: 763px) { #zpTE6Rpin1WDuOKzE3gV1Zx4BKCqVgGH { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz22ULLzLWmiBmo4CyTcw3yg7fuxRJKS { width:1.375rem;height:0.75rem;top:3.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FovU3EmVMFX4SIG2GUvtMVRwg7GVZhBf { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f90WNRTxccmLo9TCrrPUw0ws96OBL40U { width:8.9375rem;height:2.0994375rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eOaFAdRWLQkg2Gna8mD8fCPBo1nV9bc5 { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #beRpOO0D4XqHG2PSZVfTSgG3G4lV8OMP { display:block; }
 }@media only screen and (max-width: 763px) { #I9DiqSXKRlR4fQLolb059Qp554CbLiOH { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bdWKgCKlWMUsnyzDO2C4d4sm3lb220 { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #zvxLPFHfixGiiyatTF4hUIldTAG3KVao { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #eZq5vX8p8RqBJCKgJvGvwQ73TNwVpEnv { width:4.625rem;height:1.50024375rem;top:19.75rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rTbvaJ5tnKSJHgloicdl6BTW4ATwrXpu { width:9.75rem;height:0.9625rem;top:20rem;left:8.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZILFPn09sSTlTuKQ0DxCzRMXITEPOdQv { width:4.875rem;height:1.8rem;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) { #i5tmXAiWAzltp4V83gkVdEdeTpGsRXrm { width:2.625rem;height:1.2375rem;top:18.4375rem;left:3.6875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dl8u41fmukwdVCccQkkPnBrABGNmSZ0Z { width:1.0625rem;height:1.0625rem;top:18.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL12FG8y7H2kDngVqBahwUxNtce3LVGe { width:0.5625rem;height:0.5625rem;top:18.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep3QbUhgG1RdqGixKtCdovTEv6NJ8H4s { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7gzDkQuVarIWnHbZFQLR2NDJiXttNzQ { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn6MfmSwvScDtkUbXfWMvw2kboGsmMdi { width:8.0625rem;height:1.8rem;top:12.5625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssgprO6JTMRxnmdX9p2VmS7Zv0KATgT1 { width:4.5rem;height:1.50024375rem;top:14.125rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PgQBSeZ7vue9KQ7o9SkZla85AhPpnJ5s { width:8.9375rem;height:1.8rem;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) { #qKhwnETa5IW1HV2W5pGA9kiuULCvCx9x { width:9.5rem;height:1.05rem;top:14.375rem;left:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUSPeW01DcUlcUT5uCzRH2xZ9T3A7GdP { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #agCM1PTT9gntZf5ZZ4rLvaSEpfE7uWeI { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5cEFgcnvmOGVKOk1Aut7itXFniCxvWD { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtviKytCQgcmDfWCMgn49TRTLq9Qy3R8 { width:20rem;height:6.0869565217391rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQ1Tq0XW3WtcgIZTBwZHBINNL7tSdSga { width:19.125rem;height:6.0625rem;top:0.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeJKLOkqa9db1uyrlb0RALT5xFrNQPsS { top:0rem;left:0rem;width:10rem;height:5.1875rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gMgB97GCHnlZpHLr0ATLSDMHHzcPfpZG { top:0rem;left:10rem;width:10rem;height:5.25rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vTgHCeuffrhkD2sv7a6kmkaVT36rAHNs { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX28PVOXldsdJtCFbSMT3asMqFL0lhMC { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1fTC4ceMRI8PaTZfZhV20AVHRfnrdNR { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW { display:block; }#MkuqCVrFDL8aW5iCPvPMCuzDteIW9EoW > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHJGDZbSX63UscHD4hSnElLbWBM15Iu8 { 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) { #vEQ5BisAehQKanEsLeLA6mgRwfbR4xfb { width:20rem;height:72.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXiMUhG7BblNc97FKqHVpv35al8IqrU { width:18.25rem;height:61.125rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXEoIM4LXH3VFe8z5mUgpXq79a9kzkZs { 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) { #hwBgdrxn4BsUeTpHrswcXOzmOBFnnB6S { width:16.25rem;height:26.5625rem;top:34.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1OsNw7o0iTERiED376XzRga6anfBHP0 { width:15rem;height:1.9488625rem;top:7.0250015258787rem;left:2.5rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KzDe24vTHl0UwkxGkylefe61L7LKNnuE { 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) { #m9UH9eRcCZEvXGMKHtR0w7EBT8bar6zJ { width:16.25rem;height:22.5625rem;top:11.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvluSmwk91TnQsTltE4qGnTGHXDDt9W3 { width:11.6875rem;height:3.41121875rem;top:37.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSAeJzPws7ObbJdqtlJUeHR9uXP4XdMP { 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) { #wAvGccPw4AN9Jn4HVm8prkepL09EVpEv { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4num8PqMmn9gSvFhIwgIgKKVeCoWRc8 { display:block; }
 }@media only screen and (max-width: 763px) { #SIwZ2TtPdQ0UyllT8Cy3JeCxnqwRkUxg { width:18.125rem;height:2.375rem;top:62.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzrpKIyG7WrFukUs6U1OKJfKCnVhVDkm { 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) { #PtV88Xeqhu8LPHWbIQvddCaHUnzw7OUh { width:10.375rem;height:2.27415rem;top:43.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQzDBxUABB3ogvTvGotf9yzPpmhEe0X { width:10.5rem;height:2.27415rem;top:46.125rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZedoEvItOBectAhKTzJqMeWCktZro9q { 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) { #MdcWJ6DyGdo4O9nqFiWLPZT8pJZVktJ1 { width:7.125rem;height:1.42516875rem;top:35.375rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c0t1pkaRI7RxLz7rhFyo8ewcVg7etRgS { 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) { #KiTXO2ZkSEvuwH2d9eOaEw0UWNCeegJx { width:1.25rem;height:1.25rem;top:58.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaXXLIiAum3BZS80DDZivsuM01EU0MM1 { width:1.1875rem;height:1.1875rem;top:37.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1zC61cZ6lhJQLqy7yEDMS2RJvTiK6cb { width:1.1875rem;height:1.1875rem;top:43.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbkMINlWXuryF1g28JFrZIJVpBJAPT8d { width:1.1875rem;height:1.1875rem;top:46.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJdCH3pMQ4NHqlin1eZgHM6CGr5X2cKi { width:12.125rem;height:3.41121875rem;top:14.25rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3oBRRWm90rq86pPLDOqtPn0D4k6yCbD { width:10.4375rem;height:2.27415rem;top:19.9375rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URnrR7S847B3LTGrSusFFAW8ypRnZP37 { 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) { #SfooF3OopL6ntAME2GZg2bTCJLrOGHOT { 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) { #HTfuza2WGLXWcpSeISrfGt40fyXoEp90 { width:7.125rem;height:1.42516875rem;top:12.0625rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gFTwC8nEA48EIAtFfmoLTH64DwS7QTAr { width:1.25rem;height:1.25rem;top:30.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5eHs8XiNq1yDTJpZeTF2lAfCVruZGwz { width:1.1875rem;height:1.1875rem;top:14.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bgdn2l82gRcbRfMECfv6VDPAt7FBkC { width:1.1875rem;height:1.1875rem;top:19.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6EkAaBxPtbsg8s9W18iCTd1xUwRKxyJ { width:1.25rem;height:1.25rem;top:30.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcQq6cGucbKhBTecoKyFs8tewGtKfhqy { width:1.25rem;height:1.25rem;top:58rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9gU77Tx1HiJFk6wxe2ULF8qMLR6P3yi { width:1.3125rem;height:1.25rem;top:30.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDzzMtTnB050nq2Jk4fcxWC8Uhkf0rLT { width:1.3125rem;height:1.25rem;top:58.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9fpUIRTVnP9XnyZsUbyChVtp4lmnMTL { width:4.5625rem;height:1.13769375rem;top:24.612499237061rem;left:7.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTrkfAJEdPTa7DnJLGGRB91JML0nJNGy { 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) { #VWAHSN93R5lTfcl18y4opqCbCV1dBbeI { 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) { #TnL5zQpO4ZZ1LGiy2GCRi9JI92v9HBZS { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #y86TPpNdQLEmoT8dbe7oWPNrGKV0HgVl { width:13.25rem;height:2.375rem;top:57.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwDMm6rf3ix4THK7zktKxnI79lETJT2C { display:block; }
 }@media only screen and (max-width: 763px) { #ahUlDoXsHAMb5Xn0Dh6FDvlQKPhE9AZp { width:13.25rem;height:2.375rem;top:30.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIRqJrPeH5qCAPCJ36g4mNdsWGILe91b { display:block; }
 }@media only screen and (max-width: 763px) { #f2NCw9ivUeVlRTaBzS4vrrxfRU3T8DPy { width:12.625rem;height:1.375rem;top:18.0625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlKOSzuXJWGGTXRvbVB4TOhOe8Ww2I11 { width:10.9375rem;height:1.4375rem;top:41.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDdKq8Hw91fJtxNIW2IQGMi0b56n7Ohp { width:3.5625rem;height:1.5rem;top:48.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0cUXmhb999EKGWWUwtRxGBbbdigpZUv { width:5.8125rem;height:1.3125rem;top:15.324996948243rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKo8T2BAVeOWF0s7pf7fg2x057Drcyfb { display:block; }
 }@media only screen and (max-width: 763px) { #hsiCANtHGGb5IaM1QNU7K6MvsuCBUoRU { width:5rem;height:1.25rem;top:38.712501525879rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKqJkFyxV6TTJ6WEtHweyAUNaRAZO251 { display:block; }
 }@media only screen and (max-width: 763px) { #c86NAnNMH5UfwSLysoC6Tl6JNqCiNBIe { 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) { #vArlQaHBnbuMgrgp2so65zTJGMtuen10 { width:1.1875rem;height:1.1875rem;top:22.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFqKuKxeA2MWIUiyGr0xsidDdfOOdb8x { 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) { #nQROPMI8wRRkMWJPEeONIwXJ72374BBZ { width:1.1875rem;height:1.1875rem;top:50.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLJzV6OhTD77iNSIaK30ytXgvFzScAr0 { width:3.8125rem;height:1.3125rem;top:16.41250038147rem;left:4.8125rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #u9tXovONGgUOS0c1b6thvd7C1W8UcPyw { display:block; }
 }@media only screen and (max-width: 763px) { #Ss1hEvZX4WfanleghFQXOQEcIEEq6c82 { width:3.6875rem;height:1.25rem;top:39.85000038147rem;left:4.625rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #U09nHCKcuBla5RDIZNCGlwtHqgT4PucB { display:block; }
 }@media only screen and (max-width: 763px) { #xTiuGkb2fWHJDGlPp4aiHkZ4ueoSIyi9 { display:none; }#xTiuGkb2fWHJDGlPp4aiHkZ4ueoSIyi9 > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U1AWK5a3BPhCpBUHGn9UqbQzUQM0fnbu { width:3.5rem;height:3.5rem;top:4.7500009536743rem;left:1.4367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEev8kPRH1Gqivkz3MkW0UqrG7O5WBVr { width:4rem;height:4rem;top:18.21875rem;left:15.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QtiRpZThBiZA8KPkbERdR8rVy3rDUgXM { width:3.5rem;height:3.5rem;top:4.7492306232452rem;left:1.4367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py7nJ31b1MgvHIRSTW7KIfnaVCD8TlBz { display:block; }
 }@media only screen and (max-width: 763px) { #ezT9gSe10w22aCs5tle8mO8IWrbknzCq { width:3.5rem;height:3.5rem;top:4.7499885559082rem;left:5.9875002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni3JrS03rOxdDenSeFu3JuCpThJ4zIfc { display:block; }
 }@media only screen and (max-width: 763px) { #IxxEoq5EOxF4B1o3rlC3SyQVErqCb7Tm { width:3.5rem;height:3.5rem;top:4.75rem;left:10.549999773503rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #uhsWH0TBDWpBM5uAU68MLKGN3CKsGquA { display:block; }
 }@media only screen and (max-width: 763px) { #H5z7cEzGwG3yf1fhCUrwyQEF8tlAURlk { width:3.5rem;height:3.5rem;top:13.75rem;left:10.549999773503rem;z-index:15246;display:block; }
 }@media only screen and (max-width: 763px) { #fpaoNbcKvenpB6nPeZDiU6ZGpgTyE0We { display:block; }
 }@media only screen and (max-width: 763px) { #HeHBIESJZrgsMngePV8Iuv62aO0NzedJ { width:3.5rem;height:3.5rem;top:4.7500057220459rem;left:15.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoixQrQ9TxLo1b4uaCnB2rCACI6drFMA { display:block; }
 }@media only screen and (max-width: 763px) { #vU7895EcxTFupSHC90o9hoPxChhClg50 { width:3.5rem;height:3.5rem;top:9.3125057220456rem;left:1.4367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksZGxX4Vqq7mLSTix19zfHaw0OTBaAvQ { display:block; }
 }@media only screen and (max-width: 763px) { #saezQfCtcELzf7og3qlqbw6E5l15LX3l { width:3.5rem;height:3.5rem;top:13.8125rem;left:1.4367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpkyp4fcsOGLXvzL3AK1r1bMrOuq37NR { display:block; }
 }@media only screen and (max-width: 763px) { #BTxnF7iMcIkCizOXS5PqbLiSy2nqLJzZ { width:3.5rem;height:3.5rem;top:9.31250667572rem;left:15.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdLMBSciWGhA4ga73lH5WkaIHo1Etc1X { display:block; }
 }@media only screen and (max-width: 763px) { #Bwrs8U17qvt8IgTatWCfWppx2pccsKpS { width:3.5rem;height:3.5rem;top:9.3125rem;left:6.0500002503395rem;z-index:15243;display:block; }
 }@media only screen and (max-width: 763px) { #XMIsElIhFxEgVTn23cxFIQyAHNVGMq0B { display:block; }
 }@media only screen and (max-width: 763px) { #Q1eiKwZlmkwh2pynNWfTWvr4Lpsdwa5J { width:3.5rem;height:3.5rem;top:9.2499761581419rem;left:10.549999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOmrQETr3MeaGkwh0EPoMfWscInJstt { display:block; }
 }@media only screen and (max-width: 763px) { #mTBnHLUXTQKXqo7ASROlewqOgDRNCTdv { width:3.5rem;height:3.5rem;top:13.8125rem;left:6.1125002503395rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #yamk6VWkKTBHp7EglATMBFhur7VWxGoD { display:block; }
 }@media only screen and (max-width: 763px) { #lm4HXogv3IxVE8dcTc7caNIGJ59LVNaS { width:3.5rem;height:3.5rem;top:13.749994277954rem;left:15.125000536442rem;z-index:15244;display:block; }
 }@media only screen and (max-width: 763px) { #W9PrGSvqke4SUkDCwFeH3vCEmSZcCLdE { display:block; }
 }@media only screen and (max-width: 763px) { #h8orIz99TEJBGeh7sFWFxa4KiGg6vJVh { width:3.5rem;height:3.5rem;top:4.7500066757202rem;left:5.9875002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60xlyVkOZ87KbgkakT1DuA9lgtqvApO { width:3.5rem;height:3.5rem;top:4.7500009536743rem;left:10.549999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftci4HnbB5BhbuXoQ1qfRIz4Xpb0nRCz { width:3.5rem;height:3.5rem;top:4.75rem;left:15.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3CKmvTVlcOMUXfKy64qAIQ4ovMxr8W1 { width:3.5rem;height:3.5rem;top:9.3125252723694rem;left:1.4367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvTuqELBnJnPw6IKU3MwaK3mV9btnRm { width:3.5rem;height:3.5rem;top:9.3125005662444rem;left:6.0500002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTvnfDq7hC2oEBeXDbMoUK05nh8UMJil { width:3.5rem;height:3.5rem;top:9.3125005662444rem;left:10.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx1df9gIFiWgucFwXvIXoB7UlXOpONd9 { width:3.5rem;height:3.5rem;top:9.3125005662444rem;left:15.124999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptBghJOlPErMJiyMxNMcKdFpzkVx6lX { width:3.5rem;height:3.5rem;top:13.750000476837rem;left:1.4367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuQroLxIFRfaP8Ru0rGWDzaBAeo3ETrw { width:3.5rem;height:3.5rem;top:13.750000566244rem;left:15.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mip25Pbeqoxivgs1zVVLUIMNOEWxItuC { width:3.5rem;height:3.5rem;top:13.75rem;left:6.1750002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaIChvwf5w6GbWWbTeUmRvxWccOhHmiJ { width:3.5rem;height:3.5rem;top:13.75rem;left:10.612499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8kzT8ALFCMWxRTEWKU587lK9nLJ7yZl { width:20rem;height:1.575rem;top:1.28125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b0SFp3HUU1iINNyMpFgBvHyU8xvmD5Wu { width:20rem;height:0;top:33.76875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #T3CAcW3UKT59gl97G6hqnNXnCSAufH1Z { width:19.4375rem;height:2.475rem;top:23.418751239777rem;left:0.28046876192093rem;font-size:0.75rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.1;color:#67686e;display:block; }
 }@media only screen and (max-width: 763px) { #VT4rCznQ8qWEp8nmIZPmSEVp223FfIyQ { width:2.0625rem;height:0.625rem;top:6.1864624023438rem;left:2.2177085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtW65a6CDMnxs6zeCZkzUbNT5cX0gbcT { width:2.0625rem;height:0.625rem;top:6.1875rem;left:6.706250190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTInagUiaJtrzfKVtfcItHQ18VWoolA { width:1.875rem;height:0.625rem;top:6.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVvcnZUkCx5s5GXdN2Wee8K55Hu5yVJE { width:2.625rem;height:0.625rem;top:10.687500566244rem;left:1.8742187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNPOXVafHMubRIMWrxv8ir1fMDNvqr1 { width:2.375rem;height:1.375rem;top:10.375000566244rem;left:6.5500002503394rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDDXFGpVQepJeeF1JMfG5iVOAGIB4bON { width:2.25rem;height:1.6875rem;top:10.218750566244rem;left:11.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC3oemGbXGy27T0UzkqzgmWhNGNPvRhs { width:2.375rem;height:1.625rem;top:10.218750566244rem;left:15.781249582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGGlSzCSgTUpUvyCzFqPmG98ME5st3xA { width:2.6875rem;height:2.6875rem;top:14.187500566244rem;left:1.8117187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2uQfadiT2aaTTJDJisZ00qtWSlzZHtD { width:2.375rem;height:2.375rem;top:14.362499803304rem;left:11.112499773503rem;z-index:15232;display:block; }
 }@media only screen and (max-width: 763px) { #ABk3xBGV5dBx2BmI3rM6CNDQzJ1wqs1E { width:2rem;height:0.625rem;top:6.1875009536743rem;left:15.937499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTKeNwoOc2T6oHorkGTSN7UnebqWheV { width:2.6875rem;height:2.625rem;top:14.187500566244rem;left:6.4742189049719rem;z-index:15231;display:block; }
 }@media only screen and (max-width: 763px) { #IggL09govkIu9xZ0oT9LCKVfWbFrhJ4P { width:3.375rem;height:1.75rem;top:25.25rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #NriTenoJQZVAmiz6G5FkcRHIEAdMhiuF { width:20rem;height:2.125rem;top:26.874218463897rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A38G8Ds605xC1TazTlX86aleLIDuQ718 { display:block; }
 }@media only screen and (max-width: 763px) { #Z43SEOciLmBnITa2fvQq2UAzMmJgvnSe { width:20rem;height:19.375rem;top:3.2687500417233rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #FIlAIc0tir0ppFIiDg5ktfpNFxBnfS8i { width:17.25rem;height:3.25rem;top:18.21874961257rem;left:1.3750000596046rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XE0uyllLlGW790aBb60n3ECNhKBaAOJ2 { width:6.3125rem;height:0.75rem;top:19.46874961257rem;left:6.8437500596044rem;z-index:15215;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tazfoi2gOIF5oFtyCfwTNB4TN4pmByGb { width:2.1875rem;height:1.25rem;top:14.843750566244rem;left:15.781249582768rem;z-index:15233;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #geSTxaABxw7VhmiHpie9SNEUEetD5pr8 { width:3.5rem;height:3.5rem;top:13.75rem;left:6.1750001907349rem;z-index:15245;display:block; }
 }@media only screen and (max-width: 763px) { #d3nOd8BRtngtSrQ8TK9zVmL0zMplvnZD { display:block; }
 }@media only screen and (max-width: 763px) { #KUXTebWHGVPLq9ih19XmqHMyXwsXDAPK { width:17.3125rem;height:3.1875rem;top:18.218750715256rem;left:1.4367187619209rem;z-index:15247;display:block; }
 }@media only screen and (max-width: 763px) { #ZiWJGcMneEX3rpV34t9EUta6xQtu7iBJ { display:block; }
 }@media only screen and (max-width: 763px) { #e0LnAkUo35SRpeDX61iZhAo7WZ2mm2cK { width:3.5rem;height:3.5rem;top:30.248962402344rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxUwiNhd15syxJD8KMyIcNAFr5fLoq1V { display:none; }#TxUwiNhd15syxJD8KMyIcNAFr5fLoq1V > .row .container { width:20rem;height:84.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iei5d4bgPPmohcMrTDS08yR2fPxBmc6w { width:20rem;height:20rem;top:5.0625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #CfBzWm42T4Vtbh7idTiScM7UwTToXOCs { width:6.1875rem;height:2.125rem;top:1.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLoW95onqQ3Nmwa7fgxDe4DMFsTu22c4 { width:8.5rem;height:2.1875rem;top:1.625rem;left:2.1130905511811rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfq8zXkl1T0goVUbJM3auhE551LS8gix { width:16rem;height:12.5625rem;top:5.5625rem;left:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #upkX9OLsRnVSZePcyAWvXdkB71NqZmBJ { width:20rem;height:50.4375rem;top:16.687500953674rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #o0rq5pkoFdglnKOS9SDO1L8PE6fstZCT { width:20rem;height:10.5101875rem;top:4.375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #GcrT0KqVOrXJkEHpzEABzTTWwfV0Eqs4 { width:20rem;height:1.75rem;top:18.125rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U3VTZzu9pMLf350G746InUTZTXw6tCIC { width:19rem;height:4.25rem;top:21.0625rem;left:0.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CJ6hWCqgBH8dIy29Qnk07LWUqdmmUzSn { width:19rem;height:4.25rem;top:29.812501430511rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RcAMvQtRMLZdT5NhTEGEKflZya8knzaF { width:19rem;height:4.25rem;top:25.375000774861rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #V5nBzSaCA1LLT7petArpTATHHa8eazy1 { width:19rem;height:4.25rem;top:34.125000953674rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #FBEAa13ltMp0NoLgPbHrOZfWPLhBJNeN { width:19rem;height:4.25rem;top:38.46875rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #dpP8WWCDtx9vqlLGtp6X4ubfoqrDm7xD { width:19rem;height:4.25rem;top:42.812500953674rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #q3HitqEZ1pDbsZBFeZXy7ZGoFBTGTAuu { width:19rem;height:4.25rem;top:47.125000953674rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7APH0ds4TPicx13Rx5hTpJtk9foxTb { width:19rem;height:4.25rem;top:51.5rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #eKHamBdnnz6nk5goShysdbgI73vdOhs0 { width:19rem;height:4.25rem;top:55.875rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TIMsp3pdIsIn3suCww7lnVQf5UgLKcIK { width:19rem;height:4.25rem;top:60.25rem;left:0.49921876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gUloJEZST6mefxTGKcmrylgLoPeW2EQi { width:5.75rem;height:4rem;top:27.9375rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #KhzqkCvds4IA1JVGnTT0egIJDLUVLBZo { width:5.75rem;height:4rem;top:32rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #qg6bPBkWqwCsAabqSQoU7hszFK3qxgnM { width:5.75rem;height:4rem;top:36.0625rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ngK5Olg2nAXqahgfDcIv1ddeSdrIviIf { width:5.75rem;height:4rem;top:40.125rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #omD16m7KK6aC6QPEN0gxgoqeUkrNJaZx { width:5.75rem;height:4rem;top:44.1875rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #arbVppDs1i7eXuwhqFMvevt7M2kimQrU { width:5.75rem;height:4rem;top:48.25rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #R2ciiDK6r8A0zeGsxlhtzk6iMdWkzRBP { width:5.75rem;height:4rem;top:52.3125rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ZUux6RvaBgENCQ5VUU8cTfuiV9WLnCeI { width:5.75rem;height:4rem;top:56.375rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ZV5z4O1xr2UvIFVPIkkEswTNTz5czTg5 { width:5.75rem;height:4rem;top:60.4375rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ZKohk9JNFwDl7x0poVtqfTDOmoRoJQmh { width:5.75rem;height:4rem;top:64.5rem;left:7.125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #nRtmyXpiU4RSdCVxuBz4w7eipeCcI1Cc { width:2.3125rem;height:1.05rem;top:21.375rem;left:0.5625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T67mBDoDTXFXPDVVnFnLTad0TzPOLP7S { width:2.5625rem;height:1.05rem;top:25.6875rem;left:0.43671876192093rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yFnCv2gX3TFNV5v108eAQcp4TTxW0rE3 { width:2.5625rem;height:1.05rem;top:30.062500715256rem;left:0.65546876192094rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WeTEVqRNX2OMfJo9FsqXb93TIhAMP1Hm { width:2.375rem;height:1.05rem;top:34.437500953674rem;left:0.68671876192094rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RINJFBzJXoI78DVSewziBGlJhvKJ9yST { width:2.8125rem;height:1.05rem;top:38.687500953674rem;left:0.56171876192093rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o7r8Tx16Q5H3Sf97cBt6R16f7QuyoZUy { width:2.8125rem;height:1.05rem;top:43.093751907349rem;left:0.56171876192093rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IoQh2zv8slwArikive15UlLTKznwtsHr { width:2.6875rem;height:1.05rem;top:47.468751907349rem;left:0.49921876192093rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nipJw03US1BAVdoOJWpCIOxTxLBrqdr7 { width:2.625rem;height:1.225rem;top:51.75rem;left:0.5625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v06SQ4s3PcgTG9kDQm5MkJ3SQw5ZUPZs { width:2.5625rem;height:1.05rem;top:56.187501907349rem;left:0.56249994039536rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yNoQFVdrW5QnpltTficvQQeP5H58ADDl { width:2.625rem;height:1.05rem;top:60.5rem;left:0.49999994039536rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C6h4BeIMCJT0p0G5NmlquObnAeto2NLw { width:2.4375rem;height:0.625rem;top:41.0625rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgEcDUifBNNSs2J7TB2MJcuizJLyigKf { width:2.375rem;height:0.625rem;top:49.643793106079rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #En3HL3Z4Mwazplx5MwXPSIAgqa4fle93 { width:1.375rem;height:1.875rem;top:22.875000953674rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbsJG3ism1f1zpGfLoPu1auKdPlPL93 { width:2.125rem;height:2.9375rem;top:263.475rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIfQUHeJfdo5LoSx3aNXCMIxssL4xqql { width:2.4375rem;height:1.25rem;top:32.123438835144rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNa7q4LF16zHcKXQzkxP5XyT56qFzolU { width:1.125rem;height:1.625rem;top:36.237501144409rem;left:1.2874999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvwFMpcEzmzsGSFcPQSQG0srU8fegXzN { width:1.0625rem;height:1.6875rem;top:44.75rem;left:1.3117187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJvw8AnnCTn4lARz3IVt5ks7JnQMbzEN { width:0.6875rem;height:1.0625rem;top:53.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx4dbmExJD5aQylFHl4ntWCAlZQg71JC { width:0.875rem;height:1.1875rem;top:53.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZkTRBFy7ifDEQneH12ThvTPBTNKB4w { width:1.5625rem;height:0.4375rem;top:54.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhDN2R5eUc58FrXGbSae7rUSk88tBTn { width:1.875rem;height:0.75rem;top:54.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbe5QmQbTfQlk8ffxU7BWloz3Lf78rax { width:1.3125rem;height:1.75rem;top:57.850002288818rem;left:1.2179687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEWwhFL1TqtG3nTwytGcKr9H8rLXQcx3 { width:1.375rem;height:1.9375rem;top:62.237503051757rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #byHaGWQEUtKLL8LAPt1x5SKBoVUTEThc { width:5.75rem;height:1.05rem;top:22.66250115633rem;left:4.3000002503395rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Sc6uLxKr4x0RkxzBDwuOZas6Otmxt6U1 { width:3.875rem;height:1.05rem;top:22.66250115633rem;left:14.424999773503rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M6X0vdMpI8MROXwZ9xKRlqUl0cG2fbRH { width:5.125rem;height:1.05rem;top:27.1000007689rem;left:3.4992190003395rem;font-size:0.75rem;line-height:1.4;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #sUwWWw9a2XB9ikqADadTauNHA7PTLVyL { width:3.75rem;height:1.8125rem;top:31.031255722046rem;left:10.487499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkPhIpnzWAUiLEVg3CkDc4bgrZdROLlo { width:3.75rem;height:1.5rem;top:22.37343865633rem;left:10.299999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oJ9QxI3hF5MXb0Ba2uW1xe5aHcVkN8 { width:6.6875rem;height:1.05rem;top:27.1000007689rem;left:12.625000536442rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KWQTw616uO85BKi3qfmieWQBWOILdyvA { width:3.625rem;height:1.5rem;top:26.81250076741rem;left:8.7874999642375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxp1W60rMS0PeUq2b91uTwUQS8F2wTbT { width:4.8125rem;height:1.05rem;top:31.537501335144rem;left:13.424999773503rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tc00s38eRdaI7htcFVoz91G3EDyRPA6L { width:4.5625rem;height:1.05rem;top:31.475001335144rem;left:4.6437502503395rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNGrWrCG4eT9x0EZnUP9AkOEKFH3qHdt { width:3.5rem;height:1.8125rem;top:35.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #It62AkLAyTLARBTfJaiSgZIOPL6u0qOh { width:5.0625rem;height:1.05rem;top:35.8125rem;left:13.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dcUlTZXFOrDqcLtW7Ex2pVcADAegWmH9 { width:3.5625rem;height:1.05rem;top:35.8125rem;left:5.1875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mEtqrxVLqhqu4aPly665Fbbsde0HwH2k { width:3.4375rem;height:1.5625rem;top:39.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It6D0RubFo6DhMd3bR0vJEi5prHbnBPM { width:4.5rem;height:1.05rem;top:40.068749904632rem;left:13.549999773503rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZFbqiB9k3RXDMSbe1wNxnbvvmTACR7ok { width:4.875rem;height:1.05rem;top:40.1875rem;left:4.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MzzgPTEKbeQq5dT2E6duKXvEOmkMVLo2 { width:2.8125rem;height:1.5625rem;top:44.093750953674rem;left:10.424999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC4V1zyWos7MdmZGMfwHvQWNIu2FozxW { width:3.6875rem;height:1.05rem;top:44.412499427796rem;left:13.862499773503rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iN3O9l0PfRu7xTOBgnM0ucmBNOnZt0uB { width:4.75rem;height:1.05rem;top:44.412499427796rem;left:5.1867190003395rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cF1LhP4Bt7pZi8BBv7f1ogBUueS1u7Q8 { width:3.875rem;height:1.5625rem;top:48.593763351441rem;left:9.1749997735025rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOQnfSB0Dw1y4R1GzgTV0E4kbsBRyT4D { width:5.4375rem;height:1.05rem;top:48.787501335144rem;left:13.331249773503rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y9gHHTPvImRm7hXiJglLHJH6O4oVEu7N { width:5.25rem;height:1.05rem;top:48.787501335144rem;left:3.6125002503395rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ao8OuhBJxUIBg7KhAK0dSiZDLCndolUq { width:13.125rem;height:1.05rem;top:53.100002288818rem;left:4.9242187142372rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #an60xckVOO0CTlBOI66zZxMmNSgAQ2Px { width:10.5625rem;height:1.05rem;top:57.47500038147rem;left:5.8421874642372rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fTx1rJeSVExbd8VDT3yai502d67kVgAB { width:7.9375rem;height:1.05rem;top:61.91250038147rem;left:3.6867190003395rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tM823tAATCmnKmi0ycFnMuszFQfH6vuZ { width:6.875rem;height:0.8125rem;top:62.03125rem;left:11.974999964237rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJdHEoyyvgQuFtS0bSk0NdvVAe6wMER { width:17.6875rem;height:1.05rem;top:65.25rem;left:1.1554687619209rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AR7aa7rV1u9OgqBcFQH8c4CCOmZnvTXn { width:19.3125rem;height:1.75rem;top:67.93750190735rem;left:0.34296876192093rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dJJW4geLpu1qeJa22X3bolgF0Ubn5cfP { width:1rem;height:4.625rem;top:11.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv7gCHwNFgxUE6FQKAs1G1kg3IkGbdvT { width:2.125rem;height:7.625rem;top:22.04843711853rem;left:2.1125000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSBOTQmxhJK2Fz4qQpKOdxo6nbENxhqI { width:2.8125rem;height:2.6875rem;top:22.625000774861rem;left:0.49921876192093rem;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #GpFtpNh4ITW5RfD1887AIxyoNXcNifwl { width:2.8125rem;height:2.6875rem;top:26.925000011921rem;left:0.49921876192093rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #LL7AJB5s49qHWG83zFFliFCDADTUV3Fs { width:2.8125rem;height:2.6875rem;top:31.424987792969rem;left:0.49921876192093rem;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#3c3f5f;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: 763px) { #GpZ4Rqpa5A4TH2qBm2fXx99CE1GV8oX4 { width:1.375rem;height:1.875rem;top:27.287499427796rem;left:1.0617187619209rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #QeGTRcL8PXLArSTp5d4QRk8yzzXfQyQT { width:2.8125rem;height:2.6875rem;top:35.675000190735rem;left:0.49921876192093rem;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #zTLEGUaVI4TklzadXALPmoV6cNnMLvaw { width:2.8125rem;height:2.6875rem;top:40.0625rem;left:0.49921876192093rem;z-index:15004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #iNUBGKKOkkGh57ip6GIscqGyIPIrJkDU { width:2.8125rem;height:2.6875rem;top:44.424987792969rem;left:0.49921876192093rem;z-index:15005;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #eToSklz5ePFV0drEfAFkayNZMUWBT9ag { width:2.8125rem;height:2.6875rem;top:48.72500038147rem;left:0.4375rem;z-index:15006;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #Pqvo2U3LepcZD7iiJggUgvpnBQR5641O { width:2.8125rem;height:2.6875rem;top:53.112501144409rem;left:0.49921876192093rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #B6rS4DJsgfih9Uml05UtPmkTN7xcJZee { width:2.8125rem;height:2.6875rem;top:57.487501144409rem;left:0.49921876192093rem;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #iny6P3lRpQCF0y7CDo28P20L5fRr8lPD { width:2.8125rem;height:2.6875rem;top:61.862501144409rem;left:0.4375rem;z-index:15009;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;background-color:#2f314a;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: 763px) { #zVlpIwetyo3w8mNGAuhEhEJAE2MNaThV { width:0.875rem;height:8.75rem;top:21.0625rem;left:2.8117190003395rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G74XJtmADBMyKoTa66pXliw9vw6wq50W { display:none; }#G74XJtmADBMyKoTa66pXliw9vw6wq50W > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QNIoi9wCkEm7WsTeG5yJTTCJ9qcwKcN9 { width:20rem;height:6.6385846672281rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB { display:block; }#J9PT8TKtOkc9gO2K2k5ntdp8bTDdVJuB > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiR3e4KEW9KBUTZlrk7W7vHLqKuPLhrv { 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) { #kKJdWk65DEkWgWlnoBVMoSt26tPOKuMu { 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) { #N69ECA0354VQsISu8l50JkGyfI9THAfg { width:3.5rem;height:3.5rem;top:6.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAouLACQAu8Chd88y0U1AxbOfQLFbBkl { width:2.25rem;height:0.6875rem;top:7.890625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdFaBO2DZVmTzWXZIvy27A4DB8lu2XJy { width:3.5rem;height:3.5rem;top:6.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LndfcSRRko9XHsptTwdbIe7R8fy2HVOP { display:block; }
 }@media only screen and (max-width: 763px) { #m3cBgcvyUvwv9sil4FyM7K9NRwQNVqrv { width:3.5rem;height:3.5rem;top:6.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKPp0lW9ksgBccT2xl1f1IGX1TItvKB1 { width:2.25rem;height:0.6875rem;top:7.90625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiq7ArP82vuBZHB85LPThCHnTwHTUnmX { width:3.5rem;height:3.5rem;top:6.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7vmouFV4t22DMkC3cOMf8UiMJg1CIfA { display:block; }
 }@media only screen and (max-width: 763px) { #Pupuzd9OdDV5HCgKsguSVtbCtCI1qOJM { width:3.5rem;height:3.5rem;top:6.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr0HZeA3gUJnR7icBKlvV0aryFRGqsHa { width:2.25rem;height:0.6875rem;top:7.90625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3txisHzLzxCA9vvMIKR82Tl1B7rDmm1 { width:3.5rem;height:3.5rem;top:6.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrud6zeI9yRekBie95DDJGg5vTIBqopL { display:block; }
 }@media only screen and (max-width: 763px) { #Jfk29ODeagoQDBLGh1vnMnd53PKlkEIQ { width:3.5rem;height:3.5rem;top:6.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMNXTbHcWqFws58hS2df7b3bxq5RwenL { width:2.25rem;height:0.6875rem;top:7.90625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQLbaVAVk1lg60w0UzzA7zNSUyfxxLdT { width:3.5rem;height:3.5rem;top:6.5rem;left:14.75rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #TqddChv694yKFJoZPvES6eUguXbF9xvd { display:block; }
 }@media only screen and (max-width: 763px) { #oAGg6eqydKcH4KytW8dTmgWcBpiUbeRh { 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) { #DKZ0avJIPby9ynWvTw5LEOudO7OMJB4D { 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) { #UUXsBtKmB01XkEq2v7FoHtdJGqe3Q2Rk { width:3.5rem;height:3.5rem;top:17.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9OeIrNp5V09BctIn3p5GUhBD6zo2J8s { width:3.5rem;height:3.5rem;top:17.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggdGePGZBmaawwqUVu0TohBLc7ayIOZT { width:3.5rem;height:3.5rem;top:17.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRP0X9TOwCvnlWZNH9mxCAHiDMSVTKGB { width:3.5rem;height:3.5rem;top:17.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5X38GX6tC23pT4xJvT2Tt9JJMIfJG1l { width:3.5rem;height:3.5rem;top:25.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8nzhcLT5M1e7aOok7SNMuT6oTUnKTHk { width:3.5rem;height:3.5rem;top:25.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARndefJcxFFIrgsAGw4XxTmIUlIDwLWe { width:3.5rem;height:3.5rem;top:25.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZBxdDD96d6fnkGzr9VP9oxytMpVSPP { width:3.5rem;height:3.5rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZ3VTT9nJTlTszDLS7Tyw7s0qLKLrw8 { width:3.5rem;height:3.5rem;top:21.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M19COwkDko2pzU6JVP8LqIIkvS4HANpK { width:3.5rem;height:3.5rem;top:21.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TukbtHk8seRIJ4TCMUTswRcHWJDB0ixr { width:3.5rem;height:3.5rem;top:21.5625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEoK7Mwd9QzJOze6JN592ZNsy6aABcMz { width:3.5rem;height:3.5rem;top:25.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQCFgEw5hhurMXXHccOf9C6MwuaToJpC { display:flex;width:0.6875rem;height:0.6875rem;top:30.5625rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #OAJpRui3UdeIxBgTzpymJFhTv8ddZ7Td { width:2.25rem;height:2.25rem;top:17.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlKzIQLTfeKmXebkOP6h4FxXSVke6fh6 { width:3.5rem;height:3.5rem;top:17.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uanJPOAZ9QcDixyi3Seyn1sGxNOrEtcq { display:block; }
 }@media only screen and (max-width: 763px) { #MTwxdFOD409KCOUkkrbTi6t0gVCIcitg { width:2.25rem;height:2.25rem;top:17.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBO59WLTTOkfacTuaTE4xUCiVu6RsF8z { width:3.5rem;height:3.5rem;top:17.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg65nylrkqJy21D2crHTzsh9MbPktMgo { display:block; }
 }@media only screen and (max-width: 763px) { #S67fsOtSkotzXhcyB3tcDIsZ9TFJlS5D { width:2.25rem;height:2.25rem;top:17.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV8mPSww6RM1m3snPXMfR5a7C6lJLpRp { width:3.5rem;height:3.5rem;top:17.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3HOmn6xXHr1znpd2EbT0vbspL8iTgRC { display:block; }
 }@media only screen and (max-width: 763px) { #DUvFbbJKGvrhWM1WvWKGNWpnuI2Sb6pM { width:2.25rem;height:2.25rem;top:17.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyiScMcUFkXyNfxts75KxtQTrq5OrNkf { width:3.5rem;height:3.5rem;top:17.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ6ubK0kxxGgIovKzMfsedpPEvpJoeRo { display:block; }
 }@media only screen and (max-width: 763px) { #BklBkWktR4hMuSbdnWJLRaoEDuHmBHos { width:2.25rem;height:2.25rem;top:22.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvA5pFur3oGutETxQNPaveWbNSZiTIFn { width:3.5rem;height:3.5rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmgs5qMzkesSGD6P1HrBFXzQCyvlNTDA { display:block; }
 }@media only screen and (max-width: 763px) { #h2DzIcUL9giJRZrLTmJ0UeFr3xTlG22t { width:2.25rem;height:2.25rem;top:22.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivn4gKZbfKkyvrfPu0oiu9HdE3yviTKM { width:3.5rem;height:3.5rem;top:21.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8i8gd0AstTiviyBdxVKBteiTqTxPN6d { display:block; }
 }@media only screen and (max-width: 763px) { #Mk2ZPWaVZAJ3N3de8nJ6tEV1Jw7WOmFr { width:2.25rem;height:2.25rem;top:22.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwptomFGrHGcKFmTNc6aq2hZNEzoKQxc { width:3.5rem;height:3.5rem;top:21.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJZrHPNohpUOx46snfR9McryTBmIC80P { display:block; }
 }@media only screen and (max-width: 763px) { #RUN5M2Hm5VD3bozov56RIMCQLTccEwnU { width:2.25rem;height:2.25rem;top:22.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gym3aMQAWo2xKdJ26Kx0zJ9ioNlwUgWi { width:2.25rem;height:2.25rem;top:26.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfW34UFQ2m0AN7FR2pVlBdZOspsTTozH { width:1.6875rem;height:1.0625rem;top:27.09375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGcMiB5fTbyUXKB2HZvtJSkArXnDKXWs { width:2.25rem;height:2.25rem;top:26.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkFpJT3MAEqgNL01Xp2VpfsK9A4S0J1Q { width:2.25rem;height:2.25rem;top:26.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pgGpRP6DZgqMiLVWquRr6FhVLHO5TW { width:3.5rem;height:3.5rem;top:25.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTaIW34qStrdodMOi8yHwBHEhnevB5Ds { display:block; }
 }@media only screen and (max-width: 763px) { #DM2MeLMThE3Wu3GRz2c4PwRRbDU5lHEG { width:9.5625rem;height:1.25rem;top:30.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fql19Jn0sDpZpZTZ6O5yy5Z8NJ4rWZpg { display:block; }
 }@media only screen and (max-width: 763px) { #AzuWgJVZKaUsIPz26dxqTuvMmiKFyV6y { 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) { #TlCoiDmFFTScbM6t8dfaEnuTmwrQTdEM { width:19rem;height:4.0625rem;top:6.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe3T4IccH3mTvTM9165DEqIEemksGytH { display:block; }
 }@media only screen and (max-width: 763px) { #Z7iXtWOhz58Wwwiy0D1O48LwkMu3mDID { width:19rem;height:12.6875rem;top:16.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Ma9wAB7944k8EDh7yioZPHqMiZdOUi { display:block; }
 }@media only screen and (max-width: 763px) { #CKl40OKpfNAwfiGwaVX4pWm3PTu8vpIP { 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) { #m24GHMQMbSVbGADHtODx3ni7e6savs0R { 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; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container { background-color: transparent; background-image: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container > .video-iframe-container { display: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row > .video-iframe-container { display: none; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .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); }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container { border-width: 0; border-radius: 0; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m24GHMQMbSVbGADHtODx3ni7e6savs0R > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NofVS5ng38T85HfTvIakTo0W73DGvU92 { 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) { #rvH7F7flai7rytrf7zwNtPZav4E2RwL6 { width:3.5rem;height:3.5rem;top:0.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8fiKen5gR7HpOFs2daRcJGIPDZroG5L { width:3.5rem;height:3.5rem;top:0.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sli04Z37InepdUSEdDNIsRGX00m5JtTe { width:2.25rem;height:2.0625rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiT7WQQcgGJ7eiq341PqnlPBIcnnUlVS { width:3.5rem;height:3.5rem;top:0.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBWNgLDmv0r7uWUKoKpqttKZTCf1SVAy { width:2.25rem;height:1.6875rem;top:1.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKWr1vHE3EzswpThc3tXz7pH7h7MkeKZ { width:2.25rem;height:2.25rem;top:1.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3tm1e2NvQQqSB31G4wZosKtWqm10T9F { width:3.5rem;height:3.5rem;top:0.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zro5M7ItL5rHQCJhWqUgZdwUuTr47k8y { width:3.5rem;height:3.5rem;top:5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNkshzxE21PiPvcBgcFiHUvF9uqCdAbd { width:2.25rem;height:1.875rem;top:1.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGuATrSdLXfT9JdzrvQTMr5ZzMiDLhZS { width:1.5625rem;height:2.25rem;top:5.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tev7T0aoL6MROhksIdd52TvsIm3sPZWK { width:3.5rem;height:3.5rem;top:9.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMbfNHMNx4n7nhRob3h4ZiWrgq4y3w5L { width:2.25rem;height:2.25rem;top:5.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNAhphK5C0hKTgUZkIXPAxlKmgisC0p { width:3.5rem;height:3.5rem;top:9.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTH1LVnoCM0WKnmXzuuiP6aGTWO5GNwK { width:2.25rem;height:2.25rem;top:10.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtm6b9ufVDqpBu5IAkv1HhFpy3O4pgnt { width:3.5rem;height:3.5rem;top:9.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCN6gp9i3AiNRoB2OFmTivKXdzg47CWA { width:3.5rem;height:3.5rem;top:5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwaRS2m1D4gSeuRs8U6TPVM21P637hXX { width:3.5rem;height:3.5rem;top:9.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh7Qe6Z8OSfSF8TUJmkU0l5Rlupslcs0 { width:2.25rem;height:1.3125rem;top:6.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMKnlqSOSJrIVdV02zdRQfSGLiGyS1un { width:2.25rem;height:1.3125rem;top:6.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrtA54q23Kcs3mxPv9oPNi2ln91tG0KA { width:2.25rem;height:1.25rem;top:10.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqWQFlbb3QkpgU8E7lL9odHuJJnSueOI { width:3.5rem;height:3.5rem;top:5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC6KILCAdOFC7SxO3TEP0SWdWq1aLPBq { width:3.5rem;height:3.5rem;top:5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ0ccpCnQlrJCTustcTTJTJ06X13FpHM { width:2.25rem;height:1.3125rem;top:10.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0pfpG2B69RQ8usTpXASUCuDpQUOhZQv { width:2.25rem;height:2.25rem;top:10.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpnac9sZ58BoAqeynfEOqAamFsQauKKJ { width:3.5rem;height:3.5rem;top:13.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdtwNVMg7kq5ChlAzS82cIndeQPyubiT { width:3.5rem;height:3.5rem;top:13.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTb4HdfuiespxtKm9m5AAQniKwyKRKfo { width:2.25rem;height:2.25rem;top:14.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzvgWxTprID3ZdcbeVcqTwbksnSlkuJr { width:3.5rem;height:3.5rem;top:13.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE2qehs9XJHcyoi0o484GBertefGbKGg { width:2.25rem;height:2.25rem;top:14.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUynxbdu8q0ycNgOLXR326GBkiTaOp3c { width:2.25rem;height:2.25rem;top:14.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5QAJSbeB54se1iSv8XmBxTkB9ocRBoU { width:3.5rem;height:3.5rem;top:13.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTkKsD5SBbpAehXDFohct4sQDp7G6Bn { width:2.25rem;height:0.8125rem;top:15rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkoH3JFx1vNiyM3yVKVMRna205538VqR { width:3.5rem;height:3.5rem;top:18.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJZ9ews6ATypXpu0PHZdOqcIwsvlNxMP { width:2.25rem;height:2.25rem;top:18.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUeFERZO0gxAAGSDV5r8Sk4CaJtw5VTA { width:3.5rem;height:3.5rem;top:18.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi7XGpkMMPdM4RILRNeQLF15oZfSUsGt { width:2.25rem;height:2.25rem;top:18.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSZcHiKPbW86oQGmQQuEeR5VwHruQm5g { width:3.5rem;height:3.5rem;top:18.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWe6GEMwMTKpNd9KLCNybw3wGdpCiy1F { width:2.25rem;height:2.25rem;top:18.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkz7iCrTQyASvEA7fA5i4GuLiKWpHfx { width:3.5rem;height:3.5rem;top:18.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM6XRKeG5zcC0gq9rO6i0QFgw15sDO6R { width:2.25rem;height:2.25rem;top:18.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdRQezR66RTnWbMHoEfTU5NSJMBDwzmw { width:3.5rem;height:3.5rem;top:22.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTSOrUoVgkfxdngsHs4HmfH6rNgCrA9X { width:3.5rem;height:3.5rem;top:22.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyG95iKzoMywHGR6EdqJFu8rgBQX9W0t { width:2.25rem;height:1.4375rem;top:23.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXLeQPUrMdBTaToMfIfVRydNbVWilzMU { width:2.25rem;height:0.375rem;top:23.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFdG3To86oXSdXIE66qNNdZ8FF7QNH4m { width:3.5rem;height:3.5rem;top:22.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJLfplutAb4orPN52vFdX32PDxEKLdNI { width:3.5rem;height:3.5rem;top:22.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLh2Lvz2mUs9gSmgdL4uRrgZvscUqmNa { width:2.25rem;height:2.25rem;top:23.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F08vQcSWhrQu4uPDQ0XFzps5yzu09DTT { width:2.25rem;height:2.25rem;top:23.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF0bJikLA5eH5HwCc8CSTwwARRrKM4g0 { width:3.5rem;height:3.5rem;top:26.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKRz1lHkW63gNI9XQWlKawNNxwMHFXMn { width:2.25rem;height:2.25rem;top:27.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZWyR9A0JJzth8lm84NIsEUe8TN8KuAr { width:2.25rem;height:2.25rem;top:27.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6lZH15oAyV0shpX0yKaO0bGkEGkPMQ3 { width:3.5rem;height:3.5rem;top:26.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9N9ygtUgxsnOMwUeSH1pALLZDN1uZsc { width:8.4375rem;height:1.25rem;top:31.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxoO0gWOzlSd2U5T2uOCP1fnHMCCeiK2 { display:block; }
 }@media only screen and (max-width: 763px) { #STtNqTFRZS6qHHLaRx68qGRiTWECg1IQ { 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) { #Kn8y2Dq97ySno4SqSG7kRsHhQ7Qukw98 { display:flex;width:0.6875rem;height:0.6875rem;top:31.3125rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #fpNRNoMfdhge7POUezh9ku5vadFFSu7E { width:3.5rem;height:3.5rem;top:22.47500038147rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7PMKBsPg0T6hXK4qyx9E23EJns8X2x5 { display:block; }
 }@media only screen and (max-width: 763px) { #pWLkdt9QVO2xM9ESWZF2Xl9momo5wPJT { width:3.5rem;height:3.5rem;top:18.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdmfnKEGb9PNW4hdyDxVnDpVQT7cfJfZ { display:block; }
 }@media only screen and (max-width: 763px) { #ol7FUeyoCBoGA8oUV0QLE0VX3OgCSLek { width:19rem;height:30.5rem;top:0.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ8v7944GPRfzqpDiJqUVTREN9b3Iri1 { display:block; }
 }@media only screen and (max-width: 763px) { #kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 { display:block; }#kUFxZ0XIqAkuXrZNIu9aH01nnRhfQlO8 > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PV6gbrx7g8mhsuEae1gVTsGPz11GekyL { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvS2mXQtifVqRBmAJHW5yhiZPGfShBzf { width:12.5rem;height:2.75rem;top:1.625rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Le3ZxD5XsapMeOixTkbW4CHg9wTRgnUA { width:4rem;height:2.5rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oEPlNq4wvHmXghBboyD0TzfnMb8h1r { width:6.625rem;height:1rem;top:8.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDryihJsDLWacbAgVsGnFFZDF0V7W5MK { width:3.5rem;height:1.5rem;top:12rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qW48axEZzkgR3Vy94PhbsPOHQfokEVLk { width:3.375rem;height:1.75rem;top:11.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdPbTi6CFfVO52DRvNW1TOD4XvQZxGTX { width:5rem;height:0.75rem;top:15.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iosnSWmX5Sc7VVfKsbNxyQ45aaevIXZs { width:2.875rem;height:1.125rem;top:15.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrsfWCzLX1TioIIA1O0szEqZCZTlGgxf { width:5rem;height:0.75rem;top:18.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG2tgMD0CaN8iJ88xznWILEtz8FFvSDn { width:4.5rem;height:0.75rem;top:18.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF12hpBPWKcuB56SFFBmXdMiF0T2pgcX { width:5.125rem;height:1.875rem;top:20.89999961853rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdcFnHLaEt9i6bS60GT8LMdy08GlQgps { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hEgvgQ9Unv0fifbNBuZi59UliErkhaQT { width:19.75rem;height:20.75rem;top:3.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP { display:none; }#EmZdmpeJolIGOI1bbTpdzzvpZE5p2wxP > .row .container { width:20rem;height:42.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FosCG4G4ceIbXOqApzZS5kZIq47WKKCG { width:20rem;height:4.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3FlJd6eNyhxmJsBOL4qFZOTnzyXRfk { width:20rem;height:1.375rem;top:3.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QNpp8nQ8fGpJZsPofAKaCv2OpTTPAGlz { width:7.5rem;height:7.5rem;top:12.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLKt33ETT0dw1pbEsKs1BaJbHNtKnEUh { width:20rem;height:5.5rem;top:3.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lsb9f5ILsmarswahuoUfcLxOq0dIe7s6 { width:2.0625rem;height:1rem;top:23.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpmtW4d9nt6OpI1qQ4baxPsUolkgCpM0 { width:6.375rem;height:1rem;top:25.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdhIrupBnWTlISZrCPzcamECKTdNkq4C { width:1.5rem;height:1.5rem;top:17.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIdPA5kQfHy4Gx0Chf6yn4kL67GcA1id { display:flex;width:3.125rem;height:3.125rem;top:28.16250038147rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #o7kPU54CVSNNaHNZVTHi9oGRKcoSMQEw { width:19.75rem;height:12.6875rem;top:28.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC { display:block; }#weXvxowFVSfXBAKGlrPIbgrV7uJaAuRC > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ol7CwigWAERzZ87KL6DrpRWNwuchg0zF { 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) { #wiUJe3tT9twIfLxUSz4M9zQlMxIEf9mo { width:20rem;height:6.4375rem;top:4.1749992370606rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CAgRG1Lawt9LyuGZ2xEmk5nrbODxmw8K { 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) { #aymzGfbBvEnmMhHcM8SzKHQd4RrRWseg { width:1.875rem;height:1.5rem;top:6.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ9TaProAOA6praHERWOGNtoLzoNFXS0 { width:19.75rem;height:21.9375rem;top:7.6739578247069rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FlMDFG9a7GOM0MR2hhQmdF4tqxfRFUTt { width:7.0625rem;height:2.5rem;top:12.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #r630rXtkkWx4K0GpN0IA0T5ZDxR0Fmse { width:6.0625rem;height:0.8125rem;top:13.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0QXaI81qgCziK31KPn6gb3kQek7nhIc { width:3.125rem;height:1.25rem;top:17.237500190735rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUV9kZxvK49Cmakb3ZMI6X2MBNJdiLXu { width:3.125rem;height:1.5625rem;top:17.081250190735rem;left:12.406250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #obSM2d4gfUwEVBiRTm6Qpnd5Crrd9qR5 { width:6.375rem;height:0.75rem;top:20.800000190735rem;left:3.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4fcA6vMfr1sSJG9Xb4y4ltSr1iTzTlK { width:2.8125rem;height:1rem;top:20.675000190735rem;left:12.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRTMxOJb6BMSx0ey63K2MNaEZAc2heXy { width:6.25rem;height:0.75rem;top:23.800000190735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlEBIhIHWLc4ioGkL1N5flvOOO3VFGud { width:5.25rem;height:0.625rem;top:23.862500190735rem;left:11.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHpDWsEaWZLMeEAyaVfETLThuiiwZn43 { width:2.5rem;height:1.25rem;top:26.673957824707rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHOIzwiXpIk9yvISUeCayZtwI7MWT7ZR { width:20rem;height:6.4375rem;top:44.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UcNgtADMvGG2WWXCVNGdVHGZPGoPGETU { width:20rem;height:6.4375rem;top:30.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HT4ZsLCbJgT3doFHcZ5PoBrS1bW0Ovet { width:20rem;height:6.4375rem;top:59.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QlQ5bQciRaNKgKQWrEE8oCrJWskn4yI1 { 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) { #UF87aTcLKTHZ007UEC2eEr4zifg9KBi3 { width:1.1875rem;height:1.5rem;top:33.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrNTz0pnxWxwhdRD0oPsfu1am6oV8iRv { width:2.3125rem;height:1rem;top:40.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccwHJ3PeGVrW7fATCJK8pooIhByZTEO0 { width:6.9375rem;height:1.0625rem;top:40rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8o8qTCxX1suS7oxQXoxAUswnmOz6ye { width:1.6875rem;height:1.6875rem;top:39.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXM7Iu48CNId5Jds2RffSiMd2QMDQopo { 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) { #sKVZ2KiWHn8SbHcgE33PVlA86q3q7oDo { width:1.625rem;height:1.625rem;top:53.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf84zHRq1SHETbTnNfL386nbCuvS8VK8 { width:1.6875rem;height:1.6875rem;top:53.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcpdcHcQIa9FhykMCn1akFqTDOzCDwXS { width:1.6875rem;height:1.6875rem;top:53.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c86u3sVAZwfJH4kLOZKbcqEXMot0u7nV { width:1.5625rem;height:1.5625rem;top:53.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRQ4wv84xnEVHgv93tyos57mdPx0RsX8 { 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) { #yv8ZWGfOIJDsmWB9SJ92D4PVcdWwFOhQ { width:1.75rem;height:1.5rem;top:61.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTQHHTuBdwRr0EliDV4IgNp0SlzWw0U { width:1.75rem;height:1.375rem;top:47.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS9epTlFwb6DLTHUXFi8Q9os2LmBi3OI { width:19.75rem;height:9.1875rem;top:34.4375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cXIy8c6JSuwxk4N3z0SlvxvEGJwRoDuP { width:19.75rem;height:9.4375rem;top:48.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #imv4rlqDwlVzas7DRLv0R30HJufSUU1w { width:19.75rem;height:9.4375rem;top:62.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #a5pdUkDQVTkN5rgJnbK5qZRRuVaviunE { width:7.125rem;height:1.125rem;top:68.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckrSTlBptmAeemHaeOyqREbb1XsGt6yD { width:5.25rem;height:1.75rem;top:68rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxghAgghtTLFgzBcGDAFBdnoli2KoE3s { 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) { #UXZaSGOD4zQTQBfNwkaH7J2Ek3C0VELP { display:block; }
 }@media only screen and (max-width: 763px) { #MNozwb2LtrAmEGUuGHmwMf9gsDnVdHsv { display:flex;width:3.125rem;height:3.125rem;top:9.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ThHBB0UdExMhw974MkCRHDQkEqJwcTOa { display:flex;width:3.125rem;height:3.125rem;top:35.523986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ICT8yJMslwNtf9NhWctD1vDhfXesiBay { display:flex;width:3.125rem;height:3.125rem;top:49.648986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NCwufWFQTcEu3rdoBz1boVxiW4oOqOrU { display:flex;width:3.125rem;height:3.125rem;top:64.023986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oibgVhZCuJbk9ztyTLFBtvZ7QJf6xPOc { width:4.5625rem;height:2.375rem;top:26.111457824707rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP { 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; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.adaptive-delivery-prevent-bg, #VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.lazyload, #VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP.lazyloading { background-image: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container { background-color: transparent; background-image: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container > .video-iframe-container { display: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row > .video-iframe-container { display: none; }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .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); }#VZ767nD4EsPwQOnbiKIc7CWUwOJysOeP > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SR45GZKGNMyI6wRqkfr29B5tITP9pdJe { 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) { #ZvJ55K7kTToVl4gdOgr2uUWFvUbEKZrg { 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) { #ToMzroVr33f86HLHFrtJRwXJ41hSNx1V { 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) { #DWtTvd2zhNtLJO9iXJQ7kDITnSJcIbv3 { display:block; }
 }@media only screen and (max-width: 763px) { #VrXREM3BSb61v6JwqFItPm75RgcMDb4E { width:1.5rem;height:1.1875rem;top:21rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuVXf10kJJESQhBR4K6rEgTDanmZPDl3 { 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) { #RzSQX92U9iIle3HmGbW13B2FmOseb0PQ { width:20rem;height:3.41121875rem;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) { #oOrHagake7GQumriPupzEWDfyectIVWv { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br1cp0Zw45eDVm0vm3AE8Zd3qZrLfyid { 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) { #HIiXX5dooc92MPAgf8pSQbdnbNPXC19K { width:17.75rem;height:3.41121875rem;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) { #xima8CJoqDKitqfFk29FVQvkk4Jq3QKs { width:8.25rem;height:1.3125rem;top:35.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCvSL7PkKQy71sxWnCFFy39v21WVm9uB { display:block; }
 }@media only screen and (max-width: 763px) { #GHcdgaFt71GDwyPE9HNhNDwtW9GU2PlA { width:1.5rem;height:1.1875rem;top:38.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuOTC0tc56m5qGEDgBTBl9h3LcrVOVqR { 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) { #bm3U0FOELU2iou84pWwbqvDur8IBXOOm { width:20rem;height:4.54829375rem;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) { #RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n { display:block; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpaZ67PEk4nOeLImf5ST9piUX0CabTQs { width:20rem;height:1.375rem;top:2.0625rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA { display:block; }#FvssVOxfMVJPcDrKFzdWBqEpMcGND3vA > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-heading-text { font-size:1rem;height:auto; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-desc-text { font-size:0.875rem;height:auto; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR { display:flex;height:auto;width:20rem;top:1.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #JGHhI6dL18Oodyi19UCIkGcX5xv1KzW8 {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NTCuwfx7WuTR77zaR0gnCRHrkVwFTndQ {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #pd9ZsoOX0W0TVwriPoKugKXU3599NEDl {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #qVWlpfHpLQVSdg88tOZAEssxHIchq7RJ {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Q3wfaHwlWEzLgkUtNVytKxKT685RWUxu {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #aR3OT9WX2wWEyX5TADE8kI0TD5c1aXVf {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #sL6d2TAo2ULiXM6lubkhFuaPKhflfC2R {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #B4d9UT145mhfovzfWNi3oH42oHSrdcya {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #mZ8VaIb4v5eVcestWJ4Fvio17TCCI3ea {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #PJMgIbvbecFkoLaDcdmMCf9lCqEUyK4n {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #B2XV1Z9MEsq2HPawE8LJCVbeckgNOwqb {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #c1JNcKD8u0tncJyedOvqXQgwu7vPtoI2 {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #nrkCP8t1pnQ6bKTK7RgQpln63gySQUTl {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #g7nTo08rzm1COlBN2hxRegpluJO10yxk {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #MolcxSmFc98Ncqe6s34RN4Rs9C3Ocoei {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
 }@media only screen and (max-width: 763px) { #ZmwbtGL2FTWnJCoonEiawBbvoC9FL9xR #DRBHsXMMnyiq1uLoBkRzMTHnOTgueSZy {  }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.223754882812rem;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) { #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) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.05625rem;top:1.4740657806396rem;left:7.5rem;font-size:0.8125rem;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) { #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) { #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; } #Lrd9xd3VlnTfPn0zrcebUSqkUJdE3C1A > .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; } #tSPsoBmXelxt8LQ1uwRGHSk8niwrIVhg > .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; } #uyccUDApS2HSO8RsT3b9fHJk8N2f7AZ9 > .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; } #Ia9ygodaDVA3czvp5rstCaOdbwZqNikR > .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; } #Anchr5NG1LZgE33HaqPBe6J5PJtJ1T46 > .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; } #O8WkElXAr5fTrPCZ76dHZuRvdE3hFJNa > .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; } #qRb1puGQZhOxid6abbt0fBKx8G2TAlda > .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; } #EKAz3JZJlEKPfws0mL7Kh4QKr8MXSSsP > .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; } #muf6C7z15LE3Db0HRdk2GWMZ71mPmkLv > .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; } #evb5zk8vgM7kdePkgRPfSkqmZSnfbwh2 > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }