.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1631fa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/ce7758d6-dbf4-47f7-8ac0-7f944230f985/lp_bonus_all_in_bg_desktop.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;overflow:visible;position:relative;display:block; }#RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { 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:4.75rem;width:4.75rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#TXTUCbmNr1qRA1UuU5NarFutR3mkLbxU { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:31.09375rem;left:0.375rem;height:8.099125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pPyanw9mBrPgztVZIm6mm35llLPf1llh { background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43.6875rem;left:0rem;display:block; }
#mDsKAsybcFgqZGQKqDmAE1ByShqkXFiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iGuKLVeOJVGS1hM2iBOu3l6WwyXHM6Xp { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.6875rem;left:16.3125rem;display:block; }
#FB6W5bT7WX97gFqo7kX5yImQfFK61zBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XP3Wh9yrInynneJE7ZZMTsUrgwtBPRyw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:32.75rem;top:14.375rem;left:0rem;overflow:hidden;display:block; }
#X8K9I7QOGgal112vIZQ5iVm7OX4prxy1 { 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:29.9375rem;top:24.15625rem;left:1rem;display:block; }
#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1631fa;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; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container { background-color: transparent; background-image: none; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container > .video-iframe-container { display: none; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row > .video-iframe-container { display: none; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .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); }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container { border-width: 0; border-radius: 0; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;color:#192434;padding-top:0.765rem;padding-right:0.68125rem;padding-bottom:0.765rem;padding-left:0.68125rem;display:block;align-items:center;width:4.088125rem;min-width:4.088125rem;height:4.1125rem;position:relative;font-family:inter;font-size:3.06rem;font-weight:700;line-height:65.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.478125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.450625rem;height:1.625625rem;position:relative;font-family:inter;font-size:1.1475rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.74625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.4375rem;left:24.59375rem;z-index:15014; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #KmFJTASbdxPH6M5mIP4ZVmZSXxMbcxrq { display:flex;position:relative;top:0rem;left:0rem; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #phL31fbbm5elzxRTzOJ4DFuILhc5ydXC { width:auto; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #vfiVk6BfZTtq2KzSOqJkbpKW30SlCUVd {  }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #zU9vBps6HgxKXS0DSG8QeS98gFOkSlWA { display:flex;position:relative;top:0rem;left:0rem; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #TlVCak9VAvz4pbQfDMJDL8KRH2xepzRC {  }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #dloTg1BiBOdTprNJoQRK6y7mOJS9COgJ {  }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #wbr7GJ1hnSMsHWvVN3VP122mLd1kvKTX { display:flex;position:relative;top:0rem;left:0rem; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #hwciDSd56tnqTEfsyLQ8vwU72Zd4uMpG {  }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #lMu7bCffGUyttntuEU1vkdfyUq3TMIrk {  }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #WQzBNLNHWcD5bqOkMXiMJXDZuyv7hNyH { display:flex;position:relative;top:0rem;left:0rem; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #TZULhsOkXHgdEa8pKGHGbUcVEXKI7hCG {  }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #DxWol4g8JzVXTCsWUZJbLd3ut9FlZpzE {  }
#oGGl5xpeQD0HVwchFTgXmytltOyGQfPl { display:block;width:41.6875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:16.65625rem;height:3.4121125rem;color:#ffffff;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; }
#SbleexyFZ5NbnuaC5gdryMT4csw2MR1a { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:38.75rem;display:block; }
#dBIixIsSXa6AdGDk0I6l42qC1kuTEVFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTNcKlGWGuLF8iG3murBGsuEa5qIQLW4 { background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:22.4375rem;display:block; }
#XpR7RXAzKJtkUROeqcer5fd1hQm3h0Uo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/dca04ae0-f58a-4b81-980e-2f6e72aa7aea/lpwizjonerbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk.adaptive-delivery-prevent-bg, #mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk.lazyload, #mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk.lazyloading { background-image: none; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container { background-color: transparent; background-image: none; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container > .video-iframe-container { display: none; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row > .video-iframe-container { display: none; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .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); }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container { border-width: 0; border-radius: 0; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#RCeqaGP80ONmM60cS5LTwSc98eGRh46Q { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:8.375rem;left:0rem;display:block; }
#bPba9rwZtMJDyVWOca0XTqJhuTm05rIB { 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:3rem;width:3rem;top:8.0625rem;left:1.625rem;overflow:hidden;display:none; }
#VTcbhsNpNxzFFQdmrH8znLetsViZoDZT { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:14.0625rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JAgPMrl2SnOfOWJqciVrETaafTXTxaJ1 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.9375rem;left:1.8125rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHJLNQqaR2WBiWiH6V30nR1QTxnX0Kg2 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:8.375rem;left:26.875rem;display:block; }
#Sqr4VttmZQQiaqSuHXbtftF0I14siVx6 { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:8.375rem;left:53.75rem;display:block; }
#alRa5B0nLUn4kWKJoLkTFM7DKhMnpVbH { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:14.125rem;left:28.4375rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlzSq8yKkqMkN1A4zv40I1uSQFJv6Amu { color:#fdfeff;display:block;width:16rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.75rem;left:28.4375rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gEI66Tf4EsplTvN2gZkhrTSeebGix2C1 { color:#fdfeff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:14.0625rem;left:55.3125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WEMl0lI7K0kDVHE2MhnbeotdUpbbWZX7 { color:#fdfeff;display:block;width:18.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.9375rem;left:55.3125rem;height:2.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uog517ZkV0qNGcMkQkuTFfgePcS3B4kE { 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:3rem;width:3rem;top:8.125rem;left:28.4375rem;overflow:hidden;display:none; }
#VNFOG0IT63QfGbDs8kNeu5vte8cUcMmB { 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:3rem;width:3rem;top:8.0625rem;left:55.3125rem;overflow:hidden;display:none; }
#QfuLXUkCCAIvawtvfxWu55kI6c6EBpKM { color:#000000;display:block;width:45rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.4121125rem;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; }
#TTdemBsIm9C498Mavl2BeN5IpfWEOOdl { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15013;background-color:#1631fa;background-image:none;top:9.6875rem;left:1.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#iuDQbuVgpKwv2puZIfQQd5T1VS0roIE2 { display:block;width:3.5rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.625rem;height:2.5996125rem;color:#ffffff;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; }
#DEuQvc2Sy4cwrf7Ns2TUl8SamEIeNB9s { display:block;width:3.5rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.1875rem;left:28.4375rem;height:2.5996125rem;color:#ffffff;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; }
#fSpO2Tsy3RLKdENmp2niJgBKlUMUFlNG { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15015;background-color:#1631fa;background-image:none;top:9.75rem;left:28.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cuPEQdURI9cpxT1OR0koWluUKgnUMHv2 { display:block;width:3.5rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.125rem;left:55.3125rem;height:2.5996125rem;color:#ffffff;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; }
#Gb7eogPq5qIlmu26DaISNzflWzgBCWpw { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15017;background-color:#1631fa;background-image:none;top:9.6875rem;left:55.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1631fa;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; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { background-color: transparent; background-image: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .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); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { border-width: 0; border-radius: 0; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#ImTL9NGgrTzrasr9NszqvUIPKtvminzt { color:#f1f2f3;display:block;width:37.0625rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:10.9375rem;left:0rem;height:12.2168125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GqID1dThdfSMG2TxVinUVZLaoct2PrTu { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.6875rem;left:16.3125rem;display:block; }
#TiN6gLXuaawOOhvOCTzR5hTCUX3J0wOh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIb89lWzh2BXpPgf4FgobMhs74gJlOy7 { background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.6875rem;left:0rem;display:block; }
#drcNz2gfHdBx1Cp4gcy7X2KL5VUiSsFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#En8MoSJ7x1VbUDSZZk3clusVEVDQuVr5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:36.75rem;top:0rem;left:36.3125rem;overflow:hidden;display:block; }
#PePU7qEJ5b591P9X7aDgJraLuNFNTGxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PePU7qEJ5b591P9X7aDgJraLuNFNTGxm > .row .container { border-width: 0; border-radius: 0; }#PePU7qEJ5b591P9X7aDgJraLuNFNTGxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PePU7qEJ5b591P9X7aDgJraLuNFNTGxm > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:none; }#qRefNpE8cGDRKnOA9uFGKvvo2tgq5emT { 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:88.1875rem;width:18.75rem;display:none; }
#DROzf7BunK4BsSs5FQD9KAFQhGCzrt2k { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:20.34375rem;left:0rem;display:none; }
#aBG74RIgVMRAUq65DCIiGvvOvLI3xmiB { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.9375rem;width:5rem;top:15.65625rem;left:6.65625rem;display:none; }
#q8cpATLqgphTxHPiD4SlyHAweO2iCT5Z { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:197.75rem;width:5rem;top:15.65625rem;left:21.03125rem;display:none; }
#atEbFN1XwhZsslH2vyw6qviltCgiJIoT { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199.0625rem;width:5rem;top:15.96875rem;left:35rem;display:none; }
#v2wLBTQI6F2nviEK40NufU1aDzoZDVch { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.1875rem;width:5rem;top:15.65625rem;left:49.59375rem;display:none; }
#zb4cTsQuFP9lAJQkGq5MSFUWyWoMKWAd { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.0625rem;width:5rem;top:15.65625rem;left:64.09375rem;display:none; }
#puaDaNrqPqri1FPGuTiq5G5gi4wB0lKT { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:33.15625rem;left:0rem;display:none; }
#myRlZ1FopyaS18R6Vda5b0Tnuz3uw1y5 { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#bnwtXHbmZ2OgBrhpJvRi4S4TiRS2dbsK { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;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:7.8125rem;width:2.0625rem;top:179.21875rem;left:0rem;display:none; }
#OLVfDibTfbPZsyJ0U7Ha82P31OxKKo0b { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:45.96875rem;left:0rem;display:none; }
#GT6FxrQlEOySURW5lipLiu1zeWvRZ34I { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#XTv7SSr7p390eG06SQImCG0HlxHSwWte { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#H50qUOKk0cpAV6uvXa4tL1WfvxDl2BBJ { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:58.78125rem;left:0rem;display:none; }
#d9BKpFIVmacfUwHxEfSEBiDiwBTn3stB { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#HqxWfdAs2GZAoM7hn5dqWTt2J6sHK89D { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:71.59375rem;left:0rem;display:none; }
#ziT29KMSN7V6A077JOwPyICr46dnqpMc { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:84.40625rem;left:0rem;display:none; }
#uERhXIlwa1npauKLSuKX8FFciNiJyyTS { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:97.21875rem;left:0rem;display:none; }
#DEaqMJIHrnBrIACSGTAPVsgg0ZIudlqx { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:110.03125rem;left:0rem;display:none; }
#hhpZIOXPQodSs6hFbb3eawZphMOy7Kbi { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:122.84375rem;left:0rem;display:none; }
#G7wGo2roTO8ICWaVgHgNB0NvKT2zizM8 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#ZKOksJF1kbVVRm4xSKS0R3RQzneTfeUB { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.375rem;top:45.96875rem;left:6.875rem;overflow:hidden;display:none; }
#po602vboHdDSMnbkyLRPlwN6ffgkDBa2 { 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:5.125rem;width:5.125rem;top:58.8125rem;left:64.1875rem;overflow:hidden;display:none; }
#qDU6Or0cQoJqDEXWKBalTuCggRwBb9nu { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:148.46875rem;left:0rem;display:none; }
#Otu1v382gHDr7RJA9A33AUX7Le9kDgcS { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:161.40625rem;left:0rem;display:none; }
#Ht8OVRPGDlohavsWLf9rqqXeJLvDHV4m { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:174.21875rem;left:0rem;display:none; }
#KTXakXMUsJzO4vQECKlT6h9CB85pnlTC { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#nMA8lVRcmwU2DsKx3Vt18y0QpxGUTJew { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#rQg3eEDtxRWTE1iuxeh7Rh1IE7P6ViRg { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#Uw3aVrfnWFpicRxKiAyy806bVLSwOoCd { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#PfT9QqWNqsMJ9m0WrZ0BHiHQTy6WKK96 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#ev4Cz5eco1ziM9VNamZnAq6eA2dzfiog { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iO8Z4NqUFyMmNmq3kFJXthecNEduL4sl { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#u1T7Fp5OgApwZBmiO541XuxmiSex1zAn { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#lQsnd67mRhIK3FeM7xhrxr8lli2BiIWg { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iitq9e0gOgcgtCRKaAvRQ2L9TDef3Dst { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#ZAh2oDHNIewrNtQHTgzhJITcKG2vst4I { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.71731567382rem;left:0rem;display:none; }
#mQgTTAgEohNdTlCK7w1za9wZwPAmhkvZ { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#Jfl70hXJb1KLPnBdLRliV3QR3dL7rRBc { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#itxpIm5V3Z0i2GNz4rT3Oe7Xgtdq2gOC { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#d9aba4Fp5b96WdvyTsTe1izNJectGoII { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iXFIUQ1aTzKv2IeHTb1GeqiykDI9D73k { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#dRbFZmMlF8t1c5fmp10SotzalTEeg6bs { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#IaiP4BR6QvQBTKwql58WZBSELbhS6okK { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:187.03125rem;left:0rem;display:none; }
#xcbq28UcpzoSTb1nWtmK86sT6RxJy1AC { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;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:7.8125rem;width:2.0625rem;top:204.84375rem;left:0rem;display:none; }
#Ay8IA2b9TO5yX22DvmrfF2cMgiS0CW3W { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:199.84375rem;left:0rem;display:none; }
#lE7VgZ7sukrnTAAgFknKkwzFUK2OlgCH { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:212.65625rem;left:0rem;display:none; }
#KQJ1O8XK0VH8A4vcoJqkcUObIOoT61ty { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#riLuv7wSlfv3LK3UfRBDhlyULs4Md5sr { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#Xt7mliBM8r4VmuTWr2gsgPe1IKXVEDq0 { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#RWekryBqcnJETxHdEmbK81WgGR9xJr2S { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#fQDc2Ta0QGNC73BS1QhSW86KkrFezI8K { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#Fxq6VrT48VbsEiNGhT8f2aQyQUt38J5R { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#OsugTZcqMqfQTiLLJDzwU9EmJ77l28lZ { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#TiQUXnCluu605O8n114SzQy2SgBwnwcx { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#glpfO5XgW6FfydkBM0iLwd8UsmUMsvNX { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#O0ZC7JsDwpochblTMPyoanpm1ih2IdH3 { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#NrNPfF41rASHybmqcee5zsvMpFWUxe2i { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#xqlqJpJPFtPn4w2pWu8NXMRVxMJNRWEf { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#g7cI3nWQlk66hxcD1c81gBM8Uhgct5o2 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.53125rem;left:19.1875rem;height:3.900925rem;text-align:center;text-align-last:center;display:none; }
#Neoekb1QclCwZGqGrHlMEiglrTkTotWR { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#G0usuOPut5ybs5haEowxuhZT8tHs4xx8 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#G5AW0TNqiJWpPxvmPRbhcWSTvgs8yWSE { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#GJADRgrbXrnkyho3FWATt9iAP0FdTcHF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#xOHrLNxkIFGyOp8VZNbDyH6y0Jg4K9mI { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#IpmDpHCmiBbAy1Sqa27buZ8R9DT3On9N { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#usn5ukqilVSoQemJcabM5hqZQFgdkyS0 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#CUByAQ0RwiyI2F0qZisxNnuzxHMRGeaK { 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:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#e8om6gBNdWRWzMahqyBkpiy3TD2izsqA { 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:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#hOJfllT9LQbbFJpqW5QFvspBz9DcJHN5 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#D5TeSw6w8381TugTGpCEctOwfsb32GC9 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#U88d2sNDMtUpPBPBxTTGK7GQtmHZgTgz { 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:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#yn828LRkwystflE71QmxDBsIr3rvuHH6 { 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:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#ns9HQ4rNpzywuQJe7yvi90VvBKX7AXOe { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#rFL97KR5LnpiCyISJhyVCr4xPmRTnMRm { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#SIo1QBnTdwEZDK3M3JVJ6RWPxhwIeO7m { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#FIDohRcA31QqfayFsZ6hO05vZTd6A9l0 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;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.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#qAJwKoNvWJbtE84g7KTpm3n2LGUh7m4I { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;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.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#MeQ6HDSt9iAfCai9fFTH51GCcmV1zBKn { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#hokoAwkhLHtA0SHz0d7gEL81Bg1xBdWn { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#SkrINslR6H1mQx3EVZDOIuTpiNQ6vOXh { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#t85MTr2ScZuHiPVzLNm9ErBcIcBH6cK7 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#MeFdgXHIVmqeeBAODseN5xxwCEAaFKyq { 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:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#mq6VeQyIKBbCueMf9l0W3KuJngys7Cr0 { 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:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#iuH4EKN2KGPT4m9yVV2C3Tg7kUwxl8xm { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:129.03125rem;left:18.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:none; }
#ukTLPPZlnfhmZ4MTMldKGGyURuSEmQCW { 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:3.5rem;width:13.5rem;top:36.362197875976rem;left:89.923610687256rem;overflow:hidden;display:none; }
#ioHkCCFvftHuOSXdbzr1obsMC90GoaQ3 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#uc2wr5Eh9xzm5lJ7FvcVLvaJP2T2CoDE { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#hiLuGZOzDegGCsMc7poRKN0iuHTktN5k { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:77.75rem;left:18.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#MN8TCWmqOA1GPn0k2PSLUKxP7ArX3oQC { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#sZhdZzJ21fDo1s7IuXrkfkCSbxB0zTRR { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#uQsiWy3qqbFaFaJgzMV42AE9xthGp363 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#AhXNamv1XBrT0u7ncyHX9OTczsBViWn9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#w3oefp9c48gdth1zdugvqmyxkXxcAOwX { color:#192434;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0.03125rem;height:3.4125rem;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; }
#bOxAxcQVs3U7bvxbOD4yeCJOJfVS2hAu { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;top:12.40625rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#UKWiKa8yH1R8cZodfoL1NvaDnsl4ug3s { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:12.34375rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qeSyMpKFitcVXZC4IH0MirSEDZ5BTBSd { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:29.0625rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vnaxI4oqBixE25i60wZz0dZ7n1niwsgA { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:29.125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bTZn43RqUaTImdC1keqtC7dss6pN4VZu { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#O7yZqTVlGqDLstMTbGIr6AUVHQ0vPVhG { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:32.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#DVLykA6a93dW9OW5fqRyu9OqoByaZHJ5 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:58.84375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#on7HyoRAv8aO29h3a2cusOsVlLw8kQVk { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.8);top:20.84375rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uAX11MN3T1tT4e4U7Exdt4AcdL4C3DtV { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.8);top:18.15625rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#M2JnXLS5HSlGU9QpCZLOHa9utLmQKzPt { color:#fdfeff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.125rem;left:39.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8dMKmFhzPd8Sxf2FZMTPzSD40Vlh91O { color:#fdfeff;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.8125rem;left:39.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbldZmqWP2zIKEVkai974g3gTMaoJ5sc { color:#fdfeff;display:block;width:27.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:34.8125rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DsbXDEsESCM51LeZkMHaSzgFKt6r4zZy { color:#fdfeff;display:block;width:22.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.5rem;left:3.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e5GqCiEx7CHT88vreI9eAo2FZnXDKbEB { color:#fdfeff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:36.1875rem;left:39.5625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fy4iOyTAEyIHT9H24wI98OZMieMSq4o3 { color:#fdfeff;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:38.875rem;left:39.5625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQ39lRoBKB0F4AkUfCsLNGz4BTP7Zhil { color:#fdfeff;display:block;width:26rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:51.375rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrE8ETGxCaGOe5RTFycctptMIiiP0JsT { color:#fdfeff;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 1.25rem rgba(0,0,0,0.6);top:54.0625rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLmwVPL8o2CgVaWHA2eaf6PNbTE1SH8P { color:#fdfeff;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:51.5rem;left:32.8125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pOUJbURTi2FqTkGJ2ArZQikKFhsHS8iT { color:#fdfeff;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:54.1875rem;left:32.8125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hfmz98dswakgurI0TZkG1fbIeVoU2ORN { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.6);top:51.375rem;left:58.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#snrWicyWVEVV6WyFZmUJcf0U3qPBAD8Q { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.6);top:54.0625rem;left:58.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eu5zEnquMp8vEv7uGu3dLooDgv2UkT5P { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:none; }
#A614Cl4rPD5Wz1N5lA2QhgzxxiiNq6Qh { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.0625rem;top:13.15625rem;left:39.90625rem;overflow:hidden;display:block; }
#TP4ueNJxuX5Tz0AlceiPlSPX4aTv6xfx { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.125rem;top:30rem;left:40.5rem;overflow:hidden;display:block; }
#aPdrusKvFu42KWHxx0czOvtSgWukcM6D { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5rem;top:29.53125rem;left:4.1875rem;overflow:hidden;display:block; }
#qQOhbWSunOW6AhuabNJlMH3b9LTSkTBw { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.625rem;top:46.8125rem;left:33.46875rem;overflow:hidden;display:block; }
#LBoEU4SJcwUEQRKSPpxxQa914nKN5WOK { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5625rem;top:46.46875rem;left:59.4375rem;overflow:hidden;display:block; }
#qtHsh8lsCBzkt7LvuQcVWrBO40oGFc1f { 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:14.375rem;width:34.0625rem;top:11rem;left:38.25rem;overflow:hidden;display:block; }
#qKGGx02PBFTFxrgpWhfMWHAABJuETGoH { 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:14.375rem;width:34.0625rem;top:27.6875rem;left:2.25rem;overflow:hidden;display:block; }
#TFUH6Ez5K0LcGmQPVPaieNmL9cld9lN4 { 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:14.375rem;width:27.4375rem;top:44.3125rem;left:2.3125rem;overflow:hidden;display:block; }
#Ah9TgUTtx7ruivEtay7PMOPGLm5e5T7Q { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#bnBi2pFmuc8dBIrOLaGBqnZkQ6vDmxUE { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#tKMgE2gsHkKthcEv36DCsbv5Lql88oGA { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#D0bDsQpqKT4eSnX4CW7iKGPk2uLCselq { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#MxuJm08EE0pcLKGWt0IvwydW74ESJQNk { 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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#dMgnBqMAgcmgkc5fG9h9bTlLGQnyR1O4 { 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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#rvrCoNBgGQDWeNszCH9tEKTaTThhgBX9 { 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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#TnlKaMmZ4PTe40eWQSv1XLMmvE5LqWIN { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#BQ5NdskcnL7ykk2T7JPnoBLzznZ0TEpf { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#TrhC6nM6yXhDGMNJWscIDpo6avudA8H0 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#crMEoIhn2DnwdXZTHRVvxsNRBEMbgmz2 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#wfsGMGnvRetXwxdJxeD5T8f2UzysF0ef { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#D3CfgXKQVqBPO8NPZ7OFIUoHz5aXU3aT { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#cM41caZP5QERTf4KdwbWD34vVSp7X0Vx { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.84375rem;height:2.35595625rem;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; }
#RTzvrFRLNulraVexbXoucu8fmQDZAaT0 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.08);background-image:none;top:10.59375rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#gQgwdskG5lEe8pT7TpxneGzfyV6TxWnZ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#mXTAo80CUTZmr0WnSWvZ9mba7LucBvl9 { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.34375rem;left:3.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TDbTlu7irZZb7BQ37CAEUNQnPu0UsTGb { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.03125rem;left:3.625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#m0mQZPtWzhNmoeEuPtbgWCRiGVe4xe5m { 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:7.9375rem;width:18.75rem;top:9.1875rem;left:38.25rem;overflow:hidden;display:none; }
#rqiMyhHquHk2t69ATG5b6DtHEtu3HdKa { color:#fdfeff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:16.3125rem;left:39.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gxzyG0kzl7xKvKxSWGTrxGXAfdaJoTAs { color:#fdfeff;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19rem;left:39.4375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E083WbpJ2lpsgcJk5TcPQXwhr4wesHIM { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:10.53125rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#n4nXeNsn0rZBdb3hOhuMBFmvN6XPMWHH { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#DoTUiUeiPyTkq0AxTllUkmExGMvrTbcP { 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:7.9375rem;width:18.75rem;top:25.875rem;left:2.25rem;overflow:hidden;display:none; }
#IMeOR1ALm6zPoJPC79H4fU0W2gF3ByvD { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#gvNhdf3cct6NIuyLc2XQv3wLWQaZfGau { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#TBcCbuh3Kn19kw0TsNuzyxVcTMGEGkxs { color:#fdfeff;display:block;width:27.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aczWRTP0c5xlB1p6e9ZJLGTa9F6CuCM4 { color:#fdfeff;display:block;width:22.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.6875rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h1BtTJHQwK3hgBAhU9TWVBUiDoT1EAET { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#aKwTXMTneiAazWNphd8NRe1ovsGxGrLh { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#iTzl3O3gv0ipPQrffFzqwkhJcDK9v4tF { color:#fdfeff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:33.0625rem;left:39.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#p8nDwg7tSJTJDB0PdvOGVT4mTTu0yuzh { color:#fdfeff;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:39.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OQDF1gPgmkdJt22bhOpHbAtznTZcrE4H { 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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#A1Cq3Rlsf5mRE8whG3Msm45sBMipXnbl { 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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#rU0l00WCzTkm5lrf9hsSvEVvcKm5lHAV { 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:4.5625rem;width:10.875rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#Je0JnQknnUaIvKhEtbXIZprRn5EDAZiV { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#yOQKPRCRI085zGKNryptuBBiR1CUlGMd { color:#fdfeff;display:block;width:29.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:49.5625rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#txEkmZIKfkPkQrvq9MghVgdxpBMOumXA { color:#fdfeff;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:52.25rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vVzk5mx6r8aKbJW29Nz5MKZF81vLkwP1 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#gVibVQ7tGrHmdRnLDVAM1RqPVhRTdexC { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#VaeIXqfxPvIDGTSHlPVHZLRwtN1Q6kbO { color:#fdfeff;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:49.6875rem;left:35.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NIZALu2VknBAfQQFW0Q8eUGRbhqLEgOd { color:#fdfeff;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:52.375rem;left:35.0625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oL18BRp6gOnw8iTs92wPHJMbnNTM59Sr { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#JCObRDraJgrQMZQlvaKEdhbOLndc4FXp { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#k7eKEafTDLPiVNqmDgpGHfdkE4QDNiye { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:49.5625rem;left:58.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#quZaf3zTaByncgzgotJg7QRdWzGUMD0D { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:52.25rem;left:58.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Nbuny9WQvkA0Ew9QMuqRSm6QgFXyKb8q { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:40.5625rem;top:44.3125rem;left:31.625rem;overflow:hidden;display:block; }
#G0c83O9l7cTSOoiyZp2KdUZGkfoIe58n { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#K9raFe6VaumnbvmTRw46D9bxzyAWNpEN { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:46.25rem;left:4.0625rem; }
#WMrfVAvDroqhAbPMWHnWELNgAigThdy7 { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:33.875rem;top:27.6875rem;left:38.25rem;overflow:hidden;display:block; }
#DFoNomfVk2LWELxX1NfJJ58iKfV6UHkB { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:12.375rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#QTcaTwb3oE91hG3al3QZJdEB4bmSZz4s { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.5rem;top:13.3125rem;left:4.25rem;overflow:hidden;display:block; }
#vvD38o0NbRPs8ScdXUnOUxKWxAtTx8JB { color:#fdfeff;display:block;width:27.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.125rem;left:3.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbdZgdyJGUypn6TaGgG1hkZfd5SBlwdX { color:#fdfeff;display:block;width:22.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:20.82470703125rem;left:3.625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pKI1oaqrWJdX3GPUDb4EGIrB2iE2MfOc { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:33.875rem;top:11rem;left:2.28125rem;overflow:hidden;display:block; }
#wJsNB5hLKhk3Bes0Po2rETwaTKwH18Qa { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:18.75rem;top:9.0625rem;left:2.09375rem;overflow:hidden;display:none; }
#LKKGomi3FKIQx94qxTigbZiyr5GJm9R7 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#bwoCN5zTOcbqZa09BQrWW6cB8lQPO6SP { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#rIc95EHXnfc0dBER4cfHtwyaJnLrGy4T { color:#fdfeff;display:block;width:27.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wI65czxg2CpKLy86BCakatqGgLPq2PPD { color:#fdfeff;display:block;width:22.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.6875rem;left:0rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CT68AxsdvThNnHdA0cdd90m41w5tkZMi { color:#ed0541;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.25rem;left:46.40625rem;height:1.625rem;display:block; }
#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { position:relative;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { color:rgba(255,255,255,0.7);display:block;width:51rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.23095703125rem;left:12rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { top:4.125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTUCbmNr1qRA1UuU5NarFutR3mkLbxU { top:31.0625rem;left:0rem;width:38.3125rem;height:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPyanw9mBrPgztVZIm6mm35llLPf1llh { width:13.75rem;height:3.5rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDsKAsybcFgqZGQKqDmAE1ByShqkXFiv { display:block; }
 }@media only screen and (max-width: 763px) { #iGuKLVeOJVGS1hM2iBOu3l6WwyXHM6Xp { width:13.8125rem;height:3.5rem;top:43.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB6W5bT7WX97gFqo7kX5yImQfFK61zBJ { display:block; }
 }@media only screen and (max-width: 763px) { #XP3Wh9yrInynneJE7ZZMTsUrgwtBPRyw { top:14.375rem;left:0rem;width:32.75rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8K9I7QOGgal112vIZQ5iVm7OX4prxy1 { width:29.9375rem;height:5.375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 { display:none; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu { width:18rem;height:5.0625rem;display:flex;top:9.125rem;left:0rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #KmFJTASbdxPH6M5mIP4ZVmZSXxMbcxrq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #phL31fbbm5elzxRTzOJ4DFuILhc5ydXC {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #vfiVk6BfZTtq2KzSOqJkbpKW30SlCUVd {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #zU9vBps6HgxKXS0DSG8QeS98gFOkSlWA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #TlVCak9VAvz4pbQfDMJDL8KRH2xepzRC {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #dloTg1BiBOdTprNJoQRK6y7mOJS9COgJ {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #wbr7GJ1hnSMsHWvVN3VP122mLd1kvKTX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #hwciDSd56tnqTEfsyLQ8vwU72Zd4uMpG {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #lMu7bCffGUyttntuEU1vkdfyUq3TMIrk {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #WQzBNLNHWcD5bqOkMXiMJXDZuyv7hNyH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #TZULhsOkXHgdEa8pKGHGbUcVEXKI7hCG {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #DxWol4g8JzVXTCsWUZJbLd3ut9FlZpzE {  }
 }@media only screen and (max-width: 763px) { #oGGl5xpeQD0HVwchFTgXmytltOyGQfPl { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbleexyFZ5NbnuaC5gdryMT4csw2MR1a { width:13.8125rem;height:3.5rem;top:20.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBIixIsSXa6AdGDk0I6l42qC1kuTEVFR { display:block; }
 }@media only screen and (max-width: 763px) { #aTNcKlGWGuLF8iG3murBGsuEa5qIQLW4 { width:13.75rem;height:3.5rem;top:20.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpR7RXAzKJtkUROeqcer5fd1hQm3h0Uo { display:block; }
 }@media only screen and (max-width: 763px) { #mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk { display:block; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCeqaGP80ONmM60cS5LTwSc98eGRh46Q { top:8.375rem;left:0rem;width:21.25rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPba9rwZtMJDyVWOca0XTqJhuTm05rIB { top:8.0625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTcbhsNpNxzFFQdmrH8znLetsViZoDZT { top:14.0625rem;left:0rem;width:17.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAgPMrl2SnOfOWJqciVrETaafTXTxaJ1 { top:16.9375rem;left:0rem;width:16.125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHJLNQqaR2WBiWiH6V30nR1QTxnX0Kg2 { top:8.375rem;left:13.25rem;width:21.25rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqr4VttmZQQiaqSuHXbtftF0I14siVx6 { top:8.375rem;left:26.5rem;width:21.25rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alRa5B0nLUn4kWKJoLkTFM7DKhMnpVbH { top:14.125rem;left:14.8125rem;width:17.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlzSq8yKkqMkN1A4zv40I1uSQFJv6Amu { top:16.75rem;left:14.8125rem;width:16rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEI66Tf4EsplTvN2gZkhrTSeebGix2C1 { top:14.0625rem;left:30.25rem;width:17.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEMl0lI7K0kDVHE2MhnbeotdUpbbWZX7 { top:16.9375rem;left:29.6875rem;width:18.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uog517ZkV0qNGcMkQkuTFfgePcS3B4kE { top:8.125rem;left:14.8125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNFOG0IT63QfGbDs8kNeu5vte8cUcMmB { top:8.0625rem;left:41.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuLXUkCCAIvawtvfxWu55kI6c6EBpKM { top:2.5625rem;left:0rem;width:45rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdemBsIm9C498Mavl2BeN5IpfWEOOdl { top:9.6875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuDQbuVgpKwv2puZIfQQd5T1VS0roIE2 { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEuQvc2Sy4cwrf7Ns2TUl8SamEIeNB9s { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSpO2Tsy3RLKdENmp2niJgBKlUMUFlNG { top:9.75rem;left:14.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuPEQdURI9cpxT1OR0koWluUKgnUMHv2 { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7eogPq5qIlmu26DaISNzflWzgBCWpw { top:9.6875rem;left:41.6875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImTL9NGgrTzrasr9NszqvUIPKtvminzt { top:6.1875rem;left:0rem;width:37.0625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { top:10.9375rem;left:0rem;width:32.8125rem;height:12.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqID1dThdfSMG2TxVinUVZLaoct2PrTu { width:13.8125rem;height:3.5rem;top:26.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiN6gLXuaawOOhvOCTzR5hTCUX3J0wOh { display:block; }
 }@media only screen and (max-width: 763px) { #yIb89lWzh2BXpPgf4FgobMhs74gJlOy7 { width:13.75rem;height:3.5rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drcNz2gfHdBx1Cp4gcy7X2KL5VUiSsFC { display:block; }
 }@media only screen and (max-width: 763px) { #En8MoSJ7x1VbUDSZZk3clusVEVDQuVr5 { top:0rem;left:9.0625rem;width:36.75rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PePU7qEJ5b591P9X7aDgJraLuNFNTGxm { display:block; }#PePU7qEJ5b591P9X7aDgJraLuNFNTGxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRefNpE8cGDRKnOA9uFGKvvo2tgq5emT { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DROzf7BunK4BsSs5FQD9KAFQhGCzrt2k { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBG74RIgVMRAUq65DCIiGvvOvLI3xmiB { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8cpATLqgphTxHPiD4SlyHAweO2iCT5Z { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atEbFN1XwhZsslH2vyw6qviltCgiJIoT { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wLBTQI6F2nviEK40NufU1aDzoZDVch { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb4cTsQuFP9lAJQkGq5MSFUWyWoMKWAd { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puaDaNrqPqri1FPGuTiq5G5gi4wB0lKT { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myRlZ1FopyaS18R6Vda5b0Tnuz3uw1y5 { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnwtXHbmZ2OgBrhpJvRi4S4TiRS2dbsK { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLVfDibTfbPZsyJ0U7Ha82P31OxKKo0b { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT6FxrQlEOySURW5lipLiu1zeWvRZ34I { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTv7SSr7p390eG06SQImCG0HlxHSwWte { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H50qUOKk0cpAV6uvXa4tL1WfvxDl2BBJ { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9BKpFIVmacfUwHxEfSEBiDiwBTn3stB { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqxWfdAs2GZAoM7hn5dqWTt2J6sHK89D { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziT29KMSN7V6A077JOwPyICr46dnqpMc { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uERhXIlwa1npauKLSuKX8FFciNiJyyTS { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEaqMJIHrnBrIACSGTAPVsgg0ZIudlqx { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhpZIOXPQodSs6hFbb3eawZphMOy7Kbi { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7wGo2roTO8ICWaVgHgNB0NvKT2zizM8 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKOksJF1kbVVRm4xSKS0R3RQzneTfeUB { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po602vboHdDSMnbkyLRPlwN6ffgkDBa2 { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDU6Or0cQoJqDEXWKBalTuCggRwBb9nu { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otu1v382gHDr7RJA9A33AUX7Le9kDgcS { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht8OVRPGDlohavsWLf9rqqXeJLvDHV4m { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTXakXMUsJzO4vQECKlT6h9CB85pnlTC { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMA8lVRcmwU2DsKx3Vt18y0QpxGUTJew { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQg3eEDtxRWTE1iuxeh7Rh1IE7P6ViRg { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uw3aVrfnWFpicRxKiAyy806bVLSwOoCd { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfT9QqWNqsMJ9m0WrZ0BHiHQTy6WKK96 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ev4Cz5eco1ziM9VNamZnAq6eA2dzfiog { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iO8Z4NqUFyMmNmq3kFJXthecNEduL4sl { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1T7Fp5OgApwZBmiO541XuxmiSex1zAn { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQsnd67mRhIK3FeM7xhrxr8lli2BiIWg { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iitq9e0gOgcgtCRKaAvRQ2L9TDef3Dst { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAh2oDHNIewrNtQHTgzhJITcKG2vst4I { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQgTTAgEohNdTlCK7w1za9wZwPAmhkvZ { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jfl70hXJb1KLPnBdLRliV3QR3dL7rRBc { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #itxpIm5V3Z0i2GNz4rT3Oe7Xgtdq2gOC { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9aba4Fp5b96WdvyTsTe1izNJectGoII { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXFIUQ1aTzKv2IeHTb1GeqiykDI9D73k { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRbFZmMlF8t1c5fmp10SotzalTEeg6bs { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaiP4BR6QvQBTKwql58WZBSELbhS6okK { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcbq28UcpzoSTb1nWtmK86sT6RxJy1AC { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay8IA2b9TO5yX22DvmrfF2cMgiS0CW3W { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE7VgZ7sukrnTAAgFknKkwzFUK2OlgCH { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQJ1O8XK0VH8A4vcoJqkcUObIOoT61ty { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riLuv7wSlfv3LK3UfRBDhlyULs4Md5sr { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt7mliBM8r4VmuTWr2gsgPe1IKXVEDq0 { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWekryBqcnJETxHdEmbK81WgGR9xJr2S { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQDc2Ta0QGNC73BS1QhSW86KkrFezI8K { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxq6VrT48VbsEiNGhT8f2aQyQUt38J5R { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsugTZcqMqfQTiLLJDzwU9EmJ77l28lZ { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQUXnCluu605O8n114SzQy2SgBwnwcx { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glpfO5XgW6FfydkBM0iLwd8UsmUMsvNX { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ZC7JsDwpochblTMPyoanpm1ih2IdH3 { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrNPfF41rASHybmqcee5zsvMpFWUxe2i { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqlqJpJPFtPn4w2pWu8NXMRVxMJNRWEf { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7cI3nWQlk66hxcD1c81gBM8Uhgct5o2 { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Neoekb1QclCwZGqGrHlMEiglrTkTotWR { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0usuOPut5ybs5haEowxuhZT8tHs4xx8 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5AW0TNqiJWpPxvmPRbhcWSTvgs8yWSE { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJADRgrbXrnkyho3FWATt9iAP0FdTcHF { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOHrLNxkIFGyOp8VZNbDyH6y0Jg4K9mI { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpmDpHCmiBbAy1Sqa27buZ8R9DT3On9N { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #usn5ukqilVSoQemJcabM5hqZQFgdkyS0 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUByAQ0RwiyI2F0qZisxNnuzxHMRGeaK { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8om6gBNdWRWzMahqyBkpiy3TD2izsqA { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOJfllT9LQbbFJpqW5QFvspBz9DcJHN5 { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5TeSw6w8381TugTGpCEctOwfsb32GC9 { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88d2sNDMtUpPBPBxTTGK7GQtmHZgTgz { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yn828LRkwystflE71QmxDBsIr3rvuHH6 { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ns9HQ4rNpzywuQJe7yvi90VvBKX7AXOe { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFL97KR5LnpiCyISJhyVCr4xPmRTnMRm { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIo1QBnTdwEZDK3M3JVJ6RWPxhwIeO7m { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIDohRcA31QqfayFsZ6hO05vZTd6A9l0 { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAJwKoNvWJbtE84g7KTpm3n2LGUh7m4I { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeQ6HDSt9iAfCai9fFTH51GCcmV1zBKn { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hokoAwkhLHtA0SHz0d7gEL81Bg1xBdWn { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkrINslR6H1mQx3EVZDOIuTpiNQ6vOXh { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t85MTr2ScZuHiPVzLNm9ErBcIcBH6cK7 { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeFdgXHIVmqeeBAODseN5xxwCEAaFKyq { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mq6VeQyIKBbCueMf9l0W3KuJngys7Cr0 { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuH4EKN2KGPT4m9yVV2C3Tg7kUwxl8xm { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukTLPPZlnfhmZ4MTMldKGGyURuSEmQCW { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioHkCCFvftHuOSXdbzr1obsMC90GoaQ3 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uc2wr5Eh9xzm5lJ7FvcVLvaJP2T2CoDE { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiLuGZOzDegGCsMc7poRKN0iuHTktN5k { top:77.75rem;left:5.3125rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MN8TCWmqOA1GPn0k2PSLUKxP7ArX3oQC { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZhdZzJ21fDo1s7IuXrkfkCSbxB0zTRR { top:77.875rem;left:19.25rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQsiWy3qqbFaFaJgzMV42AE9xthGp363 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AhXNamv1XBrT0u7ncyHX9OTczsBViWn9 { display:none; }
 }@media only screen and (max-width: 763px) { #w3oefp9c48gdth1zdugvqmyxkXxcAOwX { top:4.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOxAxcQVs3U7bvxbOD4yeCJOJfVS2hAu { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKWiKa8yH1R8cZodfoL1NvaDnsl4ug3s { top:12.3125rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeSyMpKFitcVXZC4IH0MirSEDZ5BTBSd { top:29.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnaxI4oqBixE25i60wZz0dZ7n1niwsgA { top:29.125rem;left:26rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZn43RqUaTImdC1keqtC7dss6pN4VZu { top:45.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7yZqTVlGqDLstMTbGIr6AUVHQ0vPVhG { top:45.75rem;left:19.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVLykA6a93dW9OW5fqRyu9OqoByaZHJ5 { top:45.75rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #on7HyoRAv8aO29h3a2cusOsVlLw8kQVk { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAX11MN3T1tT4e4U7Exdt4AcdL4C3DtV { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2JnXLS5HSlGU9QpCZLOHa9utLmQKzPt { top:18.125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dMKmFhzPd8Sxf2FZMTPzSD40Vlh91O { top:20.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbldZmqWP2zIKEVkai974g3gTMaoJ5sc { top:34.8125rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsbXDEsESCM51LeZkMHaSzgFKt6r4zZy { top:37.5rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5GqCiEx7CHT88vreI9eAo2FZnXDKbEB { top:36.1875rem;left:25.9375rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4iOyTAEyIHT9H24wI98OZMieMSq4o3 { top:38.875rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ39lRoBKB0F4AkUfCsLNGz4BTP7Zhil { top:51.375rem;left:0rem;width:26rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrE8ETGxCaGOe5RTFycctptMIiiP0JsT { top:54.0625rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLmwVPL8o2CgVaWHA2eaf6PNbTE1SH8P { top:51.5rem;left:19.1875rem;width:19.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOUJbURTi2FqTkGJ2ArZQikKFhsHS8iT { top:54.1875rem;left:19.1875rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfmz98dswakgurI0TZkG1fbIeVoU2ORN { top:51.375rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snrWicyWVEVV6WyFZmUJcf0U3qPBAD8Q { top:54.0625rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu5zEnquMp8vEv7uGu3dLooDgv2UkT5P { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A614Cl4rPD5Wz1N5lA2QhgzxxiiNq6Qh { top:13.125rem;left:26.28125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4ueNJxuX5Tz0AlceiPlSPX4aTv6xfx { top:30rem;left:26.875rem;width:2.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPdrusKvFu42KWHxx0czOvtSgWukcM6D { top:29.5rem;left:0rem;width:2.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQOhbWSunOW6AhuabNJlMH3b9LTSkTBw { top:46.8125rem;left:19.84375rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBoEU4SJcwUEQRKSPpxxQa914nKN5WOK { top:46.4375rem;left:45.1875rem;width:2.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHsh8lsCBzkt7LvuQcVWrBO40oGFc1f { top:11rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKGGx02PBFTFxrgpWhfMWHAABJuETGoH { top:27.6875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFUH6Ez5K0LcGmQPVPaieNmL9cld9lN4 { top:44.3125rem;left:0rem;width:27.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah9TgUTtx7ruivEtay7PMOPGLm5e5T7Q { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnBi2pFmuc8dBIrOLaGBqnZkQ6vDmxUE { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKMgE2gsHkKthcEv36DCsbv5Lql88oGA { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0bDsQpqKT4eSnX4CW7iKGPk2uLCselq { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxuJm08EE0pcLKGWt0IvwydW74ESJQNk { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMgnBqMAgcmgkc5fG9h9bTlLGQnyR1O4 { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvrCoNBgGQDWeNszCH9tEKTaTThhgBX9 { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnlKaMmZ4PTe40eWQSv1XLMmvE5LqWIN { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQ5NdskcnL7ykk2T7JPnoBLzznZ0TEpf { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrhC6nM6yXhDGMNJWscIDpo6avudA8H0 { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #crMEoIhn2DnwdXZTHRVvxsNRBEMbgmz2 { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfsGMGnvRetXwxdJxeD5T8f2UzysF0ef { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3CfgXKQVqBPO8NPZ7OFIUoHz5aXU3aT { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cM41caZP5QERTf4KdwbWD34vVSp7X0Vx { top:3.8125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTzvrFRLNulraVexbXoucu8fmQDZAaT0 { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQgwdskG5lEe8pT7TpxneGzfyV6TxWnZ { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXTAo80CUTZmr0WnSWvZ9mba7LucBvl9 { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDbTlu7irZZb7BQ37CAEUNQnPu0UsTGb { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0mQZPtWzhNmoeEuPtbgWCRiGVe4xe5m { top:9.1875rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqiMyhHquHk2t69ATG5b6DtHEtu3HdKa { top:16.3125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxzyG0kzl7xKvKxSWGTrxGXAfdaJoTAs { top:19rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E083WbpJ2lpsgcJk5TcPQXwhr4wesHIM { top:10.5rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4nXeNsn0rZBdb3hOhuMBFmvN6XPMWHH { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoTUiUeiPyTkq0AxTllUkmExGMvrTbcP { top:25.875rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMeOR1ALm6zPoJPC79H4fU0W2gF3ByvD { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvNhdf3cct6NIuyLc2XQv3wLWQaZfGau { top:22.0625rem;left:22.28125rem;width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBcCbuh3Kn19kw0TsNuzyxVcTMGEGkxs { top:33rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aczWRTP0c5xlB1p6e9ZJLGTa9F6CuCM4 { top:35.6875rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1BtTJHQwK3hgBAhU9TWVBUiDoT1EAET { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKwTXMTneiAazWNphd8NRe1ovsGxGrLh { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTzl3O3gv0ipPQrffFzqwkhJcDK9v4tF { top:42.375rem;left:0rem;width:10.6875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8nDwg7tSJTJDB0PdvOGVT4mTTu0yuzh { top:44.0625rem;left:0rem;width:12.3125rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQDF1gPgmkdJt22bhOpHbAtznTZcrE4H { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1Cq3Rlsf5mRE8whG3Msm45sBMipXnbl { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rU0l00WCzTkm5lrf9hsSvEVvcKm5lHAV { top:25.8125rem;left:13.6875rem;width:10.875rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Je0JnQknnUaIvKhEtbXIZprRn5EDAZiV { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOQKPRCRI085zGKNryptuBBiR1CUlGMd { top:53.3125rem;left:0rem;width:16.5625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #txEkmZIKfkPkQrvq9MghVgdxpBMOumXA { top:55.0625rem;left:0rem;width:14.9375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVzk5mx6r8aKbJW29Nz5MKZF81vLkwP1 { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVibVQ7tGrHmdRnLDVAM1RqPVhRTdexC { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaeIXqfxPvIDGTSHlPVHZLRwtN1Q6kbO { top:49.6875rem;left:21.4375rem;width:19.875rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIZALu2VknBAfQQFW0Q8eUGRbhqLEgOd { top:52.3125rem;left:21.437255859375rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL18BRp6gOnw8iTs92wPHJMbnNTM59Sr { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCObRDraJgrQMZQlvaKEdhbOLndc4FXp { top:22.0625rem;left:22.28125rem;width:1.4375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7eKEafTDLPiVNqmDgpGHfdkE4QDNiye { top:49.5625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #quZaf3zTaByncgzgotJg7QRdWzGUMD0D { top:52.25rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nbuny9WQvkA0Ew9QMuqRSm6QgFXyKb8q { top:44.3125rem;left:7.1875rem;width:40.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0c83O9l7cTSOoiyZp2KdUZGkfoIe58n { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9raFe6VaumnbvmTRw46D9bxzyAWNpEN { top:46.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMrfVAvDroqhAbPMWHnWELNgAigThdy7 { top:27.6875rem;left:13.6875rem;width:33.875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFoNomfVk2LWELxX1NfJJ58iKfV6UHkB { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTcaTwb3oE91hG3al3QZJdEB4bmSZz4s { top:13.3125rem;left:0rem;width:2.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvD38o0NbRPs8ScdXUnOUxKWxAtTx8JB { top:18.125rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbdZgdyJGUypn6TaGgG1hkZfd5SBlwdX { top:20.8125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKI1oaqrWJdX3GPUDb4EGIrB2iE2MfOc { top:11rem;left:0rem;width:33.875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJsNB5hLKhk3Bes0Po2rETwaTKwH18Qa { top:9.0625rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKKGomi3FKIQx94qxTigbZiyr5GJm9R7 { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwoCN5zTOcbqZa09BQrWW6cB8lQPO6SP { top:22.0625rem;left:22.28125rem;width:2.5rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIc95EHXnfc0dBER4cfHtwyaJnLrGy4T { top:32.1875rem;left:0rem;width:13.625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wI65czxg2CpKLy86BCakatqGgLPq2PPD { top:14rem;left:0rem;width:13.0625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT68AxsdvThNnHdA0cdd90m41w5tkZMi { top:31.25rem;left:32.78125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { top:2.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#192434;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/e6cfe17a-2fb4-4a68-9cd2-2bd5bb704ea4/lpbonusallinmobilekopia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { width:4.125rem;height:4.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTUCbmNr1qRA1UuU5NarFutR3mkLbxU { width:18.75rem;height:6.2988125rem;top:34.1875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPyanw9mBrPgztVZIm6mm35llLPf1llh { width:13.75rem;height:3.5rem;top:45.3125rem;left:3.1875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDsKAsybcFgqZGQKqDmAE1ByShqkXFiv { display:block; }
 }@media only screen and (max-width: 763px) { #iGuKLVeOJVGS1hM2iBOu3l6WwyXHM6Xp { width:13.8125rem;height:3.5rem;top:50.0625rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB6W5bT7WX97gFqo7kX5yImQfFK61zBJ { display:block; }
 }@media only screen and (max-width: 763px) { #XP3Wh9yrInynneJE7ZZMTsUrgwtBPRyw { width:20rem;height:5.25rem;top:14.87548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8K9I7QOGgal112vIZQ5iVm7OX4prxy1 { top:29.8017578125rem;left:0rem;width:20rem;height:3.75rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container { background-color: transparent; background-image: none; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container > .video-iframe-container { display: none; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row > .video-iframe-container { display: none; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .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); }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container { border-width: 0; border-radius: 0; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lE6o3E7k0DTKlgi5cBCxR5oUUZeUcR38 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-text.counter-number { padding-top:0.506875rem;padding-right:0.459375rem;padding-bottom:0.506875rem;padding-left:0.459375rem;width:2.754375rem;min-width:2.754375rem;height:2.724375rem;font-size:2.0275rem;line-height:43.59px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:inter;font-weight:700;font-style:normal; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.316875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.6725rem;height:1.076875rem;font-size:0.76rem;line-height:17.23px;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:inter; }
#eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu { width:18.6875rem;height:5.131875rem;display:flex;top:7.875rem;left:0.21875rem;z-index:15013;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #KmFJTASbdxPH6M5mIP4ZVmZSXxMbcxrq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #phL31fbbm5elzxRTzOJ4DFuILhc5ydXC {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #vfiVk6BfZTtq2KzSOqJkbpKW30SlCUVd {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #zU9vBps6HgxKXS0DSG8QeS98gFOkSlWA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #TlVCak9VAvz4pbQfDMJDL8KRH2xepzRC {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #dloTg1BiBOdTprNJoQRK6y7mOJS9COgJ {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #wbr7GJ1hnSMsHWvVN3VP122mLd1kvKTX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #hwciDSd56tnqTEfsyLQ8vwU72Zd4uMpG {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #lMu7bCffGUyttntuEU1vkdfyUq3TMIrk {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #WQzBNLNHWcD5bqOkMXiMJXDZuyv7hNyH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #TZULhsOkXHgdEa8pKGHGbUcVEXKI7hCG {  }
 }@media only screen and (max-width: 763px) { #eyIbf6J6lt5ySF9r8mPGpkqAWDSJPsNu #DxWol4g8JzVXTCsWUZJbLd3ut9FlZpzE {  }
 }@media only screen and (max-width: 763px) { #oGGl5xpeQD0HVwchFTgXmytltOyGQfPl { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbleexyFZ5NbnuaC5gdryMT4csw2MR1a { width:13.8125rem;height:3.5rem;top:19.5625rem;left:2.6875rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBIixIsSXa6AdGDk0I6l42qC1kuTEVFR { display:block; }
 }@media only screen and (max-width: 763px) { #aTNcKlGWGuLF8iG3murBGsuEa5qIQLW4 { width:13.75rem;height:3.5rem;top:14.8125rem;left:2.75rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpR7RXAzKJtkUROeqcer5fd1hQm3h0Uo { display:block; }
 }@media only screen and (max-width: 763px) { #mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/dca04ae0-f58a-4b81-980e-2f6e72aa7aea/lpwizjonerbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk.adaptive-delivery-prevent-bg, #mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk.lazyload, #mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk.lazyloading { background-image: none; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container { background-color: transparent; background-image: none; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container > .video-iframe-container { display: none; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row > .video-iframe-container { display: none; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .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); }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container { border-width: 0; border-radius: 0; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTOx5EapIBRBcNyKRluGbHTJwwQWkQQk > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCeqaGP80ONmM60cS5LTwSc98eGRh46Q { width:19.125rem;height:14.0625rem;top:8.1875rem;left:0rem;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bPba9rwZtMJDyVWOca0XTqJhuTm05rIB { width:3rem;height:3rem;top:12.5625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTcbhsNpNxzFFQdmrH8znLetsViZoDZT { width:17.375rem;height:2.55005rem;top:13.5625rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JAgPMrl2SnOfOWJqciVrETaafTXTxaJ1 { width:16.3125rem;height:4.196775rem;top:16.125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VHJLNQqaR2WBiWiH6V30nR1QTxnX0Kg2 { width:19.125rem;height:14.0625rem;top:23.75rem;left:0rem;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Sqr4VttmZQQiaqSuHXbtftF0I14siVx6 { width:19.125rem;height:12.75rem;top:39.3125rem;left:0rem;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #alRa5B0nLUn4kWKJoLkTFM7DKhMnpVbH { width:17.5rem;height:2.55005rem;top:29.125rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XlzSq8yKkqMkN1A4zv40I1uSQFJv6Amu { width:16rem;height:4.196775rem;top:31.6875rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gEI66Tf4EsplTvN2gZkhrTSeebGix2C1 { width:17.5rem;height:2.55005rem;top:44.6875rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WEMl0lI7K0kDVHE2MhnbeotdUpbbWZX7 { width:16rem;height:2.79785rem;top:47.25rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uog517ZkV0qNGcMkQkuTFfgePcS3B4kE { width:3rem;height:3rem;top:28.125rem;left:1.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VNFOG0IT63QfGbDs8kNeu5vte8cUcMmB { width:3rem;height:3rem;top:43.6875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfuLXUkCCAIvawtvfxWu55kI6c6EBpKM { width:20rem;height:5.19775625rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTdemBsIm9C498Mavl2BeN5IpfWEOOdl { width:3.5rem;height:3.5rem;top:9.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuDQbuVgpKwv2puZIfQQd5T1VS0roIE2 { width:3.5rem;height:2.5996125rem;top:9.9375rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEuQvc2Sy4cwrf7Ns2TUl8SamEIeNB9s { width:3.5rem;height:2.5996125rem;top:25.5rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSpO2Tsy3RLKdENmp2niJgBKlUMUFlNG { width:3.5rem;height:3.5rem;top:25.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuPEQdURI9cpxT1OR0koWluUKgnUMHv2 { width:3.5rem;height:2.5996125rem;top:41.0625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7eogPq5qIlmu26DaISNzflWzgBCWpw { width:3.5rem;height:3.5rem;top:40.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { background-color: transparent; background-image: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .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); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { border-width: 0; border-radius: 0; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImTL9NGgrTzrasr9NszqvUIPKtvminzt { width:20rem;height:2.5996125rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { width:20rem;height:7.4340625rem;top:7.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqID1dThdfSMG2TxVinUVZLaoct2PrTu { width:13.8125rem;height:3.5rem;top:40.4375rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiN6gLXuaawOOhvOCTzR5hTCUX3J0wOh { display:block; }
 }@media only screen and (max-width: 763px) { #yIb89lWzh2BXpPgf4FgobMhs74gJlOy7 { width:13.75rem;height:3.5rem;top:35.6875rem;left:3.1875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drcNz2gfHdBx1Cp4gcy7X2KL5VUiSsFC { display:block; }
 }@media only screen and (max-width: 763px) { #En8MoSJ7x1VbUDSZZk3clusVEVDQuVr5 { width:20rem;height:19.625rem;top:15.26025390625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PePU7qEJ5b591P9X7aDgJraLuNFNTGxm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PePU7qEJ5b591P9X7aDgJraLuNFNTGxm > .row .container { border-width: 0; border-radius: 0; }#PePU7qEJ5b591P9X7aDgJraLuNFNTGxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PePU7qEJ5b591P9X7aDgJraLuNFNTGxm > .row .container { width:20rem;height:80.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qRefNpE8cGDRKnOA9uFGKvvo2tgq5emT { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DROzf7BunK4BsSs5FQD9KAFQhGCzrt2k { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBG74RIgVMRAUq65DCIiGvvOvLI3xmiB { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #q8cpATLqgphTxHPiD4SlyHAweO2iCT5Z { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #atEbFN1XwhZsslH2vyw6qviltCgiJIoT { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2wLBTQI6F2nviEK40NufU1aDzoZDVch { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zb4cTsQuFP9lAJQkGq5MSFUWyWoMKWAd { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #puaDaNrqPqri1FPGuTiq5G5gi4wB0lKT { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #myRlZ1FopyaS18R6Vda5b0Tnuz3uw1y5 { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnwtXHbmZ2OgBrhpJvRi4S4TiRS2dbsK { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLVfDibTfbPZsyJ0U7Ha82P31OxKKo0b { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT6FxrQlEOySURW5lipLiu1zeWvRZ34I { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTv7SSr7p390eG06SQImCG0HlxHSwWte { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H50qUOKk0cpAV6uvXa4tL1WfvxDl2BBJ { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9BKpFIVmacfUwHxEfSEBiDiwBTn3stB { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqxWfdAs2GZAoM7hn5dqWTt2J6sHK89D { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziT29KMSN7V6A077JOwPyICr46dnqpMc { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uERhXIlwa1npauKLSuKX8FFciNiJyyTS { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEaqMJIHrnBrIACSGTAPVsgg0ZIudlqx { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhpZIOXPQodSs6hFbb3eawZphMOy7Kbi { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7wGo2roTO8ICWaVgHgNB0NvKT2zizM8 { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKOksJF1kbVVRm4xSKS0R3RQzneTfeUB { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #po602vboHdDSMnbkyLRPlwN6ffgkDBa2 { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDU6Or0cQoJqDEXWKBalTuCggRwBb9nu { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Otu1v382gHDr7RJA9A33AUX7Le9kDgcS { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ht8OVRPGDlohavsWLf9rqqXeJLvDHV4m { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTXakXMUsJzO4vQECKlT6h9CB85pnlTC { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #nMA8lVRcmwU2DsKx3Vt18y0QpxGUTJew { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #rQg3eEDtxRWTE1iuxeh7Rh1IE7P6ViRg { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Uw3aVrfnWFpicRxKiAyy806bVLSwOoCd { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #PfT9QqWNqsMJ9m0WrZ0BHiHQTy6WKK96 { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ev4Cz5eco1ziM9VNamZnAq6eA2dzfiog { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #iO8Z4NqUFyMmNmq3kFJXthecNEduL4sl { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #u1T7Fp5OgApwZBmiO541XuxmiSex1zAn { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #lQsnd67mRhIK3FeM7xhrxr8lli2BiIWg { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #iitq9e0gOgcgtCRKaAvRQ2L9TDef3Dst { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #ZAh2oDHNIewrNtQHTgzhJITcKG2vst4I { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #mQgTTAgEohNdTlCK7w1za9wZwPAmhkvZ { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #Jfl70hXJb1KLPnBdLRliV3QR3dL7rRBc { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #itxpIm5V3Z0i2GNz4rT3Oe7Xgtdq2gOC { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #d9aba4Fp5b96WdvyTsTe1izNJectGoII { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #iXFIUQ1aTzKv2IeHTb1GeqiykDI9D73k { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #dRbFZmMlF8t1c5fmp10SotzalTEeg6bs { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #IaiP4BR6QvQBTKwql58WZBSELbhS6okK { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcbq28UcpzoSTb1nWtmK86sT6RxJy1AC { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ay8IA2b9TO5yX22DvmrfF2cMgiS0CW3W { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lE7VgZ7sukrnTAAgFknKkwzFUK2OlgCH { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQJ1O8XK0VH8A4vcoJqkcUObIOoT61ty { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #riLuv7wSlfv3LK3UfRBDhlyULs4Md5sr { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xt7mliBM8r4VmuTWr2gsgPe1IKXVEDq0 { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWekryBqcnJETxHdEmbK81WgGR9xJr2S { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQDc2Ta0QGNC73BS1QhSW86KkrFezI8K { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fxq6VrT48VbsEiNGhT8f2aQyQUt38J5R { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsugTZcqMqfQTiLLJDzwU9EmJ77l28lZ { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiQUXnCluu605O8n114SzQy2SgBwnwcx { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glpfO5XgW6FfydkBM0iLwd8UsmUMsvNX { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0ZC7JsDwpochblTMPyoanpm1ih2IdH3 { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrNPfF41rASHybmqcee5zsvMpFWUxe2i { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqlqJpJPFtPn4w2pWu8NXMRVxMJNRWEf { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7cI3nWQlk66hxcD1c81gBM8Uhgct5o2 { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Neoekb1QclCwZGqGrHlMEiglrTkTotWR { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #G0usuOPut5ybs5haEowxuhZT8tHs4xx8 { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #G5AW0TNqiJWpPxvmPRbhcWSTvgs8yWSE { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #GJADRgrbXrnkyho3FWATt9iAP0FdTcHF { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #xOHrLNxkIFGyOp8VZNbDyH6y0Jg4K9mI { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #IpmDpHCmiBbAy1Sqa27buZ8R9DT3On9N { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #usn5ukqilVSoQemJcabM5hqZQFgdkyS0 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #CUByAQ0RwiyI2F0qZisxNnuzxHMRGeaK { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #e8om6gBNdWRWzMahqyBkpiy3TD2izsqA { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #hOJfllT9LQbbFJpqW5QFvspBz9DcJHN5 { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #D5TeSw6w8381TugTGpCEctOwfsb32GC9 { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #U88d2sNDMtUpPBPBxTTGK7GQtmHZgTgz { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #yn828LRkwystflE71QmxDBsIr3rvuHH6 { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #ns9HQ4rNpzywuQJe7yvi90VvBKX7AXOe { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #rFL97KR5LnpiCyISJhyVCr4xPmRTnMRm { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #SIo1QBnTdwEZDK3M3JVJ6RWPxhwIeO7m { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #FIDohRcA31QqfayFsZ6hO05vZTd6A9l0 { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #qAJwKoNvWJbtE84g7KTpm3n2LGUh7m4I { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #MeQ6HDSt9iAfCai9fFTH51GCcmV1zBKn { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #hokoAwkhLHtA0SHz0d7gEL81Bg1xBdWn { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #SkrINslR6H1mQx3EVZDOIuTpiNQ6vOXh { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #t85MTr2ScZuHiPVzLNm9ErBcIcBH6cK7 { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #MeFdgXHIVmqeeBAODseN5xxwCEAaFKyq { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #mq6VeQyIKBbCueMf9l0W3KuJngys7Cr0 { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #iuH4EKN2KGPT4m9yVV2C3Tg7kUwxl8xm { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ukTLPPZlnfhmZ4MTMldKGGyURuSEmQCW { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioHkCCFvftHuOSXdbzr1obsMC90GoaQ3 { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #uc2wr5Eh9xzm5lJ7FvcVLvaJP2T2CoDE { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #hiLuGZOzDegGCsMc7poRKN0iuHTktN5k { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #MN8TCWmqOA1GPn0k2PSLUKxP7ArX3oQC { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #sZhdZzJ21fDo1s7IuXrkfkCSbxB0zTRR { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #uQsiWy3qqbFaFaJgzMV42AE9xthGp363 { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #AhXNamv1XBrT0u7ncyHX9OTczsBViWn9 { top:12.8125rem;left:1.9990234375rem;width:3.25rem;height:238.375rem;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #w3oefp9c48gdth1zdugvqmyxkXxcAOwX { width:12.625rem;height:0;top:1.26904296875rem;left:3.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #bOxAxcQVs3U7bvxbOD4yeCJOJfVS2hAu { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKWiKa8yH1R8cZodfoL1NvaDnsl4ug3s { width:3.125rem;height:3.125rem;top:18.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeSyMpKFitcVXZC4IH0MirSEDZ5BTBSd { width:3.125rem;height:3.125rem;top:29.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnaxI4oqBixE25i60wZz0dZ7n1niwsgA { width:3.125rem;height:3.125rem;top:39.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTZn43RqUaTImdC1keqtC7dss6pN4VZu { width:3.75rem;height:3.75rem;top:89.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7yZqTVlGqDLstMTbGIr6AUVHQ0vPVhG { width:3.75rem;height:3.75rem;top:89.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVLykA6a93dW9OW5fqRyu9OqoByaZHJ5 { width:3.75rem;height:3.75rem;top:112.1875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #on7HyoRAv8aO29h3a2cusOsVlLw8kQVk { width:5.875rem;height:0;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uAX11MN3T1tT4e4U7Exdt4AcdL4C3DtV { width:12.8125rem;height:0;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #M2JnXLS5HSlGU9QpCZLOHa9utLmQKzPt { width:18.9375rem;height:0;top:22.1875rem;left:0.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #N8dMKmFhzPd8Sxf2FZMTPzSD40Vlh91O { width:15.125rem;height:0;top:23.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #GbldZmqWP2zIKEVkai974g3gTMaoJ5sc { width:14.875rem;height:0;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DsbXDEsESCM51LeZkMHaSzgFKt6r4zZy { width:11.3125rem;height:0;top:34.1875rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #e5GqCiEx7CHT88vreI9eAo2FZnXDKbEB { width:11.5rem;height:0;top:42.625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Fy4iOyTAEyIHT9H24wI98OZMieMSq4o3 { width:14rem;height:0;top:44.25rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KQ39lRoBKB0F4AkUfCsLNGz4BTP7Zhil { width:16.0625rem;height:0;top:12.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TrE8ETGxCaGOe5RTFycctptMIiiP0JsT { width:12rem;height:0;top:14.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JLmwVPL8o2CgVaWHA2eaf6PNbTE1SH8P { width:14.25rem;height:0;top:23.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pOUJbURTi2FqTkGJ2ArZQikKFhsHS8iT { width:11rem;height:0;top:24.75rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Hfmz98dswakgurI0TZkG1fbIeVoU2ORN { width:12.8125rem;height:0;top:8.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #snrWicyWVEVV6WyFZmUJcf0U3qPBAD8Q { width:12.8125rem;height:0;top:10rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Eu5zEnquMp8vEv7uGu3dLooDgv2UkT5P { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A614Cl4rPD5Wz1N5lA2QhgzxxiiNq6Qh { width:3.0625rem;height:2.1875rem;top:273.60400625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TP4ueNJxuX5Tz0AlceiPlSPX4aTv6xfx { width:2.3125rem;height:2.25rem;top:300.83448125rem;left:2.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPdrusKvFu42KWHxx0czOvtSgWukcM6D { width:1.6875rem;height:1.8125rem;top:286.95361875rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQOhbWSunOW6AhuabNJlMH3b9LTSkTBw { width:2.625rem;height:1.6875rem;top:314.9624140625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBoEU4SJcwUEQRKSPpxxQa914nKN5WOK { width:2.5625rem;height:2.3125rem;top:314.6811640625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtHsh8lsCBzkt7LvuQcVWrBO40oGFc1f { width:18.75rem;height:7.9375rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKGGx02PBFTFxrgpWhfMWHAABJuETGoH { width:18.75rem;height:7.9375rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFUH6Ez5K0LcGmQPVPaieNmL9cld9lN4 { width:5.9375rem;height:3.0625rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ah9TgUTtx7ruivEtay7PMOPGLm5e5T7Q { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bnBi2pFmuc8dBIrOLaGBqnZkQ6vDmxUE { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tKMgE2gsHkKthcEv36DCsbv5Lql88oGA { width:1.25rem;height:1.9375rem;top:29.65625rem;left:1.6875rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #D0bDsQpqKT4eSnX4CW7iKGPk2uLCselq { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MxuJm08EE0pcLKGWt0IvwydW74ESJQNk { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #dMgnBqMAgcmgkc5fG9h9bTlLGQnyR1O4 { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rvrCoNBgGQDWeNszCH9tEKTaTThhgBX9 { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TnlKaMmZ4PTe40eWQSv1XLMmvE5LqWIN { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #BQ5NdskcnL7ykk2T7JPnoBLzznZ0TEpf { width:2rem;height:1.3125rem;top:20.5625rem;left:1.375rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TrhC6nM6yXhDGMNJWscIDpo6avudA8H0 { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #crMEoIhn2DnwdXZTHRVvxsNRBEMbgmz2 { display:flex;width:2.125rem;height:2.125rem;top:9.9375rem;left:1.3125rem;z-index:15018;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfsGMGnvRetXwxdJxeD5T8f2UzysF0ef { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #D3CfgXKQVqBPO8NPZ7OFIUoHz5aXU3aT { width:2.0625rem;height:1.75rem;top:5.6875rem;left:1.375rem;z-index:15064;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cM41caZP5QERTf4KdwbWD34vVSp7X0Vx { width:20rem;height:4.5498rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#283548;z-index:15014;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; }
 }@media only screen and (max-width: 763px) { #RTzvrFRLNulraVexbXoucu8fmQDZAaT0 { width:3.125rem;height:3.125rem;top:9.25rem;left:0.75rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #gQgwdskG5lEe8pT7TpxneGzfyV6TxWnZ { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mXTAo80CUTZmr0WnSWvZ9mba7LucBvl9 { width:7.3125rem;height:0;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.8);display:none; }
 }@media only screen and (max-width: 763px) { #TDbTlu7irZZb7BQ37CAEUNQnPu0UsTGb { width:5.5rem;height:0;top:14.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15034;text-shadow:0.1875rem 0.1875rem 0.625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #m0mQZPtWzhNmoeEuPtbgWCRiGVe4xe5m { width:20rem;height:8.4375rem;top:18.375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rqiMyhHquHk2t69ATG5b6DtHEtu3HdKa { width:7.8125rem;height:1.5rem;top:22.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #gxzyG0kzl7xKvKxSWGTrxGXAfdaJoTAs { width:11.375rem;height:1.8125rem;top:24.3125rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #E083WbpJ2lpsgcJk5TcPQXwhr4wesHIM { width:3.125rem;height:3.125rem;top:19.125rem;left:0.75rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n4nXeNsn0rZBdb3hOhuMBFmvN6XPMWHH { width:2.5rem;height:1.625rem;top:19.9375rem;left:1.0625rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DoTUiUeiPyTkq0AxTllUkmExGMvrTbcP { width:20rem;height:8.5rem;top:28.3125rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IMeOR1ALm6zPoJPC79H4fU0W2gF3ByvD { width:3.125rem;height:3.125rem;top:28.96875rem;left:0.75rem;z-index:15017;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gvNhdf3cct6NIuyLc2XQv3wLWQaZfGau { width:2.125rem;height:2.3125rem;top:29.375rem;left:1.25rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TBcCbuh3Kn19kw0TsNuzyxVcTMGEGkxs { width:13.625rem;height:1.5rem;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #aczWRTP0c5xlB1p6e9ZJLGTa9F6CuCM4 { width:9.4375rem;height:1.8125rem;top:34.150390625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #h1BtTJHQwK3hgBAhU9TWVBUiDoT1EAET { width:3.125rem;height:3.125rem;top:38.875rem;left:0.75rem;z-index:15018;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aKwTXMTneiAazWNphd8NRe1ovsGxGrLh { width:1.6875rem;height:1.5625rem;top:39.65625rem;left:1.46875rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iTzl3O3gv0ipPQrffFzqwkhJcDK9v4tF { width:10.6875rem;height:1.5rem;top:43.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #p8nDwg7tSJTJDB0PdvOGVT4mTTu0yuzh { width:12.3125rem;height:0.89355625rem;top:44.875rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #OQDF1gPgmkdJt22bhOpHbAtznTZcrE4H { width:20rem;height:8.5625rem;top:48rem;left:0rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A1Cq3Rlsf5mRE8whG3Msm45sBMipXnbl { width:20rem;height:8.4375rem;top:57.9375rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rU0l00WCzTkm5lrf9hsSvEVvcKm5lHAV { width:20rem;height:8.5625rem;top:67.875rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Je0JnQknnUaIvKhEtbXIZprRn5EDAZiV { width:3.125rem;height:3.125rem;top:48.75rem;left:0.75rem;z-index:15012;background-color:rgba(227,227,227,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yOQKPRCRI085zGKNryptuBBiR1CUlGMd { width:16.5625rem;height:1.5rem;top:52.25rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #txEkmZIKfkPkQrvq9MghVgdxpBMOumXA { width:14.9375rem;height:1.7871125rem;top:54rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15028;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #vVzk5mx6r8aKbJW29Nz5MKZF81vLkwP1 { width:3.125rem;height:3.125rem;top:58.6875rem;left:0.75rem;z-index:15014;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gVibVQ7tGrHmdRnLDVAM1RqPVhRTdexC { width:2rem;height:1.375rem;top:59.5625rem;left:1.3125rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VaeIXqfxPvIDGTSHlPVHZLRwtN1Q6kbO { width:13.75rem;height:1.5rem;top:62.1875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NIZALu2VknBAfQQFW0Q8eUGRbhqLEgOd { width:7.9375rem;height:1.7871125rem;top:63.9375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oL18BRp6gOnw8iTs92wPHJMbnNTM59Sr { width:3.125rem;height:3.125rem;top:68.625rem;left:0.6875rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JCObRDraJgrQMZQlvaKEdhbOLndc4FXp { width:2.25rem;height:1.9375rem;top:69.1875rem;left:1.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k7eKEafTDLPiVNqmDgpGHfdkE4QDNiye { width:7.25rem;height:1.5rem;top:72.125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #quZaf3zTaByncgzgotJg7QRdWzGUMD0D { width:6.6875rem;height:1.7871125rem;top:73.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nbuny9WQvkA0Ew9QMuqRSm6QgFXyKb8q { width:20rem;height:7.0878274268106rem;top:44.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0c83O9l7cTSOoiyZp2KdUZGkfoIe58n { display:flex;width:2.125rem;height:2.125rem;top:49.25rem;left:1.25rem;z-index:15019;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #K9raFe6VaumnbvmTRw46D9bxzyAWNpEN { display:flex;width:2.75rem;height:2.75rem;top:46.25rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMrfVAvDroqhAbPMWHnWELNgAigThdy7 { width:20rem;height:8.4375rem;top:38.18505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFoNomfVk2LWELxX1NfJJ58iKfV6UHkB { width:3.75rem;height:3.75rem;top:12.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTcaTwb3oE91hG3al3QZJdEB4bmSZz4s { width:2.5rem;height:2.25rem;top:13.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvD38o0NbRPs8ScdXUnOUxKWxAtTx8JB { width:20rem;height:auto;top:18.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GbdZgdyJGUypn6TaGgG1hkZfd5SBlwdX { width:20rem;height:auto;top:20.8125rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pKI1oaqrWJdX3GPUDb4EGIrB2iE2MfOc { width:20rem;height:8.450184501845rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJsNB5hLKhk3Bes0Po2rETwaTKwH18Qa { width:20rem;height:8.4375rem;top:8.5rem;left:0rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LKKGomi3FKIQx94qxTigbZiyr5GJm9R7 { width:3.125rem;height:3.125rem;top:9.25rem;left:0.8125rem;z-index:15021;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bwoCN5zTOcbqZa09BQrWW6cB8lQPO6SP { width:1.875rem;height:1.75rem;top:10rem;left:1.375rem;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rIc95EHXnfc0dBER4cfHtwyaJnLrGy4T { width:13.625rem;height:1.5rem;top:12.75rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #wI65czxg2CpKLy86BCakatqGgLPq2PPD { width:13.0625rem;height:1.7871125rem;top:14.25rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #CT68AxsdvThNnHdA0cdd90m41w5tkZMi { width:12.5rem;height:0;top:77.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { width:20rem;height:1.30126875rem;top:1.3125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }