.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:36,32,74;--color-primary-1:28,27,43;--color-primary-2:23,22,42;--color-primary-3:21,18,42;--color-primary-4:14,10,38;--color-secondary-0:255,208,219;--color-secondary-1:255,114,147;--color-secondary-2:255,20,75;--color-secondary-3:243,15,82;--color-secondary-4:51,4,15;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:180,180,180;--color-tertiary-3:108,108,108;--color-tertiary-4:24,24,37;--headlines-font-family:"Figtree";--paragraphs-font-family:"Figtree"; }body { background-color:#0c0c10;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); }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G { position:relative;display:block; }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G { background-color: transparent; background-image: none; }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .row .container > .video-iframe-container { display: none; }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .row > .video-iframe-container { display: none; }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .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); }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G { border-width: 0; border-radius: 0; }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .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; }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .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:34.375rem;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; }#h6n8qO8GCC5T4Rsy9MtX455XPJIaX3GI { position:absolute;display:block;z-index:15000;height:34.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#cWhTgg7aCXEIUHgT4eiAkOVmaXzb9QJQ { box-sizing:content-box;height:34.375rem;width:1.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #0c0c10);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #0c0c10);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #0c0c10);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #0c0c10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0c10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0c10' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #0c0c10);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:81.75rem;display:block; }
#R5OZTIo9zkFsO649OWudTmItDIrxD60d { box-sizing:content-box;height:3.25rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0c10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0c10' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:20.5625rem;display:block; }
#JdbWmayvrkDysbv4o7lOQITHNgK3HAVk { box-sizing:content-box;height:3.25rem;width:20.5625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0c10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0c10' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0c10);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:0rem;display:block; }
#Rp5oS6sXHTTL6HRAqUX5mtPbBTfGcG22 { box-sizing:content-box;height:34.375rem;width:14.0625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0c0c10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #0c0c10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #0c0c10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #0c0c10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #0c0c10, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#RNNglHy97ggPTckpxp1UaxKigPAVH6nd { position:absolute;display:block;z-index:15000;height:34.375rem;width:75rem;top:0rem;left:0rem;display:none; }
#EhDhyhhETHz45lRa7U54isS8OkLhNWEz { position:absolute;display:block;z-index:15001;height:25.125rem;width:41.6875rem;top:4.4375rem;left:40.0625rem;display:block; }
#cFiPXhS2atlf4AOmrOvJHUFizuVXqlUX { position:absolute;display:block;z-index:15000;height:34.375rem;width:75rem;top:0rem;left:0rem;display:none; }
#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G { 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; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container { background-color: transparent; background-image: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container > .video-iframe-container { display: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row > .video-iframe-container { display: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .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); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container { border-width: 0; border-radius: 0; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#qmZhOL0zDe5QLzn6eDHSG8t920JBuT3H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#IOXlITXK0BtFrGTTpkVFqWEgsFaH9NyQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#TsL9NlihdN5HD2vbnhh3iDzOpcQM3SFi { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:1.09375rem;left:7.84375rem;display:block; }
#dgmKqsUUqEvegyFko8Xbu88U9EpDEiuT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:5.525rem;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; }
#qKFatJVKh3m7zbk5TcT1TQ9ONLuVrPce { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q4QheLQ8TQAiifST0R5l9EZiqfTSrah8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.9375rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WrFKRvDrihfoMtrK5RALncurgoRaLNaU { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.75rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVpHke8MbvCHwBZEl1LwAPpNLK8y598L { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#horssaWt8E5ATw1yhO40lQhZJmM3lkwQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:12rem;left:0rem;overflow:hidden;display:block; }
#GrSxs1XDv6cZRZio27BU1ZbK0TmGQzuA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#HFr4iRw2fKEyIwDoUKr2b6l8uuWaioZg { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
#eUzRnP9yAhTlNpF0kPw3NAk5mhT2RV9q { color:#b5b5b5;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0rem;height:3.25rem;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; }
#oqWviH13TI01rQ8Mx0NOzVSGq2Cr0hs3 { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:24.4375rem;left:0rem;display:block; }
#U1vCv8ARPLghKfMNxp9v7ybywFIIa9vF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acLRMKteONyTGQUxqH3tTPX8yPEP1myJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.8125rem;left:11.375rem;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; }
#RizA6A1qvyBlo1Fn5m8FVCTgOQSCXxPA { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Bi90a3TsDSMu4SIy8JbSbKyWaHrIvQ5N { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ri3e1f2CoelZvImiFoPX2mecsQV8gIGN { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JracGq6uyUFUFFPvU0ilgaLEzE9I44M6 { 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:1.375rem;width:1.125rem;top:17.4375rem;left:0rem;overflow:hidden;display:block; }
#sGP4ybgeFs5PtQ5gv84FWRcWX7vRkuzd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;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:26.4375rem;left:11.375rem;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; }
#dJgho06vvCygrSQkpWLO1Sa7GdzOn92i { position:absolute;display:block;z-index:15173;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5625rem;width:17.25rem;top:29.158334732056rem;left:0rem;overflow:hidden;display:block; }
#AGiVmoOWigGee78hFRgCpBFb6SFcJXhq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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:20rem;display:none; }
#h8ZLE6JzVOa70M9dXTg8e3bg2SB5aEMS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15238;text-align:center;text-align-last:center;top:17.5625rem;left:20.1875rem;display:block; }
#thhpwbJnLfPEUcQKOHFcDmbPxM2QrOTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ce3cHL2TCqdCFmkoqWIE8xiWbXl9DrGX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:17.5625rem;left:21.25rem; }
#CTUMyfnzsO8vSLT3zOraaNEn8EOCMMIB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15237;line-height:1.4;letter-spacing:0;top:14.8125rem;left:22.8125rem;height:6.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qNilkFt7T71hb8laKFlRxg4F0eKdZeIv { position:absolute;display:block;z-index:15236;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.3125rem;width:19.6875rem;top:14.0625rem;left:22.0625rem;display:block; }
#GuvKbuVUzAkxpdMoozdIciidvWBq8fog { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:17.78125rem;left:20.3125rem;overflow:hidden;display:block; }
#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm { 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; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container { background-color: transparent; background-image: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container > .video-iframe-container { display: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row > .video-iframe-container { display: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .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); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container { border-width: 0; border-radius: 0; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#JoddeNbFrE4r1BnIUBwXMoKlnh9LM8oL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#UIPl8iVwI0kGVsPCXWUVaN4MzQxWkQkD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#NuAa1KGvcy9zUhG008awE3miNoSse1LR { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:1.09375rem;left:7.84375rem;display:block; }
#gMAxnJqCTRoPWzFEWPfTFQuiayVyr7qW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:5.525rem;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; }
#zFfDV5o6Wt7UMgFNciNBPBaTBNR4ssTU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JkLs9exV8qGxdaJVNUwsgmSxxTiDOOfV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.9375rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixnzJ0IyTnhrUyNTF7bBuoKu8dMnEu8Q { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.75rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PCnTBqdQCsODJGTz1cv10aEQ5SNGk5DK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MMqoTT5wVX2HE34dtfXPIr1Nd8KBayQD { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:12rem;left:0rem;overflow:hidden;display:block; }
#JTrSSAZL23qw3zqQEmHP43rpTfhiCKQG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#P3HxiHLZS8ziWJryg43aFShlZMexMJKc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
#eVZMPTXbhcaWLLruxHO0Mt41aToiKgq5 { color:#b5b5b5;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0rem;height:3.25rem;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; }
#EOo2tEBDTl6e9nwEfEgdqqClOVpZEsri { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Vn3SaC5BTx4W20mTwHTwuIaqweDc0vba { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xEqdgA1uhRCClxZKEhk9MmoQF7bJRz9J { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W6EdfkdJXWHnLu3WxckOyTisFXvMXulI { 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:1.375rem;width:1.125rem;top:17.4375rem;left:0rem;overflow:hidden;display:block; }
#xOwmTCT3zaGIwbcwusfN0f2VrfsvT56G { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.3125rem 0.875rem rgba(0,0,0,0.24) ;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:24.4375rem;left:0rem;display:block; }
#HmLX0u4UQPil84s5eG71y3lRwXPpDrdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLAw9C3T0f3w7kIMohl0WDt0UIQXPIaO { position:absolute;display:block;z-index:15173;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5625rem;width:17.25rem;top:29.158332824707rem;left:0rem;overflow:hidden;display:block; }
#zWXupo6L0zPkZMPb5VLnivhaGbTh7PLz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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:20rem;display:none; }
#tgd7rHLWbzQ8GgevcmCECDHEr8un7pI5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15242;line-height:1.4;letter-spacing:0;top:14.8125rem;left:22.8125rem;height:6.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NONwIvNhEJBwcG4TW4cndBfGfW8cO3Bm { position:absolute;display:block;z-index:15241;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.3125rem;width:19.6875rem;top:14.0625rem;left:22.0625rem;display:block; }
#STCDV0HPaooPvkILg421hJx0ltEcVxT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:17.5625rem;left:21.25rem; }
#uNZyHiqSi8QEw0FquJv5Xe7zrJDeNNEi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15243;text-align:center;text-align-last:center;top:17.5625rem;left:20.1875rem;display:block; }
#g4XovH5RmpDrO5n39RAu4Tbs37uGAAEv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWrnmdM6pXxQ8b36cF7dK6ZiDoOKEdQ3 { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:17.8125rem;left:20.3125rem;overflow:hidden;display:block; }
#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { background-color: transparent; background-image: none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container > .video-iframe-container { display: none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row > .video-iframe-container { display: none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { border-width: 0; border-radius: 0; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:0.84999465942381rem;left:0.5625rem;display:block; }
#gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:2.6875rem;left:26.5rem;overflow:hidden;display:block; }
#sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { position:absolute;display:block;z-index:15202;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:2.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#MyyiIog6z634exTQSd55tnTHG4zwFJ75 { position:absolute;display:block;z-index:15203;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:2.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #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.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.5625rem;width:73.625rem;top:3.3624992370606rem;left:0.5625rem;display:block; }
#qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15206;opacity:1;top:4rem;left:35.9375rem; }
#Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.5625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { color:#9faadc;display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:17.40625rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.75rem;left:17.34375rem;display:block; }
#eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:7.0625rem;left:53.6875rem;display:block; }
#P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS { position:relative;display:none; }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS { border-width: 0; border-radius: 0; }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .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; }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NgmANzXynth60QhouK8TKy08dLtlULPz { 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:none; }
#mZSNxDaonbr1TK5B5vczG3oyCSRQ1fn8 { 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:none; }
#casSKmoBXNlIZtgnSQ3B7l1K119WHZJg { 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; }
#SO8iK78ex3UbUXAWtsEwi5OxtVPMNeAu { position:absolute;display:block;z-index:14999;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.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; }
#BWp4cdary0GX9zDzCwpb1S7O2ye8iyKA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.4375rem;display:none; }
#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { background-color: transparent; background-image: none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container > .video-iframe-container { display: none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row > .video-iframe-container { display: none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { border-width: 0; border-radius: 0; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624980926514rem;left:0.5rem;display:block; }
#onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #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.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:15.6875rem;width:73.625rem;top:3.9375rem;left:0.5625rem;display:block; }
#A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:4rem;left:35.9375rem; }
#qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { background-color:#7159ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:21.25rem;left:25.6875rem;display:block; }
#hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:21.25rem;left:38rem;display:block; }
#FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEl6xM1OQ542FQPO4Ntt5x5ynh49yTCV { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;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.75rem;width:70.125rem;top:6.3125rem;left:2.4375rem;overflow:hidden;display:block; }
#TXxTuQZyfRnniqCidg3rS0PXyvwGLN3i { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5rem;width:41rem;display:none; }
#lsxhzTpCV6lPl1TpTMNc0TOtuOfOAsTL { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:7.6875rem;left:3.90625rem;display:block; }
#fsJwuBT38n9d40tzqo8CL20TT9Uk5TmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKvaBRIydhFb27h8X6CZzDAC4794bZ0u { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.6875rem;left:9.40625rem;display:block; }
#lIeCpr32a9IxniF4EE9lafaDCEZTmzSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dsJqmfsXboay6nDASTX3qeENSGfzkhGG { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:7.6875rem;left:14.90625rem;display:block; }
#LcLBnXdXApUzPVh2XFry3snNG6qHf8wL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGFTF9fq2f9LRu4sz7e5hvzgHPxFQJ07 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:7.6875rem;left:21.03125rem;display:block; }
#wPm43XrT97Evv7Dre1BMgdll4wTyxhe8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i30rZWbCvhQaHUTTTXiedqgav4ARgWrW { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:7.6875rem;left:26.53125rem;display:block; }
#pCdGmadXkiyJfTTcNLAbsc3aBJNRcwF3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GmOrEkps7lzQKtNaidSmrmV9GqpxcPpn { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:7.6875rem;left:53.9375rem;display:block; }
#sQhsQcREH9ZZ5A0aUvSlBq4dRQ5aisCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWTdbgR17c1CQs4xn71RzfVvVmgrB1DT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:13.125rem;left:54.238930795106rem;display:block; }
#rD2XR0ogCch7LC8lTREXAmdWyWCwqUQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yz6Okpnunsml5GwrF0TfRl8ggCMnfsOA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:7.125rem;left:43.15625rem;display:block; }
#IZEUWHlUnG9H0oNOzIvLLKUWOhkNp3wd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SetPgSC0cPlsxUeDpZl56mZoiuuRXD0x { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:13.125rem;left:37rem;display:block; }
#pLGVyT7ykb3kZeTJ0NaKTXwVsNrl0hcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z53kxmk2de15KUhMCZeVdCFROdBwHyTV { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:7.125rem;left:59.4375rem;display:block; }
#fOWrkkmS9TBWFgkfEO8NTMQ2nnsrJGyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pwph2T9xScbkZv1MJilypc03aRhdDrxe { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.1249980926512rem;left:31.569793701172rem;display:block; }
#kfvO0KFaUK7v5fTpAyl8kadN5q7yN0k3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyzxwT64KkvTcetivxOf9K3B3C0QE5I6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:7.4999980926512rem;left:37.875rem;display:block; }
#XlLWNtXThg8NsfETKZWa6JkaUTOnsXK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nW8U0hRw6yGQGRomw6Qs5TwGH6A4kGWz { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:7.4999980926512rem;left:48.507293701172rem;display:block; }
#XOWToss7ET26ytUIopzhOkWtOk0w0qh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIO3w3rmsDz53GD4U9sC2E915U1zp2kb { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:4.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:7.3124980926512rem;left:65.6875rem;display:block; }
#cbPaT6PxT2T3rfG1h2vixM7XsLr0AB3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o63teCUBUO3g5DWzNssTMf89VSXRNXBI { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:4.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:13.124998092651rem;left:4.1875rem;display:block; }
#QLrxXVd0zHhfbww3SCyE4V7xNqz9VekB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmS5xZdxyfWaXrtnP44wxEoZ9d4H2Pww { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:4.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:13.124999046326rem;left:9.6875rem;display:block; }
#fs8a9m8ptX1BcCgNRzbGTorLvyolR3dN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vg10UynW5W9L3laVLnmvlekRgbO4Wr5I { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:4.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:13.124999046326rem;left:15.1875rem;display:block; }
#ElKKHSgyszLNnDKyOpMh4XxTSog3lTMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ARuyKtQUQWkLA9hA0asVXw3PbfTZF5ve { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:4.875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:13.125rem;left:20.819793701172rem;display:block; }
#x0GenPBKZryAcBXziAoIenOvMedTH4NU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHsOib4mUw75d1tDGzgWHRk6HmzQCmpF { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:4.875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:13.125rem;left:26.53125rem;display:block; }
#JuSceSkHiGE0MCyBS9K4t6dvcrpoXwDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvfArEEkuM5CVJkHN477hdLip6pa9fgL { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:4.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:13.125rem;left:32.132293701172rem;display:block; }
#buSwZtBzr5USVGG2sOXaQTEWPvEDQ1dx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWp2L12ezuXqMPFBfcEMz8KMGtMAkkw6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:13.125rem;left:43.15625rem;display:block; }
#rVw8ItJQSWOnPX01FoHGaGi7E9Vy1t7r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HttIgsTSS5hMGpW1erPOH2Am6Dm5ynaU { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:13.125rem;left:49.132293701172rem;display:block; }
#WefMqs3VeRfQPuudZUu2vuQERfVSHaUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qM2IZCs79D9RnGWRW1RDrK2SAXNM23Gh { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:13.125rem;left:59.704782404146rem;display:block; }
#k1IZmT0z6UC20ZTaCqPJB5GeuNxuqChX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1z4mTtTTw9cZs3mTt8mi07ZlfJlotL6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.125rem;left:65.71875rem;display:block; }
#M64Uf3hFQxwPMaiqkN5E8VQIZufkBkcz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:14.717968940735rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TxJ5yQNeh07nwVESwM2i2P018C3Rxu26 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:4.9375rem;left:28.875rem;overflow:hidden;display:block; }
#rIiuSSOpm70vO534S5JrdsvXi3ybUifT { color:#b7b7bb;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.8125rem;left:30rem;height:0.975rem;display:block; }
#s7oreNTgreFu376sUVHTB4kZvopVbgGe { position:relative;display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { background-color: transparent; background-image: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container { display: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container { display: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { border-width: 0; border-radius: 0; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:45rem;top:0rem;left:15rem;display:block; }
#erknzs6JscFTDUBFh5kwJ02bnKBN73EB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:2.45rem;font-style:normal;display:block; }
#cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5rem;left:41.9375rem;display:block; }
#O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { position:relative;display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { background-color: transparent; background-image: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container { display: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container { display: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { border-width: 0; border-radius: 0; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { position:absolute;display:block;z-index:14996;background-color:#4caf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.25rem;width:45rem;top:0rem;left:15rem;display:block; }
#ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#lTc6ykKALRdZCIcAikRJN72IrAERztTI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:1.225rem;font-style:normal;display:block; }
#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM { 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; }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row .container { background-color: transparent; background-image: none; }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row .container > .video-iframe-container { display: none; }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row > .video-iframe-container { display: none; }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .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); }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row .container { border-width: 0; border-radius: 0; }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#g4WLIA8gtfixcyT7oEuDTDbcTk1Ub7Lb { 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; }
#cyef4a4WFqfRWgqy4JBvOH3Dx70IBwLp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0.25rem;left:16.655208587646rem;display:block; }
#zepCo0sOgA6dpayuT3L7aNb1qH36VRRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMXuRmyIp1e0E6uc9Cung5vvV8AZoPLS { 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; }
#ZwCTEqDN8OVbesnqeUcB5oT2hX1OOdxk { 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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0zl12HKdtE10Ew65m64xvGmTxTqtXI5 { 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; }
#H77oe71tTkHiyrSWbU2ohFDZXmqIFody { 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; }
#m8bOmFpSqrzB3aZgniRZRnKm6kTld6zx { 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; }
#J2cO2146pvGCA6VTaoIFbRHImTq3ZF22 { 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; }
#FT8eD2IggEpKQnkFkXxyn5eU4mvf1Up9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:6.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:0.25rem;left:38.625rem;display:block; }
#AmshGgBnAJF6RJiiCFWJKnxvQQy4BQSH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KO8mS3hccQzplFKLOtOnDx1idoIOFl2E { 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; }
#Fe2fkRT6nxDWCo3gPQZiPcR4IQDI7QlK { 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; }
#aU8vfTryNqiTG538h3gWypM9IpM8xCoI { 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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFvFnBxBrKLJvarAqdUXswgsrXNcW95y { 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; }
#wGb7FU282g7JvVcq0HGRM3y5VrSEuVk7 { 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; }
#MLwi7mONU3wnTQfuWzrTf92FwvipHMuK { 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:26rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#xNFh0zLCLqzeikBAqi98QlKOWsQnym5T { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:14.9375rem;left:16.75rem;display:block; }
#g2a4CLToFvTzB30N33U1n5upJSuBfhHI { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.125rem;height:6.25rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:7.75rem;left:16.842708587646rem;display:block; }
#TJfFsdxsgI62HpHXdiAcNmGwNquilEET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkvkfIIggL3paftBvPvmwsHuWuQVMPcz { 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:16.5rem;left:18.125rem;display:block; }
#J8Q5G7WaSpcLXViO8CKsf0aVfQ35eJNi { 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:16.875rem;left:18.5rem;display:block; }
#AfMQTTN5EQ8V3brS3OId6ASDppVoq3Ts { 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:16.125rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#gRsRzQPDzTecTUwXr9MMlJqQndGvCn7z { 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:18.3125rem;left:20.8125rem;height:1.225rem;font-style:normal;display:block; }
#D6L1kHpbdFDpANoMyCDt9ToRdawaS4z9 { 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:16.1875rem;left:47.0625rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#odQuyEai3VFgVQegKyXDTevid3LmU0BR { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:18.4375rem;left:43.4375rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z2CgAAFCAZGAmBloKgfmobwoywBwW5Bt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:7.75rem;left:16.75rem;display:block; }
#pXFEcTlFJb3P5FaVnpXdn1qxKT7Er0mS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.25rem;height:6.25rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:14.9375rem;left:16.875rem;display:block; }
#k0gWeo8DT3s58FXICTs5tSfmucpnOa1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKveFrKuC2vspTfN12NS3rlye4Z3Zbtd { 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.1875rem;display:block; }
#Q5FF4UQELirbo1CXbxvR8hQzdGqQsKsQ { 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.5625rem;display:block; }
#Ph6LZqBDVtPL2F6KBsMspbbiwTndWiFP { 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.8125rem;height:2.4rem;font-style:normal;display:block; }
#AR4JSZ0WKtXmTLnTCan60NVbuB5nTQLq { 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.875rem;height:1.225rem;font-style:normal;display:block; }
#Z7NxiqVD6LZDbLTxq7Psh4iXhoBwmuG1 { 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:8.9375rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fdXDNU0wIHsTZ3Umi2DdQ66eQwKcQtBp { 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; }
#QKoMdrcEXT52McioNfpMNVu4NQOFk4Az { color:#95959b;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.1875rem;left:42.25rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#payXv7mwie4tN0xEb75MRBD3cSvMb4nl { 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; }
#QvbMNhTswQfi2yHzAyt0m4v4JueO1HKO { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:22.375rem;left:27.5rem;display:block; }
#s7T0NiXRUu4nxsOk4U0q3ULqC6SIw4pJ { 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; }
#oFfW8FldTE4JxHBFtdwyZxhthilU2Xer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C55m37GsPJdccfPI4ope1W0bfzMP2RXi { color:#b5b5b5;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.625rem;left:16.65625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipUH20TTwSyedxOmSxsxMrWz2zSRA3Jb { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:18.52499961853rem;left:59.4375rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h6NyEkusdpb54f2rTPCFfawFSDWoBXCA { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:11.3125rem;left:59.4375rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV { 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; }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row .container { background-color: transparent; background-image: none; }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row .container > .video-iframe-container { display: none; }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row > .video-iframe-container { display: none; }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .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); }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row .container { border-width: 0; border-radius: 0; }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#F8soCJeRanFcCggzqRULrPBKJk4TFAey { 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; }
#sroGDTT7NC3wvlq6A7zTX98ZggkS8Mt2 { 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; }
#mGXyU64Pa63q7towGmGWy523yoTFHZDF { 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; }
#bUIWVS22DTaUKrsQzkTg0uVmLV3DUcbR { 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; }
#RW1CWMJupxDEmq0h0igcgg9LJBVBgFG0 { 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.75rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eA3cRXotV8RLTFrF485bhS386dvkaPNE { 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; }
#CCDwENg5Z2VU59grJFVFyzccTDqQLA1X { 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; }
#bFSOPqE0Iml3hRxCBTzZnN4pXfOksals { 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; }
#cy28Ec040Gfg3LuEri78wqhKXmTuwVgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTXXMWvppKSZrMidGBVJJMrDUppfoKzi { 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:40.25rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#I8se3TkcSRcCets3h1ZQHtdgmg60WpKM { 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; }
#E280HNN4Uc7Cft2OWE9wfvxnktbGpW4u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xqrTryficPylTLqzAsCZJeJy7PlttV17 { 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:29.375rem;left:16.75rem;display:block; }
#XmFz10xaIrVuGnLgdITNK08XTsL6AM7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVG6l0N1Xe2RxT4eLzL4i7gDbzi9DXAi { 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; }
#uvXsk4V0kSXLl071kGQARbxkZTlnmaV6 { 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:38.3125rem;left:27.5625rem;display:block; }
#g95cvhaNi849gZ2EpPf3QafQUyU3B6S7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpU9uvDXuxXAJxk8RlmMIyP6huVJWz3f { color:#b5b5b5;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:42.4375rem;left:16.65625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3UmvdCunzhifdSFfACF2b4ASSVh97i2 { 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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwEzyg4x3za6o27pBh5JMlyF30hFzu6Q { 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:15178;text-align:center;text-align-last:center;top:0.25rem;left:16.625rem;display:block; }
#nR8fSfKwuKfG89v5N0nznUFIrTlMSpTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzMVCFbSmzSUgTnMvSRwOlMEvdosnp9f { 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; }
#mVG9NOyx2OknsXSfqitxv86AtXbQgbl1 { 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; }
#FHwVvuz9sxBb5uIbFR1KQPJbrVvnPmIx { 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; }
#a5Iee13yoCbU9egXQqZHBegRUkAJcMct { 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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFMTcyL6S3MQvUVdqUe3WwvZDSITL60n { 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.25rem;height:6.125rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:0.25rem;left:38.25rem;display:block; }
#i60DiBfSNPq427ZnRIG8w4hbBq745nyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3qlKDNNGwPOPIrwRD3f5pGu1FTISRUD { 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:38.3125rem;left:27.625rem;display:block; }
#RUZp08TrFMGfrv6zWg2S1PnCRwxPiSng { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:38.3125rem;left:27.625rem;display:block; }
#zkeQH5UH0TTh6d3FIQTmOAQRh2bCHIDS { 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:29.3125rem;left:16.75rem;display:block; }
#giVTzElphcBIZOP2Fhbug3PBoB75JabM { 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:32.625rem;left:20.8125rem;height:1.225rem;font-style:normal;display:block; }
#MgqQZTAWMHcG5P5QnVN4ZKbSxORcUo2R { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:32.875rem;left:42.5625rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QoHv41XX5V19qsXlMTfmnooKtdewTTgx { 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:30.5625rem;left:47.625rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lBCUOAJNEQXNfhSmO3g2H7TPWbkxxzRL { 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:30.4375rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#g5Wa0tevWhZqiUTSucDI7R2o6s9tNw6z { 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:30.75rem;left:18.125rem;display:block; }
#It8zdvXgPpaTtAknKCSLwoETqOS9OlJA { 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:31.125rem;left:18.5rem;display:block; }
#XHkwP5BTIOD9LeOVlHhrTM0bDEcdVTfl { 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; }
#Iyn5xCoqr6EaTUs6aSU4hFkZNdmP6g2w { 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; }
#KodQhbxVVfXOwxMXffQXB6WZwSV61C5q { 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; }
#BQNa6eqJx2O8D2hE3agHV5FG023OPrTd { 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; }
#svFIWDoHztLsdXlweyvUppRglhzoimyk { 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; }
#mT3K7FSZm40EGyunUel6XwuFT99WdWMT { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:18.5rem;left:42.375rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#myERM8vkuGPowxzZMommhC1unElHqyOp { 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; }
#gdq3TyOt7JDQDuNxrvThNZaz6Bs3Hf15 { 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; }
#Ji0T3smAh20gAZgNK2GWVTKHgLooEDPX { 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; }
#PAXtZoFJ2IdJcVy4iTGobOe1LizcexQV { 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; }
#gHNfS5rWpm4HWDGtV3PAaZ387hrk7wrp { 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; }
#RV0PGwaGoCqA9ReARkfayzO02686k4pv { 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; }
#TmtINRi4Tgdtq3BuqZxQs5WCbKo9PIra { 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; }
#ENy0Qi2kJXDLEssfVIoHZlnuHxqbpAKF { 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:15144;text-align:center;text-align-last:center;top:22.125rem;left:16.65625rem;display:block; }
#yvDMp04ywuJn4kaG80ImiOo7Tf7mexre { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Itf74tLf9spQTQGHGG2cpdF5NTr83dzc { 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.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; }
#ROMpM5E3lxNkxgD9zLrMygAirXw5Qay1 { 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:15029;line-height:1.6;letter-spacing:0;top:23.3125rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#HsVIpBW6Pc6KuiPnNgnzpwEy9dbfdO7z { position:absolute;display:block;z-index:15030;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.6875rem;left:18.125rem;display:block; }
#KSS1Zf3Aki97e5J5oQqhiuxrR9feQwsh { position:absolute;display:block;z-index:15148;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:24.0625rem;left:18.5rem;display:block; }
#rXZbfMN0L107GQLXnbVW52ADeGGNQX3m { 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:15030;line-height:1.4;letter-spacing:0;top:25.5rem;left:20.8125rem;height:1.225rem;font-style:normal;display:block; }
#aTmDuTI2EKARwvMhlnqlQsPH9DQgu0wQ { 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:15030;line-height:1.6;letter-spacing:0;top:23.375rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dfBhUqXQJbyOgxyW5vzMB7ZQdrDxNSx5 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:25.6875rem;left:42.375rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sEecmWWTuBqbKrQWkCmH3eTEyNJ67NlD { position:absolute;display:block;z-index:15249;border-bottom:0;border-left:0;border-right:0;border-top:0;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.6875rem;width:11.0625rem;top:36.625rem;left:31.96875rem;overflow:hidden;display:block; }
#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 { position:relative;display:block; }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 { background-color: transparent; background-image: none; }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .row .container > .video-iframe-container { display: none; }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .row > .video-iframe-container { display: none; }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .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); }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 { border-width: 0; border-radius: 0; }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .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; }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .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:40rem;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; }#CGQGo0V3pPbeuxVBGZuuxoMrZTXvAqx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.34375rem;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; }
#T6M2qAEvbxKKoTgB25rk4xgOMTk6prA7 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:75rem;top:4.96875rem;left:0rem;overflow:hidden;display:block; }
#IhE7pEnE42JyBm3IDGWzlTZ1a4IBBB56 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.625rem;left:2rem;display:block; }
#WQuPM1ecodyiAT5hDa1e1ywJAPRtvrZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCmPq7Tdk7IPyPQTINm5WTa2cxfAQDes { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:6.625rem;left:7.96875rem;display:block; }
#Ttn5eI7oLeyqS0lvHpe86F9K9tln7WiR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AxmgQWxp4GT34S0rqOi3anmeK8zpVxEn { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #282352);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #282352);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #282352);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#282352' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #282352);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.15625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ED3ZK8moe1IOtaCdOeE66v9dGDOTmOXq { background-color:#ffffff;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:#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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15242;text-align:center;text-align-last:center;top:27.90625rem;left:31.15625rem;display:block; }
#dGVl6K0Chl80tA00IXpgQonbTtedb5t5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MisiIhUF6J5n3g4BhBcmba2p0HJMdOyJ { color:#95959b;display:block;width:67.0625rem;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:32.71875rem;left:3.96875rem;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; }
#InOeAJUeVe4StCxDZ2PyK5VsoySBgZ7L { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size: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:15173;text-align:center;text-align-last:center;top:35.25rem;left:33.84375rem;display:block; }
#rU3ErdOAE5mAmVMc3y47vVPiptgtDTWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5L7TaT3EJ4iKAWGasSJi6CeT1CiCR8T { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:40.5rem;display:none; }
#HnrEMwxDwuUZ8LGipvNvbOUThm3AUDJ6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.625rem;left:13.90625rem;display:block; }
#MO5sqAHgXUJ0bJtXsOx5M9U3cJJIPZVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3g25tMwZN7w3H7n5Ttye9EI7T3hKIJE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:6.625rem;left:19.90625rem;display:block; }
#z5zLDmKxonxgbR0S3in4Xew3Cawv6QXF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbJf157TJIZbBE5TKqkcTF4uNFEZwQTk { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.625rem;left:25.71875rem;display:block; }
#ePEPz2MLsAHT0M83T3AJcTXdOkR3DFZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HiZe3WEfDwkaaC6Q5thKW9cGabiTH3TL { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.625rem;left:49.59375rem;display:block; }
#Clp8LVvV3mCNl5oIxmADIWufPgI9oKyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRl03gdvK7el6WdVzhZDkX4vELXasXT1 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.5rem;left:61.46875rem;display:block; }
#wgnV1WTwOymCM45qqtKMsC1TNErgq6mh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwhPGuhVU3aeO6PPA3EyQc1tb0TERUBJ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:6.6875rem;left:31.78125rem;display:block; }
#yZdhCF5RkvUdK7CW3BDT5P4B3NEvzXcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dhX6N7TXkESyUouP2DdOZms4Z00rcNnK { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.5rem;left:31.78125rem;display:block; }
#wF7V5DN7xzicrsOO4EvTLAW8Q4Ef5bGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PODs5lGSZuwmlc623JDga0uQehkK7Sck { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.5rem;left:7.96875rem;display:block; }
#EroRxV1dvQqJP11MCc9KSKP3V5KQ4uMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruKmFWJWucF9vStavCnLvOxPV7UdMWck { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:5.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.5rem;left:67.46875rem;display:block; }
#yNelIzHKXw6nXCZTIoOlW68lk8RUTCFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2WheKDXrHuVAr2MMyc37ocf4mIdTgHV { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:22.6875rem;text-decoration:none;z-index:15243;text-align:center;text-align-last:center;top:4.96875rem;left:0rem;display:block; }
#GFp1NnCwnDWtqsuVOthrFVqPRSSnNSTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w1ZWLCTCKhhKh9ViM0CBMUuLGHfTi0q4 { box-sizing:content-box;height:3.9375rem;width:3.9375rem;position:absolute;display:block;z-index:15244;background-color:#161428;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:44.4375rem;display:block; }
#cU7CWQBaKeiJ5ChdGI95sJP0nSJ0nZb2 { position:absolute;display:block;z-index:15245;border-bottom:0;border-left:0;border-right:0;border-top:0;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:4.625rem;top:8.59375rem;left:44.09375rem;overflow:hidden;display:block; }
#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 { 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; }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row .container { background-color: transparent; background-image: none; }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row .container > .video-iframe-container { display: none; }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row > .video-iframe-container { display: none; }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .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); }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row .container { border-width: 0; border-radius: 0; }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#IIvvRMVwXrpoNaGGOOynSDFD2GteDl8x { position:absolute;display:block;z-index:15008;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:8rem;display:block; }
#dF3dLqCPBtT9aVFyqlu5QTd3HLyOyyCO { position:absolute;display:block;z-index:15010;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:19.9375rem;display:block; }
#indCEO2MI41z4A7vlxQrfFbMMKJHT9Wy { position:absolute;display:block;z-index:15009;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:14rem;display:block; }
#nsF4NkElJ5QDGC9LrOUSOmces7wirL30 { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:31.875rem;display:block; }
#vTEpJZdaUdsnxPfh5THT9T6QIAPCpyRP { position:absolute;display:block;z-index:15011;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:25.875rem;display:block; }
#k0wZGZ0Zq4vn74eMbFemStEBsl5A4UuT { position:absolute;display:block;z-index:15002;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:61.6875rem;display:block; }
#fZIIPmGyAzAcKzgCcfRaJvJaqRPaI5mZ { position:absolute;display:block;z-index:15013;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:37.8125rem;display:block; }
#kTdlDpd45CE8LwOzsdhTZ8HS2hAlty0m { 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:3.4375rem;width:3.4375rem;top:7.53125rem;left:8.96875rem;overflow:hidden;display:block; }
#gill1HEMqkAZNJSyobuvDpDK5fKa3iVV { 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:3.5rem;width:3.5rem;top:1.4375rem;left:50.625rem;overflow:hidden;display:block; }
#kJE6cKUQ9zSuEd3tG0sg4TiUdGP6ixaV { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:7.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#WMmVxbz3xut8228Lg42r8DFtnzvgukAp { position:absolute;display:block;z-index:15088;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:43.8125rem;display:block; }
#IVvTVTZPTgrvUsCcoWR3wfTGDK6TGtgX { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:1.5625rem;left:56.375rem;overflow:hidden;display:block; }
#qT4Uq8Jw3TpzCfppQ516NeRX8VVLEtlp { position:absolute;display:block;z-index:15016;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:49.75rem;display:block; }
#TLpH66lEMdx4OgaMBEt3NQN2T7myeUz3 { 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:3.4375rem;width:3.4375rem;top:1.4375rem;left:68.625rem;overflow:hidden;display:block; }
#XgZoncDa75BgamMQ45SCOdxTIGuCCU5E { position:absolute;display:block;z-index:15004;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:67.6875rem;display:block; }
#NUNOTTT2OPUOwRwHi8qTVHekAsJe9n9l { position:absolute;display:block;z-index:14999;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:16.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#i2Vsgz9o2zNhxa1rEwfRMHctPBvKyNcT { position:absolute;display:block;z-index:15014;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:6.5625rem;left:8rem;display:block; }
#SrerGExvDXhheIebsH8FeMVBXCwkiufW { position:absolute;display:block;z-index:15185;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:6.625rem;left:14rem;display:block; }
#wJIkLnwhqRSlonJPkq7wNFZKAxol6uCu { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.625rem;left:62.6875rem;overflow:hidden;display:block; }
#Ku6RE4UTugtWDOZ2eoydOSQwTdMEP933 { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.375rem;left:14.9375rem;overflow:hidden;display:block; }
#zIg0PEJXRT7TRK5vfpRRgCcD16bOnTS7 { position:absolute;display:block;z-index:15015;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:6.5625rem;left:2.0625rem;display:block; }
#Sqgu319sGyisUA6b3TQrSPaLtD8IUlt7 { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;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:20.1123046875rem;left:33.84375rem;display:block; }
#c6L1pywqTXJyqLDpFCDUa8kKMSeDSAF4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I8A7nqM8RNHxVNkRQOodo4DXVUINdTso { color:rgba(var(--color-tertiary-0),0.6);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:17.6875rem;left:0rem;height:0.67505rem;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; }
#lJAlzgb93GCm1UTuUWvDFsTnTxOMAr2h { background-color:transparent;background-image:none;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;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:73.875rem;height:12.3125rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:0rem;left:0.5625rem;display:block; }
#lXZpTzX1afRpGT1Car3gwnpkXOx4EGNe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unvzDa8DsAizoHH3fne2l6IbAF6lh7e8 { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 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(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.3125rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:12.4375rem;left:33.25rem;display:block; }
#Q2QIixHepMeNvhkk316QlzTN69w1hgGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TshVKMqO3bANrLOda9xgU6HqXovDLyoN { position:absolute;display:block;z-index:15194;border-bottom:0;border-left:0;border-right:0;border-top:0;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.875rem;top:1.4375rem;left:32.625rem;overflow:hidden;display:block; }
#MBlBVoNiHFe8G8wrTgdUHQJoINWV16lW { 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:3.4375rem;width:3.4375rem;top:1.6875rem;left:38.8125rem;overflow:hidden;display:block; }
#TrGLBzHdsOTEEXRf3wiCi3pmK2Vn9Q12 { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:1.25rem;left:44.375rem;overflow:hidden;display:block; }
#p1aCGsTJEhWMZhVKK1w2VTWMfyOfNI5F { position:absolute;display:block;z-index:15195;border-bottom:0;border-left:0;border-right:0;border-top:0;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.8125rem;width:3.8125rem;top:1.5625rem;left:2.875rem;overflow:hidden;display:block; }
#csbTJFkOWATdBd8lF4E51z9XmiIWDCSZ { position:absolute;display:block;z-index:15196;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.6875rem;left:8.9375rem;overflow:hidden;display:block; }
#fNcSirBFx6JeAJW0gr3BK3HHaxCOZ5Vl { position:absolute;display:block;z-index:15197;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.6875rem;left:14.9375rem;overflow:hidden;display:block; }
#GgSyKhTq3VIimTTGIFTExvUBkwIGn26w { position:absolute;display:block;z-index:15198;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.6875rem;left:20.875rem;overflow:hidden;display:block; }
#yhJPLyZ56mJJt89P6SaGDVsh6IMmwSt7 { position:absolute;display:block;z-index:15199;border-bottom:0;border-left:0;border-right:0;border-top:0;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.625rem;width:4.625rem;top:1.0625rem;left:26.25rem;overflow:hidden;display:block; }
#ewsgUmC9Oyt49pqTUXXAexPiQ3kUKqtc { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1rem;left:32.0625rem;display:none; }
#wmQdGeuVaxTGduzuPqSIUcLbSWrkMVH3 { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1rem;left:32.0625rem;display:none; }
#J9ZcG8QeocOyINNJMo5cwUPBzOeu4eeS { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1rem;left:32.0625rem;display:none; }
#iqu5dXKlrCE1m9dmtm5feTdd2TIy75EP { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.5625rem;left:20.90625rem;overflow:hidden;display:block; }
#q4ClNUvHzRAGS5onWqXtv0eiwMpMMNdo { position:absolute;display:block;z-index:15188;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:6.5625rem;left:19.9375rem;display:block; }
#JUbnzGUGQNnVA2aAWz2bvGHr4uQZ8B4K { position:absolute;display:block;z-index:15083;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:14.2490234375rem;display:none; }
#kbG0XtqPiKd5xNkHUOL3pwkkFWODim6q { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.59375rem;left:44.90625rem;overflow:hidden;display:none; }
#gvTe1li2C3fb7k1fix0m47eBzEo9KAaL { position:absolute;display:block;z-index:15048;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:67.625rem;display:none; }
#fOVEDxiBbTUabCCAq12RMy5C7KvBWlVM { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.375rem;left:50.75rem;overflow:hidden;display:none; }
#uFFTTT5T7gDrv85T8pz6bNEHzSpi33k9 { position:absolute;display:block;z-index:15043;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:38rem;display:none; }
#zTz2tmTExmHAxTVVBklBJuuT3EfFB0gq { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.46875rem;left:51rem;overflow:hidden;display:none; }
#ozLnbsgODUmDZJkDbhcA14zPg9WPpKTR { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.5rem;left:62.75rem;overflow:hidden;display:none; }
#wDFSAWc6xXocWcxToJ9MGQzITV8FfApO { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:20.1865234375rem;display:none; }
#IBsIrgFcFK4GBfWEZX0tkT1cUThKP8Tz { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:20.1865234375rem;display:none; }
#c6FOUm6OabXvnUNant5c2yv50go9QlBg { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:68.4375rem;overflow:hidden;display:none; }
#XIA6rABUS3MiVppZW0aKwr3W6v9x5Kw1 { position:absolute;display:block;z-index:15015;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:67.625rem;display:none; }
#rL7CliGTTfmXSTrc2HlyTRefhvNkoab6 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:20.4375rem;left:56.5625rem;overflow:hidden;display:none; }
#m4EhlIOrJvHF8wVbu28NoJHOJS1NmUFW { position:absolute;display:block;z-index:15015;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:2.4375rem;display:none; }
#u6MHx1QmMhz35OvU9uJx2xVfK0wg1VdD { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.59375rem;left:38.96875rem;overflow:hidden;display:none; }
#wTgTuvbrDNIpDBLSB8HiiS6THAria8TX { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:32.875rem;overflow:hidden;display:none; }
#TwkXbyEepzcTk95W4fRcJE0aEECVca4L { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:20.1865234375rem;display:none; }
#Q5m45qvIAvbXpkkfGUWRKeKlK6a8Geet { position:absolute;display:block;z-index:15017;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:43.9375rem;display:none; }
#JgVOAO9nAWuE4aTl8nT0scV48bFQTgRQ { position:absolute;display:block;z-index:15044;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:32.0625rem;display:none; }
#H6ZtImcafl3EVUDdl67wSr3BTJ0CQIKd { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.5625rem;left:15.1865234375rem;overflow:hidden;display:none; }
#SHr6ZU6FtltaRV2GyXUwv4B8rz5WL0Wg { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:9.3427734375rem;overflow:hidden;display:none; }
#TXnczzC8y8mDVdfNzyVP5NQdns3IdpTv { position:absolute;display:block;z-index:15010;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:26.125rem;display:none; }
#qOwxLVPPV7hErUXs0TMDNK3bcTZotHHq { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;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:20.5rem;left:20.9990234375rem;overflow:hidden;display:none; }
#o60IDpVVLIctXrCLoob28vQOZodGaOBr { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:26.9375rem;overflow:hidden;display:none; }
#ApWaBDLr0SkTVySB7Abbuy2rkDVSKGr8 { position:absolute;display:block;z-index:15049;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:55.75rem;display:none; }
#TiAD2giEu8t7RTsxWguywmpMgNxP6Wdr { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14rem;left:68.34375rem;overflow:hidden;display:none; }
#ic6Dkwqo78K0hRNr7AMqOeQdtT3WTvh0 { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:14.4375rem;left:62.65625rem;overflow:hidden;display:none; }
#cnRagAeO6biNgEBOucwuoH4eKoZU2N1M { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.5rem;left:56.71875rem;overflow:hidden;display:none; }
#bDTJdCyDmx9StWtiCwReCqVaSahLyAii { position:absolute;display:block;z-index:15014;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:49.875rem;display:none; }
#VmXVft7vHoDZ47WeiC2HeTWPrwEpEsXh { position:absolute;display:block;z-index:15185;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.65625rem;left:14.2490234375rem;display:none; }
#pmJpVbGOdkNkRrP2mlA26KOqQT9l0J7u { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:20.4375rem;left:3.21875rem;overflow:hidden;display:none; }
#bI67r63kV2oM6vNqUsGEsm5hTm3CeubA { position:absolute;display:block;z-index:15049;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:55.75rem;display:none; }
#MsaHZkiqbJkCoOOB7WiiAt1sv3fMuti1 { position:absolute;display:block;z-index:15049;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:55.75rem;display:none; }
#Q7RlWgTdJQXTC7rVTcV7TLoZLZHVT9gP { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.25rem;left:3.4375rem;overflow:hidden;display:none; }
#DGX3T7oeVIK07kQF1rnNnGCcf8qvNe6b { position:absolute;display:block;z-index:15089;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:43.9375rem;display:none; }
#o2AEqGy9IIvv89K5alaVIIhtluRuxdLw { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:15.2177734375rem;overflow:hidden;display:none; }
#s7wKkbxXWMbnJ7ivz9i2CXGrA37Xc6pO { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.5rem;left:27.03125rem;overflow:hidden;display:none; }
#GLZq0tX9M7zvcEGSoxMmeQs1WaJJTxv3 { 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:3.4375rem;width:3.4375rem;top:14.4375rem;left:33.03125rem;overflow:hidden;display:none; }
#WRKNg7hOIFx8TPo0xu1gTTGfhPkfXiEg { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#CouQzrKeTdZ2gXBIGAaWeRUJoOKN0n5n { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.5625rem;left:39.0625rem;overflow:hidden;display:none; }
#nN90HKtlWi24hJIhLGy4SvvXkEsUmkWi { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:none; }
#ePFKLKVxcDXpn7gkrrOb8zDZVBPq5OLi { position:absolute;display:block;z-index:15090;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:38rem;display:none; }
#lmZtXHD63S3HU0o3m6blC9GTRREDBQIR { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;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:14.3125rem;left:21.0302734375rem;overflow:hidden;display:none; }
#RETd5MJsF7kKTTEyKc7cvPsFwXHzdwfM { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:44.90625rem;overflow:hidden;display:none; }
#ADiv9LAAWQiibJATTqqdbWM4MRdHq0Qp { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#aPsq9raCq8RwCQa8l0MxLygg1VK8CNw6 { position:absolute;display:block;z-index:15090;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:38rem;display:none; }
#LfNU0KVsEl6ocdiXDCWi86p6o2ZQrTJo { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#e3RsnCmyQXB9sVk5VLJXhLURonr9LNCT { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#eC3krUsR8cA7AT2FDTH0EA9DlPBEUFBX { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.25rem;left:3.4375rem;overflow:hidden;display:none; }
#JlJe7XLI5zANRFK5U8GES3KXUpRaRCV2 { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#HUE1pBTKio8yJ6dfR7KtVtC1RfdMuXC5 { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.75rem;left:21.15625rem;overflow:hidden;display:none; }
#disXnJzEI6bs8l9OwIwxFm218QSIdtoH { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#ksIHwkvBQyKBhJo6HCTXuo565GwW9hRe { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:15.2177734375rem;overflow:hidden;display:none; }
#ovQRUmDU96CoHlkaxXd8kbQ3v0UPVnca { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:none; }
#AlbUcZ5TD6zTLzZd9F0rUbMwbnglIQIG { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;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:14.3125rem;left:21.0302734375rem;overflow:hidden;display:none; }
#bm7kFfeqchJeGuhGn2uQZWgIftk1bTm4 { position:absolute;display:block;z-index:15090;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:38rem;display:none; }
#P37XqPTFO9G8mP5VtrJu5LGSBlIXAixo { position:absolute;display:block;z-index:15017;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:55.6875rem;display:block; }
#S1cVO4CIlxZ5VSEP2PTTH9nUSy7QQcAb { position:absolute;display:block;z-index:15007;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:2.0625rem;display:block; }
#ZaAFUTgGknRG9lTmRN0ButTzaqixCmve { position:relative;display:none; }#ZaAFUTgGknRG9lTmRN0ButTzaqixCmve { border-width: 0; border-radius: 0; }#ZaAFUTgGknRG9lTmRN0ButTzaqixCmve > .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; }#ZaAFUTgGknRG9lTmRN0ButTzaqixCmve > .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:30.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:none; }#hyvJFs2HamMvwOT4gL3keqRLzWEdynNT { 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:15007;line-height:1.3;letter-spacing:0;top:1.375rem;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; }
#llBAlzffb5ap1eqckOTQosVamTAXoQck { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:47.0625rem;top:5.1875rem;left:13.9375rem;overflow:hidden;display:block; }
#AwQlHKRHC1i1CBtmlgeJKNLLTruIGNJo { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.625rem;top:13.25rem;left:33.625rem;overflow:hidden;display:block; }
#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu { position:relative;display:block; }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu { background-color: transparent; background-image: none; }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .row .container > .video-iframe-container { display: none; }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .row > .video-iframe-container { display: none; }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .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); }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu { border-width: 0; border-radius: 0; }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .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; }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .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:23rem;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; }#GftoUgwEGyVweGFJbQ0FMKmgbvaBvHxs { 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:15008;line-height:1.3;letter-spacing:0;top:1.5rem;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; }
#VRF4DUzayFvTAJzWlITKSL7o65HotnhO { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;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:4.1875rem;left:13.84375rem;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:center;text-align-last:center;display:block; }
#MN5IJiIeotccfyi23xhhltbbzJynmQrN { box-sizing:content-box;height:11.5rem;width:17.625rem;position:absolute;display:block;z-index:15010;background-color:#171328;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:0rem;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; }
#XghS8mp7kt2HpeulykmDrapsgB5PcR7G { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:1.15625rem;height:4.55rem;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; }
#c76JnlXPc8ktId9VzqBUVdQR8Ba8TV8D { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;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.625rem;top:15.625rem;left:1.15625rem;overflow:hidden;display:block; }
#hQL9WMyhzrIB1xSoaJKl3nIQs68U94Zz { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.950000762939rem;left:1.15625rem;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:left;text-align-last:left;display:block; }
#UbHCpyquRdynfpA9gEedgWxFKzfszGqc { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;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.25rem;top:17.237499237061rem;left:15.28125rem;overflow:hidden;display:block; }
#yrZUKx5zgRHbOJUVflOLLL3NairmDH2o { box-sizing:content-box;height:11.5rem;width:17.625rem;position:absolute;display:block;z-index:15015;background-color:#171328;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:19.1875rem;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; }
#C0oqqFTkOREJs6kU6ic2a2LcPqkHFXww { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.8125rem;left:20.375rem;height:5.6875rem;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; }
#m8TKMIVlebstEXfniWuihNuuMa4iepQO { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;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.625rem;top:15.625rem;left:20.375rem;overflow:hidden;display:block; }
#Fnb7HGHCCkfMlZxBpmxyzgxw1i5DI1qy { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.9375rem;left:20.375rem;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:left;text-align-last:left;display:block; }
#HC66AHCFCx1413Uwzkq6bqHGKbasCiOP { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;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.25rem;top:17.25rem;left:34.5rem;overflow:hidden;display:block; }
#ctvrLaxH4r0ayf4uHD7onHtNVTGgCGGr { box-sizing:content-box;height:11.5rem;width:17.625rem;position:absolute;display:block;z-index:15025;background-color:#171328;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:57.375rem;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; }
#K35xF7DZILeKBgm2AKzpEvW4rEN5plfx { box-sizing:content-box;height:11.5rem;width:17.625rem;position:absolute;display:block;z-index:15020;background-color:#171328;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:38.25rem;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; }
#xSdeNP7e2Z5WsFy994sc2obcIyPIb0R0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.8125rem;left:39.4375rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BaGAK9dZS9MHfpseRkXCPd82pW9ks47S { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.8125rem;left:58.5625rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DUWT3yRzxnC7QNCkEMdv5TIS1mFDR9VS { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;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.625rem;top:15.625rem;left:58.5625rem;overflow:hidden;display:block; }
#Xw0evyRG1RodAtgHt35aatWTTiSK70yP { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;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.625rem;top:15.625rem;left:39.4375rem;overflow:hidden;display:block; }
#pITS44APO5FcLWgl8Jn5qPc8vWR6c9aX { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:16.9375rem;left:58.5625rem;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:left;text-align-last:left;display:block; }
#hgqtHVU1xoySHXXSGAHDiZIkfUJ4U2er { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.9375rem;left:39.4375rem;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:left;text-align-last:left;display:block; }
#kwZV2GsINHHoTdOcrmEKWu0d8dwgTXMP { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;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.25rem;top:17.25rem;left:53.5625rem;overflow:hidden;display:block; }
#JNHmJkMaqt0umubdvAbrQ4hb85kMtc5h { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;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.25rem;top:17.25rem;left:72.6875rem;overflow:hidden;display:block; }
#WvG41IAu7wObsi27hB3zC98gOe1mBlVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:url("https://images.assets-landingi.com/uc/06731e59-4658-4329-88cd-d5fd6835d814/Informacjeousludze.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr.adaptive-delivery-prevent-bg, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyload, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyloading { background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { background-color: transparent; background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { border-width: 0; border-radius: 0; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#hkbyNXEfvpdkcvLyQfHBPTQeTSTcwDUp { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.625rem;left:21.217708587646rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x372v8l75ILfOXkQhkES8qHQK9QPEF6J { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:28.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OQTJQCwGNHVNATuzmm7QiK0S95WN2yGf { background-color:#7159ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.625rem;left:33.875rem;display:block; }
#G1ASQUQIxmqG7qKHtAPvhT5Izk6QNHkD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxflHpQIQdWvRCXpcMBgoSJPATvrRLvL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:11.1875rem;overflow:hidden;display:block; }
#GSzDtVXT5r4Rq1XX664LyyUIicBrccLv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzWkQzq8i6m7bXJW57ETIUaaX37uOMb2 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.75rem;left:0.8125rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8aBV8CI1zBAmTJmdZmXMgAgIGk5wFyv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:36.5rem;overflow:hidden;display:block; }
#MuKBkJypwUZLzC88dtZp9ZSAkTxuz4dw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ee8To64qI1WOa3pxohrUbUm2iGugESH4 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.6875rem;left:26.75rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UbXszB09c93DsreoSM1AK1cum7ut7PL9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:1.6875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:25.325012207031rem;left:35.125rem;display:block; }
#InAlDk8hm0Ef3O9AvxZvGqFFtOax0Swe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnMh3bC8yTXWNDz5aZCMmEDrxJr1U7s7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:61.625rem;overflow:hidden;display:block; }
#KOkS2mcuM6KC4ew7LMAyQ4qfquh642Nq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.0625rem;left:53.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVaH3raeUXSmqOQ3ZbHGnlsJ9v37Rhbm { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:22.75rem;left:50.65625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { position:relative;display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { background-color: transparent; background-image: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container > .video-iframe-container { display: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row > .video-iframe-container { display: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { border-width: 0; border-radius: 0; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.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; }#w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6875rem;left:9.3114585876462rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { position:absolute;display:block;z-index:15001;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:74rem;top:5.375rem;left:0.5rem;display:block; }
#ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.875rem;top:7rem;left:33.4375rem;overflow:hidden;display:block; }
#BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.875rem;left:36.0625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #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.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.875rem;width:73.75rem;top:8.75rem;left:0.5rem;display:block; }
#wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.25rem;top:12.5rem;left:3.875rem;overflow:hidden;display:block; }
#RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.6875rem;top:12.25rem;left:11.625rem;overflow:hidden;display:block; }
#yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.0625rem;top:12.875rem;left:21.625rem;overflow:hidden;display:block; }
#mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.4375rem;top:12.75rem;left:27.3125rem;overflow:hidden;display:block; }
#KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.3125rem;top:12.5rem;left:33.875rem;overflow:hidden;display:block; }
#ct05wyJFLGfUTvgoX0M4JympHofMyHHl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:12.8125rem;left:41.9375rem;overflow:hidden;display:block; }
#rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.0625rem;top:12.4375rem;left:48.4375rem;overflow:hidden;display:block; }
#WheIHLSD05JwUVmVh25MmeIkK9iikJkB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.75rem;top:12.71875rem;left:58.123962402344rem;overflow:hidden;display:block; }
#b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.4375rem;top:12.875rem;left:65.375rem;overflow:hidden;display:block; }
#np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { position:absolute;display:block;z-index:15003;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.5rem;top:23.5625rem;left:0.5625rem;display:block; }
#fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { position:absolute;display:block;z-index:14999;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.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:26.75rem;left:0.5625rem;display:block; }
#ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.1875rem;top:25.3125rem;left:7.1875rem;overflow:hidden;display:block; }
#CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:25.125rem;left:9.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3rem;top:31rem;left:4.75rem;overflow:hidden;display:block; }
#eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7.1875rem;top:30.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#czoECz81l20TtdV8boSFfsfsRuwRmLRi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:30.78125rem;left:16.8125rem;overflow:hidden;display:block; }
#Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { position:absolute;display:block;z-index:15002;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:23.5625rem;left:25.875rem;display:block; }
#A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { position:absolute;display:block;z-index:14998;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.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:26.8125rem;left:25.875rem;display:block; }
#erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.75rem;top:25.375rem;left:33.6875rem;overflow:hidden;display:block; }
#T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:25.125rem;left:36.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:30.625rem;left:30.875rem;overflow:hidden;display:block; }
#IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:30.625rem;left:34.25rem;overflow:hidden;display:block; }
#i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:30.625rem;left:37.59375rem;overflow:hidden;display:block; }
#M0SWdivLF3odMVdkgOCyy2oBydF91XfA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:30.625rem;left:41.0625rem;overflow:hidden;display:block; }
#NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { position:absolute;display:block;z-index:15004;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:23.5625rem;left:51rem;display:block; }
#V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { position:absolute;display:block;z-index:14997;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.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:26.75rem;left:51rem;display:block; }
#KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.75rem;top:25.375rem;left:58.125rem;overflow:hidden;display:block; }
#eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:25.125rem;left:60.5625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#audgbylHkoaEs1i69QfVy7Ms1FpF9omq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.5rem;top:30.90625rem;left:55.21875rem;overflow:hidden;display:block; }
#F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.875rem;top:30.375rem;left:64rem;overflow:hidden;display:block; }
#x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { background-color:transparent;background-image:none;border-top:0.125rem solid #444769;border-left:0.125rem solid #444769;border-right:0.125rem solid #444769;border-bottom:0.125rem solid #444769;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.8125rem;left:28.84375rem;display:block; }
#cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:8.7374992370606rem;left:35.9375rem; }
#PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:26.925003051757rem;left:10.75rem; }
#WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:26.925003051757rem;left:35.9375rem; }
#RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15211;opacity:1;top:26.925003051757rem;left:61.15625rem; }
#kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.5rem;top:17.1875rem;left:30.625rem;overflow:hidden;display:block; }
#EK7XtdxFhnBS3cpUJbpJfkxqM6EcEBrU { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.625rem;top:17.6875rem;left:36.8125rem;overflow:hidden;display:block; }
#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 { 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; }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row .container { background-color: transparent; background-image: none; }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row .container > .video-iframe-container { display: none; }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row > .video-iframe-container { display: none; }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .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); }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row .container { border-width: 0; border-radius: 0; }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#zh5SXaXD8CrwAerr2BI1zKr4wFuxpLmi { 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; }
#TSo6TrBKSTiM5b6zeXpQwbp3kJ9BX0V8 { 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; }
#nqVOGHUumeFqpKBMxdugM3pIREuQaA9R { 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; }
#nxN9zPuKT13nvCNIF64mNLXcMnK5WkaN { 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; }
#mFh8KmzRQTHxSGTTPopKlh3IvTbxv2k2 { 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; }
#FcKmndKqu71pOzG3mzmnBHefurcnIWIW { 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; }
#yL54DPCA87WnnfJgkTzUHtLN0ICCN6C0 { 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; }
#HcvZyF5n1omuhg3m9G1NiXlap3lDvJKB { 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; }
#FGoXAux1z4CZTCG7Wms1TiAFV9qTB6Ws { 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; }
#tSXP0cpfiZua25dD4Aea7R9osJ7Wdnde { 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; }
#OgKIXw1CNcor4z8mBVyL0WbEIz0OSbC1 { 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; }
#pFuyiiJKoFtr4Qa8o4H4qxHoamCzwuOo { 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; }
#pXdRE9bh682weUwWOyvuedHmOf1OBnsz { 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; }
#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk { 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; }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row .container { background-color: transparent; background-image: none; }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row .container > .video-iframe-container { display: none; }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row > .video-iframe-container { display: none; }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .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); }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row .container { border-width: 0; border-radius: 0; }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#oxVr1k9vK2BauTlTUVHTJDSlsCy6ywre { 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; }
#TQnVrMZytsixGJfOuy6nNEDF4AC0rTA4 { 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; }
#W0vBlPJTsFVwJHDXC3pIsaKsksXGTcSz { 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; }
#fn81h2EmdlUxZTTOh3HAlJTLx5cqT42Q { 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; }
#yq8u3xdKuoJXk3TVF6AQUdxVmIccWRer { 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; }
#Z4ETlisOS8zVyQQEHFCdtTToCqn2Xm0l { 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; }
#hBGTlHkryJNQ0fH1QcCwqE7BDluX1co2 { 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; }
#FQmyaDmtTZl8wJPp2y5TrRDe5GeIJ2qG { 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; }
#QlriGnNHsvxCfRo3uxR3CPhXnwUekw6f { 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; }
#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { position:relative;display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { background-color: transparent; background-image: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container > .video-iframe-container { display: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container { display: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { border-width: 0; border-radius: 0; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--headlines-font-family);font-weight:300;font-style:normal;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.adaptive-delivery-prevent-bg, #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.lazyload, #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.lazyloading { background-image: none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { box-sizing:content-box;height:auto;width:50.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.875rem;left:11.6875rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #DRBHsXMMnyiq1uLoBkRzMTHnOTgueSZy { display:none; }
#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { background-color: transparent; background-image: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { border-width: 0; border-radius: 0; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.62456875rem;height:0.99989375rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:2.28515625rem;left:0rem;display:block; }
#IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.3291664123535rem;left:5.1875rem;display:block; }
#ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:2.2979164123535rem;left:14.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:2.3125rem;left:24.3125rem;display:block; }
#GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:2.3125rem;left:35rem;display:block; }
#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { position:absolute;display:block;z-index:15185;height:1.375rem;width:75rem;top:4.1875rem;left:0rem;display:block; }
#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.1348724365234rem;left:62.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G { display:block; }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h6n8qO8GCC5T4Rsy9MtX455XPJIaX3GI { width:47.75rem;height:25.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWhTgg7aCXEIUHgT4eiAkOVmaXzb9QJQ { width:1.75rem;height:34.375rem;top:0rem;left:46rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5OZTIo9zkFsO649OWudTmItDIrxD60d { width:47.75rem;height:3.25rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JdbWmayvrkDysbv4o7lOQITHNgK3HAVk { width:20.5625rem;height:3.25rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp5oS6sXHTTL6HRAqUX5mtPbBTfGcG22 { width:14.0625rem;height:34.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNNglHy97ggPTckpxp1UaxKigPAVH6nd { width:47.75rem;height:25.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EhDhyhhETHz45lRa7U54isS8OkLhNWEz { width:47.75rem;height:25.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFiPXhS2atlf4AOmrOvJHUFizuVXqlUX { width:47.75rem;height:25.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G { background-color:transparent;background-image:none;display:block; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container { background-color: transparent; background-image: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container > .video-iframe-container { display: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row > .video-iframe-container { display: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .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); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qmZhOL0zDe5QLzn6eDHSG8t920JBuT3H { top:0.86250001192094rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOXlITXK0BtFrGTTpkVFqWEgsFaH9NyQ { top:0.61250001192093rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsL9NlihdN5HD2vbnhh3iDzOpcQM3SFi { top:0.89375019073488rem;left:12.3125rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dgmKqsUUqEvegyFko8Xbu88U9EpDEiuT { top:4.5812501907349rem;left:0rem;width:22.4375rem;height:6.1875rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #qKFatJVKh3m7zbk5TcT1TQ9ONLuVrPce { top:11.609375rem;left:1.9375rem;width:17.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4QheLQ8TQAiifST0R5l9EZiqfTSrah8 { top:14.495833396912rem;left:1.9375rem;width:20.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WrFKRvDrihfoMtrK5RALncurgoRaLNaU { top:17.431250572204rem;left:1.9375rem;width:22.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVpHke8MbvCHwBZEl1LwAPpNLK8y598L { top:18.993750572204rem;left:1.9375rem;width:22.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #horssaWt8E5ATw1yhO40lQhZJmM3lkwQ { width:1.125rem;height:1.375rem;top:11.550000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GrSxs1XDv6cZRZio27BU1ZbK0TmGQzuA { width:1.125rem;height:1.375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFr4iRw2fKEyIwDoUKr2b6l8uuWaioZg { width:1.125rem;height:1.375rem;top:17.370833396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUzRnP9yAhTlNpF0kPw3NAk5mhT2RV9q { top:21.170833587646rem;left:0rem;width:22.4375rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqWviH13TI01rQ8Mx0NOzVSGq2Cr0hs3 { width:10.375rem;height:3rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1vCv8ARPLghKfMNxp9v7ybywFIIa9vF { display:block; }
 }@media only screen and (max-width: 1199px) { #acLRMKteONyTGQUxqH3tTPX8yPEP1myJ { top:26.5rem;left:11.1875rem;width:12.75rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RizA6A1qvyBlo1Fn5m8FVCTgOQSCXxPA { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Bi90a3TsDSMu4SIy8JbSbKyWaHrIvQ5N { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ri3e1f2CoelZvImiFoPX2mecsQV8gIGN { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JracGq6uyUFUFFPvU0ilgaLEzE9I44M6 { width:1.125rem;height:1.375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGP4ybgeFs5PtQ5gv84FWRcWX7vRkuzd { top:28rem;left:11.1875rem;width:12.75rem;height:0.89375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJgho06vvCygrSQkpWLO1Sa7GdzOn92i { width:14.625rem;height:3.8125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGiVmoOWigGee78hFRgCpBFb6SFcJXhq { width:20rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h8ZLE6JzVOa70M9dXTg8e3bg2SB5aEMS { width:1.375rem;height:1.375rem;top:18.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #thhpwbJnLfPEUcQKOHFcDmbPxM2QrOTl { display:block; }
 }@media only screen and (max-width: 1199px) { #ce3cHL2TCqdCFmkoqWIE8xiWbXl9DrGX { width:1.3125rem;height:1.3125rem;top:18.9375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTUMyfnzsO8vSLT3zOraaNEn8EOCMMIB { width:15.4375rem;height:7rem;top:16.1875rem;left:21.6875rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #qNilkFt7T71hb8laKFlRxg4F0eKdZeIv { width:16.3125rem;height:8.25rem;top:15.625rem;left:21.1875rem;z-index:15222;background-color:#444769;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #GuvKbuVUzAkxpdMoozdIciidvWBq8fog { width:0.75rem;height:0.75rem;top:19.25rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm { background-color:transparent;background-image:none;display:block; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container { background-color: transparent; background-image: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container > .video-iframe-container { display: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row > .video-iframe-container { display: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .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); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JoddeNbFrE4r1BnIUBwXMoKlnh9LM8oL { top:0.86250001192094rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIPl8iVwI0kGVsPCXWUVaN4MzQxWkQkD { top:0.61250001192093rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NuAa1KGvcy9zUhG008awE3miNoSse1LR { top:0.89375019073488rem;left:12.3125rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMAxnJqCTRoPWzFEWPfTFQuiayVyr7qW { top:4.5812501907349rem;left:0rem;width:22.4375rem;height:6.1875rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #zFfDV5o6Wt7UMgFNciNBPBaTBNR4ssTU { top:11.609375rem;left:1.9375rem;width:17.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkLs9exV8qGxdaJVNUwsgmSxxTiDOOfV { top:14.495833396912rem;left:1.9375rem;width:20.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixnzJ0IyTnhrUyNTF7bBuoKu8dMnEu8Q { top:17.431250572204rem;left:1.9375rem;width:22.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCnTBqdQCsODJGTz1cv10aEQ5SNGk5DK { top:18.993750572204rem;left:1.9375rem;width:22.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MMqoTT5wVX2HE34dtfXPIr1Nd8KBayQD { width:1.125rem;height:1.375rem;top:11.550000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTrSSAZL23qw3zqQEmHP43rpTfhiCKQG { width:1.125rem;height:1.375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3HxiHLZS8ziWJryg43aFShlZMexMJKc { width:1.125rem;height:1.375rem;top:17.370833396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVZMPTXbhcaWLLruxHO0Mt41aToiKgq5 { top:21.170833587646rem;left:0rem;width:22.4375rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOo2tEBDTl6e9nwEfEgdqqClOVpZEsri { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vn3SaC5BTx4W20mTwHTwuIaqweDc0vba { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xEqdgA1uhRCClxZKEhk9MmoQF7bJRz9J { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W6EdfkdJXWHnLu3WxckOyTisFXvMXulI { width:1.125rem;height:1.375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xOwmTCT3zaGIwbcwusfN0f2VrfsvT56G { width:13.9375rem;height:3rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmLX0u4UQPil84s5eG71y3lRwXPpDrdQ { display:block; }
 }@media only screen and (max-width: 1199px) { #gLAw9C3T0f3w7kIMohl0WDt0UIQXPIaO { width:14.625rem;height:3.8125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWXupo6L0zPkZMPb5VLnivhaGbTh7PLz { width:20rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tgd7rHLWbzQ8GgevcmCECDHEr8un7pI5 { width:15.4375rem;height:7rem;top:16.1875rem;left:21.6875rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #NONwIvNhEJBwcG4TW4cndBfGfW8cO3Bm { width:16.3125rem;height:8.25rem;top:15.625rem;left:21.1875rem;z-index:15222;background-color:#444769;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #STCDV0HPaooPvkILg421hJx0ltEcVxT9 { width:1.3125rem;height:1.3125rem;top:18.9375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNZyHiqSi8QEw0FquJv5Xe7zrJDeNNEi { width:1.375rem;height:1.375rem;top:18.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4XovH5RmpDrO5n39RAu4Tbs37uGAAEv { display:block; }
 }@media only screen and (max-width: 1199px) { #PWrnmdM6pXxQ8b36cF7dK6ZiDoOKEdQ3 { width:0.75rem;height:0.75rem;top:19.25rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { top:2.46875rem;left:1.1875rem;width:34.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { width:2.1875rem;height:1.25rem;top:2.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MyyiIog6z634exTQSd55tnTHG4zwFJ75 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { top:7.1875rem;left:1.1875rem;width:24.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { top:10.3125rem;left:12rem;width:7.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { width:6.4375rem;height:1.375rem;top:10.362508773804rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block; }
 }@media only screen and (max-width: 1199px) { #pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { width:13.875rem;height:3rem;top:7.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block; }
 }@media only screen and (max-width: 1199px) { #CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS { display:none; }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NgmANzXynth60QhouK8TKy08dLtlULPz { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mZSNxDaonbr1TK5B5vczG3oyCSRQ1fn8 { top:2.46875rem;left:1.1875rem;width:34.5625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #casSKmoBXNlIZtgnSQ3B7l1K119WHZJg { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SO8iK78ex3UbUXAWtsEwi5OxtVPMNeAu { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BWp4cdary0GX9zDzCwpb1S7O2ye8iyKA { width:10.4375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { display:block; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { width:47.75rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { top:2.46875rem;left:1.1875rem;width:43.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { width:47.5rem;height:11.8125rem;top:4.09375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { width:10.9375rem;height:2.3125rem;top:17.25rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block; }
 }@media only screen and (max-width: 1199px) { #sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { width:10.5875rem;height:2.3375rem;top:17.1875rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block; }
 }@media only screen and (max-width: 1199px) { #OEl6xM1OQ542FQPO4Ntt5x5ynh49yTCV { width:45.375rem;height:8.125rem;top:6.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXxTuQZyfRnniqCidg3rS0PXyvwGLN3i { width:41rem;height:41.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lsxhzTpCV6lPl1TpTMNc0TOtuOfOAsTL { width:3.375rem;height:3.375rem;top:7.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsJwuBT38n9d40tzqo8CL20TT9Uk5TmL { display:block; }
 }@media only screen and (max-width: 1199px) { #uKvaBRIydhFb27h8X6CZzDAC4794bZ0u { width:3.375rem;height:3.375rem;top:7.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIeCpr32a9IxniF4EE9lafaDCEZTmzSp { display:block; }
 }@media only screen and (max-width: 1199px) { #dsJqmfsXboay6nDASTX3qeENSGfzkhGG { width:3.375rem;height:3.375rem;top:7.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LcLBnXdXApUzPVh2XFry3snNG6qHf8wL { display:block; }
 }@media only screen and (max-width: 1199px) { #EGFTF9fq2f9LRu4sz7e5hvzgHPxFQJ07 { width:3.375rem;height:3.375rem;top:7.125rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPm43XrT97Evv7Dre1BMgdll4wTyxhe8 { display:block; }
 }@media only screen and (max-width: 1199px) { #i30rZWbCvhQaHUTTTXiedqgav4ARgWrW { width:3.375rem;height:3.375rem;top:7.125rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCdGmadXkiyJfTTcNLAbsc3aBJNRcwF3 { display:block; }
 }@media only screen and (max-width: 1199px) { #GmOrEkps7lzQKtNaidSmrmV9GqpxcPpn { width:3.375rem;height:3.375rem;top:7.125rem;left:34.962501525879rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sQhsQcREH9ZZ5A0aUvSlBq4dRQ5aisCV { display:block; }
 }@media only screen and (max-width: 1199px) { #ZWTdbgR17c1CQs4xn71RzfVvVmgrB1DT { width:3.375rem;height:3.375rem;top:10.5rem;left:34.962501525879rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rD2XR0ogCch7LC8lTREXAmdWyWCwqUQH { display:block; }
 }@media only screen and (max-width: 1199px) { #yz6Okpnunsml5GwrF0TfRl8ggCMnfsOA { width:3.375rem;height:3.375rem;top:7.125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZEUWHlUnG9H0oNOzIvLLKUWOhkNp3wd { display:block; }
 }@media only screen and (max-width: 1199px) { #SetPgSC0cPlsxUeDpZl56mZoiuuRXD0x { width:3.375rem;height:3.375rem;top:10.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLGVyT7ykb3kZeTJ0NaKTXwVsNrl0hcx { display:block; }
 }@media only screen and (max-width: 1199px) { #Z53kxmk2de15KUhMCZeVdCFROdBwHyTV { width:3.375rem;height:3.375rem;top:7.125rem;left:38.337501525879rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOWrkkmS9TBWFgkfEO8NTMQ2nnsrJGyv { display:block; }
 }@media only screen and (max-width: 1199px) { #Pwph2T9xScbkZv1MJilypc03aRhdDrxe { width:3.375rem;height:3.375rem;top:7.125rem;left:20.382291793823rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfvO0KFaUK7v5fTpAyl8kadN5q7yN0k3 { display:block; }
 }@media only screen and (max-width: 1199px) { #TyzxwT64KkvTcetivxOf9K3B3C0QE5I6 { width:3.375rem;height:3.375rem;top:7.125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XlLWNtXThg8NsfETKZWa6JkaUTOnsXK2 { display:block; }
 }@media only screen and (max-width: 1199px) { #nW8U0hRw6yGQGRomw6Qs5TwGH6A4kGWz { width:3.375rem;height:3.375rem;top:7.125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOWToss7ET26ytUIopzhOkWtOk0w0qh2 { display:block; }
 }@media only screen and (max-width: 1199px) { #SIO3w3rmsDz53GD4U9sC2E915U1zp2kb { width:3.375rem;height:3.375rem;top:7.125rem;left:41.712501525879rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbPaT6PxT2T3rfG1h2vixM7XsLr0AB3q { display:block; }
 }@media only screen and (max-width: 1199px) { #o63teCUBUO3g5DWzNssTMf89VSXRNXBI { width:3.375rem;height:3.375rem;top:10.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLrxXVd0zHhfbww3SCyE4V7xNqz9VekB { display:block; }
 }@media only screen and (max-width: 1199px) { #cmS5xZdxyfWaXrtnP44wxEoZ9d4H2Pww { width:3.375rem;height:3.375rem;top:10.500005722046rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fs8a9m8ptX1BcCgNRzbGTorLvyolR3dN { display:block; }
 }@media only screen and (max-width: 1199px) { #vg10UynW5W9L3laVLnmvlekRgbO4Wr5I { width:3.375rem;height:3.375rem;top:10.500003814698rem;left:9.4447917938231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElKKHSgyszLNnDKyOpMh4XxTSog3lTMn { display:block; }
 }@media only screen and (max-width: 1199px) { #ARuyKtQUQWkLA9hA0asVXw3PbfTZF5ve { width:3.375rem;height:3.375rem;top:10.500007629394rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0GenPBKZryAcBXziAoIenOvMedTH4NU { display:block; }
 }@media only screen and (max-width: 1199px) { #DHsOib4mUw75d1tDGzgWHRk6HmzQCmpF { width:3.375rem;height:3.375rem;top:10.5625rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuSceSkHiGE0MCyBS9K4t6dvcrpoXwDi { display:block; }
 }@media only screen and (max-width: 1199px) { #zvfArEEkuM5CVJkHN477hdLip6pa9fgL { width:3.375rem;height:3.375rem;top:10.5rem;left:20.257291793823rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buSwZtBzr5USVGG2sOXaQTEWPvEDQ1dx { display:block; }
 }@media only screen and (max-width: 1199px) { #IWp2L12ezuXqMPFBfcEMz8KMGtMAkkw6 { width:3.375rem;height:3.375rem;top:10.5625rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVw8ItJQSWOnPX01FoHGaGi7E9Vy1t7r { display:block; }
 }@media only screen and (max-width: 1199px) { #HttIgsTSS5hMGpW1erPOH2Am6Dm5ynaU { width:3.375rem;height:3.375rem;top:10.625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WefMqs3VeRfQPuudZUu2vuQERfVSHaUp { display:block; }
 }@media only screen and (max-width: 1199px) { #qM2IZCs79D9RnGWRW1RDrK2SAXNM23Gh { width:3.375rem;height:3.375rem;top:10.5rem;left:38.337501525879rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1IZmT0z6UC20ZTaCqPJB5GeuNxuqChX { display:block; }
 }@media only screen and (max-width: 1199px) { #A1z4mTtTTw9cZs3mTt8mi07ZlfJlotL6 { width:3.375rem;height:3.375rem;top:10.5rem;left:41.712501525879rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M64Uf3hFQxwPMaiqkN5E8VQIZufkBkcz { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:27.5625rem;height:2rem;top:2.28125rem;left:10.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TxJ5yQNeh07nwVESwM2i2P018C3Rxu26 { width:0.75rem;height:0.75rem;top:4.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIiuSSOpm70vO534S5JrdsvXi3ybUifT { width:16.1875rem;height:0.975rem;top:4.8125rem;left:16.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:23.75rem;height:7.8125rem;top:0rem;left:11.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:22rem;height:1.6rem;top:0.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:22rem;height:4.55rem;top:2.3125rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:16rem;height:1.5rem;top:5.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 1199px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:23.75rem;height:6.875rem;top:0rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:18.8125rem;height:2.6rem;top:0.75rem;left:14.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:20.0625rem;height:2.275rem;top:3.5625rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM { display:block; }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row .container { width:47.75rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g4WLIA8gtfixcyT7oEuDTDbcTk1Ub7Lb { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyef4a4WFqfRWgqy4JBvOH3Dx70IBwLp { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zepCo0sOgA6dpayuT3L7aNb1qH36VRRi { display:block; }
 }@media only screen and (max-width: 1199px) { #BMXuRmyIp1e0E6uc9Cung5vvV8AZoPLS { width:20.125rem;height:6.125rem;top:0.25rem;left:3.0614585876465rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZwCTEqDN8OVbesnqeUcB5oT2hX1OOdxk { width:9.5625rem;height:2.6rem;top:0.875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0zl12HKdtE10Ew65m64xvGmTxTqtXI5 { width:1.875rem;height:1.0625rem;top:4rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H77oe71tTkHiyrSWbU2ohFDZXmqIFody { width:1.25rem;height:1.25rem;top:3.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8bOmFpSqrzB3aZgniRZRnKm6kTld6zx { width:1.8125rem;height:1.0625rem;top:4rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2cO2146pvGCA6VTaoIFbRHImTq3ZF22 { width:2.25rem;height:1.125rem;top:3.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FT8eD2IggEpKQnkFkXxyn5eU4mvf1Up9 { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #AmshGgBnAJF6RJiiCFWJKnxvQQy4BQSH { display:block; }
 }@media only screen and (max-width: 1199px) { #KO8mS3hccQzplFKLOtOnDx1idoIOFl2E { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fe2fkRT6nxDWCo3gPQZiPcR4IQDI7QlK { width:19.125rem;height:6.0625rem;top:0.25rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aU8vfTryNqiTG538h3gWypM9IpM8xCoI { width:9.6875rem;height:2.6rem;top:0.875rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFvFnBxBrKLJvarAqdUXswgsrXNcW95y { width:8.1875rem;height:1rem;top:4.15625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wGb7FU282g7JvVcq0HGRM3y5VrSEuVk7 { width:1.375rem;height:0.625rem;top:4.34375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLwi7mONU3wnTQfuWzrTf92FwvipHMuK { width:23.75rem;height:23.5625rem;top:6.0625rem;left:12.000000536442rem;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) { #xNFh0zLCLqzeikBAqi98QlKOWsQnym5T { width:21.1875rem;height:4.6875rem;top:12.8125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2a4CLToFvTzB30N33U1n5upJSuBfhHI { width:21.125rem;height:4.625rem;top:7.46875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJfFsdxsgI62HpHXdiAcNmGwNquilEET { display:block; }
 }@media only screen and (max-width: 1199px) { #nkvkfIIggL3paftBvPvmwsHuWuQVMPcz { width:1.375rem;height:1.375rem;top:13.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J8Q5G7WaSpcLXViO8CKsf0aVfQ35eJNi { width:0.875rem;height:0.875rem;top:14.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfMQTTN5EQ8V3brS3OId6ASDppVoq3Ts { width:8.3125rem;height:1.65rem;top:13.75rem;left:16.5625rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #gRsRzQPDzTecTUwXr9MMlJqQndGvCn7z { width:9.0625rem;height:0.9625rem;top:15.5rem;left:16.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6L1kHpbdFDpANoMyCDt9ToRdawaS4z9 { width:9.375rem;height:2.4rem;top:13.5rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odQuyEai3VFgVQegKyXDTevid3LmU0BR { width:9.625rem;height:0.9625rem;top:15.5rem;left:24.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z2CgAAFCAZGAmBloKgfmobwoywBwW5Bt { width:21.25rem;height:4.6875rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXFEcTlFJb3P5FaVnpXdn1qxKT7Er0mS { width:21.25rem;height:4.5625rem;top:12.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0gWeo8DT3s58FXICTs5tSfmucpnOa1Z { display:block; }
 }@media only screen and (max-width: 1199px) { #bKveFrKuC2vspTfN12NS3rlye4Z3Zbtd { width:1.375rem;height:1.375rem;top:8.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q5FF4UQELirbo1CXbxvR8hQzdGqQsKsQ { width:0.875rem;height:0.875rem;top:8.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ph6LZqBDVtPL2F6KBsMspbbiwTndWiFP { width:8rem;height:2.4rem;top:8.0625rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AR4JSZ0WKtXmTLnTCan60NVbuB5nTQLq { width:9.3125rem;height:1.05rem;top:10.125rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7NxiqVD6LZDbLTxq7Psh4iXhoBwmuG1 { width:8.9375rem;height:2.4rem;top:8rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdXDNU0wIHsTZ3Umi2DdQ66eQwKcQtBp { 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) { #QKoMdrcEXT52McioNfpMNVu4NQOFk4Az { width:10.8125rem;height:0.825rem;top:10rem;left:23.0625rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #payXv7mwie4tN0xEb75MRBD3cSvMb4nl { 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) { #QvbMNhTswQfi2yHzAyt0m4v4JueO1HKO { top:19rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s7T0NiXRUu4nxsOk4U0q3ULqC6SIw4pJ { width:20rem;height:3rem;top:19rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFfW8FldTE4JxHBFtdwyZxhthilU2Xer { display:block; }
 }@media only screen and (max-width: 1199px) { #C55m37GsPJdccfPI4ope1W0bfzMP2RXi { width:21.25rem;height:1.05rem;top:23.0625rem;left:13.250000536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipUH20TTwSyedxOmSxsxMrWz2zSRA3Jb { width:9.625rem;height:0.9625rem;top:14.674999237061rem;left:35.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h6NyEkusdpb54f2rTPCFfawFSDWoBXCA { width:9.625rem;height:0.9625rem;top:9.300000190735rem;left:35.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV { display:block; }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row .container { width:47.75rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F8soCJeRanFcCggzqRULrPBKJk4TFAey { width:21.25rem;height:4.6875rem;top:7.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sroGDTT7NC3wvlq6A7zTX98ZggkS8Mt2 { width:8rem;height:2.4rem;top:8rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mGXyU64Pa63q7towGmGWy523yoTFHZDF { width:1.375rem;height:1.375rem;top:8.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUIWVS22DTaUKrsQzkTg0uVmLV3DUcbR { 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) { #RW1CWMJupxDEmq0h0igcgg9LJBVBgFG0 { 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) { #eA3cRXotV8RLTFrF485bhS386dvkaPNE { 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) { #CCDwENg5Z2VU59grJFVFyzccTDqQLA1X { width:0.875rem;height:0.875rem;top:8.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFSOPqE0Iml3hRxCBTzZnN4pXfOksals { width:21.25rem;height:4.5625rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cy28Ec040Gfg3LuEri78wqhKXmTuwVgr { display:block; }
 }@media only screen and (max-width: 1199px) { #hTXXMWvppKSZrMidGBVJJMrDUppfoKzi { width:23.75rem;height:32.5625rem;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) { #I8se3TkcSRcCets3h1ZQHtdgmg60WpKM { width:21.25rem;height:4.5625rem;top:13rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E280HNN4Uc7Cft2OWE9wfvxnktbGpW4u { display:block; }
 }@media only screen and (max-width: 1199px) { #xqrTryficPylTLqzAsCZJeJy7PlttV17 { width:21.25rem;height:4.6875rem;top:24.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmFz10xaIrVuGnLgdITNK08XTsL6AM7q { display:block; }
 }@media only screen and (max-width: 1199px) { #wVG6l0N1Xe2RxT4eLzL4i7gDbzi9DXAi { width:1.875rem;height:1.0625rem;top:4.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvXsk4V0kSXLl071kGQARbxkZTlnmaV6 { width:20rem;height:3rem;top:31.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g95cvhaNi849gZ2EpPf3QafQUyU3B6S7 { display:block; }
 }@media only screen and (max-width: 1199px) { #BpU9uvDXuxXAJxk8RlmMIyP6huVJWz3f { width:21.25rem;height:1.05rem;top:35.0625rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3UmvdCunzhifdSFfACF2b4ASSVh97i2 { width:9.5625rem;height:2.6rem;top:0.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwEzyg4x3za6o27pBh5JMlyF30hFzu6Q { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nR8fSfKwuKfG89v5N0nznUFIrTlMSpTJ { display:block; }
 }@media only screen and (max-width: 1199px) { #TzMVCFbSmzSUgTnMvSRwOlMEvdosnp9f { width:1.25rem;height:1.25rem;top:4.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVG9NOyx2OknsXSfqitxv86AtXbQgbl1 { width:1.8125rem;height:1.0625rem;top:4.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FHwVvuz9sxBb5uIbFR1KQPJbrVvnPmIx { width:2.25rem;height:1.125rem;top:4rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5Iee13yoCbU9egXQqZHBegRUkAJcMct { width:10.625rem;height:2.6rem;top:0.875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFMTcyL6S3MQvUVdqUe3WwvZDSITL60n { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #i60DiBfSNPq427ZnRIG8w4hbBq745nyQ { display:block; }
 }@media only screen and (max-width: 1199px) { #a3qlKDNNGwPOPIrwRD3f5pGu1FTISRUD { width:20rem;height:3rem;top:31.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUZp08TrFMGfrv6zWg2S1PnCRwxPiSng { top:31.3125rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zkeQH5UH0TTh6d3FIQTmOAQRh2bCHIDS { width:21.25rem;height:4.6875rem;top:24.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #giVTzElphcBIZOP2Fhbug3PBoB75JabM { width:9.3125rem;height:0.9625rem;top:26.875rem;left:16.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgqQZTAWMHcG5P5QnVN4ZKbSxORcUo2R { width:9.4375rem;height:0.9625rem;top:26.875rem;left:24.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoHv41XX5V19qsXlMTfmnooKtdewTTgx { width:8.9375rem;height:2.4rem;top:24.4375rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBCUOAJNEQXNfhSmO3g2H7TPWbkxxzRL { width:8rem;height:2.4rem;top:24.6875rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5Wa0tevWhZqiUTSucDI7R2o6s9tNw6z { width:1.375rem;height:1.375rem;top:25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #It8zdvXgPpaTtAknKCSLwoETqOS9OlJA { width:0.875rem;height:0.875rem;top:25.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHkwP5BTIOD9LeOVlHhrTM0bDEcdVTfl { width:0.875rem;height:0.875rem;top:14.511459350586rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iyn5xCoqr6EaTUs6aSU4hFkZNdmP6g2w { width:1.375rem;height:1.375rem;top:14.136459350586rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KodQhbxVVfXOwxMXffQXB6WZwSV61C5q { width:8rem;height:2.4rem;top:13.75rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQNa6eqJx2O8D2hE3agHV5FG023OPrTd { 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) { #svFIWDoHztLsdXlweyvUppRglhzoimyk { 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) { #mT3K7FSZm40EGyunUel6XwuFT99WdWMT { 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) { #myERM8vkuGPowxzZMommhC1unElHqyOp { width:21.25rem;height:4.6875rem;top:12.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdq3TyOt7JDQDuNxrvThNZaz6Bs3Hf15 { width:8.1875rem;height:1rem;top:4.15625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ji0T3smAh20gAZgNK2GWVTKHgLooEDPX { width:1.375rem;height:0.625rem;top:4.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAXtZoFJ2IdJcVy4iTGobOe1LizcexQV { width:20.125rem;height:6.125rem;top:0.25rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gHNfS5rWpm4HWDGtV3PAaZ387hrk7wrp { width:19.125rem;height:6.0625rem;top:0.25rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RV0PGwaGoCqA9ReARkfayzO02686k4pv { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmtINRi4Tgdtq3BuqZxQs5WCbKo9PIra { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #ENy0Qi2kJXDLEssfVIoHZlnuHxqbpAKF { width:21.25rem;height:4.5625rem;top:18.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvDMp04ywuJn4kaG80ImiOo7Tf7mexre { display:block; }
 }@media only screen and (max-width: 1199px) { #Itf74tLf9spQTQGHGG2cpdF5NTr83dzc { width:21.25rem;height:4.6875rem;top:18.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROMpM5E3lxNkxgD9zLrMygAirXw5Qay1 { width:8rem;height:2.4rem;top:19.3125rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HsVIpBW6Pc6KuiPnNgnzpwEy9dbfdO7z { width:1.375rem;height:1.375rem;top:19.698958396912rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSS1Zf3Aki97e5J5oQqhiuxrR9feQwsh { width:0.875rem;height:0.875rem;top:20.073958396912rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXZbfMN0L107GQLXnbVW52ADeGGNQX3m { width:9.3125rem;height:1.05rem;top:21.375rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTmDuTI2EKARwvMhlnqlQsPH9DQgu0wQ { width:8.9375rem;height:2.4rem;top:19.3125rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfBhUqXQJbyOgxyW5vzMB7ZQdrDxNSx5 { width:9.375rem;height:0.9625rem;top:21.386458396912rem;left:24.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEecmWWTuBqbKrQWkCmH3eTEyNJ67NlD { width:11.0625rem;height:0.6875rem;top:29.875rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 { display:block; }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .row .container { width:47.75rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CGQGo0V3pPbeuxVBGZuuxoMrZTXvAqx6 { top:2.21875rem;left:3.90625rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6M2qAEvbxKKoTgB25rk4xgOMTk6prA7 { width:47.75rem;height:16.9510625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhE7pEnE42JyBm3IDGWzlTZ1a4IBBB56 { width:3.375rem;height:3.375rem;top:6.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQuPM1ecodyiAT5hDa1e1ywJAPRtvrZw { display:block; }
 }@media only screen and (max-width: 1199px) { #TCmPq7Tdk7IPyPQTINm5WTa2cxfAQDes { width:3.375rem;height:3.375rem;top:6.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ttn5eI7oLeyqS0lvHpe86F9K9tln7WiR { display:block; }
 }@media only screen and (max-width: 1199px) { #AxmgQWxp4GT34S0rqOi3anmeK8zpVxEn { width:47.75rem;height:8.6875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ED3ZK8moe1IOtaCdOeE66v9dGDOTmOXq { width:13.5625rem;height:2.25rem;top:18.9375rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGVl6K0Chl80tA00IXpgQonbTtedb5t5 { display:block; }
 }@media only screen and (max-width: 1199px) { #MisiIhUF6J5n3g4BhBcmba2p0HJMdOyJ { top:23.25rem;left:3.90625rem;width:39.9375rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #InOeAJUeVe4StCxDZ2PyK5VsoySBgZ7L { width:10.375rem;height:3rem;top:26.875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rU3ErdOAE5mAmVMc3y47vVPiptgtDTWJ { display:block; }
 }@media only screen and (max-width: 1199px) { #F5L7TaT3EJ4iKAWGasSJi6CeT1CiCR8T { width:40.5rem;height:39.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HnrEMwxDwuUZ8LGipvNvbOUThm3AUDJ6 { width:3.375rem;height:3.375rem;top:6.5rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MO5sqAHgXUJ0bJtXsOx5M9U3cJJIPZVF { display:block; }
 }@media only screen and (max-width: 1199px) { #x3g25tMwZN7w3H7n5Ttye9EI7T3hKIJE { width:3.375rem;height:3.375rem;top:6.4375rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z5zLDmKxonxgbR0S3in4Xew3Cawv6QXF { display:block; }
 }@media only screen and (max-width: 1199px) { #hbJf157TJIZbBE5TKqkcTF4uNFEZwQTk { width:3.375rem;height:3.375rem;top:6.4375rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePEPz2MLsAHT0M83T3AJcTXdOkR3DFZo { display:block; }
 }@media only screen and (max-width: 1199px) { #HiZe3WEfDwkaaC6Q5thKW9cGabiTH3TL { width:3.375rem;height:3.375rem;top:6.4375rem;left:31.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Clp8LVvV3mCNl5oIxmADIWufPgI9oKyR { display:block; }
 }@media only screen and (max-width: 1199px) { #dRl03gdvK7el6WdVzhZDkX4vELXasXT1 { width:3.375rem;height:3.375rem;top:10.25rem;left:39.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgnV1WTwOymCM45qqtKMsC1TNErgq6mh { display:block; }
 }@media only screen and (max-width: 1199px) { #KwhPGuhVU3aeO6PPA3EyQc1tb0TERUBJ { width:3.375rem;height:3.375rem;top:6.4375rem;left:20.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZdhCF5RkvUdK7CW3BDT5P4B3NEvzXcA { display:block; }
 }@media only screen and (max-width: 1199px) { #dhX6N7TXkESyUouP2DdOZms4Z00rcNnK { width:3.375rem;height:3.375rem;top:10.25rem;left:20.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wF7V5DN7xzicrsOO4EvTLAW8Q4Ef5bGN { display:block; }
 }@media only screen and (max-width: 1199px) { #PODs5lGSZuwmlc623JDga0uQehkK7Sck { width:3.375rem;height:3.375rem;top:13.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EroRxV1dvQqJP11MCc9KSKP3V5KQ4uMi { display:block; }
 }@media only screen and (max-width: 1199px) { #ruKmFWJWucF9vStavCnLvOxPV7UdMWck { width:3.375rem;height:3.375rem;top:10.3125rem;left:43.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yNelIzHKXw6nXCZTIoOlW68lk8RUTCFl { display:block; }
 }@media only screen and (max-width: 1199px) { #P2WheKDXrHuVAr2MMyc37ocf4mIdTgHV { width:47.75rem;height:12.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFp1NnCwnDWtqsuVOthrFVqPRSSnNSTR { display:block; }
 }@media only screen and (max-width: 1199px) { #w1ZWLCTCKhhKh9ViM0CBMUuLGHfTi0q4 { width:2.5625rem;height:1.8125rem;top:7.40625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cU7CWQBaKeiJ5ChdGI95sJP0nSJ0nZb2 { width:2.4375rem;height:0.8125rem;top:7.71875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 { display:block; }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IIvvRMVwXrpoNaGGOOynSDFD2GteDl8x { width:5rem;height:5rem;top:6.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dF3dLqCPBtT9aVFyqlu5QTd3HLyOyyCO { width:5rem;height:5rem;top:6.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #indCEO2MI41z4A7vlxQrfFbMMKJHT9Wy { width:5rem;height:5rem;top:1rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsF4NkElJ5QDGC9LrOUSOmces7wirL30 { width:5rem;height:5rem;top:1.0625rem;left:30.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTEpJZdaUdsnxPfh5THT9T6QIAPCpyRP { width:5rem;height:5rem;top:1rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0wZGZ0Zq4vn74eMbFemStEBsl5A4UuT { width:5rem;height:5rem;top:6.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZIIPmGyAzAcKzgCcfRaJvJaqRPaI5mZ { width:5rem;height:5rem;top:6.625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTdlDpd45CE8LwOzsdhTZ8HS2hAlty0m { width:3.4375rem;height:3.4375rem;top:7.375rem;left:31.0625rem;z-index:15189;display:block; }
 }@media only screen and (max-width: 1199px) { #gill1HEMqkAZNJSyobuvDpDK5fKa3iVV { width:3.4375rem;height:3.4375rem;top:7.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJE6cKUQ9zSuEd3tG0sg4TiUdGP6ixaV { width:3.4375rem;height:3.4375rem;top:7.4375rem;left:25.375rem;z-index:15188;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #WMmVxbz3xut8228Lg42r8DFtnzvgukAp { width:5rem;height:5rem;top:1rem;left:42.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVvTVTZPTgrvUsCcoWR3wfTGDK6TGtgX { width:3.25rem;height:3.25rem;top:7.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qT4Uq8Jw3TpzCfppQ516NeRX8VVLEtlp { width:5rem;height:5rem;top:6.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLpH66lEMdx4OgaMBEt3NQN2T7myeUz3 { width:3.4375rem;height:3.4375rem;top:7.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XgZoncDa75BgamMQ45SCOdxTIGuCCU5E { width:5rem;height:5rem;top:1rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUNOTTT2OPUOwRwHi8qTVHekAsJe9n9l { width:47.75rem;height:18.4375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #i2Vsgz9o2zNhxa1rEwfRMHctPBvKyNcT { width:5rem;height:5rem;top:1rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrerGExvDXhheIebsH8FeMVBXCwkiufW { width:5rem;height:5rem;top:6.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJIkLnwhqRSlonJPkq7wNFZKAxol6uCu { width:3.4375rem;height:3.4375rem;top:7.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ku6RE4UTugtWDOZ2eoydOSQwTdMEP933 { width:3.4375rem;height:3.4375rem;top:7.40625rem;left:37.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIg0PEJXRT7TRK5vfpRRgCcD16bOnTS7 { width:5rem;height:5rem;top:1rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sqgu319sGyisUA6b3TQrSPaLtD8IUlt7 { width:6.375rem;height:2.125rem;top:22.3125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6L1pywqTXJyqLDpFCDUa8kKMSeDSAF4 { display:block; }
 }@media only screen and (max-width: 1199px) { #I8A7nqM8RNHxVNkRQOodo4DXVUINdTso { top:19.6875rem;left:8.625rem;width:30.5rem;height:1.65rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #lJAlzgb93GCm1UTuUWvDFsTnTxOMAr2h { width:47.75rem;height:13.0625rem;top:0rem;left:0rem;z-index:15201;display:block; }
 }@media only screen and (max-width: 1199px) { #lXZpTzX1afRpGT1Car3gwnpkXOx4EGNe { display:block; }
 }@media only screen and (max-width: 1199px) { #unvzDa8DsAizoHH3fne2l6IbAF6lh7e8 { width:13.9375rem;height:3rem;top:13.0625rem;left:16.9375rem;z-index:15197;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2QIixHepMeNvhkk316QlzTN69w1hgGm { display:block; }
 }@media only screen and (max-width: 1199px) { #TshVKMqO3bANrLOda9xgU6HqXovDLyoN { width:3.4375rem;height:3.4375rem;top:1.75rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBlBVoNiHFe8G8wrTgdUHQJoINWV16lW { width:3.4375rem;height:3.4375rem;top:1.8125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrGLBzHdsOTEEXRf3wiCi3pmK2Vn9Q12 { width:3.4375rem;height:3.4375rem;top:1.75rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1aCGsTJEhWMZhVKK1w2VTWMfyOfNI5F { width:3.4375rem;height:3.4375rem;top:1.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csbTJFkOWATdBd8lF4E51z9XmiIWDCSZ { width:3.4375rem;height:3.4375rem;top:1.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNcSirBFx6JeAJW0gr3BK3HHaxCOZ5Vl { width:3.4375rem;height:3.4375rem;top:1.75rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GgSyKhTq3VIimTTGIFTExvUBkwIGn26w { width:3.4375rem;height:3.4375rem;top:1.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhJPLyZ56mJJt89P6SaGDVsh6IMmwSt7 { width:3.4375rem;height:3.4375rem;top:1.75rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewsgUmC9Oyt49pqTUXXAexPiQ3kUKqtc { width:5rem;height:5rem;top:1.625rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wmQdGeuVaxTGduzuPqSIUcLbSWrkMVH3 { width:5rem;height:5rem;top:1.625rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #J9ZcG8QeocOyINNJMo5cwUPBzOeu4eeS { width:5rem;height:5rem;top:1.625rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iqu5dXKlrCE1m9dmtm5feTdd2TIy75EP { width:3.4375rem;height:3.4375rem;top:7.40625rem;left:42.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4ClNUvHzRAGS5onWqXtv0eiwMpMMNdo { width:5rem;height:5rem;top:6.6875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUbnzGUGQNnVA2aAWz2bvGHr4uQZ8B4K { width:5rem;height:5rem;top:24.0625rem;left:24.5rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 1199px) { #kbG0XtqPiKd5xNkHUOL3pwkkFWODim6q { width:3.4375rem;height:3.4375rem;top:24.6875rem;left:37.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gvTe1li2C3fb7k1fix0m47eBzEo9KAaL { width:5rem;height:5rem;top:7.25rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fOVEDxiBbTUabCCAq12RMy5C7KvBWlVM { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uFFTTT5T7gDrv85T8pz6bNEHzSpi33k9 { width:5rem;height:5rem;top:24.1875rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zTz2tmTExmHAxTVVBklBJuuT3EfFB0gq { width:3.1875rem;height:3.1875rem;top:24.9375rem;left:43.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ozLnbsgODUmDZJkDbhcA14zPg9WPpKTR { width:3.4375rem;height:3.4375rem;top:30.5rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wDFSAWc6xXocWcxToJ9MGQzITV8FfApO { width:5rem;height:5rem;top:29.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IBsIrgFcFK4GBfWEZX0tkT1cUThKP8Tz { width:5rem;height:5rem;top:29.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c6FOUm6OabXvnUNant5c2yv50go9QlBg { width:3.4375rem;height:3.4375rem;top:30.5625rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XIA6rABUS3MiVppZW0aKwr3W6v9x5Kw1 { width:5rem;height:5rem;top:18.4375rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rL7CliGTTfmXSTrc2HlyTRefhvNkoab6 { width:3.9375rem;height:3.9375rem;top:30.21875rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #m4EhlIOrJvHF8wVbu28NoJHOJS1NmUFW { width:5rem;height:5rem;top:7.25rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u6MHx1QmMhz35OvU9uJx2xVfK0wg1VdD { width:3.4375rem;height:3.4375rem;top:24.65625rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wTgTuvbrDNIpDBLSB8HiiS6THAria8TX { width:3.4375rem;height:3.4375rem;top:24.8125rem;left:25.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TwkXbyEepzcTk95W4fRcJE0aEECVca4L { width:5rem;height:5rem;top:29.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q5m45qvIAvbXpkkfGUWRKeKlK6a8Geet { width:5rem;height:5rem;top:18.4375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JgVOAO9nAWuE4aTl8nT0scV48bFQTgRQ { width:5rem;height:5rem;top:18.4375rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #H6ZtImcafl3EVUDdl67wSr3BTJ0CQIKd { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:7.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SHr6ZU6FtltaRV2GyXUwv4B8rz5WL0Wg { width:3.4375rem;height:3.4375rem;top:30.375rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TXnczzC8y8mDVdfNzyVP5NQdns3IdpTv { width:5rem;height:5rem;top:24.0625rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qOwxLVPPV7hErUXs0TMDNK3bcTZotHHq { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:13.46875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o60IDpVVLIctXrCLoob28vQOZodGaOBr { width:3.1875rem;height:3.1875rem;top:24.71875rem;left:19.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ApWaBDLr0SkTVySB7Abbuy2rkDVSKGr8 { width:5rem;height:5rem;top:29.6875rem;left:12.6875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 1199px) { #TiAD2giEu8t7RTsxWguywmpMgNxP6Wdr { width:3.375rem;height:3.375rem;top:19.25rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ic6Dkwqo78K0hRNr7AMqOeQdtT3WTvh0 { width:3.4375rem;height:3.4375rem;top:19.25rem;left:37.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cnRagAeO6biNgEBOucwuoH4eKoZU2N1M { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bDTJdCyDmx9StWtiCwReCqVaSahLyAii { width:5rem;height:5rem;top:18.4375rem;left:12.6875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 1199px) { #VmXVft7vHoDZ47WeiC2HeTWPrwEpEsXh { width:5rem;height:5rem;top:7.25rem;left:30.28125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pmJpVbGOdkNkRrP2mlA26KOqQT9l0J7u { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:1.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bI67r63kV2oM6vNqUsGEsm5hTm3CeubA { width:5rem;height:5rem;top:29.6875rem;left:12.6875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 1199px) { #MsaHZkiqbJkCoOOB7WiiAt1sv3fMuti1 { width:5rem;height:5rem;top:29.6875rem;left:12.6875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 1199px) { #Q7RlWgTdJQXTC7rVTcV7TLoZLZHVT9gP { width:3.4375rem;height:3.4375rem;top:13.625rem;left:25.125rem;z-index:15188;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #DGX3T7oeVIK07kQF1rnNnGCcf8qvNe6b { width:5rem;height:5rem;top:12.875rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o2AEqGy9IIvv89K5alaVIIhtluRuxdLw { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:37.03125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s7wKkbxXWMbnJ7ivz9i2CXGrA37Xc6pO { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:1.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GLZq0tX9M7zvcEGSoxMmeQs1WaJJTxv3 { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:7.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WRKNg7hOIFx8TPo0xu1gTTGfhPkfXiEg { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CouQzrKeTdZ2gXBIGAaWeRUJoOKN0n5n { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nN90HKtlWi24hJIhLGy4SvvXkEsUmkWi { width:5rem;height:5rem;top:29.6875rem;left:18.625rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 1199px) { #ePFKLKVxcDXpn7gkrrOb8zDZVBPq5OLi { width:5rem;height:5rem;top:12.875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lmZtXHD63S3HU0o3m6blC9GTRREDBQIR { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:42.90625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RETd5MJsF7kKTTEyKc7cvPsFwXHzdwfM { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ADiv9LAAWQiibJATTqqdbWM4MRdHq0Qp { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aPsq9raCq8RwCQa8l0MxLygg1VK8CNw6 { width:5rem;height:5rem;top:12.875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LfNU0KVsEl6ocdiXDCWi86p6o2ZQrTJo { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e3RsnCmyQXB9sVk5VLJXhLURonr9LNCT { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eC3krUsR8cA7AT2FDTH0EA9DlPBEUFBX { width:3.4375rem;height:3.4375rem;top:13.625rem;left:25.125rem;z-index:15188;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #JlJe7XLI5zANRFK5U8GES3KXUpRaRCV2 { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HUE1pBTKio8yJ6dfR7KtVtC1RfdMuXC5 { width:3.4375rem;height:3.4375rem;top:7.40625rem;left:42.78125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #disXnJzEI6bs8l9OwIwxFm218QSIdtoH { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ksIHwkvBQyKBhJo6HCTXuo565GwW9hRe { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:37.03125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ovQRUmDU96CoHlkaxXd8kbQ3v0UPVnca { width:5rem;height:5rem;top:29.6875rem;left:18.625rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 1199px) { #AlbUcZ5TD6zTLzZd9F0rUbMwbnglIQIG { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:42.90625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bm7kFfeqchJeGuhGn2uQZWgIftk1bTm4 { width:5rem;height:5rem;top:12.875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P37XqPTFO9G8mP5VtrJu5LGSBlIXAixo { width:5rem;height:5rem;top:6.625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1cVO4CIlxZ5VSEP2PTTH9nUSy7QQcAb { width:5rem;height:5rem;top:1rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaAFUTgGknRG9lTmRN0ButTzaqixCmve { display:none; }#ZaAFUTgGknRG9lTmRN0ButTzaqixCmve > .row .container { width:47.75rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hyvJFs2HamMvwOT4gL3keqRLzWEdynNT { 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) { #llBAlzffb5ap1eqckOTQosVamTAXoQck { width:38.5rem;height:19.4375rem;top:5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwQlHKRHC1i1CBtmlgeJKNLLTruIGNJo { width:5.5625rem;height:5.5625rem;top:11.9375rem;left:21.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu { display:block; }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GftoUgwEGyVweGFJbQ0FMKmgbvaBvHxs { top:1.53125rem;left:3.90625rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRF4DUzayFvTAJzWlITKSL7o65HotnhO { top:3.53125rem;left:3.90625rem;width:39.9375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MN5IJiIeotccfyi23xhhltbbzJynmQrN { width:17.625rem;height:11.5rem;top:6.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XghS8mp7kt2HpeulykmDrapsgB5PcR7G { top:7.5rem;left:6.4375rem;width:16rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c76JnlXPc8ktId9VzqBUVdQR8Ba8TV8D { width:7.625rem;height:1.125rem;top:13.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQL9WMyhzrIB1xSoaJKl3nIQs68U94Zz { top:14.5rem;left:6.4375rem;width:6.75rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbHCpyquRdynfpA9gEedgWxFKzfszGqc { width:1.25rem;height:1.375rem;top:14.8125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yrZUKx5zgRHbOJUVflOLLL3NairmDH2o { width:17.625rem;height:11.5rem;top:6.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0oqqFTkOREJs6kU6ic2a2LcPqkHFXww { top:7.125rem;left:25.75rem;width:15.625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8TKMIVlebstEXfniWuihNuuMa4iepQO { width:7.625rem;height:1.125rem;top:13.1875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fnb7HGHCCkfMlZxBpmxyzgxw1i5DI1qy { top:14.625rem;left:25.75rem;width:6.625rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HC66AHCFCx1413Uwzkq6bqHGKbasCiOP { width:1.25rem;height:1.375rem;top:14.875rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ctvrLaxH4r0ayf4uHD7onHtNVTGgCGGr { width:17.625rem;height:11.5rem;top:18.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K35xF7DZILeKBgm2AKzpEvW4rEN5plfx { width:17.625rem;height:11.5rem;top:18.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSdeNP7e2Z5WsFy994sc2obcIyPIb0R0 { top:20.25rem;left:6.5625rem;width:14.3125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BaGAK9dZS9MHfpseRkXCPd82pW9ks47S { top:20.25rem;left:25.75rem;width:15.3125rem;height:2.275rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUWT3yRzxnC7QNCkEMdv5TIS1mFDR9VS { width:7.625rem;height:1.125rem;top:25.8125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xw0evyRG1RodAtgHt35aatWTTiSK70yP { width:7.625rem;height:1.125rem;top:25.8125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pITS44APO5FcLWgl8Jn5qPc8vWR6c9aX { top:27.3125rem;left:25.75rem;width:5.9375rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgqtHVU1xoySHXXSGAHDiZIkfUJ4U2er { top:27.25rem;left:6.4375rem;width:6.9375rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwZV2GsINHHoTdOcrmEKWu0d8dwgTXMP { width:1.25rem;height:1.375rem;top:27.625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNHmJkMaqt0umubdvAbrQ4hb85kMtc5h { width:1.25rem;height:1.375rem;top:27.625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvG41IAu7wObsi27hB3zC98gOe1mBlVr { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/74defaf0-0948-4304-95cf-2802f672dc17/czymjestpilotblack.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr.adaptive-delivery-prevent-bg, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyload, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr.lazyloading { background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { background-color: transparent; background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { width:47.75rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hkbyNXEfvpdkcvLyQfHBPTQeTSTcwDUp { top:2.4375rem;left:12.15625rem;width:22.1875rem;height:1.85625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x372v8l75ILfOXkQhkES8qHQK9QPEF6J { top:5.5rem;left:14rem;width:18.5rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OQTJQCwGNHVNATuzmm7QiK0S95WN2yGf { width:7.625rem;height:2.8125rem;top:9.65625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1ASQUQIxmqG7qKHtAPvhT5Izk6QNHkD { display:block; }
 }@media only screen and (max-width: 1199px) { #FxflHpQIQdWvRCXpcMBgoSJPATvrRLvL { width:2rem;height:1.625rem;top:14.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSzDtVXT5r4Rq1XX664LyyUIicBrccLv { top:16.25rem;left:0.5rem;width:12.6875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzWkQzq8i6m7bXJW57ETIUaaX37uOMb2 { top:19.4375rem;left:0rem;width:14.5625rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #L8aBV8CI1zBAmTJmdZmXMgAgIGk5wFyv { width:2rem;height:1.625rem;top:14.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuKBkJypwUZLzC88dtZp9ZSAkTxuz4dw { top:16.875rem;left:16.4375rem;width:13.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ee8To64qI1WOa3pxohrUbUm2iGugESH4 { top:19.4375rem;left:16.1875rem;width:13.875rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #UbXszB09c93DsreoSM1AK1cum7ut7PL9 { width:9.3125rem;height:1.6875rem;top:22.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #InAlDk8hm0Ef3O9AvxZvGqFFtOax0Swe { display:block; }
 }@media only screen and (max-width: 1199px) { #CnMh3bC8yTXWNDz5aZCMmEDrxJr1U7s7 { width:2rem;height:1.625rem;top:14.0625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOkS2mcuM6KC4ew7LMAyQ4qfquh642Nq { top:16.875rem;left:33.625rem;width:12.5rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVaH3raeUXSmqOQ3ZbHGnlsJ9v37Rhbm { top:19.4375rem;left:32rem;width:15.75rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { width:47.75rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { width:22rem;height:2.80029375rem;top:0.68595027923581rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { width:47.75rem;height:5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { width:1.875rem;height:1.5rem;top:6.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { width:5.4375rem;height:1.8rem;top:6.4375rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { width:47.5rem;height:11.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { width:4.9375rem;height:1.8125rem;top:12.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { width:4.625rem;height:1.5rem;top:12.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { width:3.4375rem;height:1.25rem;top:12.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { width:3.875rem;height:1.375rem;top:12.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { width:5.0625rem;height:1.6875rem;top:12.5625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ct05wyJFLGfUTvgoX0M4JympHofMyHHl { width:4.25rem;height:1.4375rem;top:12.625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { width:4.875rem;height:1.6875rem;top:12.5625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WheIHLSD05JwUVmVh25MmeIkK9iikJkB { width:5.125rem;height:1.75rem;top:12.53125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { width:4.4375rem;height:1.5rem;top:12.65625rem;left:42.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { width:13.75rem;height:5rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { width:13.5rem;height:8.625rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { width:1.1875rem;height:1.5rem;top:22.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { width:8.0625rem;height:1.8rem;top:22.75rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { width:2.5rem;height:1.5rem;top:29.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { width:5.625rem;height:1.5625rem;top:29.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czoECz81l20TtdV8boSFfsfsRuwRmLRi { width:2.0625rem;height:2.0625rem;top:28.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { width:13.75rem;height:5rem;top:21.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { width:13.5rem;height:8.625rem;top:24.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { width:1.75rem;height:1.375rem;top:23rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { width:5.5rem;height:1.8rem;top:22.75rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { width:1.625rem;height:1.625rem;top:28.875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { width:1.6875rem;height:1.6875rem;top:28.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { width:1.6875rem;height:1.6875rem;top:28.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0SWdivLF3odMVdkgOCyy2oBydF91XfA { width:1.5625rem;height:1.5625rem;top:28.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { width:13.75rem;height:5rem;top:21.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { width:13.5rem;height:8.5625rem;top:24.3125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { width:1.75rem;height:1.5rem;top:23rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { width:8.9375rem;height:1.9rem;top:22.75rem;left:37.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #audgbylHkoaEs1i69QfVy7Ms1FpF9omq { width:6.6875rem;height:1.625rem;top:29.125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { width:4.0625rem;height:1.875rem;top:29rem;left:42.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { width:17.3125rem;height:2.625rem;top:34.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block; }
 }@media only screen and (max-width: 1199px) { #HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { width:3.125rem;height:3.125rem;top:8.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { width:3.125rem;height:3.125rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { width:3.125rem;height:3.125rem;top:24.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { width:3.125rem;height:3.125rem;top:24.6875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { width:3.25rem;height:1.6875rem;top:16rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EK7XtdxFhnBS3cpUJbpJfkxqM6EcEBrU { width:7.1875rem;height:1.1875rem;top:16.3125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 { display:block; }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zh5SXaXD8CrwAerr2BI1zKr4wFuxpLmi { width:47.75rem;height:5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSo6TrBKSTiM5b6zeXpQwbp3kJ9BX0V8 { 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) { #nqVOGHUumeFqpKBMxdugM3pIREuQaA9R { width:3.25rem;height:2rem;top:8.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxN9zPuKT13nvCNIF64mNLXcMnK5WkaN { width:5.3125rem;height:0.75rem;top:9rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFh8KmzRQTHxSGTTPopKlh3IvTbxv2k2 { width:3.1875rem;height:1.3125rem;top:8.75rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcKmndKqu71pOzG3mzmnBHefurcnIWIW { width:3.125rem;height:1.5625rem;top:8.59375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yL54DPCA87WnnfJgkTzUHtLN0ICCN6C0 { width:5rem;height:0.75rem;top:9rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcvZyF5n1omuhg3m9G1NiXlap3lDvJKB { width:2.6875rem;height:1rem;top:8.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FGoXAux1z4CZTCG7Wms1TiAFV9qTB6Ws { width:5rem;height:0.75rem;top:9rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSXP0cpfiZua25dD4Aea7R9osJ7Wdnde { width:4.5rem;height:0.75rem;top:9rem;left:38rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgKIXw1CNcor4z8mBVyL0WbEIz0OSbC1 { width:5.125rem;height:1.875rem;top:8.25rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFuyiiJKoFtr4Qa8o4H4qxHoamCzwuOo { width:3.125rem;height:3.125rem;top:4.4187507629394rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXdRE9bh682weUwWOyvuedHmOf1OBnsz { width:47.5rem;height:8.5rem;top:4.3500003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk { display:block; }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row .container { width:47.75rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oxVr1k9vK2BauTlTUVHTJDSlsCy6ywre { width:47.75rem;height:5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQnVrMZytsixGJfOuy6nNEDF4AC0rTA4 { 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) { #W0vBlPJTsFVwJHDXC3pIsaKsksXGTcSz { width:7.5rem;height:7.5rem;top:7.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fn81h2EmdlUxZTTOh3HAlJTLx5cqT42Q { 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) { #yq8u3xdKuoJXk3TVF6AQUdxVmIccWRer { width:2.0625rem;height:1rem;top:13rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4ETlisOS8zVyQQEHFCdtTToCqn2Xm0l { width:6.375rem;height:1rem;top:13rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBGTlHkryJNQ0fH1QcCwqE7BDluX1co2 { width:1.5rem;height:1.5rem;top:13rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQmyaDmtTZl8wJPp2y5TrRDe5GeIJ2qG { width:3.125rem;height:3.125rem;top:4.4125003814697rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlriGnNHsvxCfRo3uxR3CPhXnwUekw6f { width:47.5rem;height:12.5rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { display:flex;height:auto;width:45.25rem;top:0.375rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #DRBHsXMMnyiq1uLoBkRzMTHnOTgueSZy {  }
 }@media only screen and (max-width: 1199px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4.5625rem;height:0.9375rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 1199px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.375rem;height:1rem;top:2.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 1199px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:9.8125rem;height:0.975rem;top:2.2625007629394rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:9rem;height:1rem;top:2.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 1199px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:2.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 1199px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:47.75rem;height:1.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.05625rem;top:2.125rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G { display:block; }#FnNPgZ7Ss5sJTt1f3oxG9uNCTSXgIb7G > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6n8qO8GCC5T4Rsy9MtX455XPJIaX3GI { width:20rem;height:34.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWhTgg7aCXEIUHgT4eiAkOVmaXzb9QJQ { width:1.75rem;height:34.375rem;top:77rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5OZTIo9zkFsO649OWudTmItDIrxD60d { width:20rem;height:3.25rem;top:36.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdbWmayvrkDysbv4o7lOQITHNgK3HAVk { width:20rem;height:3.25rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp5oS6sXHTTL6HRAqUX5mtPbBTfGcG22 { width:14.0625rem;height:34.375rem;top:41.375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNNglHy97ggPTckpxp1UaxKigPAVH6nd { width:20rem;height:34.375rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EhDhyhhETHz45lRa7U54isS8OkLhNWEz { width:20rem;height:25.125rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFiPXhS2atlf4AOmrOvJHUFizuVXqlUX { width:20rem;height:11.125rem;top:8.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G { background-color:transparent;background-image:none;display:block; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container { background-color: transparent; background-image: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container > .video-iframe-container { display: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row > .video-iframe-container { display: none; }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .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); }#Sxu6yiUsF8ug0lU0iL2xVuzkTDsK6e0G > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmZhOL0zDe5QLzn6eDHSG8t920JBuT3H { width:4.125rem;height:1.5rem;top:1rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOXlITXK0BtFrGTTpkVFqWEgsFaH9NyQ { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:17.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsL9NlihdN5HD2vbnhh3iDzOpcQM3SFi { width:9.0625rem;height:1.9375rem;top:0.78125rem;left:5.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dgmKqsUUqEvegyFko8Xbu88U9EpDEiuT { width:19.0625rem;height:4.33125rem;top:3.060417175293rem;left:0.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qKFatJVKh3m7zbk5TcT1TQ9ONLuVrPce { width:16.75rem;height:2.6rem;top:29.0625rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q4QheLQ8TQAiifST0R5l9EZiqfTSrah8 { width:15.875rem;height:2.6rem;top:32.0625rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WrFKRvDrihfoMtrK5RALncurgoRaLNaU { width:15.25rem;height:2.6rem;top:35.25rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dVpHke8MbvCHwBZEl1LwAPpNLK8y598L { width:13.625rem;height:2.6rem;top:38.375rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #horssaWt8E5ATw1yhO40lQhZJmM3lkwQ { width:1.125rem;height:1.375rem;top:29.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrSxs1XDv6cZRZio27BU1ZbK0TmGQzuA { width:1.125rem;height:1.375rem;top:32.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFr4iRw2fKEyIwDoUKr2b6l8uuWaioZg { width:1.125rem;height:1.375rem;top:35.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUzRnP9yAhTlNpF0kPw3NAk5mhT2RV9q { width:19.0625rem;height:4.875rem;top:41.5rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oqWviH13TI01rQ8Mx0NOzVSGq2Cr0hs3 { width:19rem;height:3.5rem;top:21.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1vCv8ARPLghKfMNxp9v7ybywFIIa9vF { display:block; }
 }@media only screen and (max-width: 763px) { #acLRMKteONyTGQUxqH3tTPX8yPEP1myJ { width:18.3125rem;height:1.625rem;top:25.625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RizA6A1qvyBlo1Fn5m8FVCTgOQSCXxPA { width:14.4375rem;height:0;top:37.3125rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Bi90a3TsDSMu4SIy8JbSbKyWaHrIvQ5N { width:16.0625rem;height:0;top:38.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Ri3e1f2CoelZvImiFoPX2mecsQV8gIGN { width:14.4375rem;height:0;top:38.3125rem;left:8.0625rem;font-size:6.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #JracGq6uyUFUFFPvU0ilgaLEzE9I44M6 { width:1.125rem;height:1.375rem;top:38.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGP4ybgeFs5PtQ5gv84FWRcWX7vRkuzd { width:15.6875rem;height:0.975rem;top:27.25rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJgho06vvCygrSQkpWLO1Sa7GdzOn92i { width:17.25rem;height:4.4967948717949rem;top:75.08125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGiVmoOWigGee78hFRgCpBFb6SFcJXhq { top:47.25rem;left:0.5rem;width:19rem;height:2.75rem;z-index:15174;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZLE6JzVOa70M9dXTg8e3bg2SB5aEMS { width:1.375rem;height:1.375rem;top:39.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #thhpwbJnLfPEUcQKOHFcDmbPxM2QrOTl { display:block; }
 }@media only screen and (max-width: 763px) { #ce3cHL2TCqdCFmkoqWIE8xiWbXl9DrGX { display:flex;width:1.3125rem;height:1.3125rem;top:39.724998474121rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #CTUMyfnzsO8vSLT3zOraaNEn8EOCMMIB { width:10.5rem;height:10.725rem;top:36.787498474121rem;left:9.1875rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qNilkFt7T71hb8laKFlRxg4F0eKdZeIv { width:11.25rem;height:11.9375rem;top:36.15625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuvKbuVUzAkxpdMoozdIciidvWBq8fog { width:0.75rem;height:0.75rem;top:40rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm { background-color:transparent;background-image:none;display:block; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container { background-color: transparent; background-image: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container > .video-iframe-container { display: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row > .video-iframe-container { display: none; }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .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); }#wNF6OTO90ODqsGoGhOIcVNqqADrOMaGm > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoddeNbFrE4r1BnIUBwXMoKlnh9LM8oL { width:4.125rem;height:1.5rem;top:1rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPl8iVwI0kGVsPCXWUVaN4MzQxWkQkD { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:17.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuAa1KGvcy9zUhG008awE3miNoSse1LR { width:9.0625rem;height:1.9375rem;top:0.78125rem;left:5.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gMAxnJqCTRoPWzFEWPfTFQuiayVyr7qW { width:19.0625rem;height:4.33125rem;top:3.060417175293rem;left:0.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zFfDV5o6Wt7UMgFNciNBPBaTBNR4ssTU { width:16.75rem;height:2.6rem;top:26.3125rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JkLs9exV8qGxdaJVNUwsgmSxxTiDOOfV { width:15.875rem;height:2.6rem;top:29.3125rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ixnzJ0IyTnhrUyNTF7bBuoKu8dMnEu8Q { width:15.25rem;height:2.6rem;top:32.5rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PCnTBqdQCsODJGTz1cv10aEQ5SNGk5DK { width:13.5625rem;height:2.6rem;top:35.625rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MMqoTT5wVX2HE34dtfXPIr1Nd8KBayQD { width:1.125rem;height:1.375rem;top:26.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrSSAZL23qw3zqQEmHP43rpTfhiCKQG { width:1.125rem;height:1.375rem;top:29.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3HxiHLZS8ziWJryg43aFShlZMexMJKc { width:1.125rem;height:1.375rem;top:32.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVZMPTXbhcaWLLruxHO0Mt41aToiKgq5 { width:19.0625rem;height:4.875rem;top:38.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EOo2tEBDTl6e9nwEfEgdqqClOVpZEsri { width:14.4375rem;height:0;top:37.3125rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Vn3SaC5BTx4W20mTwHTwuIaqweDc0vba { width:16.0625rem;height:0;top:38.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #xEqdgA1uhRCClxZKEhk9MmoQF7bJRz9J { width:14.4375rem;height:0;top:38.3125rem;left:8.0625rem;font-size:6.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #W6EdfkdJXWHnLu3WxckOyTisFXvMXulI { width:1.125rem;height:1.375rem;top:35.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOwmTCT3zaGIwbcwusfN0f2VrfsvT56G { width:19rem;height:3.375rem;top:21.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmLX0u4UQPil84s5eG71y3lRwXPpDrdQ { display:block; }
 }@media only screen and (max-width: 763px) { #gLAw9C3T0f3w7kIMohl0WDt0UIQXPIaO { width:17.25rem;height:4.4967948717949rem;top:75.08125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWXupo6L0zPkZMPb5VLnivhaGbTh7PLz { top:44.625rem;left:0.5rem;width:19rem;height:2.75rem;z-index:15174;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tgd7rHLWbzQ8GgevcmCECDHEr8un7pI5 { width:10.3125rem;height:10.725rem;top:34.543746948243rem;left:9.1875rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NONwIvNhEJBwcG4TW4cndBfGfW8cO3Bm { width:11.25rem;height:11.9375rem;top:33.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCDV0HPaooPvkILg421hJx0ltEcVxT9 { display:flex;width:1.3125rem;height:1.3125rem;top:37rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #uNZyHiqSi8QEw0FquJv5Xe7zrJDeNNEi { width:1.375rem;height:1.375rem;top:36.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4XovH5RmpDrO5n39RAu4Tbs37uGAAEv { display:block; }
 }@media only screen and (max-width: 763px) { #PWrnmdM6pXxQ8b36cF7dK6ZiDoOKEdQ3 { width:0.75rem;height:0.75rem;top:37.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { width:20rem;height:7.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { width:12.3125rem;height:2.75rem;top:1.5rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { width:2.1875rem;height:1.25rem;top:5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { width:2.1875rem;height:1.25rem;top:5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyyiIog6z634exTQSd55tnTHG4zwFJ75 { width:2.1875rem;height:1.25rem;top:5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { width:19.75rem;height:16.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { display:flex;width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { width:15rem;height:4.55rem;top:9.375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { width:8.875rem;height:0.9625rem;top:14.0625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { width:7.6875rem;height:1.375rem;top:13.75rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block; }
 }@media only screen and (max-width: 763px) { #pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { width:13.875rem;height:3rem;top:16.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block; }
 }@media only screen and (max-width: 763px) { #CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS { display:block; }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS { background-color: transparent; background-image: none; }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .row .container > .video-iframe-container { display: none; }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .row > .video-iframe-container { display: none; }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .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); }#CHvrUlXQe7aJP4PAurwHgXpfkL3JV2fS > .row .container { width:20rem;background-color:transparent;background-image:none;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgmANzXynth60QhouK8TKy08dLtlULPz { width:20rem;height:4.4375rem;top:0.4375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mZSNxDaonbr1TK5B5vczG3oyCSRQ1fn8 { width:12.3125rem;height:1.375rem;top:1.875rem;left:3.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #casSKmoBXNlIZtgnSQ3B7l1K119WHZJg { display:flex;width:3.125rem;height:3.125rem;top:3.375rem;left:8.4375rem;z-index:15210; }
 }@media only screen and (max-width: 763px) { #SO8iK78ex3UbUXAWtsEwi5OxtVPMNeAu { width:19.75rem;height:9.375rem;top:4.8125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BWp4cdary0GX9zDzCwpb1S7O2ye8iyKA { top:7.875rem;left:4.78125rem;width:10.4375rem;height:3.5rem;z-index:15211;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { display:block; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { width:17.0625rem;height:2.75rem;top:1.625rem;left:1.4687500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { width:19.75rem;height:21.9375rem;top:3.3125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { width:20rem;height:3rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block; }
 }@media only screen and (max-width: 763px) { #sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { width:20rem;height:3rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block; }
 }@media only screen and (max-width: 763px) { #OEl6xM1OQ542FQPO4Ntt5x5ynh49yTCV { width:20rem;height:3.6363636363636rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXxTuQZyfRnniqCidg3rS0PXyvwGLN3i { top:5.375rem;left:0.0625rem;width:19.9375rem;height:20.1875rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lsxhzTpCV6lPl1TpTMNc0TOtuOfOAsTL { width:5.0625rem;height:5rem;top:6.3125rem;left:0.30143079510534rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsJwuBT38n9d40tzqo8CL20TT9Uk5TmL { display:block; }
 }@media only screen and (max-width: 763px) { #uKvaBRIydhFb27h8X6CZzDAC4794bZ0u { width:4.6875rem;height:4.75rem;top:6.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIeCpr32a9IxniF4EE9lafaDCEZTmzSp { display:block; }
 }@media only screen and (max-width: 763px) { #dsJqmfsXboay6nDASTX3qeENSGfzkhGG { width:5.5rem;height:5.4375rem;top:6.3125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcLBnXdXApUzPVh2XFry3snNG6qHf8wL { display:block; }
 }@media only screen and (max-width: 763px) { #EGFTF9fq2f9LRu4sz7e5hvzgHPxFQJ07 { width:5.5rem;height:4.375rem;top:6.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPm43XrT97Evv7Dre1BMgdll4wTyxhe8 { display:block; }
 }@media only screen and (max-width: 763px) { #i30rZWbCvhQaHUTTTXiedqgav4ARgWrW { width:4.4375rem;height:4.375rem;top:11.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCdGmadXkiyJfTTcNLAbsc3aBJNRcwF3 { display:block; }
 }@media only screen and (max-width: 763px) { #GmOrEkps7lzQKtNaidSmrmV9GqpxcPpn { width:4.3125rem;height:4.25rem;top:16.04791625rem;left:5.9352786133396rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQhsQcREH9ZZ5A0aUvSlBq4dRQ5aisCV { display:block; }
 }@media only screen and (max-width: 763px) { #ZWTdbgR17c1CQs4xn71RzfVvVmgrB1DT { width:5.5rem;height:5.4375rem;top:13.125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rD2XR0ogCch7LC8lTREXAmdWyWCwqUQH { display:block; }
 }@media only screen and (max-width: 763px) { #yz6Okpnunsml5GwrF0TfRl8ggCMnfsOA { width:5.5rem;height:5.4375rem;top:10.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZEUWHlUnG9H0oNOzIvLLKUWOhkNp3wd { display:block; }
 }@media only screen and (max-width: 763px) { #SetPgSC0cPlsxUeDpZl56mZoiuuRXD0x { width:5.5rem;height:5.4375rem;top:13.125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLGVyT7ykb3kZeTJ0NaKTXwVsNrl0hcx { display:block; }
 }@media only screen and (max-width: 763px) { #Z53kxmk2de15KUhMCZeVdCFROdBwHyTV { width:3.5625rem;height:4.625rem;top:15.86041625rem;left:10.451647165551rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOWrkkmS9TBWFgkfEO8NTMQ2nnsrJGyv { display:block; }
 }@media only screen and (max-width: 763px) { #Pwph2T9xScbkZv1MJilypc03aRhdDrxe { width:3.75rem;height:3.6875rem;top:11.312500953674rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfvO0KFaUK7v5fTpAyl8kadN5q7yN0k3 { display:block; }
 }@media only screen and (max-width: 763px) { #TyzxwT64KkvTcetivxOf9K3B3C0QE5I6 { width:4.125rem;height:4.0625rem;top:11.375000953674rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlLWNtXThg8NsfETKZWa6JkaUTOnsXK2 { display:block; }
 }@media only screen and (max-width: 763px) { #nW8U0hRw6yGQGRomw6Qs5TwGH6A4kGWz { width:4.375rem;height:4.3125rem;top:15.766667366028rem;left:0.64479160308838rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOWToss7ET26ytUIopzhOkWtOk0w0qh2 { display:block; }
 }@media only screen and (max-width: 763px) { #SIO3w3rmsDz53GD4U9sC2E915U1zp2kb { width:4rem;height:3.9375rem;top:15.78125667572rem;left:15.142821909474rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbPaT6PxT2T3rfG1h2vixM7XsLr0AB3q { display:block; }
 }@media only screen and (max-width: 763px) { #o63teCUBUO3g5DWzNssTMf89VSXRNXBI { width:3.8125rem;height:3.75rem;top:20.500000953674rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLrxXVd0zHhfbww3SCyE4V7xNqz9VekB { display:block; }
 }@media only screen and (max-width: 763px) { #cmS5xZdxyfWaXrtnP44wxEoZ9d4H2Pww { width:3.875rem;height:3.8125rem;top:20.485416412354rem;left:5.6760416030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8a9m8ptX1BcCgNRzbGTorLvyolR3dN { display:block; }
 }@media only screen and (max-width: 763px) { #vg10UynW5W9L3laVLnmvlekRgbO4Wr5I { width:4rem;height:3.9375rem;top:20.422917366028rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElKKHSgyszLNnDKyOpMh4XxTSog3lTMn { display:block; }
 }@media only screen and (max-width: 763px) { #ARuyKtQUQWkLA9hA0asVXw3PbfTZF5ve { width:4.125rem;height:4.0625rem;top:20.360416412354rem;left:14.663540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0GenPBKZryAcBXziAoIenOvMedTH4NU { display:block; }
 }@media only screen and (max-width: 763px) { #DHsOib4mUw75d1tDGzgWHRk6HmzQCmpF { width:4.9375rem;height:4.875rem;top:13.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuSceSkHiGE0MCyBS9K4t6dvcrpoXwDi { display:block; }
 }@media only screen and (max-width: 763px) { #zvfArEEkuM5CVJkHN477hdLip6pa9fgL { width:4.9375rem;height:4.875rem;top:13.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #buSwZtBzr5USVGG2sOXaQTEWPvEDQ1dx { display:block; }
 }@media only screen and (max-width: 763px) { #IWp2L12ezuXqMPFBfcEMz8KMGtMAkkw6 { width:4.875rem;height:4.8125rem;top:13.125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVw8ItJQSWOnPX01FoHGaGi7E9Vy1t7r { display:block; }
 }@media only screen and (max-width: 763px) { #HttIgsTSS5hMGpW1erPOH2Am6Dm5ynaU { width:4.875rem;height:4.8125rem;top:13.125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WefMqs3VeRfQPuudZUu2vuQERfVSHaUp { display:block; }
 }@media only screen and (max-width: 763px) { #qM2IZCs79D9RnGWRW1RDrK2SAXNM23Gh { width:4.875rem;height:4.8125rem;top:13.125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1IZmT0z6UC20ZTaCqPJB5GeuNxuqChX { display:block; }
 }@media only screen and (max-width: 763px) { #A1z4mTtTTw9cZs3mTt8mi07ZlfJlotL6 { width:4.875rem;height:4.8125rem;top:13.125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M64Uf3hFQxwPMaiqkN5E8VQIZufkBkcz { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:20rem;height:3.5rem;top:1.1625003814698rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #TxJ5yQNeh07nwVESwM2i2P018C3Rxu26 { width:0.75rem;height:0.75rem;top:5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIiuSSOpm70vO534S5JrdsvXi3ybUifT { width:16.1875rem;height:0.975rem;top:4.9375rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:20rem;height:9rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:16.4375rem;height:2.275rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:16.5625rem;height:5.25rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:15.75rem;height:2.25rem;top:6.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 763px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:20rem;height:6rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:16.4375rem;height:2.275rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:16.5625rem;height:2.1rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM { display:block; }#VBVTauGJ8adSuB8kDpmTPCJ9BqnJS7lM > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4WLIA8gtfixcyT7oEuDTDbcTk1Ub7Lb { top:0rem;left:0rem;width:10rem;height:5.25rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cyef4a4WFqfRWgqy4JBvOH3Dx70IBwLp { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zepCo0sOgA6dpayuT3L7aNb1qH36VRRi { display:block; }
 }@media only screen and (max-width: 763px) { #BMXuRmyIp1e0E6uc9Cung5vvV8AZoPLS { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwCTEqDN8OVbesnqeUcB5oT2hX1OOdxk { width:9.3125rem;height:2.1rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U0zl12HKdtE10Ew65m64xvGmTxTqtXI5 { width:1.625rem;height:0.875rem;top:3.25rem;left:1.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #H77oe71tTkHiyrSWbU2ohFDZXmqIFody { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8bOmFpSqrzB3aZgniRZRnKm6kTld6zx { width:1.375rem;height:0.75rem;top:3.3125rem;left:7.0000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2cO2146pvGCA6VTaoIFbRHImTq3ZF22 { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT8eD2IggEpKQnkFkXxyn5eU4mvf1Up9 { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #AmshGgBnAJF6RJiiCFWJKnxvQQy4BQSH { display:block; }
 }@media only screen and (max-width: 763px) { #KO8mS3hccQzplFKLOtOnDx1idoIOFl2E { top:0rem;left:10rem;width:10rem;height:5.1875rem;z-index:14988;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2fkRT6nxDWCo3gPQZiPcR4IQDI7QlK { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aU8vfTryNqiTG538h3gWypM9IpM8xCoI { width:8.9375rem;height:2.1rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tFvFnBxBrKLJvarAqdUXswgsrXNcW95y { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGb7FU282g7JvVcq0HGRM3y5VrSEuVk7 { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLwi7mONU3wnTQfuWzrTf92FwvipHMuK { width:20rem;height:22.4375rem;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;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #xNFh0zLCLqzeikBAqi98QlKOWsQnym5T { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2a4CLToFvTzB30N33U1n5upJSuBfhHI { width:18.375rem;height:4.875rem;top:6.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfFsdxsgI62HpHXdiAcNmGwNquilEET { display:block; }
 }@media only screen and (max-width: 763px) { #nkvkfIIggL3paftBvPvmwsHuWuQVMPcz { width:1.0625rem;height:1.0625rem;top:12.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Q5G7WaSpcLXViO8CKsf0aVfQ35eJNi { width:0.5625rem;height:0.5625rem;top:13.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfMQTTN5EQ8V3brS3OId6ASDppVoq3Ts { width:3.1875rem;height:1.2375rem;top:12.75rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRsRzQPDzTecTUwXr9MMlJqQndGvCn7z { width:3.6875rem;height:1.65rem;top:14.125rem;left:3.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D6L1kHpbdFDpANoMyCDt9ToRdawaS4z9 { width:4.875rem;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) { #odQuyEai3VFgVQegKyXDTevid3LmU0BR { width:10.4375rem;height:1.05rem;top:14.375rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2CgAAFCAZGAmBloKgfmobwoywBwW5Bt { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #pXFEcTlFJb3P5FaVnpXdn1qxKT7Er0mS { width:18.3125rem;height:4.875rem;top:11.78125rem;left:0.84375rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #k0gWeo8DT3s58FXICTs5tSfmucpnOa1Z { display:block; }
 }@media only screen and (max-width: 763px) { #bKveFrKuC2vspTfN12NS3rlye4Z3Zbtd { width:1.0625rem;height:1.0625rem;top:7.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5FF4UQELirbo1CXbxvR8hQzdGqQsKsQ { width:0.5625rem;height:0.5625rem;top:7.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6LZqBDVtPL2F6KBsMspbbiwTndWiFP { width:3.5625rem;height:1.8rem;top:6.875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR4JSZ0WKtXmTLnTCan60NVbuB5nTQLq { width:4.0625rem;height:1.8rem;top:8.5rem;left:3.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NxiqVD6LZDbLTxq7Psh4iXhoBwmuG1 { width:5rem;height:2rem;top:6.8125rem;left:13.3125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fdXDNU0wIHsTZ3Umi2DdQ66eQwKcQtBp { 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) { #QKoMdrcEXT52McioNfpMNVu4NQOFk4Az { width:10.25rem;height:0.9rem;top:8.75rem;left:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #payXv7mwie4tN0xEb75MRBD3cSvMb4nl { 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) { #QvbMNhTswQfi2yHzAyt0m4v4JueO1HKO { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #s7T0NiXRUu4nxsOk4U0q3ULqC6SIw4pJ { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFfW8FldTE4JxHBFtdwyZxhthilU2Xer { display:block; }
 }@media only screen and (max-width: 763px) { #C55m37GsPJdccfPI4ope1W0bfzMP2RXi { width:18.25rem;height:1.05rem;top:21.625rem;left:0.87421876192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipUH20TTwSyedxOmSxsxMrWz2zSRA3Jb { width:4.625rem;height:1.05rem;top:11.75rem;left:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6NyEkusdpb54f2rTPCFfawFSDWoBXCA { width:4.625rem;height:1.05rem;top:6.0625rem;left:15.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV { display:block; }#Udzlw1vlO9aZuzJhrnvheIiTOdbBa7rV > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8soCJeRanFcCggzqRULrPBKJk4TFAey { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #sroGDTT7NC3wvlq6A7zTX98ZggkS8Mt2 { 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) { #mGXyU64Pa63q7towGmGWy523yoTFHZDF { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUIWVS22DTaUKrsQzkTg0uVmLV3DUcbR { 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) { #RW1CWMJupxDEmq0h0igcgg9LJBVBgFG0 { 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) { #eA3cRXotV8RLTFrF485bhS386dvkaPNE { 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) { #CCDwENg5Z2VU59grJFVFyzccTDqQLA1X { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFSOPqE0Iml3hRxCBTzZnN4pXfOksals { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #cy28Ec040Gfg3LuEri78wqhKXmTuwVgr { display:block; }
 }@media only screen and (max-width: 763px) { #hTXXMWvppKSZrMidGBVJJMrDUppfoKzi { width:20rem;height:33.8125rem;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) { #I8se3TkcSRcCets3h1ZQHtdgmg60WpKM { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #E280HNN4Uc7Cft2OWE9wfvxnktbGpW4u { display:block; }
 }@media only screen and (max-width: 763px) { #xqrTryficPylTLqzAsCZJeJy7PlttV17 { width:18.25rem;height:4.875rem;top:23.0625rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #XmFz10xaIrVuGnLgdITNK08XTsL6AM7q { display:block; }
 }@media only screen and (max-width: 763px) { #wVG6l0N1Xe2RxT4eLzL4i7gDbzi9DXAi { width:1.625rem;height:0.875rem;top:3.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvXsk4V0kSXLl071kGQARbxkZTlnmaV6 { width:18.25rem;height:3rem;top:30.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g95cvhaNi849gZ2EpPf3QafQUyU3B6S7 { display:block; }
 }@media only screen and (max-width: 763px) { #BpU9uvDXuxXAJxk8RlmMIyP6huVJWz3f { width:18.25rem;height:1.05rem;top:34.3125rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3UmvdCunzhifdSFfACF2b4ASSVh97i2 { width:9.3125rem;height:2.1rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vwEzyg4x3za6o27pBh5JMlyF30hFzu6Q { width:9.6875rem;height:4.8125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR8fSfKwuKfG89v5N0nznUFIrTlMSpTJ { display:block; }
 }@media only screen and (max-width: 763px) { #TzMVCFbSmzSUgTnMvSRwOlMEvdosnp9f { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVG9NOyx2OknsXSfqitxv86AtXbQgbl1 { width:1.375rem;height:0.75rem;top:3.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHwVvuz9sxBb5uIbFR1KQPJbrVvnPmIx { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Iee13yoCbU9egXQqZHBegRUkAJcMct { width:8.9375rem;height:2.1rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CFMTcyL6S3MQvUVdqUe3WwvZDSITL60n { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #i60DiBfSNPq427ZnRIG8w4hbBq745nyQ { display:block; }
 }@media only screen and (max-width: 763px) { #a3qlKDNNGwPOPIrwRD3f5pGu1FTISRUD { width:18.25rem;height:3rem;top:30.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUZp08TrFMGfrv6zWg2S1PnCRwxPiSng { width:18.25rem;height:3rem;top:30.5625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #zkeQH5UH0TTh6d3FIQTmOAQRh2bCHIDS { width:18.25rem;height:4.875rem;top:23.0625rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #giVTzElphcBIZOP2Fhbug3PBoB75JabM { width:4.625rem;height:1.5rem;top:25.375rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MgqQZTAWMHcG5P5QnVN4ZKbSxORcUo2R { width:9.75rem;height:0.9625rem;top:25.625rem;left:8.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoHv41XX5V19qsXlMTfmnooKtdewTTgx { width:4.875rem;height:1.8rem;top:24.125rem;left:13.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lBCUOAJNEQXNfhSmO3g2H7TPWbkxxzRL { width:2.625rem;height:1.2375rem;top:24.0625rem;left:3.6875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g5Wa0tevWhZqiUTSucDI7R2o6s9tNw6z { width:1.0625rem;height:1.0625rem;top:24.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It8zdvXgPpaTtAknKCSLwoETqOS9OlJA { width:0.5625rem;height:0.5625rem;top:24.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHkwP5BTIOD9LeOVlHhrTM0bDEcdVTfl { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyn5xCoqr6EaTUs6aSU4hFkZNdmP6g2w { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KodQhbxVVfXOwxMXffQXB6WZwSV61C5q { 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) { #BQNa6eqJx2O8D2hE3agHV5FG023OPrTd { width:4.5rem;height:1.5rem;top:14.125rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #svFIWDoHztLsdXlweyvUppRglhzoimyk { 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) { #mT3K7FSZm40EGyunUel6XwuFT99WdWMT { 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) { #myERM8vkuGPowxzZMommhC1unElHqyOp { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gdq3TyOt7JDQDuNxrvThNZaz6Bs3Hf15 { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji0T3smAh20gAZgNK2GWVTKHgLooEDPX { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAXtZoFJ2IdJcVy4iTGobOe1LizcexQV { width:20rem;height:6.0869565217391rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHNfS5rWpm4HWDGtV3PAaZ387hrk7wrp { width:19.125rem;height:6.0625rem;top:0.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RV0PGwaGoCqA9ReARkfayzO02686k4pv { top:0rem;left:0rem;width:10rem;height:5.1875rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TmtINRi4Tgdtq3BuqZxQs5WCbKo9PIra { top:0rem;left:10rem;width:10rem;height:5.25rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ENy0Qi2kJXDLEssfVIoHZlnuHxqbpAKF { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #yvDMp04ywuJn4kaG80ImiOo7Tf7mexre { display:block; }
 }@media only screen and (max-width: 763px) { #Itf74tLf9spQTQGHGG2cpdF5NTr83dzc { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ROMpM5E3lxNkxgD9zLrMygAirXw5Qay1 { width:8.0625rem;height:1.8rem;top:18.125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsVIpBW6Pc6KuiPnNgnzpwEy9dbfdO7z { width:1.0625rem;height:1.0625rem;top:18.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSS1Zf3Aki97e5J5oQqhiuxrR9feQwsh { width:0.5625rem;height:0.5625rem;top:18.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXZbfMN0L107GQLXnbVW52ADeGGNQX3m { width:6rem;height:1.5rem;top:19.75rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aTmDuTI2EKARwvMhlnqlQsPH9DQgu0wQ { width:8.9375rem;height:1.8rem;top:18.47500038147rem;left:9.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dfBhUqXQJbyOgxyW5vzMB7ZQdrDxNSx5 { width:14.3125rem;height:1.05rem;top:19.925000190735rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEecmWWTuBqbKrQWkCmH3eTEyNJ67NlD { width:11.0625rem;height:0.6875rem;top:29rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 { display:block; }#CQNnbTJfnuOKIDZLukKdQ1lJW9qCaI36 > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGQGo0V3pPbeuxVBGZuuxoMrZTXvAqx6 { width:20rem;height:1.625rem;top:2.21875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T6M2qAEvbxKKoTgB25rk4xgOMTk6prA7 { width:20rem;height:7.1rem;top:46.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhE7pEnE42JyBm3IDGWzlTZ1a4IBBB56 { width:4rem;height:4rem;top:6.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQuPM1ecodyiAT5hDa1e1ywJAPRtvrZw { display:block; }
 }@media only screen and (max-width: 763px) { #TCmPq7Tdk7IPyPQTINm5WTa2cxfAQDes { width:4rem;height:4rem;top:6.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttn5eI7oLeyqS0lvHpe86F9K9tln7WiR { display:block; }
 }@media only screen and (max-width: 763px) { #AxmgQWxp4GT34S0rqOi3anmeK8zpVxEn { width:20rem;height:12.5rem;top:11.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED3ZK8moe1IOtaCdOeE66v9dGDOTmOXq { width:12.6875rem;height:2.25rem;top:21rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGVl6K0Chl80tA00IXpgQonbTtedb5t5 { display:block; }
 }@media only screen and (max-width: 763px) { #MisiIhUF6J5n3g4BhBcmba2p0HJMdOyJ { width:20rem;height:2.7rem;top:25.487499237061rem;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) { #InOeAJUeVe4StCxDZ2PyK5VsoySBgZ7L { width:7.3125rem;height:2.625rem;top:29.9375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU3ErdOAE5mAmVMc3y47vVPiptgtDTWJ { display:block; }
 }@media only screen and (max-width: 763px) { #F5L7TaT3EJ4iKAWGasSJi6CeT1CiCR8T { top:4.90625rem;left:0rem;width:20rem;height:19.5rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HnrEMwxDwuUZ8LGipvNvbOUThm3AUDJ6 { width:4rem;height:4rem;top:6.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO5sqAHgXUJ0bJtXsOx5M9U3cJJIPZVF { display:block; }
 }@media only screen and (max-width: 763px) { #x3g25tMwZN7w3H7n5Ttye9EI7T3hKIJE { width:4rem;height:4rem;top:6.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5zLDmKxonxgbR0S3in4Xew3Cawv6QXF { display:block; }
 }@media only screen and (max-width: 763px) { #hbJf157TJIZbBE5TKqkcTF4uNFEZwQTk { width:4rem;height:4rem;top:10.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEPz2MLsAHT0M83T3AJcTXdOkR3DFZo { display:block; }
 }@media only screen and (max-width: 763px) { #HiZe3WEfDwkaaC6Q5thKW9cGabiTH3TL { width:4rem;height:4rem;top:15rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clp8LVvV3mCNl5oIxmADIWufPgI9oKyR { display:block; }
 }@media only screen and (max-width: 763px) { #dRl03gdvK7el6WdVzhZDkX4vELXasXT1 { width:4rem;height:4rem;top:29.25rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgnV1WTwOymCM45qqtKMsC1TNErgq6mh { display:block; }
 }@media only screen and (max-width: 763px) { #KwhPGuhVU3aeO6PPA3EyQc1tb0TERUBJ { width:4rem;height:4rem;top:10.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZdhCF5RkvUdK7CW3BDT5P4B3NEvzXcA { display:block; }
 }@media only screen and (max-width: 763px) { #dhX6N7TXkESyUouP2DdOZms4Z00rcNnK { width:5.5rem;height:5.4375rem;top:33.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wF7V5DN7xzicrsOO4EvTLAW8Q4Ef5bGN { display:block; }
 }@media only screen and (max-width: 763px) { #PODs5lGSZuwmlc623JDga0uQehkK7Sck { width:5.5rem;height:5.4375rem;top:18.5rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EroRxV1dvQqJP11MCc9KSKP3V5KQ4uMi { display:block; }
 }@media only screen and (max-width: 763px) { #ruKmFWJWucF9vStavCnLvOxPV7UdMWck { width:5.5rem;height:5.4375rem;top:33.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNelIzHKXw6nXCZTIoOlW68lk8RUTCFl { display:block; }
 }@media only screen and (max-width: 763px) { #P2WheKDXrHuVAr2MMyc37ocf4mIdTgHV { width:20rem;height:15.0625rem;top:4.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFp1NnCwnDWtqsuVOthrFVqPRSSnNSTR { display:block; }
 }@media only screen and (max-width: 763px) { #w1ZWLCTCKhhKh9ViM0CBMUuLGHfTi0q4 { width:3.625rem;height:2.5rem;top:11.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU7CWQBaKeiJ5ChdGI95sJP0nSJ0nZb2 { width:2.875rem;height:0.9375rem;top:11.96875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 { display:block; }#xsbRKmizZMRspoa2qkqIO8wFbf4RT8B2 > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIvvRMVwXrpoNaGGOOynSDFD2GteDl8x { width:3.875rem;height:3.875rem;top:25.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF3dLqCPBtT9aVFyqlu5QTd3HLyOyyCO { width:3.875rem;height:3.875rem;top:25.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #indCEO2MI41z4A7vlxQrfFbMMKJHT9Wy { width:3.875rem;height:3.875rem;top:25.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsF4NkElJ5QDGC9LrOUSOmces7wirL30 { width:3.875rem;height:3.875rem;top:33.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTEpJZdaUdsnxPfh5THT9T6QIAPCpyRP { width:3.5rem;height:3.5rem;top:24.75rem;left:6.1875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0wZGZ0Zq4vn74eMbFemStEBsl5A4UuT { width:3.5rem;height:3.5rem;top:24.75rem;left:14.625000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZIIPmGyAzAcKzgCcfRaJvJaqRPaI5mZ { width:3.875rem;height:3.875rem;top:29.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdlDpd45CE8LwOzsdhTZ8HS2hAlty0m { width:2.375rem;height:2.375rem;top:25.3125rem;left:6.7500000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #gill1HEMqkAZNJSyobuvDpDK5fKa3iVV { width:2.375rem;height:2.375rem;top:34rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJE6cKUQ9zSuEd3tG0sg4TiUdGP6ixaV { width:3.0625rem;height:3.0625rem;top:24.875rem;left:2.1875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMmVxbz3xut8228Lg42r8DFtnzvgukAp { width:3.875rem;height:3.875rem;top:33.375rem;left:14.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IVvTVTZPTgrvUsCcoWR3wfTGDK6TGtgX { width:1.8125rem;height:1.8125rem;top:34.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT4Uq8Jw3TpzCfppQ516NeRX8VVLEtlp { width:3.875rem;height:3.875rem;top:33.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpH66lEMdx4OgaMBEt3NQN2T7myeUz3 { width:2.125rem;height:2.125rem;top:34.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZoncDa75BgamMQ45SCOdxTIGuCCU5E { width:3.5rem;height:3.5rem;top:32.6875rem;left:1.8750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUNOTTT2OPUOwRwHi8qTVHekAsJe9n9l { width:20rem;height:45.9375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #i2Vsgz9o2zNhxa1rEwfRMHctPBvKyNcT { width:3.875rem;height:3.875rem;top:29.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrerGExvDXhheIebsH8FeMVBXCwkiufW { width:3.5rem;height:3.5rem;top:36.625rem;left:1.8750000596046rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #wJIkLnwhqRSlonJPkq7wNFZKAxol6uCu { width:2.375rem;height:2.375rem;top:34.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku6RE4UTugtWDOZ2eoydOSQwTdMEP933 { width:2.1875rem;height:2.1875rem;top:25.40625rem;left:11.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIg0PEJXRT7TRK5vfpRRgCcD16bOnTS7 { width:3.5rem;height:3.5rem;top:40.9375rem;left:10.375000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sqgu319sGyisUA6b3TQrSPaLtD8IUlt7 { width:20rem;height:2.5rem;top:52rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6L1pywqTXJyqLDpFCDUa8kKMSeDSAF4 { display:block; }
 }@media only screen and (max-width: 763px) { #I8A7nqM8RNHxVNkRQOodo4DXVUINdTso { width:17.75rem;height:3.3rem;top:47.0625rem;left:1.125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJAlzgb93GCm1UTuUWvDFsTnTxOMAr2h { width:20rem;height:41.75rem;top:0rem;left:0rem;z-index:15230;display:block; }
 }@media only screen and (max-width: 763px) { #lXZpTzX1afRpGT1Car3gwnpkXOx4EGNe { display:block; }
 }@media only screen and (max-width: 763px) { #unvzDa8DsAizoHH3fne2l6IbAF6lh7e8 { width:12.6875rem;height:2.3125rem;top:42.1875rem;left:3.65625rem;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QIixHepMeNvhkk316QlzTN69w1hgGm { display:block; }
 }@media only screen and (max-width: 763px) { #TshVKMqO3bANrLOda9xgU6HqXovDLyoN { width:2.5625rem;height:2.5625rem;top:29.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBlBVoNiHFe8G8wrTgdUHQJoINWV16lW { width:2.125rem;height:2.125rem;top:38.375rem;left:2.375rem;z-index:15198;display:block; }
 }@media only screen and (max-width: 763px) { #TrGLBzHdsOTEEXRf3wiCi3pmK2Vn9Q12 { width:3.0625rem;height:3.0625rem;top:29.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1aCGsTJEhWMZhVKK1w2VTWMfyOfNI5F { width:2.5rem;height:2.5rem;top:25.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csbTJFkOWATdBd8lF4E51z9XmiIWDCSZ { width:2.625rem;height:2.625rem;top:25.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcSirBFx6JeAJW0gr3BK3HHaxCOZ5Vl { width:2.625rem;height:2.625rem;top:25.6875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgSyKhTq3VIimTTGIFTExvUBkwIGn26w { width:2.625rem;height:2.625rem;top:25.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhJPLyZ56mJJt89P6SaGDVsh6IMmwSt7 { width:2.1875rem;height:2.1875rem;top:30.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewsgUmC9Oyt49pqTUXXAexPiQ3kUKqtc { width:3.875rem;height:3.875rem;top:33.3125rem;left:10.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wmQdGeuVaxTGduzuPqSIUcLbSWrkMVH3 { width:3.875rem;height:3.875rem;top:37.5rem;left:1.5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #J9ZcG8QeocOyINNJMo5cwUPBzOeu4eeS { width:3.875rem;height:3.875rem;top:29.25rem;left:14.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iqu5dXKlrCE1m9dmtm5feTdd2TIy75EP { width:2.75rem;height:2.75rem;top:1.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ClNUvHzRAGS5onWqXtv0eiwMpMMNdo { width:5.375rem;height:5.375rem;top:43.8125rem;left:8.625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #JUbnzGUGQNnVA2aAWz2bvGHr4uQZ8B4K { width:3.875rem;height:3.875rem;top:21rem;left:14.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #kbG0XtqPiKd5xNkHUOL3pwkkFWODim6q { width:2.0625rem;height:2.0625rem;top:21.8125rem;left:15.625rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #gvTe1li2C3fb7k1fix0m47eBzEo9KAaL { width:3.875rem;height:3.875rem;top:21rem;left:10.25rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #fOVEDxiBbTUabCCAq12RMy5C7KvBWlVM { width:2.6875rem;height:2.6875rem;top:21.5rem;left:10.9375rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #uFFTTT5T7gDrv85T8pz6bNEHzSpi33k9 { width:3.875rem;height:3.875rem;top:21rem;left:5.875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #zTz2tmTExmHAxTVVBklBJuuT3EfFB0gq { width:2.25rem;height:2.25rem;top:21.875rem;left:6.6875rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #ozLnbsgODUmDZJkDbhcA14zPg9WPpKTR { width:2.8125rem;height:2.8125rem;top:21.5625rem;left:1.9375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #wDFSAWc6xXocWcxToJ9MGQzITV8FfApO { width:3.875rem;height:3.875rem;top:21rem;left:1.375rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #IBsIrgFcFK4GBfWEZX0tkT1cUThKP8Tz { width:3.875rem;height:3.875rem;top:16.9375rem;left:10.25rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #c6FOUm6OabXvnUNant5c2yv50go9QlBg { width:2.8125rem;height:2.8125rem;top:17.4375rem;left:15.3125rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #XIA6rABUS3MiVppZW0aKwr3W6v9x5Kw1 { width:3.875rem;height:3.875rem;top:16.9375rem;left:14.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #rL7CliGTTfmXSTrc2HlyTRefhvNkoab6 { width:3.0625rem;height:3.0625rem;top:17.1875rem;left:10.6875rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #m4EhlIOrJvHF8wVbu28NoJHOJS1NmUFW { width:3.875rem;height:3.875rem;top:16.9375rem;left:5.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #u6MHx1QmMhz35OvU9uJx2xVfK0wg1VdD { width:2.8125rem;height:2.8125rem;top:17.4375rem;left:6.3125rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #wTgTuvbrDNIpDBLSB8HiiS6THAria8TX { width:2.8125rem;height:2.8125rem;top:17.5rem;left:1.9375rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #TwkXbyEepzcTk95W4fRcJE0aEECVca4L { width:3.875rem;height:3.875rem;top:16.9375rem;left:1.375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Q5m45qvIAvbXpkkfGUWRKeKlK6a8Geet { width:3.875rem;height:3.875rem;top:12.875rem;left:10.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #JgVOAO9nAWuE4aTl8nT0scV48bFQTgRQ { width:3.875rem;height:3.875rem;top:12.875rem;left:5.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #H6ZtImcafl3EVUDdl67wSr3BTJ0CQIKd { width:2.8125rem;height:2.8125rem;top:13.3125rem;left:10.6875rem;z-index:15190;display:block; }
 }@media only screen and (max-width: 763px) { #SHr6ZU6FtltaRV2GyXUwv4B8rz5WL0Wg { width:2.6875rem;height:2.6875rem;top:13.25rem;left:6.5rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #TXnczzC8y8mDVdfNzyVP5NQdns3IdpTv { width:3.875rem;height:3.875rem;top:12.8125rem;left:1.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #qOwxLVPPV7hErUXs0TMDNK3bcTZotHHq { width:2.6875rem;height:2.6875rem;top:13.125rem;left:15.375rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #o60IDpVVLIctXrCLoob28vQOZodGaOBr { width:2.6875rem;height:2.6875rem;top:13.4375rem;left:2rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #ApWaBDLr0SkTVySB7Abbuy2rkDVSKGr8 { width:3.875rem;height:3.875rem;top:8.75rem;left:14.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TiAD2giEu8t7RTsxWguywmpMgNxP6Wdr { width:2.9375rem;height:2.9375rem;top:9.25rem;left:15.3125rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #ic6Dkwqo78K0hRNr7AMqOeQdtT3WTvh0 { width:2.875rem;height:2.875rem;top:9.25rem;left:10.75rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #cnRagAeO6biNgEBOucwuoH4eKoZU2N1M { width:3.125rem;height:3.125rem;top:9.1875rem;left:6.25rem;z-index:15188;display:block; }
 }@media only screen and (max-width: 763px) { #bDTJdCyDmx9StWtiCwReCqVaSahLyAii { width:3.875rem;height:3.875rem;top:8.6875rem;left:5.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #VmXVft7vHoDZ47WeiC2HeTWPrwEpEsXh { width:3.875rem;height:3.875rem;top:8.6875rem;left:1.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #pmJpVbGOdkNkRrP2mlA26KOqQT9l0J7u { width:3rem;height:3rem;top:9.0625rem;left:1.8125rem;z-index:15189;display:block; }
 }@media only screen and (max-width: 763px) { #bI67r63kV2oM6vNqUsGEsm5hTm3CeubA { width:3.875rem;height:3.875rem;top:12.875rem;left:14.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MsaHZkiqbJkCoOOB7WiiAt1sv3fMuti1 { width:3.875rem;height:3.875rem;top:8.75rem;left:10.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Q7RlWgTdJQXTC7rVTcV7TLoZLZHVT9gP { width:3.0625rem;height:3.0625rem;top:0.9375rem;left:1.8125rem;z-index:15204;display:block; }
 }@media only screen and (max-width: 763px) { #DGX3T7oeVIK07kQF1rnNnGCcf8qvNe6b { width:3.875rem;height:3.875rem;top:4.6875rem;left:10.25rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #o2AEqGy9IIvv89K5alaVIIhtluRuxdLw { width:2.5rem;height:2.5rem;top:1.1875rem;left:10.9375rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #s7wKkbxXWMbnJ7ivz9i2CXGrA37Xc6pO { width:3rem;height:3rem;top:5rem;left:1.8125rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #GLZq0tX9M7zvcEGSoxMmeQs1WaJJTxv3 { width:2.5rem;height:2.5rem;top:5.4375rem;left:6.5625rem;z-index:15187;display:block; }
 }@media only screen and (max-width: 763px) { #WRKNg7hOIFx8TPo0xu1gTTGfhPkfXiEg { width:3.875rem;height:3.875rem;top:4.625rem;left:1.375rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #CouQzrKeTdZ2gXBIGAaWeRUJoOKN0n5n { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:10.875rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #nN90HKtlWi24hJIhLGy4SvvXkEsUmkWi { width:3.875rem;height:3.875rem;top:0.5rem;left:10.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #ePFKLKVxcDXpn7gkrrOb8zDZVBPq5OLi { width:3.875rem;height:3.875rem;top:4.625rem;left:14.75rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #lmZtXHD63S3HU0o3m6blC9GTRREDBQIR { width:3rem;height:3rem;top:0.875rem;left:15.1875rem;z-index:15216;display:block; }
 }@media only screen and (max-width: 763px) { #RETd5MJsF7kKTTEyKc7cvPsFwXHzdwfM { width:2.75rem;height:2.75rem;top:5.1875rem;left:15.3125rem;z-index:15190;display:block; }
 }@media only screen and (max-width: 763px) { #ADiv9LAAWQiibJATTqqdbWM4MRdHq0Qp { width:3.875rem;height:3.875rem;top:4.6875rem;left:5.875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #aPsq9raCq8RwCQa8l0MxLygg1VK8CNw6 { width:3.875rem;height:3.875rem;top:0.625rem;left:14.75rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #LfNU0KVsEl6ocdiXDCWi86p6o2ZQrTJo { width:3.875rem;height:3.875rem;top:0.625rem;left:1.375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #e3RsnCmyQXB9sVk5VLJXhLURonr9LNCT { width:3.875rem;height:3.875rem;top:0.625rem;left:5.875rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #eC3krUsR8cA7AT2FDTH0EA9DlPBEUFBX { width:3.0625rem;height:3.0625rem;top:29.5625rem;left:10.6875rem;z-index:15215;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JlJe7XLI5zANRFK5U8GES3KXUpRaRCV2 { width:3.875rem;height:3.875rem;top:29.25rem;left:10.25rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #HUE1pBTKio8yJ6dfR7KtVtC1RfdMuXC5 { width:2.75rem;height:2.75rem;top:38.0625rem;left:6.4375rem;z-index:15201;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #disXnJzEI6bs8l9OwIwxFm218QSIdtoH { width:3.875rem;height:3.875rem;top:37.5625rem;left:5.875rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #ksIHwkvBQyKBhJo6HCTXuo565GwW9hRe { width:2.5rem;height:2.5rem;top:38.125rem;left:10.9375rem;z-index:15214;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ovQRUmDU96CoHlkaxXd8kbQ3v0UPVnca { width:3.875rem;height:3.875rem;top:37.4375rem;left:10.25rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #AlbUcZ5TD6zTLzZd9F0rUbMwbnglIQIG { width:3rem;height:3rem;top:37.875rem;left:15.1875rem;z-index:15227;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bm7kFfeqchJeGuhGn2uQZWgIftk1bTm4 { width:3.875rem;height:3.875rem;top:37.5625rem;left:14.75rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #P37XqPTFO9G8mP5VtrJu5LGSBlIXAixo { width:5.375rem;height:5.375rem;top:55.375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1cVO4CIlxZ5VSEP2PTTH9nUSy7QQcAb { width:3.875rem;height:3.875rem;top:25.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaAFUTgGknRG9lTmRN0ButTzaqixCmve { display:none; }#ZaAFUTgGknRG9lTmRN0ButTzaqixCmve > .row .container { width:20rem;height:17.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hyvJFs2HamMvwOT4gL3keqRLzWEdynNT { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #llBAlzffb5ap1eqckOTQosVamTAXoQck { width:20rem;height:10.119521912351rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQlHKRHC1i1CBtmlgeJKNLLTruIGNJo { width:2.75rem;height:2.75rem;top:9.4354162216188rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu { display:block; }#HKgMI66MbXuSRMSQGcvqKGFIV7aS19Lu > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GftoUgwEGyVweGFJbQ0FMKmgbvaBvHxs { width:14.375rem;height:3.9rem;top:1.1875rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VRF4DUzayFvTAJzWlITKSL7o65HotnhO { width:20rem;height:1.05625rem;top:5.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MN5IJiIeotccfyi23xhhltbbzJynmQrN { width:9.8125rem;height:12.5rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XghS8mp7kt2HpeulykmDrapsgB5PcR7G { width:8.4375rem;height:5.4rem;top:9rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c76JnlXPc8ktId9VzqBUVdQR8Ba8TV8D { width:6.375rem;height:0.9375rem;top:17rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQL9WMyhzrIB1xSoaJKl3nIQs68U94Zz { width:7.0625rem;height:1.8rem;top:18.375rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UbHCpyquRdynfpA9gEedgWxFKzfszGqc { width:0.8125rem;height:0.875rem;top:18.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrZUKx5zgRHbOJUVflOLLL3NairmDH2o { width:9.8125rem;height:12.5rem;top:8.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0oqqFTkOREJs6kU6ic2a2LcPqkHFXww { width:8.4375rem;height:7.2rem;top:9rem;left:10.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m8TKMIVlebstEXfniWuihNuuMa4iepQO { width:6.375rem;height:0.9375rem;top:17rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnb7HGHCCkfMlZxBpmxyzgxw1i5DI1qy { width:7.0625rem;height:1.8rem;top:18.375rem;left:10.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HC66AHCFCx1413Uwzkq6bqHGKbasCiOP { width:0.8125rem;height:0.875rem;top:18.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctvrLaxH4r0ayf4uHD7onHtNVTGgCGGr { width:9.8125rem;height:12.5rem;top:21.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35xF7DZILeKBgm2AKzpEvW4rEN5plfx { width:9.8125rem;height:12.6875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSdeNP7e2Z5WsFy994sc2obcIyPIb0R0 { width:8.4375rem;height:1.8rem;top:22.125rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BaGAK9dZS9MHfpseRkXCPd82pW9ks47S { width:8.4375rem;height:1.95rem;top:22.125rem;left:10.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DUWT3yRzxnC7QNCkEMdv5TIS1mFDR9VS { width:6.375rem;height:0.9375rem;top:30.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw0evyRG1RodAtgHt35aatWTTiSK70yP { width:6.375rem;height:0.9375rem;top:30.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pITS44APO5FcLWgl8Jn5qPc8vWR6c9aX { width:6.4375rem;height:1.95rem;top:31.5rem;left:10.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hgqtHVU1xoySHXXSGAHDiZIkfUJ4U2er { width:8.375rem;height:1.8rem;top:31.5rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kwZV2GsINHHoTdOcrmEKWu0d8dwgTXMP { width:0.8125rem;height:0.875rem;top:31.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNHmJkMaqt0umubdvAbrQ4hb85kMtc5h { width:0.8125rem;height:0.875rem;top:32.0625rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvG41IAu7wObsi27hB3zC98gOe1mBlVr { display:block; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr { background-color: transparent; background-image: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row > .video-iframe-container { display: none; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr { border-width: 0; border-radius: 0; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container { width:20rem;height:47.4375rem;background-color:#0c0c10;background-image:url("https://images.assets-landingi.com/uc/721254ea-8d95-463a-94b6-384a26b7fb0d/grafikaousludze2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;position:relative;display:block; }#WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container.adaptive-delivery-prevent-bg, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container.lazyload, #WvG41IAu7wObsi27hB3zC98gOe1mBlVr > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #hkbyNXEfvpdkcvLyQfHBPTQeTSTcwDUp { width:20rem;height:2.2rem;top:1.9624996185302rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x372v8l75ILfOXkQhkES8qHQK9QPEF6J { width:17.75rem;height:2.6rem;top:4.8125rem;left:1.125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQTJQCwGNHVNATuzmm7QiK0S95WN2yGf { width:7.3125rem;height:2.625rem;top:8.8125rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1ASQUQIxmqG7qKHtAPvhT5Izk6QNHkD { display:block; }
 }@media only screen and (max-width: 763px) { #FxflHpQIQdWvRCXpcMBgoSJPATvrRLvL { width:1.5rem;height:1.1875rem;top:21rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSzDtVXT5r4Rq1XX664LyyUIicBrccLv { width:17.75rem;height:1.1rem;top:22.9375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzWkQzq8i6m7bXJW57ETIUaaX37uOMb2 { width:20rem;height:3.4125rem;top:24.375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8aBV8CI1zBAmTJmdZmXMgAgIGk5wFyv { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuKBkJypwUZLzC88dtZp9ZSAkTxuz4dw { width:17.75rem;height:1.1rem;top:31.375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ee8To64qI1WOa3pxohrUbUm2iGugESH4 { width:17.75rem;height:3.4125rem;top:32.875rem;left:1.125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbXszB09c93DsreoSM1AK1cum7ut7PL9 { width:8.25rem;height:1.3125rem;top:35.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InAlDk8hm0Ef3O9AvxZvGqFFtOax0Swe { display:block; }
 }@media only screen and (max-width: 763px) { #CnMh3bC8yTXWNDz5aZCMmEDrxJr1U7s7 { width:1.5rem;height:1.1875rem;top:38.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOkS2mcuM6KC4ew7LMAyQ4qfquh642Nq { width:17.75rem;height:1.1rem;top:39.75rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVaH3raeUXSmqOQ3ZbHGnlsJ9v37Rhbm { width:20rem;height:4.55rem;top:41.25rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { width:20rem;height:1.75rem;top:1.1875rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { width:20rem;height:6.4375rem;top:4.1749992370606rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { width:1.875rem;height:1.5rem;top:6.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { width:8.5rem;height:1.575rem;top:6.625rem;left:8.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { width:19.75rem;height:24.9375rem;top:7.6739578247069rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { width:6.5rem;height:2.4375rem;top:12.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { width:5.75rem;height:2rem;top:12.84375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { width:5.125rem;height:1.8125rem;top:16.799999237061rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { width:5.125rem;height:1.8125rem;top:16.799999237061rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { width:6.0625rem;height:2.0625rem;top:20.112503051757rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct05wyJFLGfUTvgoX0M4JympHofMyHHl { width:4.9375rem;height:1.75rem;top:20.268749237061rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { width:6.9375rem;height:2.3125rem;top:22.893749237061rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WheIHLSD05JwUVmVh25MmeIkK9iikJkB { width:5.75rem;height:2rem;top:23.049999237061rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { width:5.8125rem;height:1.9375rem;top:26.048957824707rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { width:20rem;height:6.4375rem;top:33.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { width:19.75rem;height:9.1875rem;top:37.4375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { width:1.1875rem;height:1.5rem;top:36.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { width:8.5rem;height:1.575rem;top:36.125rem;left:6.8125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { width:3.25rem;height:2rem;top:42.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { width:6.875rem;height:1.6875rem;top:42.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czoECz81l20TtdV8boSFfsfsRuwRmLRi { width:2.5625rem;height:2.5625rem;top:42.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { width:20rem;height:6.4375rem;top:47.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { width:19.75rem;height:9.4375rem;top:51.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { width:1.75rem;height:1.375rem;top:50.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { width:8.5rem;height:1.75rem;top:50.1875rem;left:8.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { width:2.4375rem;height:2.4375rem;top:56.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { width:2.4375rem;height:2.4375rem;top:56.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { width:2.4375rem;height:2.4375rem;top:56.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0SWdivLF3odMVdkgOCyy2oBydF91XfA { width:2.4375rem;height:2.4375rem;top:56.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { width:20rem;height:6.4375rem;top:62.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { width:19.75rem;height:9.4375rem;top:65.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { width:1.75rem;height:1.5rem;top:64.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { width:13.125rem;height:1.75rem;top:64.5rem;left:6.375rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #audgbylHkoaEs1i69QfVy7Ms1FpF9omq { width:9rem;height:2.1875rem;top:71.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { width:5.9375rem;height:2.6875rem;top:71rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { width:20rem;height:2.125rem;top:76.3125rem;left:0rem;font-size:0.875rem;color:#afbbf2;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;display:block; }
 }@media only screen and (max-width: 763px) { #cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block; }
 }@media only screen and (max-width: 763px) { #HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { display:flex;width:3.125rem;height:3.125rem;top:9.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { display:flex;width:3.125rem;height:3.125rem;top:38.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { display:flex;width:3.125rem;height:3.125rem;top:52.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { display:flex;width:3.125rem;height:3.125rem;top:67rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { width:4.5rem;height:2.375rem;top:25.830207824707rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK7XtdxFhnBS3cpUJbpJfkxqM6EcEBrU { width:7.625rem;height:1.375rem;top:29.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 { display:block; }#liuqMyS4VNaEnfS8TbJzUuKbta5b6Iz7 > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh5SXaXD8CrwAerr2BI1zKr4wFuxpLmi { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSo6TrBKSTiM5b6zeXpQwbp3kJ9BX0V8 { 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) { #nqVOGHUumeFqpKBMxdugM3pIREuQaA9R { width:4rem;height:2.5rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxN9zPuKT13nvCNIF64mNLXcMnK5WkaN { width:6.625rem;height:1rem;top:8.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFh8KmzRQTHxSGTTPopKlh3IvTbxv2k2 { width:3.5rem;height:1.5rem;top:12rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FcKmndKqu71pOzG3mzmnBHefurcnIWIW { width:3.375rem;height:1.75rem;top:11.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL54DPCA87WnnfJgkTzUHtLN0ICCN6C0 { width:5rem;height:0.75rem;top:15.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcvZyF5n1omuhg3m9G1NiXlap3lDvJKB { width:2.875rem;height:1.125rem;top:15.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGoXAux1z4CZTCG7Wms1TiAFV9qTB6Ws { width:5rem;height:0.75rem;top:18.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSXP0cpfiZua25dD4Aea7R9osJ7Wdnde { width:4.5rem;height:0.75rem;top:18.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgKIXw1CNcor4z8mBVyL0WbEIz0OSbC1 { width:5.125rem;height:1.875rem;top:20.89999961853rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFuyiiJKoFtr4Qa8o4H4qxHoamCzwuOo { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pXdRE9bh682weUwWOyvuedHmOf1OBnsz { width:19.75rem;height:20.75rem;top:3.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk { display:none; }#ktDRDdmaaNfB6GgMQi0VqzGoqRQVummk > .row .container { width:20rem;height:42.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oxVr1k9vK2BauTlTUVHTJDSlsCy6ywre { width:20rem;height:4.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQnVrMZytsixGJfOuy6nNEDF4AC0rTA4 { 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) { #W0vBlPJTsFVwJHDXC3pIsaKsksXGTcSz { width:7.5rem;height:7.5rem;top:12.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn81h2EmdlUxZTTOh3HAlJTLx5cqT42Q { 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) { #yq8u3xdKuoJXk3TVF6AQUdxVmIccWRer { width:2.0625rem;height:1rem;top:23.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ETlisOS8zVyQQEHFCdtTToCqn2Xm0l { width:6.375rem;height:1rem;top:25.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBGTlHkryJNQ0fH1QcCwqE7BDluX1co2 { width:1.5rem;height:1.5rem;top:17.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQmyaDmtTZl8wJPp2y5TrRDe5GeIJ2qG { display:flex;width:3.125rem;height:3.125rem;top:28.16250038147rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #QlriGnNHsvxCfRo3uxR3CPhXnwUekw6f { width:19.75rem;height:12.6875rem;top:28.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-text { font-size:1rem;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-desc-text { font-size:0.875rem;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { display:flex;height:auto;width:20rem;top:1.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #FPDBcMnfXd1mkcsinGU8MZxbMzOODpXM {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lNKDQ85cSEVQKhIN9fwvH4Q9owlAUt1p {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #meFXPMEoi2WDQUQyGpwtlBWi466UqWgP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #qlRZMpUi1nQGaLuykUkr5N3ZddVAGKIk {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #DRBHsXMMnyiq1uLoBkRzMTHnOTgueSZy {  }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.223937988281rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4rem;height:1rem;top:1.6248912811279rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 763px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.3746875rem;height:0.99989375rem;top:3.8114624023438rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 763px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:8.875rem;height:0.975rem;top:6.0125007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:8.9375rem;height:1rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 763px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 763px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:20rem;height:2.75rem;top:12.473962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.0563125rem;top:1.4740657806396rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }