.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:68,71,105;--color-primary-1:64,61,100;--color-primary-2:48,50,75;--color-primary-3:37,39,58;--color-primary-4:28,27,43;--color-secondary-0:255,208,219;--color-secondary-1:255,114,147;--color-secondary-2:255,20,75;--color-secondary-3:243,15,82;--color-secondary-4:237,20,90;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Figtree";--paragraphs-font-family:"Figtree"; }body { background-color:#030304;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); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;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; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container { background-color: transparent; background-image: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container > .video-iframe-container { display: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row > .video-iframe-container { display: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .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); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container { border-width: 0; border-radius: 0; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#Od9znlrd80mt4t6F5zm7z2gCDZ1tgE8H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#QmDRCdTFVPnFvnlSEK6LRJxQJFMTuN9b { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#CsNFopC3nZoZLOBT7TJOy66sJ9OQzrDl { position:absolute;display:block;z-index:15022;height:1.93725625rem;width:19.811375rem;top:33.663940429688rem;left:0rem;display:block; }
#BBT2TWgwFRKetfaL5eCzBeHPaDL1tOpT { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1246337890625rem;left:0rem;height:7.8003125rem;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; }
#KZPq9fL1Tt1crRNyStBD75uJ3JdcMDxW { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.312255859375rem;left:1.7498779296875rem;height:2.598875rem;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; }
#XDzRtyLQmS1kkTxkdqddDzHGQ38stLJP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.49951171875rem;left:1.7498779296875rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AB3akLvnMmPactg73dfz7h7qgem56Q1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.861206054688rem;left:1.7498779296875rem;height:1.13769375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SBU76UHlZs6LNPvZMP2h80bPNPJO2RBx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.562255859375rem;left:1.7498779296875rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wmmZsQ9hwCAIG29Ha0svyqlvTHBOV13e { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15234;text-align:center;text-align-last:center;top:22.562255859375rem;left:21.624755859375rem;display:block; }
#JRJJ44VTFuExXnWNk6RW98OumXuQlOOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTzidWlQ6EqrL9ZkV4cnfMwFBS3vOTZV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15233;line-height:1.4;letter-spacing:0;top:18.5625rem;left:24.25rem;height:6.733375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e07WpLdG1FBxO1AIp7BTiGL8WnhaGHIy { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:16.187133789062rem;left:0rem;overflow:hidden;display:block; }
#pcha8V5QLlD5OFhhWAL5bDCvSFScGhuU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:19.437255859375rem;left:0rem;overflow:hidden;display:block; }
#lKSdAer5Z6Z9DGk0xoVi54lfHvoT4p6Z { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:22.437133789062rem;left:0rem;overflow:hidden;display:block; }
#W6V5F1qwiAcqu3igrpsZ0qkswrKpQJfF { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:25.374755859375rem;left:0rem;display:block; }
#nnwX7kpksx1S8TxQKR7nT9peDHwPzIJH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhP0HppTuz4TAUXT7xQpqX0nBsWJEmtM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.124877929688rem;left:11.37451171875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aLedaEGiAryPkaVCTsbXwktupiOBBBgK { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:22.899169921875rem;left:21.911010742188rem;overflow:hidden;display:block; }
#emzIbnCvzX5I10o2T70h3ZIXF64tqdyD { position:absolute;display:block;z-index:15232;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.3125rem;width:19.6875rem;top:17.8125rem;left:23.5rem;display:block; }
#DxKnPRRimwnF5ySSthehc4FfcEvKUcz4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:22.562255859375rem;left:22.687377929688rem; }
#wGqrEOLBJq1SGL820vBUb2dfzJL3f1ud { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JfFlmKmWTSCb9qmh5XkKcDAezBWKBT03 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#A7Vnzpgnszh2HvzBhDfz7PXXc120N6Bk { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#O92bNyiXDBCIwLbKKDuyalk7NJOiPQyV { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:17.25rem;top:29.874877929688rem;left:0rem;overflow:hidden;display:block; }
#A6UtAJMngQnPtM1f2zAbU2T4AucehaKV { color:#b5b5b5;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5498046875rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Vv4To5nqVQkAkXENvSCr4xD6y8PhK0aI { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:17.25rem;top:28rem;left:0rem;overflow:hidden;display:none; }
#nABxtn9NeRmcsMtKrNCPEvL4rV4Urist { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.375rem;width:63.9375rem;top:0rem;left:17.124633789062rem;overflow:hidden;display:block; }
#u8cz8XMAobE3pgKoOl5llLCBhXU4SZXQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;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; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row .container { border-width: 0; border-radius: 0; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:none; }#IZvq0lfZZtBZW3p7w7GKKKSiUXM3BwWT { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:26rem;left:0rem;display:block; }
#EcyBLJLqaI1ODZhVkHDZc4rHb3T0VqaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpZQRwpEaRlSdL2zdJr95fwRbw61ghDh { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.75rem;left:11.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aqNQFzBT4kBr4UyttWFEzpoy6uIWU8I6 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ITDD9ZeTIMG54ZrJsrnxfH6ctXvGzNlR { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Da1e2q77Ly7QOQTMvdniJySHbqJsSgFa { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OaDpTWgB0fobRBlGtggeIe5NxT6KsqLu { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:17.25rem;top:30.5rem;left:0rem;overflow:hidden;display:block; }
#gO54PO61RTI0c9uMDnnUnCcwlEdgIbgB { color:#b5b5b5;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5498046875rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wicLUtSQ8EPWeWdtLIFczDeqiMKXmwou { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37rem;width:65.625rem;top:0rem;left:17.125rem;overflow:hidden;display:block; }
#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;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; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container { background-color: transparent; background-image: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container > .video-iframe-container { display: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row > .video-iframe-container { display: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .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); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container { border-width: 0; border-radius: 0; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#oyJCiadrJpU5Re9kFZodoaQuf4Nk5N1c { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#vdOXTraShu278ReyUXoEfi4kImgk3LcQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#TQ5hwtemGpMuASrTQHensQLCq11pzPVQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
#NaXcryMzzaTQzT8vCTcrd3iv1w2L5v63 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.687255859375rem;left:1.7498779296875rem;height:2.598875rem;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; }
#Wix0TMFElfU8TyoysPfP7Ogb0klPuuXU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:18.87451171875rem;left:0rem;overflow:hidden;display:block; }
#ya4R2l6Z1gblc3sle76xONAS8lotyGxm { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.87451171875rem;left:1.7498779296875rem;height:1.29980625rem;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; }
#vceuSL9A4CwNOoOyCysHcMveDAn3Q5sp { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.187377929688rem;left:1.8121337890625rem;height:1.13769375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fFKxJwyJGhKRqzcgUTTEgANFbC4MrlHg { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:21.937255859375rem;left:0rem;overflow:hidden;display:block; }
#Um38WCRQ6bAHqyExIVBeqvzaKqIariVb { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.99951171875rem;left:1.7498779296875rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#av8o4nIfUExQhvqHHxn0FER6c0hDfWFL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:20.062255859375rem;left:22.999877929688rem; }
#EnG26mTwuM90Jzb9RSXylmQtvdcsOB1B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15235;text-align:center;text-align-last:center;top:21.937255859375rem;left:21.5625rem;display:block; }
#RBPv6UDTL1ITF32QhOPW3X08ZGxwpvRa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLqJWlFSNILsnkFFOP2ytarHw0lCyMUT { position:absolute;display:block;z-index:15238;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.3125rem;width:19.6875rem;top:16.749877929688rem;left:23.812255859375rem;display:block; }
#vx31iV5eeNHQy2aIlUGrntrEyzkkZMWc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15238;line-height:1.4;letter-spacing:0;top:17.5rem;left:24.562377929688rem;height:6.733375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pvwZy3h2pdaB6qbcnNFNa8dBGtGUkPoA { position:absolute;display:block;z-index:15225;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:22.249755859375rem;left:21.937255859375rem;overflow:hidden;display:block; }
#tNeE1h4DhJLsoWcVrvlwMxTgIm2AiQeX { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.3125rem 0.875rem rgba(0,0,0,0.24) ;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:24.749755859375rem;left:0rem;display:block; }
#TLbMFJTZvzdF9Aa8D7PltC5d1vF0va0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ua4dny323QgoHa6o1pTN3kMJlToUd5se { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.1246337890625rem;left:0rem;height:7.8003125rem;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; }
#oyGaIhiy4Ugn1H8dFm7eUKyVF4WIXbIN { position:absolute;display:block;z-index:15237;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:17.25rem;top:29.249877929688rem;left:0rem;overflow:hidden;display:block; }
#XwBxxPu80FiVU1FoyWSlJnTApbRbE8mX { color:#b5b5b5;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.9375rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QSTPkHU0VoR3ZboCc1HGU8gTSrgZCZff { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:20rem;display:none; }
#LtqRVV0QQRlwtNtXPmzrGBtVREeO5lEU { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.375rem;width:63.9375rem;top:0rem;left:18.625rem;overflow:hidden;display:block; }
#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row .container { background-color: transparent; background-image: none; }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row .container > .video-iframe-container { display: none; }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row > .video-iframe-container { display: none; }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .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); }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row .container { border-width: 0; border-radius: 0; }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#xsRtZJAUB1KOrRbk6M7CEllNFDsCOJzn { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:0.84999465942381rem;left:0.5625rem;display:block; }
#CLuSqsk6N9W6w1PMJN3TuDoloJMAUORX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:2.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TSP5WZqCtGfT5e1NgzTqKBqV12Lg8Ou9 { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.25rem;top:2.5rem;left:23rem;overflow:hidden;display:block; }
#XedguHQEqMsT5RpIKl9vvodKtFTw3HBM { position:absolute;display:block;z-index:15202;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.25rem;top:2.5rem;left:25.6875rem;overflow:hidden;display:block; }
#uqkPBvcO5usTS01ivEObU58TV9Niv9zh { position:absolute;display:block;z-index:15203;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:2.5rem;left:28.4375rem;overflow:hidden;display:block; }
#KVgJCeBt0nJqsvSzbRN7pXvF46Z6Lq5G { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(78,55,213,0.2));background-image: -moz-linear-gradient(180deg, #090813, rgba(78,55,213,0.2));background-image: -ms-linear-gradient(180deg, #090813, rgba(78,55,213,0.2));background-image: -o-linear-gradient(180deg, #090813, rgba(78,55,213,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#4e37d533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#4e37d533' );";background-image: linear-gradient(180deg, #090813, rgba(78,55,213,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.5625rem;width:73.625rem;top:3.3624992370606rem;left:0.5625rem;display:block; }
#tqq671SUDr62frNxH773gR3Q6JTIgGWV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15206;opacity:1;top:4rem;left:35.9375rem; }
#bddEnTCB82ZPAK94OzMsd1xOxsfw55E3 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.125rem;left:3.125rem;height:2.9992625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#byIqdRcfPHo3HdfpxnkpcyTPeXbNZNng { color:#9faadc;display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.75rem;left:13.71875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cx8BxF5JA9g5V6OBUBLuEnNoCTqtAX1V { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.8125rem;left:13.71875rem;display:block; }
#eEO4KJ5zb50RoxZK4dfMzRVF3qObqHgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qu98JNSemzuZxN1PDWdydiEJAnw6NbUv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:7.0625rem;left:53.6875rem;display:block; }
#dc6eOlf69UWOgtM4gFvpTvarPNS24f2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIV7qiShbHXETUSutMTRzdeITL73JENR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row .container { border-width: 0; border-radius: 0; }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#OUG8asgyqXCHmF8eoTuxabxirOgOhNAp { position:absolute;display:block;z-index:15000;background-color:#25273a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#FX8y2d0Lh71NwJnpU9SQM69m9iHJeKiR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #25273a;border-left:0.125rem solid #25273a;border-right:0.125rem solid #25273a;border-bottom:0.125rem solid #25273a;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.0625rem;width:64.75rem;top:5rem;left:5rem;display:block; }
#EMcucxTDxWgr1ixqW91OoNI05HbggtfO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#teOO9Htu5armD2JOZiXMoPQbHfMXvq8M { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#osA3t2JCRk08ZMSDVrvUgy3uLqHxRK5H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.875rem;display:none; }
#aFFBgzawkqfVeRo3D8bUUOG8eDlyBOQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aFFBgzawkqfVeRo3D8bUUOG8eDlyBOQ6 > .row .container { border-width: 0; border-radius: 0; }#aFFBgzawkqfVeRo3D8bUUOG8eDlyBOQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFFBgzawkqfVeRo3D8bUUOG8eDlyBOQ6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#OZgNC1bBHtvPGEkN4oyHN0IHpqESNZcC { position:absolute;display:block;z-index:15000;background-color:#25273a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#wyD5152Ism5uCk0SA2MZDf6mXr4fhV3B { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #25273a;border-left:0.125rem solid #25273a;border-right:0.125rem solid #25273a;border-bottom:0.125rem solid #25273a;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.0625rem;width:64.75rem;top:5rem;left:5rem;display:block; }
#uMm4PFDrKrmTm4gx2DODmWEMM3Pio5Pl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#kxaU3rQmqPrtAWyautMgwO4k1Z5h5TFd { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mukeGMLM3u1NLGQ25ZSDTmiEiRpn75W4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:10.5rem;display:none; }
#OCqZA3wW0rNUuPo7m1XuwZF1rB6zz6Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OCqZA3wW0rNUuPo7m1XuwZF1rB6zz6Zv > .row .container { border-width: 0; border-radius: 0; }#OCqZA3wW0rNUuPo7m1XuwZF1rB6zz6Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCqZA3wW0rNUuPo7m1XuwZF1rB6zz6Zv > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#CN34CWptUS81IW8kn2FRRbHtKoK97VXp { position:absolute;display:block;z-index:15000;background-color:#25273a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#LrrOlp7W31zFRMt2hDzZAen2VvCDwUeN { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #25273a;border-left:0.125rem solid #25273a;border-right:0.125rem solid #25273a;border-bottom:0.125rem solid #25273a;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.0625rem;width:64.75rem;top:5rem;left:5rem;display:block; }
#TUPSOnA3AcRtJteCCrxuetHXTzgCtDcg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#kQmxJQlmIOwsfGXS9vOlCmK6LxTQOD4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xmXWef1b1N9h2xnezsc7MkrnDLADCRHX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.5rem;display:none; }
#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row .container { background-color: transparent; background-image: none; }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row .container > .video-iframe-container { display: none; }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row > .video-iframe-container { display: none; }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .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); }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row .container { border-width: 0; border-radius: 0; }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#zlwAceAx4lJJ7BgGym3fU6RpiAJ69JPO { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oaRq7nA0nOV8PHJVC5g3Ba0SJa3UJsuM { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:7.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#ToVwTCBtfxHbMKSBZEqiIAZTUSehsigT { position:absolute;display:block;z-index:15515;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.625rem;top:7.4375rem;left:2.875rem;overflow:hidden;display:block; }
#uRSyWUwVk7GedPSFSPJCqWRcJspZ84Z7 { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:7.5rem;left:8.875rem;overflow:hidden;display:block; }
#g7ktybiQ25ZHNJ99GsscJQouiT7HLIm8 { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:7.5rem;left:14.875rem;overflow:hidden;display:block; }
#ZcNcLuDrUe9gwUnVXn70HsoTIkKZuHrq { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:7.03125rem;left:20.4375rem;overflow:hidden;display:block; }
#tU9f15ll76gANdf0Cu9IfZ1PvqA3N5Zl { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:4.125rem;top:8.375rem;left:32.357421875rem;overflow:hidden;display:block; }
#M4DDH7aRniks9wg5KFxPTWteG0XGVz5w { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:7.25rem;left:38.187502861023rem;overflow:hidden;display:block; }
#VKN7hoePT9KEbGipkiK3rDm9o8GU8pVu { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:7.28125rem;left:44.09375rem;overflow:hidden;display:block; }
#qIHVIaECrCAccEQKadPDSkMbmdPmb7S0 { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:6.9375rem;left:55.812502861023rem;overflow:hidden;display:block; }
#w291afpcPVX5tcl4vUxR0CutRfyyzBUL { position:absolute;display:block;z-index:15499;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:5.25rem;top:12.607955932618rem;left:7.9375rem;overflow:hidden;display:block; }
#usZgE5xT5DTuMtbMu93xCoFpulLbeAUm { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.75rem;left:68.374999046325rem;overflow:hidden;display:block; }
#gxmrbcroFvkBxGJskTUMc6z5uA5fXmG2 { position:absolute;display:block;z-index:15490;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:12.669921875rem;left:38rem;overflow:hidden;display:block; }
#uaR2WK1cXHyFrmAN4lLhbRWvFIl3BKKl { position:absolute;display:block;z-index:15491;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.670455932618rem;left:67.5170507431rem;overflow:hidden;display:block; }
#f6mf45W2iaOTn5IcraEFMJisJ3evf8hn { position:absolute;display:block;z-index:15492;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.732421875rem;left:43.71875rem;overflow:hidden;display:block; }
#BFcamQ0rTUQ9dBUA5kUers4KXltPmxmx { position:absolute;display:block;z-index:15494;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:4.8125rem;top:12.795455932618rem;left:49.687502861023rem;overflow:hidden;display:block; }
#Qz41TIB5KIR9LbUClUn51gytxWlUlRKM { position:absolute;display:block;z-index:15495;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:13.045455932618rem;left:56.000002861023rem;overflow:hidden;display:block; }
#pWHAcfpOz2ts4H0LtNATOOVdn4Jku0ee { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.34375rem;left:50.21875rem;overflow:hidden;display:block; }
#Ts6FmGLKidTxf983766WU4M6ItTHK1dM { position:absolute;display:block;z-index:15365;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:13.25rem;left:2.84375rem;overflow:hidden;display:block; }
#JWJAUP9e4plu661eMfUWAUyZJ1UZuei4 { position:absolute;display:block;z-index:15377;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:4.4375rem;top:12.982955932618rem;left:14.437500953674rem;overflow:hidden;display:block; }
#z07utgRxxuuzKTyrkAT4Tkh39r8msmxL { position:absolute;display:block;z-index:15473;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:7.5625rem;left:62.249999046326rem;overflow:hidden;display:block; }
#CkI5i6uoUb5MVB1weOddhI2ZqsNkusZM { position:absolute;display:block;z-index:15401;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.420455932618rem;left:20.625000953674rem;overflow:hidden;display:block; }
#tuBkwcfJNyO1EWcnP5Xa3kQ05lCD4LG5 { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:13.169746398926rem;left:32.295454978943rem;overflow:hidden;display:block; }
#OT1Wwg6HifE0KVCasKaxty2klLL8a1s3 { position:absolute;display:block;z-index:15405;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:13.232955932618rem;left:26.406250953674rem;overflow:hidden;display:block; }
#dvR0pN3oExH1acAlgm8tVe5sVD9Unagt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CqkKcXuxU3P5EM0eVubUokKOeP8dMfWi { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#VkL7SggzDxQfKAcOu0nbXuLvAmoBVQpo { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(78,55,213,0.2));background-image: -moz-linear-gradient(180deg, #090813, rgba(78,55,213,0.2));background-image: -ms-linear-gradient(180deg, #090813, rgba(78,55,213,0.2));background-image: -o-linear-gradient(180deg, #090813, rgba(78,55,213,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#4e37d533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#4e37d533' );";background-image: linear-gradient(180deg, #090813, rgba(78,55,213,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.25rem;width:73.875rem;top:4.9189453125rem;left:0.5625rem;display:block; }
#JXDo3QTh95nl5Z4gHdVBn6oHG8TZWtSU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#br3I2UTKKFIkeI8crTQvFEaTFrzAGvmP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rrdU6JytfiMQ6vI4MVOLVE6zAB6znR5H { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eP1NT8yl710QdH08p6TzaKZfUTn2JUEK { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qdVTcfyfd5B5rTtHA89hyVHfwKsczLKT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NibOIPhSyfFBE0HzfzrbcIO2LLTAvxAf { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JKJH8tlS6DZztOGneXBbBwTQTw2rd9O4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:43.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MpK9E4D1sZvVTR8Tr7BcR0CwqvNMdfUu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dl6BV5d1N33aU9mohB8N4fxxILRUmaQH { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lZcqoklp2uNV92PnI3rASAkOqNnu2sCS { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:61.562499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WyEcFbU24NtLFI8dM3JlVmVFvvra0o6u { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:67.531249046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#begOlDl620ExNG2ZnGC0bz58aC8Wt4UR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#H1UFy0xEORxxtRBrVbyTGU9wlZiGamhk { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:8.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T1rrD3KXumT3ssv2bwW4SkZTSoiOUQAb { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hr8IpK9XCJXl2TPRCxLcXNgagBgtJpHm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yWIbpl8SPwTicDWhvfgD2kyHeziu3DPz { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tdUmfxh0K8c7wwOoVNAetSLTufflINAp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TF1K6g9sd7ga7Nswc5Q9QUMZANOoFCeO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TzwRixAaBdL6JIir8UUlK8Ozrwrh2eVr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:43.875002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#c3F1eW6TMPkuQrNDTGRAOZDBzuFa004A { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MxclH9kJEFTz61hvFuHy8E3B207bAIOD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EZF4l53RCqLfRRhmrsr9zsEXaGQk72nT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:61.562499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zHG7AcFTgecCI8PNAPs6TPmLDZZTIoXL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:67.562499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oUZ6RxmbhbDVI9Zi7Tfxxvf6w4vhlwDl { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282351, #282351);background-image: -moz-linear-gradient(180deg, #282351, #282351);background-image: -ms-linear-gradient(180deg, #282351, #282351);background-image: -o-linear-gradient(180deg, #282351, #282351);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282351', endColorstr='#282351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282351', endColorstr='#282351' );";background-image: linear-gradient(180deg, #282351, #282351);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.125rem;left:0.5625rem;display:block; }
#IcVTqbwW1TgsPKHJQzrr2yCPFvMMiZ7h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5.625rem;left:36.750002861023rem;overflow:hidden;display:block; }
#CvoaPcxuCcfEGtOSTPXX2VlOeXQPaH6F { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#KJM4aZhxIEk6kUpouCOoWimeDuSOw6FI { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15529;text-align:center;text-align-last:center;top:23.3125rem;left:25.1875rem;display:block; }
#RF5M4y9oWIHPsAJ0QeCFoE2upTtuOPEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hAhKGhb6byuhy4WTFqq0u4fMBpV7L9VU { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15528;text-align:center;text-align-last:center;top:23.3125rem;left:37.25rem;display:block; }
#H88VEB2JMgNnIZ0OAiqRaG99JUTFCXPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fw3TdVpAxQMR7msXT3QkmXsMT8QWu63Q { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.3125rem;text-decoration:none;z-index:15527;text-align:center;text-align-last:center;top:18.65234375rem;left:31.15625rem;display:block; }
#fOIodTzasu9g7TNg4RaaXhwxovcaXypt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KuTBIW1VM2c7kDb0FWrTHtlMZe52EDmM { box-sizing:content-box;height:5.125rem;width:74.125rem;position:absolute;display:block;z-index:15526;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4e37d533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4e37d533' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.99951171875rem;left:0.43701171875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#Nedg8D93wzAgaMGvDytB6Rs2blHSBGLP { position:absolute;display:block;z-index:15515;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:13.388671875rem;left:62.21875rem;overflow:hidden;display:block; }
#UT0Kg10TkDphgKDTlgEa71ua8cNDCoPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#UT0Kg10TkDphgKDTlgEa71ua8cNDCoPr > .row .container { border-width: 0; border-radius: 0; }#UT0Kg10TkDphgKDTlgEa71ua8cNDCoPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UT0Kg10TkDphgKDTlgEa71ua8cNDCoPr > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:none; }#ai8p3pRbTt4eSHS2A8fTNv9o5oE91E7N { position:absolute;display:block;z-index:15514;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:1.8125rem;left:38.5625rem;overflow:hidden;display:block; }
#TlSXGqUwFyZ9uWwJeV0lxddfukVZkmi2 { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:7.0968704223631rem;left:14.499999046326rem;overflow:hidden;display:block; }
#eDkRAT9TV3pdko2xGBDicvsSF2HbiW5D { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:7.0968704223631rem;left:20.531249046326rem;overflow:hidden;display:block; }
#Q8lX789FQ8wod77TGHzGy0GQQRhdPpId { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:7.5654296875rem;left:38.65625rem;overflow:hidden;display:block; }
#NG2hnQnETXHOLq8DPAu5Hktp10GniaG0 { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:7.3466796875rem;left:26.71875rem;overflow:hidden;display:block; }
#UgfZandyo7S9F7JmEww8az2TdJNDO1fx { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.5rem;left:14.7490234375rem;overflow:hidden;display:block; }
#zWocq2MRBcLmOK27DlwSCy7SwIZtQoHR { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:1.40625rem;left:20.6875rem;overflow:hidden;display:block; }
#GeETZODqdaKlabp3dAqK1JTSyVCmb51D { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:1.34375rem;left:32.46875rem;overflow:hidden;display:block; }
#u2ZuWca4EtAAONP32DJRPpTGiTNA8yrV { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.6875rem;top:2.8466796875rem;left:56.03125rem;overflow:hidden;display:block; }
#gJxZEtncSweq2aLwJkK78a0T85RposAz { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:7.4093704223631rem;left:62.312500953674rem;overflow:hidden;display:block; }
#UsSTnBAnDuPhcgP4Pck8HE2DDrGOzPvT { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:13.065620422363rem;left:8.8124990463256rem;overflow:hidden;display:block; }
#FaWZvsLFmEJsoFmZtcnlzLXQfFJcaDqW { position:absolute;display:block;z-index:15498;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:1.1234359741211rem;left:2.5453119277954rem;overflow:hidden;display:block; }
#wn1fbT6tWziLToIf0zVw7tZXO3TQp7G6 { position:absolute;display:block;z-index:15337;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.3156204223632rem;left:8.6249990463256rem;overflow:hidden;display:block; }
#OMqUieZ9p315dp4ZgmNkLwdzy8v5lxu3 { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.3125rem;left:26.437500953674rem;overflow:hidden;display:block; }
#G9CmkebgSr1dAncpnnalJfAGyn0cuaMR { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.0968704223631rem;left:44.375000953674rem;overflow:hidden;display:block; }
#z7c1qcc9nJy9x8R6fnScRz24zBhh62gq { position:absolute;display:block;z-index:15459;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.4406204223631rem;left:56.625000953674rem;overflow:hidden;display:block; }
#y94P6waQNceFVsZtJFEkhUwU9SMXmA7t { position:absolute;display:block;z-index:15379;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.2843704223631rem;left:2.84375rem;overflow:hidden;display:block; }
#RnsXsswdgbKTtCqaldFI2gULtd51wOyc { position:absolute;display:block;z-index:15381;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.6904296875rem;left:9.2177734375rem;overflow:hidden;display:block; }
#pTWUiUPPSBlgopIae0STTkDnSRFBI8fx { position:absolute;display:block;z-index:15391;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.21875rem;left:44.281250953674rem;overflow:hidden;display:block; }
#i9EQsQ1zww8FGtVGNvMS9AUoQSCSpo6y { position:absolute;display:block;z-index:15393;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:7.4404296875rem;left:68.25rem;overflow:hidden;display:block; }
#dxoNNkHO3geaU65oJMAN1QqR0R8UixlD { position:absolute;display:block;z-index:15395;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:12.846870422363rem;left:14.468749046326rem;overflow:hidden;display:block; }
#JekDCh4AyzQKGIropD1PCkadhUbm8UC6 { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:4.3125rem;top:12.815620422363rem;left:2.6875rem;overflow:hidden;display:block; }
#K0PZl26FmOJG6TXhB2ftdqw0ZO9bqT9h { position:absolute;display:block;z-index:15399;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:7.2843704223631rem;left:50.437500953674rem;overflow:hidden;display:block; }
#XCX5BJJcXaKxZaep7r9PxOsMCL9xIooE { position:absolute;display:block;z-index:15407;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:1.53125rem;left:68.375rem;overflow:hidden;display:block; }
#clVpUXA9DoNorGEThkKImBTJ8tk4oagZ { position:absolute;display:block;z-index:15409;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.3781204223631rem;left:32.437500953674rem;overflow:hidden;display:block; }
#mtzRRp6fFtATwGWoB0tOCGpq4rMN86gQ { position:absolute;display:block;z-index:15415;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:1.4992141723632rem;left:50.406250953674rem;overflow:hidden;display:block; }
#bufzL1sHXLRT5lPk0Fu0dgsdhorvSuCG { position:absolute;display:block;z-index:15417;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:1.375rem;left:62.170311927796rem;overflow:hidden;display:block; }
#bekVqmRLXq6lMhG97ssxk8xA7qkp66qP { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:13.034370422363rem;left:20.562499046326rem;overflow:hidden;display:block; }
#OeuuFJn6cPySUBxTBmyzBQrbCAn3ZwQf { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4e37d533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4e37d533' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(78,55,213,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:28.8125rem;width:73.875rem;top:0rem;left:0.5625rem;display:block; }
#KBXzeEOpcoWhT6tt1fsSTqWUGu4tTfuH { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AbqUUHogAiztDzOMFVqaTB9cpp38Eza3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:8.2812490463256rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#e1syKwJ4nCRrg8IhqmsiBax1euLB2TJJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:14.218749046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nyfpZHqJZZzpCNDCh8v1ODPiuOTiJDCa { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:20.124999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WyP8BekxfFFkPZxb4QeSmym4wRLfCauu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qa5D1sKx9rXahvcuMuWr1Vm0aUaedryC { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:31.875000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T30NJp5nEDNl4P8HdZSTM3l3wJFAJR7T { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:37.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AJRVnZQ0PCO4ArmxWZEs3U17tRxNx60U { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:43.906250953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aI8gSrVauGRm8OQJnVTZWmTtI4TAQIHG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:49.764061927796rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rMHR6M5gEkeP6OC65PAcRAT2mSZTPGsS { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:55.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dgzqeEhDsvTR2s8Vdu07POCDvOMaLpZN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:61.625000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#geTeWLxWkxAGRBU5N0wLE9pmaxCu3bA7 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:67.500000953675rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ICkOCbxc5o5FTDQ3hsr8n0u8q1AwRC92 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#veFZO5GvKnhe22mH7uoxA025WFPuhnsB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:20.124999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SR3KFkrPb3wkaxuBByElEo6r9L5GEFxM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:14.281249046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KPQvAFcHOGDPhzmqQmpNtswRn1yQGkpG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:8.2812490463256rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a3B6wniovHLxTqZ7MPaRUdKU7TVuiNiE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Rxu9ZCKVeGAOzMugAzSZhmdzmPxzDCDQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7531204223631rem;left:31.875000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#L88AuHf0zkKUe5i6xDe19N2BTM3NCUJH { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7531204223631rem;left:37.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MyBCqp9cdZp91W418zdaAzOnm10h1h4k { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:43.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EUD7ssBoDQSHlNsXguWeR2FEUxEhIHTL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7531204223631rem;left:55.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cTLiCix3tSmDlhMfcxdw4eE4A7shUNGi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7531204223631rem;left:49.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Rci9sNxRbXPK3OrsFszpNn76mZkOiKSZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7843704223631rem;left:61.670311927796rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mfS4pihVe523QmPwZ0G1IwBhFTT5Himn { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7843704223631rem;left:67.562500953675rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LNfR72kU22xwRdueG85eT6JVtTUcacIg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rqQ9GcHFVMwSlLqG62x9x4lWATQICCIT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:8.2812490463256rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OpX9cNCts6rVhTNVn4pyi39tpsyi9dFU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:14.218749046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hcblr46fLtFJTfvkpSinc8i7gq4aNM21 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:20.124999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Jtm4JRtchpz8G7MgmJPWrEfsNtlNGOZ5 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#nAa1LcKiaarpFnQE7zT3HTX4Ff3D2Bmh { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.75rem;left:25.1875rem;display:block; }
#mD2VLv8Nkwk9rC4Xq1nB7Cau0malI5Vc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTt9GTHanKGLK5RNTDGNqSbaMvsg7SLc { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:23.75rem;left:37.25rem;display:block; }
#sp1gX5CzkSJKIy1F4O0f54XttJ8hELcf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ld2Z5aLTptKpGu8zC5BfmUT78xOkClHK { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.3125rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:18.8125rem;left:33.25rem;display:block; }
#a2VLr4N7qxURQlTQmQgPDDeb4UgSu1WS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:0.687255859375rem;left:14.717407226562rem;height:3.200075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s7oreNTgreFu376sUVHTB4kZvopVbgGe { position:relative;display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { background-color: transparent; background-image: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container { display: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container { display: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { border-width: 0; border-radius: 0; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:45rem;top:0rem;left:15rem;display:block; }
#erknzs6JscFTDUBFh5kwJ02bnKBN73EB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:2.44995rem;font-style:normal;display:block; }
#cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5rem;left:41.9375rem;display:block; }
#O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { position:relative;display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { background-color: transparent; background-image: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container { display: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container { display: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { border-width: 0; border-radius: 0; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { position:absolute;display:block;z-index:14996;background-color:#4caf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.25rem;width:45rem;top:0rem;left:15rem;display:block; }
#ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#lTc6ykKALRdZCIcAikRJN72IrAERztTI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:1.225rem;font-style:normal;display:block; }
#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { background-color:#1c1d26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { border-width: 0; border-radius: 0; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:4.3125rem;left:48.8125rem;height:1.8rem;font-style:normal;display:block; }
#te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.5rem;left:50.5rem;height:1.6rem;font-style:normal;display:block; }
#skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:6.75rem;left:48.8125rem;overflow:hidden;display:block; }
#TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.5625rem;left:50.5rem;height:4.8rem;font-style:normal;display:block; }
#pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.75rem;left:48.8125rem;overflow:hidden;display:block; }
#RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { position:absolute;display:block;z-index:15177;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:8.25rem;left:48.8125rem;display:block; }
#Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:20.5rem;left:48.8125rem;overflow:hidden;display:block; }
#c5C77taiJwWE2Av2OVMTdanPl302NItU { position:absolute;display:block;z-index:15178;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:19.96875rem;left:48.875rem;display:block; }
#LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:20.3125rem;left:50.5rem;height:3.2rem;font-style:normal;display:block; }
#ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { color:rgba(var(--color-tertiary-0),0.6);display:block;width:22.75rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.9375rem;left:50.5rem;height:1.95rem;font-style:normal;display:block; }
#lKiQmElCIgVoXKPZvSiTEU6CAElksATl { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:22.9375rem;top:14.1875rem;left:50.625rem;overflow:hidden;display:block; }
#LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { color:rgba(var(--color-tertiary-0),0.6);display:block;width:22.75rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:50.5rem;height:1.95rem;font-style:normal;display:block; }
#FPkiH2b98PdoC9DnnK2JrcLW492RTgei { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:6.3125rem;top:24.625rem;left:50.5rem;overflow:hidden;display:block; }
#TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { position:absolute;display:block;z-index:15179;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:29.40625rem;left:48.75rem;display:block; }
#k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:29.8125rem;left:50.75rem;height:1.6rem;font-style:normal;display:block; }
#FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:30rem;left:48.8125rem;overflow:hidden;display:block; }
#tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { position:absolute;display:block;z-index:15180;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:31.8125rem;left:48.8125rem;display:block; }
#mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:32.375rem;left:48.8125rem;overflow:hidden;display:block; }
#x42mcohcRorHA3acTPiV3yfx0uqb6VQT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:40.75rem;left:50.6875rem;height:3.2rem;font-style:normal;display:block; }
#mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { position:absolute;display:block;z-index:15181;background-color:#646669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:26.25rem;top:40.5625rem;left:48.75rem;display:block; }
#KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.375rem;left:50.6875rem;height:7.7rem;font-style:normal;display:block; }
#RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:41.056640625rem;left:48.8125rem;overflow:hidden;display:block; }
#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row .container { background-color: transparent; background-image: none; }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row .container > .video-iframe-container { display: none; }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row > .video-iframe-container { display: none; }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .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); }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row .container { border-width: 0; border-radius: 0; }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;overflow:visible;position:relative;display:block; }#H6T83zdlh6f4nXFcgcJBqyUzOWHCR31a { position:absolute;display:block;z-index:15013;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.625rem;width:37rem;top:7.75rem;left:18.4375rem;display:block; }
#Hy5SwouksUfuZKkUrQ3zRfnObAqRurPU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.75rem;left:22.4375rem;height:2.4rem;font-style:normal;display:block; }
#z8DesAxoC8tVc4wSOlP8rrqqDtrHJAUi { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:9rem;left:19.8125rem;display:block; }
#UO6Ngf4zaX1vuWZTk9FwE2qxd04XVNE7 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:22.5rem;height:1.225rem;font-style:normal;display:block; }
#GPXqxFbk1p0Tag0CPFM3zuB7HPU78Gyn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.5rem;left:44.9375rem;height:3.200075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qZE849xwTiQgJJL4auuwgH0noni7HASO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SUXGkyZvTcPw5sNdGghFogf7z9rE2DT3 { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:9.4375rem;left:20.25rem;display:block; }
#dpeayOXRc56xTafVMUXM3KKUTGmHDrgr { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),0);border-left:0.125rem solid rgba(var(--color-secondary-4),0);border-right:0.125rem solid rgba(var(--color-secondary-4),0);border-bottom:0.125rem solid rgba(var(--color-secondary-4),0);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37rem;height:5.625rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:7.75rem;left:18.4375rem;display:block; }
#vQTJpMRMNaxlUGK5EhxTOEQPr8dH6CTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQ2mVeL4znkoucwl7g1z4mEMTwtUSkIN { position:absolute;display:block;z-index:15140;background-color:#b50000;background-image:none;background-position:center !important;background-repeat:no-repeat !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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:36rem;top:14.25rem;left:19.1240234375rem;display:block; }
#qhlpyGhxkC2Qn8cmvffAAmtdhT7L2ydw { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:15rem;left:19.9990234375rem;overflow:hidden;display:block; }
#k5FcfIo9aa7MMnsZLf0N0aVwtCe90LKO { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:15rem;left:21.9365234375rem;height:1.3rem;font-style:normal;display:block; }
#Pe9lTAD3TGsZlN7s1EqrbOCbdy80or25 { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.5rem;width:45rem;top:6.25rem;left:15rem;display:block; }
#QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e11056dc-4468-4c54-abb9-aa854bc0afb3/bg_grad1.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20rem;top:0.0625rem;left:16.9375rem;display:block; }#QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.adaptive-delivery-prevent-bg, #QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.lazyload, #QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.lazyloading { background-image: none; }
#h9TdfElRNyibsbfK6roarcRXC8Tgiwta { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.125rem;left:39.5rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#G6w8VpGbX8cfgQQ67c8Hh3FV1qoB0xJV { background-color:#4e37d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:17.625rem;left:26.9375rem;display:block; }
#We8Pr5adDS4dHh8Ixz7HN3RlmQfK7t9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPbQoez5kEDLA2AnmoHIPRHctzevkQ16 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:21.125rem;left:29.75rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdMruJty2QcWkSwSAucOlums5Fuowve3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.375rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIANg5gwBg3pJ9TKbVoKnD8Vl2AA27GJ { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.8125rem;top:4.25rem;left:23.1875rem;overflow:hidden;display:block; }
#fGkfaKR6DhhZbXzNeNnTSpNE8Q7wEzVm { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:1.0625rem;left:42.3125rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g56a2yo0RMfv6JUKDq3T6xiqbQwqfouK { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:13.3125rem;top:4.21875rem;left:42.4375rem;overflow:hidden;display:block; }
#TeRWiZKvxmGHc9fWkMuzy2SmHAcQQPFU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:6.25rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0.0625rem;left:17rem;display:block; }
#sgRDz2kIRkUaC8yf8IU22UHeETaoPXF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOUxcwfpe8GQVTTk4RmTQssbHgwTw0it { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:13.375rem;left:24.4375rem;height:0.9619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DPeVNCT8EtBobunq5JiOG2m1aMvQOPRd { position:absolute;display:block;z-index:15183;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:16.3125rem;left:24.875000953674rem;display:none; }
#R8QUTQFDaHrzxiPL9WGgIf8Ex67aT0XV { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15184;line-height:1.4;letter-spacing:0;top:14.924999237061rem;left:18.34375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0kkTJUir8aMwFMnsIac2zlwZzvUm8th { position:absolute;display:block;z-index:15201;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20rem;top:17.625rem;left:26.9375rem;display:block; }
#v0cunW5zrZK4q47hQ7P2OAZe0wN5xS7d { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:17.625rem;left:26.9375rem;display:block; }
#vZJW5AlsKmNHRVtminCbcGBW0z5633CP { position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/219659cb-b742-4151-8ebe-8fb40893291b/bg_grad2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:19rem;top:0.0625rem;left:39.375rem;display:block; }#vZJW5AlsKmNHRVtminCbcGBW0z5633CP.adaptive-delivery-prevent-bg, #vZJW5AlsKmNHRVtminCbcGBW0z5633CP.lazyload, #vZJW5AlsKmNHRVtminCbcGBW0z5633CP.lazyloading { background-image: none; }
#pyMUK0stZrUrR3sXZXWQ4z8f6HJKb5J5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:6.125rem;text-decoration:none;z-index:15176;text-align:center;text-align-last:center;top:0rem;left:39.5rem;display:block; }
#Etg5n59y3ebe8kAZn73Vn44QEEHUdiaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { background-color: transparent; background-image: none; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container > .video-iframe-container { display: none; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container { display: none; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .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); }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { border-width: 0; border-radius: 0; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#AGfhWOmPVsBTvFffPz3qxkvipJAudM6b { position:absolute;display:block;z-index:15013;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.625rem;width:37rem;top:7.75rem;left:18.4375rem;display:block; }
#eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.75rem;left:22.4375rem;height:2.4rem;font-style:normal;display:block; }
#s04z8kZZhAGOg1t1PCnORqF7dFwP7klf { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:9rem;left:19.8125rem;display:block; }
#fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:22.5rem;height:1.225rem;font-style:normal;display:block; }
#txzu5xG7D0fv920v1amH4SXX81ErSx5G { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.5rem;left:44.9375rem;height:3.200075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PcnkbOReqBcoud6HntDaA1iSakbCcCK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:9.4375rem;left:20.25rem;display:block; }
#EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),0);border-left:0.125rem solid rgba(var(--color-secondary-4),0);border-right:0.125rem solid rgba(var(--color-secondary-4),0);border-bottom:0.125rem solid rgba(var(--color-secondary-4),0);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37rem;height:5.625rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:7.75rem;left:18.4375rem;display:block; }
#MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSGc6aQMRakgproISzd2BsQgL9XqHUvF { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:36.5rem;width:45rem;top:6.25rem;left:14.9990234375rem;display:block; }
#bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6 { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dfa1bc95-f12d-4eca-a4f3-f8ea4bc034c9/bg_tab2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:19rem;top:0.0625rem;left:39.375rem;display:block; }#bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.adaptive-delivery-prevent-bg, #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.lazyload, #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.lazyloading { background-image: none; }
#NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.125rem;left:39.5rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp { background-color:#4e37d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:36.75rem;left:26.9375rem;display:block; }
#GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.375rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.8125rem;top:4.25rem;left:23.1875rem;overflow:hidden;display:block; }
#D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:1.0625rem;left:42.3125rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASIpgrwDmqloMJ9Dr4ylLbZXdlnPhKXy { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:13.3125rem;top:4.25rem;left:42.4375rem;overflow:hidden;display:block; }
#wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:6.25rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:0rem;left:17rem;display:block; }
#gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:6.25rem;text-decoration:none;z-index:15179;text-align:center;text-align-last:center;top:0rem;left:39.375rem;display:block; }
#MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wFSHgqtvM0wJsQPrtBK2tJvE5nefH65F { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:34.125rem;left:19.8115234375rem;overflow:hidden;display:block; }
#nKOfQLPwhW8OROElvJft53ucorUaNDCS { position:absolute;display:block;z-index:15143;background-color:#b50000;background-image:none;background-position:center !important;background-repeat:no-repeat !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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:36rem;top:33.375rem;left:18.9365234375rem;display:block; }
#tFHs3lDwJ9J2Ri8viVMOxrADIUQTyv65 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:34.125rem;left:21.7490234375rem;height:1.3rem;font-style:normal;display:block; }
#BNGc8BBWZ30JBbmBmBEU7G1ekzornqol { position:absolute;display:block;z-index:15185;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:34.625rem;left:24.3125rem;display:none; }
#bf4cWn7svwTBR9gR0dc6IQlw7aFfb3ov { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:33.987487792969rem;left:28.40625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp { position:absolute;display:block;z-index:15202;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20rem;top:36.75rem;left:26.9375rem;display:block; }
#nVSTAnKPBezBNoxO96uX5eS2e99fdk5C { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:36.75rem;left:26.9375rem;display:block; }
#tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m { position:absolute;display:block;z-index:15021;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.625rem;width:37rem;top:14.25rem;left:18.4375rem;display:block; }
#c9silyaBg1MvIyv9xDe48ATur1QlTDg7 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),0);border-left:0.125rem solid rgba(var(--color-secondary-4),0);border-right:0.125rem solid rgba(var(--color-secondary-4),0);border-bottom:0.125rem solid rgba(var(--color-secondary-4),0);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37rem;height:5.625rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:14.25rem;left:18.4375rem;display:block; }
#DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:17.4375rem;left:22.5rem;height:1.225rem;font-style:normal;display:block; }
#sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX { color:rgba(var(--color-tertiary-0),0.6);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:17.625rem;left:43.625rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:14.5625rem;left:44.875000953674rem;height:3.200075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BDXexTguuos9ImXp3yJv0LVNUd4cHRME { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:15.25rem;left:22.4375rem;height:2.4rem;font-style:normal;display:block; }
#d8CVQaarCfhz7APUnEeASuSWZDduCxnC { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:15.5rem;left:19.8125rem;display:block; }
#MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.9375rem;left:20.25rem;display:block; }
#oZw1JXH4uNe5c0OuwZBQgJF2eA7pDouc { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),0);border-left:0.125rem solid rgba(var(--color-secondary-4),0);border-right:0.125rem solid rgba(var(--color-secondary-4),0);border-bottom:0.125rem solid rgba(var(--color-secondary-4),0);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37rem;height:5.625rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:20.625rem;left:18.4375rem;display:block; }
#oW7s4TBcH5fdBRTRHSJpgaheQSK7Iyl1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCgV7TcFpS4r5v6in0lVz87ADQlG3RUm { position:absolute;display:block;z-index:15022;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.625rem;width:37rem;top:20.625rem;left:18.5615234375rem;display:block; }
#SOxU96MgpaCEUbEGxXEfrSiZZ90Vq2xD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:20.962509155274rem;left:45.112500190735rem;height:3.200075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iG7x0zPPwvDeOAzFO6zLTpZk80QUvvRT { color:rgba(var(--color-tertiary-0),0.6);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:23.8125rem;left:43.9619140625rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PriRtIMzchlMzodeOEWnLpZUV6HzMM3e { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:21.456251144409rem;left:22.437500953674rem;height:2.4rem;font-style:normal;display:block; }
#sC2XVoimVkPOQnoVAcPUxlTQoftah2Er { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:23.675001144409rem;left:22.437500953674rem;height:1.225rem;font-style:normal;display:block; }
#QX4vtMF7N2eFuouyQKChZ61ABRQMhdsH { position:absolute;display:block;z-index:15142;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:22.1875rem;left:20.224219322204rem;display:block; }
#bXmmIXpAhARc1boHnKe3Pl4J74FfhJqI { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:21.77499961853rem;left:19.811718940735rem;display:block; }
#WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB { position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/82127cf1-9a22-4dd8-99c9-c1650f52185d/bg_tab_active2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20rem;top:0.0625rem;left:16.9375rem;display:block; }#WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.adaptive-delivery-prevent-bg, #WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.lazyload, #WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.lazyloading { background-image: none; }
#XclQOpJ99FWD3AoRwZxuwiDnPzvQqfXr { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),0);border-left:0.125rem solid rgba(var(--color-secondary-4),0);border-right:0.125rem solid rgba(var(--color-secondary-4),0);border-bottom:0.125rem solid rgba(var(--color-secondary-4),0);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37rem;height:5.625rem;text-decoration:none;z-index:15152;text-align:center;text-align-last:center;top:27.03125rem;left:18.4375rem;display:block; }
#sgNnt34ydlTQdQCPbA3PQX4zEKinC66x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FukqkTn5v3Uh0PfrzrCZaxOPwXhwlh6F { position:absolute;display:block;z-index:15030;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.625rem;width:37rem;top:27.0625rem;left:18.5rem;display:block; }
#S9Bqu93QfkR9aMIwkQN5cGqNAkWyOztT { position:absolute;display:block;z-index:15150;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:28.625rem;left:20.1875rem;display:block; }
#RRkumT58ONBbgThg3Ae1xP03KNHW7yL5 { position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:28.1875rem;left:19.75rem;display:block; }
#iWMHbn90nmIPKEQFEz7xWuHyiXg8gJTX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:27.875rem;left:22.375rem;height:2.4rem;font-style:normal;display:block; }
#uRhVCzXKLwUTdIZIg6waZ9T2lyLXkCuv { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:30.125rem;left:22.375rem;height:1.225rem;font-style:normal;display:block; }
#c4MbImbXq0XayA0bbt4KTvexL9sv4swy { color:rgba(var(--color-tertiary-0),0.6);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:30.25rem;left:43.875rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MLEDnneIwyILvafQbGVp18Ig6KGD3NTH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:27.375rem;left:45.0625rem;height:3.200075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { border-width: 0; border-radius: 0; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;overflow:visible;position:relative;display:none; }#OECX3DdyiEWBaIanFe9c4iLaRP06nRPT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:46.875rem;width:45rem;top:0rem;left:15rem;display:block; }
#aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X { position:absolute;display:block;z-index:14997;background-color:#696c87;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:33.125rem;width:37rem;top:1.8125rem;left:18.375rem;display:block; }
#Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3740234375rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:4.3125rem;left:21.25rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.9375rem;width:16.9375rem;top:9.75rem;left:37.3125rem;display:block; }
#aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn { color:rgba(var(--color-tertiary-0),0.7);display:block;width:20.875rem;position:absolute;font-family:balooda2;font-size:0.9375rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:6.9375rem;left:26.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:0.9375rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:3.3125rem;left:30.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.9375rem;width:16.9375rem;top:9.75rem;left:19.625rem;display:block; }
#wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:balooda2;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:12.8125rem;left:39.25rem;height:2.625rem;font-style:normal;display:block; }
#tiQK4EKPExXqTdkTxZphWzEU77wIsD61 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:27.875rem;left:38.5rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:40rem;left:27rem;display:block; }
#l4HNhVl1QR9ECGz53g21rEKh68ObVNmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp { position:absolute;display:block;z-index:15181;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:36.25rem;left:24.25rem;display:block; }
#cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:36.75rem;left:24.3125rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:balooda2;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:18rem;left:39.25rem;height:1.3125rem;font-style:normal;display:block; }
#gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:balooda2;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:20.0625rem;left:39.1875rem;height:2.625rem;font-style:normal;display:block; }
#r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:balooda2;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:25.1875rem;left:41.1875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:balooda2;font-size:1.1875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:10.875rem;left:38.4375rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:43.5rem;left:29.875rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:30.3125rem;left:42.4375rem;overflow:hidden;display:block; }
#uHACwKQqpmT5IWSOMbBO0hrXlI657PBO { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:12.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#ohdqc87DD4Et2orAgf1nvE5wbfTt13eB { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:18rem;left:37.8125rem;overflow:hidden;display:block; }
#mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:20rem;left:37.8125rem;overflow:hidden;display:block; }
#Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:balooda2;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:12.8125rem;left:21.625rem;height:2.625rem;font-style:normal;display:block; }
#cR8unuCKoLpp5it13dM1bTqlUZfDupDI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:balooda2;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:18rem;left:21.625rem;height:1.3125rem;font-style:normal;display:block; }
#AVVmkeJf1aplN3s2OUEiSL7QQl02KweW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:balooda2;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:25.1875rem;left:23.75rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:27.875rem;left:21rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:balooda2;font-size:1.1875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:10.875rem;left:20.5625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:30.3125rem;left:24.75rem;overflow:hidden;display:block; }
#X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:12.875rem;left:20.25rem;overflow:hidden;display:block; }
#TTFV78c91mMLTLFOiRw0tKdPOfTplu7N { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:18.0625rem;left:20.25rem;overflow:hidden;display:block; }
#ywEOT41gSNk7yygVgH90kzGUiMfphpif { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:30.3125rem;left:24.8125rem;overflow:hidden;display:block; }
#pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:30.3125rem;left:42.3125rem;overflow:hidden;display:block; }
#pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:30.3125rem;left:24.75rem;overflow:hidden;display:block; }
#sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:30.3125rem;left:42.25rem;overflow:hidden;display:block; }
#Cum5c7ziyRLgAscdZHDyDrByxLMlu34e { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:24.125rem;left:21.8125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:24.125rem;left:39.5625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#pvMWl64AOeMuT1akNnkN2foG2TdVmsnA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15187;line-height:1.4;letter-spacing:0;top:34.9375rem;left:27.375rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy { position:absolute;display:block;z-index:15203;height:3rem;width:20rem;top:40rem;left:26.9375rem;display:block; }
#AP5b8qQU140puR389IXUkVTLnv9LiUh9 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:29.5rem;left:38.0625rem;display:block; }
#bm1wxyscKJhTaxICoJ0xOngvp4teOcpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#quXUdvQgK52XtdX7KP19uZv9bSWEIEOf { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:29.5rem;left:20.5rem;display:block; }
#GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5625rem;width:14.4375rem;top:15.75rem;left:21.125rem;overflow:hidden;display:block; }
#EiMldLOTmtueH7MXlA3dTzeb4H6mSdXm { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5625rem;width:14.4375rem;top:15.75rem;left:39.125rem;overflow:hidden;display:block; }
#psgg91usKuEZVvAskuOutQyczG2Rh4wq { position:absolute;display:block;z-index:15206;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.8125rem;width:4.3125rem;top:22.9375rem;left:39.125rem;overflow:hidden;display:block; }
#dbTh2ZaNyGfRrc2Tik3hlJZOtiru1dw4 { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:19.749999642372rem;left:20.111718177796rem;overflow:hidden;display:block; }
#uv4k4hphhFx59k985aBkcVg4zpAKXHcg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:balooda2;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:19.624999642372rem;left:21.612500190735rem;height:1.3125rem;font-style:normal;display:block; }
#teU7L4BBZQgJygGZcT5HfWB4tosbyX1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#teU7L4BBZQgJygGZcT5HfWB4tosbyX1N > .row .container { border-width: 0; border-radius: 0; }#teU7L4BBZQgJygGZcT5HfWB4tosbyX1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teU7L4BBZQgJygGZcT5HfWB4tosbyX1N > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:none; }#vTtTLXskDqA6mcPNnxmO0yKumR8a1Mc3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:0.0625rem;left:0rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pwPGbSOqWL2SUGQllcZPHKBiU4fxhp30 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:7.9375rem;width:45rem;top:3.125rem;left:14.999999046326rem;display:block; }
#gzBK91Ey353m85ZBI1w23HV0M35FpbSJ { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:4.5625rem;left:26.062500953674rem;display:block; }
#MNe0rt0n9Vql1kC2T96912IB94gXU470 { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:4.5625rem;left:38.000000953674rem;display:block; }
#GBuXzr1M9a9pgbQSUsTOULozKzKr38c1 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:4.5625rem;left:44.000000953674rem;display:block; }
#ySEXfsxakncCp6KnNrqnJapnayBGHeKp { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:3.5rem;top:6.5rem;left:44.750000953674rem;overflow:hidden;display:block; }
#XVegLTT8Xn8vy1JyZwRAZ3k37XoKqrTT { 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:1.1875rem;width:3.5rem;top:6.5rem;left:38.750000953674rem;overflow:hidden;display:block; }
#wFmAit2Xkf39psJoHo8heWgEdyrWtxve { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:3.5rem;top:6.5rem;left:32.812500953674rem;overflow:hidden;display:block; }
#AXVJzQyWACni0aTTMeofXKPRBID91u8A { 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:1.1875rem;width:3.5rem;top:6.5rem;left:26.812500953674rem;overflow:hidden;display:block; }
#HssLAWMfz148n5P21uvSumVwRGxsd72x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:4.5625rem;left:26.062500953674rem;display:block; }
#nAoKIJrX4M61nASn2bWeVVndD5Bn4rgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f47JZwqoC4VStFxW16k1eIyqCIm9QuWI { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5rem;width:5rem;top:4.5625rem;left:32.062500953674rem;display:block; }
#T17igpEUNr2eGvT5dBckrBawi0bbGeyg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:4.5625rem;left:32.062500953674rem;display:block; }
#TeRcL7FJ5OmJKz6BgDL3KCArrrTq3XW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dt7J2NTDiR3BTiF77SZurnJATVTfKHxk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:4.5625rem;left:38.000000953674rem;display:block; }
#fpu48np30haUMzEvoy7yvEkQXBFCr9F8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGDp6aBHgI3gNK08GsxJr1CJsS3hZA6i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:4.5625rem;left:44.000000953674rem;display:block; }
#vX2xyzPbaPDog0J5XXLha0Ks0HUiTgR0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhJV1fgHRDVNDBXVcaq4XR0cDaDct5Po { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45rem;height:8rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:3.09375rem;left:15.062499046326rem;display:block; }
#OIR18iwraBqG9oPgeVRR5sss5KQ3IsUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row .container { background-color: transparent; background-image: none; }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row .container > .video-iframe-container { display: none; }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row > .video-iframe-container { display: none; }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .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); }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row .container { border-width: 0; border-radius: 0; }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#tCi1gIUsBOrQe9XUTdg28NS6hpKrlbv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:1.9375rem;left:0rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nEfCi9eOCHq5rxe3WEJPgJv0r56bL7o1 { position:absolute;display:block;z-index:15007;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:2.4375rem;display:block; }
#aTyUN4XSPwSd2TfLuPwEdNkhRA1TL8md { position:absolute;display:block;z-index:15008;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:8.3740234375rem;display:block; }
#m2RmF66ZEfKZE85S9Olmn4CuBUEOUXcA { position:absolute;display:block;z-index:15010;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:20.1865234375rem;display:block; }
#anKVBxAFhD2Z07uOipFqT56iHWnTaT4K { position:absolute;display:block;z-index:15009;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:14.2490234375rem;display:block; }
#tNvOXAw4x1ML3d99Ofq43rWgPaZGRdHW { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:32.0625rem;display:block; }
#kz7qQqwK7No2QQ4cOqUTZ9TENL8MFb9K { position:absolute;display:block;z-index:15011;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:26.125rem;display:block; }
#KKxnygEHrQxlEo77ceqBoF44vg89NO3a { position:absolute;display:block;z-index:15002;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:61.6875rem;display:block; }
#RuGVBDFlZ7e1NKXtT3ngFvVPiO9ZHlCT { position:absolute;display:block;z-index:15013;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:38rem;display:block; }
#dbTJg2sdFRqmv9pOFOio2XzizESVkOpJ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:14.25rem;left:9.2490234375rem;overflow:hidden;display:block; }
#ue25knIwy2aOkuIvN7WU66hpEfUTVfpA { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:8.5rem;left:50.75rem;overflow:hidden;display:block; }
#EyDLwlVSKveXSwTRHfEwVClq3CnBINK4 { position:absolute;display:block;z-index:15045;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:55.75rem;display:block; }
#DnpoyPUCzETMX5srDxt6NLO8SiayNHvs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:19.8125rem;left:2.625rem;display:block; }
#m5XBrrVDFA8RaTZLJPvsGoD8ZERCo1X3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EfZVysie3dF9bfp1HqGODWN4rqShlUGd { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.375rem;left:3.4375rem;overflow:hidden;display:block; }
#Tc3NbHndA6HbPTUz96CoWurET1UQe0Um { position:absolute;display:block;z-index:15088;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:43.9375rem;display:block; }
#IXBS4mwraoBDADkFNzZFOTW9knR0s9Nb { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:8.625rem;left:56.625rem;overflow:hidden;display:block; }
#A4W9uIfsP2ie5IlBD7OyBQ562LqWPopR { position:absolute;display:block;z-index:15016;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:49.8125rem;display:block; }
#FQAFQNSifpFmsbOqWUP8wSiOAOlWqaCP { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:8.5rem;left:68.375rem;overflow:hidden;display:block; }
#puRbIwPaHWzXfLUIuZrW3fFxrogWqUBN { position:absolute;display:block;z-index:15004;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:67.625rem;display:block; }
#dRmZShwulwncnF7FJK81aJ9kOx7Gl7L7 { position:absolute;display:block;z-index:14999;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:24.3125rem;width:74rem;top:5.4375rem;left:0.5rem;display:block; }
#cMclNPP9vwu0laRT1p1FRZLysGveIA3O { position:absolute;display:block;z-index:15048;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:67.625rem;display:block; }
#IRVC0VUrZptoB8r8RZr6uVhKnIN32ooF { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:68.4375rem;overflow:hidden;display:block; }
#aOagegZuZtcHTHU0M28qama4shLQJR8L { position:absolute;display:block;z-index:15049;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:61.6875rem;display:block; }
#zzVJmsSChRh5NUsEhc3qNPD4CTQCCdW5 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.5rem;left:62.75rem;overflow:hidden;display:block; }
#Axe37CUiSBWrVzsRQ4z5lza8qTca7ZzB { position:absolute;display:block;z-index:15049;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:55.75rem;display:block; }
#uhO6uVgXr7liStEZvQFfftFZMqnDog9e { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:32.875rem;overflow:hidden;display:block; }
#IaRcpKgaaQlaKGAzZpkKflCC1r9vQXxo { position:absolute;display:block;z-index:15017;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:43.9375rem;display:block; }
#r56XCf1uPDFToPvRE2L0GrdxGuQXZdDK { position:absolute;display:block;z-index:15014;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:8.3740234375rem;display:block; }
#ITGaNXsRgJXaWTNIBN0dChInXf7cLOPT { position:absolute;display:block;z-index:15043;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.59375rem;left:61.6875rem;display:block; }
#PWRuLEfIfEHFTTPf1wnWmeaaGBtx7GVx { position:absolute;display:block;z-index:15185;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.65625rem;left:14.2490234375rem;display:block; }
#WOohsVAZk4QsnbEK12eykhokOwV1AUuQ { position:absolute;display:block;z-index:15054;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:32.0625rem;display:block; }
#yCTCaxO2qWbFbkImnbZXRKL0KMwul5O9 { position:absolute;display:block;z-index:15000;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:20.1865234375rem;display:block; }
#CvkfJez0IEP9G4pbtr7JiRPLehAwM4nx { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:13.96875rem;left:50.40625rem;overflow:hidden;display:block; }
#qMTrTrT6Sx9ft6ii31ctCR2zD3naFm5z { position:absolute;display:block;z-index:15090;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:38rem;display:block; }
#ThN1SSM9AiKTXhkrd6IcUAKsyuVZElGe { position:absolute;display:block;z-index:15089;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:43.9375rem;display:block; }
#h4e00zs3tqbHV28K6kTdnXTeTsfycXIW { position:absolute;display:block;z-index:15087;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:26.125rem;display:block; }
#kILObMb1PSnJEJzFUtMcaoHuuJmGEDk9 { position:absolute;display:block;z-index:15080;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:49.875rem;display:block; }
#tIPAgHcQk4MZ0hLvVQLoTGxMEmeUQq4o { position:absolute;display:block;z-index:15083;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:14.2490234375rem;display:block; }
#AFVDMnHDeruT47Jid2EAx3TWQTUf40ds { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:8.375rem;left:62.3125rem;overflow:hidden;display:block; }
#EHllDmOqcmRTNdFnAw5yX9Qn55R9LWxs { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:14.21875rem;left:15.0927734375rem;overflow:hidden;display:block; }
#EEItIhGHTh0ndaqx8oiKXL6H3Iz82DQt { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:14.3125rem;left:21.0302734375rem;overflow:hidden;display:block; }
#kk817bOaSJ1ol3GauDnJNTKwPP0t15lF { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.5rem;left:20.9990234375rem;overflow:hidden;display:block; }
#Oinrv7o4sdBTAinXWAIWvpUapyJruezw { position:absolute;display:block;z-index:15011;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:55.75rem;display:block; }
#apGkuT3eCpS7DiBG1p1iutLkBBcH0hEW { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:14.5rem;left:27.03125rem;overflow:hidden;display:block; }
#nByv2EUdchcKsHMwTwAPMFg3XW2kc7Mg { position:absolute;display:block;z-index:15015;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.75rem;left:67.625rem;display:block; }
#Rih2KcPyPUtdEbqQmUkzVHdP5XkGW4yo { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:14.5rem;left:33rem;overflow:hidden;display:block; }
#WSqKK8w3FoILUq42DQwvBEtykO60m31v { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:20.1865234375rem;display:block; }
#DqK8r7ayUfKCbeTddkZNOosiSi2SsTyN { position:absolute;display:block;z-index:15010;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:26.125rem;display:block; }
#qfoEky31bT9MTw1P66W609Q6epHd6U4V { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:26.9375rem;overflow:hidden;display:block; }
#vwkzlRhUf1LSFWyyWCT1fe20LmMggdyM { position:absolute;display:block;z-index:15044;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:32.0625rem;display:block; }
#NQTTw6dU1uAlBFC4VQcAfhCc1Ahwvh1f { position:absolute;display:block;z-index:15043;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:38rem;display:block; }
#rU2CMerOuXbbCDACkirVLGqk6yIbJrRG { position:absolute;display:block;z-index:15015;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:2.4375rem;display:block; }
#cX1fwT4T6SusRl8RMTZhqGLdITJNc5ya { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:block; }
#FH9l8TnAmW4z3OLhhnDaHND7fNRFqPii { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:14.5625rem;left:38.875rem;overflow:hidden;display:block; }
#ED00AFEe7NwEZLZ2w7HC9kUXV4dDSdfF { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:20.4375rem;left:56.5625rem;overflow:hidden;display:block; }
#lUG0nNd4rDWU5PUUuqKpq7NwZsGWEa3g { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:13.90625rem;left:68rem;overflow:hidden;display:block; }
#bgsHAtUgCHvMdqCDFvf9h4n3eJ6wy156 { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:9.3427734375rem;overflow:hidden;display:block; }
#L78lrbioE7QBZyJoIirkhQbWsiZLuwPC { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.59375rem;left:44.90625rem;overflow:hidden;display:block; }
#kQfh8XiXsonLOWqn2ETJBL9um8Hx3Hzq { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:14.25rem;left:62.46875rem;overflow:hidden;display:block; }
#bVNgQhrEtSXQ6NumsTPNTQ7XvlNVExi3 { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.46875rem;left:51rem;overflow:hidden;display:block; }
#d8uQqNKBvT9Qu9vk1q0EP3Su4cwdb9qc { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:20.4375rem;left:3.21875rem;overflow:hidden;display:block; }
#uiatzeoG179TwCgNWGa9draNDdgwHCml { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14.125rem;left:44.6875rem;overflow:hidden;display:block; }
#p9Dw0LxLEAWvTgIAz2vybc2v15dkIQ0t { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.59375rem;left:38.96875rem;overflow:hidden;display:block; }
#R5SWtZltb5E7glT7xUWATSOINtR1EHX5 { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.5625rem;left:15.1865234375rem;overflow:hidden;display:block; }
#IgNyzc7voTyb4DRoWNbI5y4uRxMSZTTX { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:13.6875rem;left:56.0625rem;overflow:hidden;display:block; }
#VwSUoUoIvKydSNXWxclDLVXMhRcn5e1M { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.2998046875rem;left:33.84375rem;display:block; }
#T67Ie44QUoNOuwrAHVZibCHAJQ4q2eaw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b08p0hz3cZMykEDI2IOHIXK83XxgAQTu { color:rgba(var(--color-tertiary-0),0.6);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:30.6875rem;left:0rem;height:0.67505rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1HhJyNGn2ly2QRdDP2hombm8GFG8ZpW { position:absolute;display:block;z-index:15014;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:49.8125rem;display:block; }
#ErWAKbd87xi1Q45EeMlrQUamJue33x3k { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:block; }
#XFEFg3aOilVgrv2DvrkxQtib3vptrm38 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:74.625rem;height:4.3125rem;text-decoration:none;z-index:15196;text-align:center;text-align-last:center;top:25.37451171875rem;left:0rem;display:block; }
#hH213wwxUQzA3qAdkBPFmuQzlpwGvMLt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezfCa0f8Ggh1CooigCK6lPtWtWWCZ4Vg { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.3125rem;text-decoration:none;z-index:15527;text-align:center;text-align-last:center;top:26.0625rem;left:31.15625rem;display:block; }
#pTRiFul1x2xKDgrzIX2r9TsfhP1Bh6Cz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umT0Vd9hmPtgnNcr54oQWAeiID64p9mz { position:absolute;display:block;z-index:15194;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:8.15625rem;left:32.46875rem;overflow:hidden;display:block; }
#athIfEO174JpntzohToQaxuQhLOLV6pE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:8.53125rem;left:38.78125rem;overflow:hidden;display:block; }
#V4QNffz3fsE33onHElHVrU0r1fUhLaU8 { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:8.3125rem;left:44.5rem;overflow:hidden;display:block; }
#mR5V91Z26oNLunW14OJdoiTFP1cxH2Tr { position:absolute;display:block;z-index:15195;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.71875rem;left:3.40625rem;overflow:hidden;display:block; }
#fB84BwTI8Hcfy1RfiNxFTuUbGWntxGFw { position:absolute;display:block;z-index:15196;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.71875rem;left:9.3427734375rem;overflow:hidden;display:block; }
#bvNEUCJtuTzt40Hsqxvq9p19k1u8PN1T { position:absolute;display:block;z-index:15197;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.71875rem;left:15.2177734375rem;overflow:hidden;display:block; }
#u1ImzDNVq5wxT2fVrgDUWAVP1LWnK4oc { position:absolute;display:block;z-index:15198;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.71875rem;left:21.1552734375rem;overflow:hidden;display:block; }
#NAPLsEHGZ934nW0mcJ8eeIlF5VJuSJy9 { position:absolute;display:block;z-index:15199;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.71875rem;left:27.09375rem;overflow:hidden;display:block; }
#ShD40e9vog2vQzZs7hfkpphdwuXPbSQu { box-sizing:content-box;height:3.125rem;width:72.125rem;position:absolute;display:block;z-index:15526;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #282352);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #282352);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #282352);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#282352' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #282352);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.96875rem;left:1.4375rem;display:block; }
#Jz8POo4S1PpH47EFTTBKzKR82NNmCoxh { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:7.75rem;left:32.0625rem;display:block; }
#kiMEXacSsHASTdn1EQrSUgTcaqUL8yrx { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:block; }
#sEyRvlycs26BaEJlPuU1Iv4i5CCxkX3U { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:9.3427734375rem;overflow:hidden;display:none; }
#nGdx3NocS1IAUokr1RiLQ3LO0EW0c7Cw { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:block; }
#LXa3pTiNVzX6BKOgdi4S1pGwvD485w23 { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:9.3427734375rem;overflow:hidden;display:none; }
#OG5GxFpMXEOdfi2tnm1EmBkmIfiM9WeS { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:block; }
#PAUIo3OxIF4IoFexlp2pmy8lUAt3l0zT { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:9.3427734375rem;overflow:hidden;display:none; }
#oT86cZt7P36JGB13QkMelT6fMIvIakAF { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:9.3427734375rem;overflow:hidden;display:none; }
#yW6lF5m6aitteHN4qL7gi2xKKosT8CKr { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:block; }
#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row .container { background-color: transparent; background-image: none; }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row .container > .video-iframe-container { display: none; }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row > .video-iframe-container { display: none; }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .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); }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row .container { border-width: 0; border-radius: 0; }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#Jxu2FLVHzxrzC08qLkqeneo2Vi3B2OUJ { position:absolute;display:block;z-index:15007;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:2.4375rem;display:block; }
#wrr771iAu3sX2dpm4Beg33AEy8t68yIF { position:absolute;display:block;z-index:15008;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:8.375rem;display:block; }
#lpv4dRIDkIAToNUgXrVfD9HLnvhmvoPi { position:absolute;display:block;z-index:15010;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:20.1875rem;display:block; }
#iLV4aRaxbb8KM0IHU49XZfBAshzTGXTv { position:absolute;display:block;z-index:15009;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:14.25rem;display:block; }
#mf45V9Glb0AxNtG24fMTwAB5B0azxVPP { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:32.0625rem;display:block; }
#ATDTFJ4R5y95Sl0XBFUvKxbW6gXxrmWU { position:absolute;display:block;z-index:15011;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:26.125rem;display:block; }
#N1mVJacyrWSAEgKdBIykaHOO70QEybEr { position:absolute;display:block;z-index:15002;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:61.6875rem;display:block; }
#NnL5KfF9ivfFX0DouPQWXdK3rfN7QTqZ { position:absolute;display:block;z-index:15013;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:38rem;display:block; }
#DWMpJCW1PbTF2Fe5cLfJ0dRZGxotJcy3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.53125rem;left:9.34375rem;overflow:hidden;display:block; }
#bGvccKMzMFOhvXl1HWr727Wx2mbkWmZR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:1.4375rem;left:50.75rem;overflow:hidden;display:block; }
#rKTOtxt1NQkiRrw7Hw56PpGTTU1KpfbL { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:7.3125rem;left:3.4375rem;overflow:hidden;display:block; }
#Ur73mDkCBiOb1xGbBEAuThMTt3LHK0nV { position:absolute;display:block;z-index:15088;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:43.9375rem;display:block; }
#MVIlAddA0IF1KwRROQ2gpIOvehcWfPkF { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:1.5625rem;left:56.4375rem;overflow:hidden;display:block; }
#b2X3LVkrIL5dEChHkH2150fezoQalaSK { position:absolute;display:block;z-index:15016;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:49.875rem;display:block; }
#BXlDKqz3TGibmvDU6RqfTig9UsNtFRhh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.4375rem;left:68.5625rem;overflow:hidden;display:block; }
#ad84ZKmEJA7SAyDAQpI8Ply0MQCgsNdq { position:absolute;display:block;z-index:15004;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:67.625rem;display:block; }
#TbBl3X7PQKf12izOA146PfTcJc4NXmX9 { position:absolute;display:block;z-index:14999;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:16.625rem;width:74rem;top:0rem;left:0.5rem;display:block; }
#KA69b3vJmMqx47sIV65DAbgOJwT0yJJU { position:absolute;display:block;z-index:15014;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:6.5625rem;left:8.375rem;display:block; }
#ZoT3IhPglyTTROcJdehV039D0NDuxPq2 { position:absolute;display:block;z-index:15185;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:6.625rem;left:14.25rem;display:block; }
#cKufmbfTG48QAZKtCfwPKoG9ZnbtF5G4 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.625rem;left:62.6875rem;overflow:hidden;display:block; }
#Tu6JamcA6s9MuFmqwE4lMmLNCfNZLmmC { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.375rem;left:15.1875rem;overflow:hidden;display:block; }
#dZil66XyXNIDm6Q9uMn051lFlN5ibta1 { position:absolute;display:block;z-index:15015;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:6.5625rem;left:2.4375rem;display:block; }
#ff9bHW5pBKXysrQFMQQ7gKwOsQQ5PGpr { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.1123046875rem;left:33.84375rem;display:block; }
#nSX6X206SsniU8X33ln8rgILMncKrlvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuJiVrMVckb7GZXTTFwwl3qwXURm8qV4 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:17.6875rem;left:0rem;height:0.67505rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BaWt4xc0LUU1M5D8AE4xGTPzGp8EpiJp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:73.875rem;height:14.8125rem;text-decoration:none;z-index:15196;text-align:center;text-align-last:center;top:0rem;left:0.5621337890625rem;display:block; }
#TJtWyRNfLELC5r1nAhNzyhQ2nvL3WBNE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mrn6x8Hamt097B9nI5fZv0t3DQPLD8KV { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.3125rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:12.4375rem;left:33.25rem;display:block; }
#dN1AQ4MXNdv7Gmg4eqQ03PN2JM5XtnhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERKWyzp7iDzmSlBMe3H9G7bXC8UCz5C9 { position:absolute;display:block;z-index:15194;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:1.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#PoQdlVnv4cXAxzC09PqpINx28TPRZsCO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.6875rem;left:39rem;overflow:hidden;display:block; }
#zxEoWhAZgFaASiA1y8JaCAAQ5pU9BESc { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.25rem;left:44.5rem;overflow:hidden;display:block; }
#Q9zcWfZ6gTCCuKUXAld0iMPwoyHwfURl { position:absolute;display:block;z-index:15195;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.6875rem;left:3.4375rem;overflow:hidden;display:block; }
#aoEbO0q3DFmKJwRof9HwCnW2kt9Ty31D { position:absolute;display:block;z-index:15196;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.6875rem;left:9.3125rem;overflow:hidden;display:block; }
#EwwZub742wrHT8nNNJtSewihfzNBTy9i { position:absolute;display:block;z-index:15197;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.6875rem;left:15.1875rem;overflow:hidden;display:block; }
#zvZ7up9kkcpBLVl1qTkWpkPVb0CH3qMg { position:absolute;display:block;z-index:15198;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.6875rem;left:21.125rem;overflow:hidden;display:block; }
#TVexQFhC3ROJ1ps1sDttWmeM6D2LPSHa { position:absolute;display:block;z-index:15199;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:1.0625rem;left:26.5rem;overflow:hidden;display:block; }
#pE2dDlvswLxwJvJUSFoa2sMTSn36mMc1 { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1rem;left:32.0625rem;display:none; }
#HzJQP55iWdtpeIFfrtiSNE4W2hQHfR5y { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1rem;left:32.0625rem;display:none; }
#mIX4giATi3bgRuVFn1pgcyTkfDFlv2ia { position:absolute;display:block;z-index:15012;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1rem;left:32.0625rem;display:none; }
#OI5BxaalwlK1woCtRLaTRBrpv3C7TLh1 { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.5625rem;left:21.15625rem;overflow:hidden;display:block; }
#S4WZMDUFQJCBc2WflL1xWoDfL3ECcszU { position:absolute;display:block;z-index:15188;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:6.5625rem;left:20.1875rem;display:block; }
#O5JzPhdBle7kxT9WWTuTJc9kXbrq1Um4 { position:absolute;display:block;z-index:15083;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:14.2490234375rem;display:none; }
#iBmct3kCeQsU1JdCOuyiC7rG9LWr0IgA { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.59375rem;left:44.90625rem;overflow:hidden;display:none; }
#V4UvutQeqbFr2bLZUadLSRoVW9aSitB8 { position:absolute;display:block;z-index:15048;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:67.625rem;display:none; }
#odkIZ5vwhMJ9DcqeU86sGPaNJKHTm5oa { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.375rem;left:50.75rem;overflow:hidden;display:none; }
#qVLyBoH2Eh2kWkWzGmAUhl0xXtc3kNTB { position:absolute;display:block;z-index:15043;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:38rem;display:none; }
#l5nbql963gqh7UPbc78Q6wptykXKzdXi { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.46875rem;left:51rem;overflow:hidden;display:none; }
#VZXc6cEhzeSoEbIuyhsDP3bfQlBJqrnN { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.5rem;left:62.75rem;overflow:hidden;display:none; }
#wmhGZqTb2m51rnfnlUCMASdnJ0qWip2w { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:20.1865234375rem;display:none; }
#OCMBxsoxdBs5NMcmNoP1hCgfCZDKxUrG { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:20.1865234375rem;display:none; }
#wO25fzudnrW0aUFzwQNHb0ZWAzna7TwM { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:68.4375rem;overflow:hidden;display:none; }
#RJGeWSuvhQUE4xJ4rHci3shPB7HZnvcE { position:absolute;display:block;z-index:15015;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:67.625rem;display:none; }
#fkA8tPcDgPyGLTl7Fr70WOVSowOJkhhT { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:20.4375rem;left:56.5625rem;overflow:hidden;display:none; }
#MHCl06v95wOEb761MfxnGt5naLdhNEnO { position:absolute;display:block;z-index:15015;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:2.4375rem;display:none; }
#zmU70XolIUGwpk9wNdZWrufzc4POexLI { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.59375rem;left:38.96875rem;overflow:hidden;display:none; }
#E4JbvMNCF4oqy6ZkzsPlKWnHZKhhIRln { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:32.875rem;overflow:hidden;display:none; }
#Sfft0Fl7JaPuex7JsTm8AqDlzafwzCK0 { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:20.1865234375rem;display:none; }
#HDB203zftQtlSyFmG1sKmHGTv97HTBxp { position:absolute;display:block;z-index:15017;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:43.9375rem;display:none; }
#yfknIWOBVgyL8wEiqzvBwCGfSrwx4efx { position:absolute;display:block;z-index:15044;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:32.0625rem;display:none; }
#wSeB6IVgEb08HXeQ8tFRA1UqoqNndIIC { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.5625rem;left:15.1865234375rem;overflow:hidden;display:none; }
#Pp46Clvp7i1RclJyakCDX6elTrOTJOyC { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:9.3427734375rem;overflow:hidden;display:none; }
#Wr9TOmvMLm5T7Lshd1is9LsAKndNEQNU { position:absolute;display:block;z-index:15010;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:26.125rem;display:none; }
#wKEW42J0uQCavJ3iBnZB5rL4WM7O0Fpw { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.5rem;left:20.9990234375rem;overflow:hidden;display:none; }
#xmC9LJODq621Bfy7mRTPtRFvXUwuHNtd { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.4375rem;left:26.9375rem;overflow:hidden;display:none; }
#Ou5lFSJi970TbohpMCrhPzHk6zDXlAVz { position:absolute;display:block;z-index:15049;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:55.75rem;display:none; }
#Uuv77VXJRitTBZGT2nKOG05GfgbPUAkr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:13.6875rem;left:50.1875rem;display:none; }
#W9AgwbPo2PDKSrHzwKPeHBmsw2FSDcJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wH2MAsc02zc14wmXUFwUuXoqKH8ip2E3 { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14rem;left:68.34375rem;overflow:hidden;display:none; }
#R6xfiCN6CVvOo6h0ewF3GLyEInK95hdn { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:14.4375rem;left:62.65625rem;overflow:hidden;display:none; }
#zn0HTe7AAaN2ToiisLfaFnWXTRWECU5V { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.5rem;left:56.71875rem;overflow:hidden;display:none; }
#t3xrE23xdmlV4uz3v56HUgKgncf0tqcA { position:absolute;display:block;z-index:15014;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:49.875rem;display:none; }
#X0lbZWtP4f3nJTHyGhElz8bSn7ttSOhz { position:absolute;display:block;z-index:15185;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.65625rem;left:14.2490234375rem;display:none; }
#eWJkdaQfs8ofDy4nPOTtzPtT0VESLPSn { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:20.4375rem;left:3.21875rem;overflow:hidden;display:none; }
#hD3gXoxS4KJNzB8CPNdO0O6qqJksTK5l { position:absolute;display:block;z-index:15049;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:55.75rem;display:none; }
#IfidXbfw2lK1dK8X9v8kmubpZZENdUdq { position:absolute;display:block;z-index:15049;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:55.75rem;display:none; }
#Jdt3OBDhHN3feAyT5QgwbOM3RKBi5mDX { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.25rem;left:3.4375rem;overflow:hidden;display:none; }
#HdaTcHDuTnFhhDUGHZntm6Vb08bZiTlk { position:absolute;display:block;z-index:15089;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:43.9375rem;display:none; }
#tWNSm80QJPA6D6r2DrCR1XUNhSfpGGXU { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:15.2177734375rem;overflow:hidden;display:none; }
#y1GbBlIF1M12BOJPM4OhQ4AyyP8x4mex { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.5rem;left:27.03125rem;overflow:hidden;display:none; }
#WJ0zcqB7VyTVNiFMHNIlI355mouonP8M { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:33.03125rem;overflow:hidden;display:none; }
#IXEDSzkgR0u2TGfk4bNwh8bnZbRUaLmb { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#OzM0dfBVcrlAeqnc52FlD4ldyQwMTfNO { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.5625rem;left:39.0625rem;overflow:hidden;display:none; }
#EkvwCdDkWJKO9xm8sHnXxLXaCcpau1Kn { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:none; }
#XTwsTxTmhocVAVvil6Miab0xBkiANH9p { position:absolute;display:block;z-index:15090;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:38rem;display:none; }
#VxMJ0ITcTehtZ41QSzueFMz3LaFDkGWt { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:14.3125rem;left:21.0302734375rem;overflow:hidden;display:none; }
#hJT8Db2tsyhTIrGnHvw3lhEh20s7UZww { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15184;text-align:center;text-align-last:center;top:13.71875rem;left:44.125rem;display:none; }
#VDi3VWkT5Ta2tCna6uVeGGCHWzPEtgVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MR6NZv5ywxr2faAPzZnkdd9GZlTqtmHF { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:44.90625rem;overflow:hidden;display:none; }
#yHF3ysOrJ5w0h4bLkmBCeREbeWciPpkT { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#LGdD1utvAn9bsKEB9y8gkSWgAEc4cJ86 { position:absolute;display:block;z-index:15090;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:38rem;display:none; }
#gIuABEUti5VFc3ldg5DqGwqngVvkQ7OZ { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#iEhuQhSPRFs7ciE8zef4qqyRhu5TlirR { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#JIyfgUBUn0prO23MHaX2AQtH7KXO6kbE { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.25rem;left:3.4375rem;overflow:hidden;display:none; }
#JqI8xuHEOKmP8FwvkNGE8LgAtllCMCWb { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#oUVXLtuCdhgeOgk9NzXThmSeit7ktAMU { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.75rem;left:21.15625rem;overflow:hidden;display:none; }
#veMLfiXF65lQH5S93alU8sn3e9WAPhO9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:13.6875rem;left:32.3125rem;display:none; }
#sbcZsXW3sKIePKsyARoPQz6yJA5PKzmd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#St2oWrk5f4K0vDZLW3Ooy4EEhm50iCN2 { position:absolute;display:block;z-index:15081;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:2.4375rem;display:none; }
#bzXtba0ehlWcrkdyiaN1C8cVQ9uCABOP { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:15.2177734375rem;overflow:hidden;display:none; }
#TFm0WPP3upRhGo1SHZcrDSgTCxkAVUEI { position:absolute;display:block;z-index:15046;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.625rem;left:8.3740234375rem;display:none; }
#G6Ni3R70GZ9vDqstokbBW1OdPOUmNq33 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:13.6875rem;left:32.3125rem;display:none; }
#fkBTLoCgd0HPF0xAq4sfR0Nz1WOq3V6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXnmZmZDrQQXkgRDgU7OL7S6KD60A48R { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:14.3125rem;left:21.0302734375rem;overflow:hidden;display:none; }
#SlVPT8OmwVL3nT32AdKZ84bzsC5aCIT6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15184;text-align:center;text-align-last:center;top:13.71875rem;left:44.125rem;display:none; }
#p8K5MhlGKwAdwE9VPZPoHkZbSzvsO20O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C4IvgQMmUogoDxm7ZioFvkqORa9UuBv4 { position:absolute;display:block;z-index:15090;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:13.625rem;left:38rem;display:none; }
#FwBD7gFWGqO5fZHWodLkk43S3hChioH3 { position:absolute;display:block;z-index:15017;background-color:#17162a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.6875rem;left:55.75rem;display:block; }
#C8gN0xpq1USTD3cL0WmJBpWxcL2RVCV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C8gN0xpq1USTD3cL0WmJBpWxcL2RVCV9 > .row .container { border-width: 0; border-radius: 0; }#C8gN0xpq1USTD3cL0WmJBpWxcL2RVCV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8gN0xpq1USTD3cL0WmJBpWxcL2RVCV9 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:none; }#TyrNovFtphL0BhEt0gwxZV0UlmTxIa89 { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:figtree;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9990234375rem;left:10.562133789062rem;height:2.999875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TPQVnSiI0uvkzgRkMkw1UKO9spRUtiB8 { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:2.13623046875rem;left:23.312377929688rem;height:1.799925rem;text-align:center;text-align-last:center;display:block; }
#AsHuTEOL33MT4MUleO0Xbl9vke5ayOJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AsHuTEOL33MT4MUleO0Xbl9vke5ayOJb > .row .container { border-width: 0; border-radius: 0; }#AsHuTEOL33MT4MUleO0Xbl9vke5ayOJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsHuTEOL33MT4MUleO0Xbl9vke5ayOJb > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:none; }#ECCK8D8cWmg9OPVzvX7FgMLtNToo4hwp { box-sizing:content-box;height:10.375rem;width:36.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90552f57-29dc-4974-940b-6541a9869ae6/box3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.5625rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#ECCK8D8cWmg9OPVzvX7FgMLtNToo4hwp.adaptive-delivery-prevent-bg, #ECCK8D8cWmg9OPVzvX7FgMLtNToo4hwp.lazyload, #ECCK8D8cWmg9OPVzvX7FgMLtNToo4hwp.lazyloading { background-image: none; }
#cMnZvsPPdw7ToGKtdGtCbmabUmTrAogk { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.75rem;top:6.6875rem;left:1.25rem;overflow:hidden;display:block; }
#y2QSWIbJDu8lkrIqy2tXieWCTZb53bQM { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:6.9375rem;left:5.9375rem;height:1.799925rem;text-align:left;text-align-last:left;display:block; }
#xQ15zrDTeiL2uZJWA4N6aklnrkoXAmyI { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:4rem;left:5.9375rem;height:1.799925rem;text-align:left;text-align-last:left;display:block; }
#s2JsPSQodE9uSUxci0VhS7t2seB2nbrS { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.75rem;top:3.75rem;left:1.25rem;overflow:hidden;display:block; }
#atdiEyV2mEWve6hGH73mUzr8fE8OBxE1 { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:4.1875rem;left:25.875rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcPhVhflqGba36vX7GySFJyIncTe9Qgn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca7835db-e7a0-4454-bcc0-de821498c235/ogladaj.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:7.1875rem;left:26.375rem;display:block; }#JcPhVhflqGba36vX7GySFJyIncTe9Qgn.adaptive-delivery-prevent-bg, #JcPhVhflqGba36vX7GySFJyIncTe9Qgn.lazyload, #JcPhVhflqGba36vX7GySFJyIncTe9Qgn.lazyloading { background-image: none; }
#qFOd6mdyvhc6qUI5QBw87VRlf9szkhkA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrVgw59k67VIg6uJrBfNsWwl9pcVon2y { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:2.625rem;left:25.25rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#IRVxT9sarPTfuuqET7TFVAFhJUcXBRWP { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:1.8125rem;left:1.25rem;height:1.2rem;text-align:left;text-align-last:left;display:block; }
#F53xU7TgPT7l1kgHRGXEd0wrdiOKPX9U { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:40.5rem;display:none; }
#RGySpiSqp5rbWWTdQTQEBNnRwk4R6JM6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:40.5rem;display:none; }
#ilxsc87qAoQecTiTbDVO4CBt3aGXFvr9 { box-sizing:content-box;height:10.37475rem;width:36.124875rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90552f57-29dc-4974-940b-6541a9869ae6/box3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.625rem;left:38.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#ilxsc87qAoQecTiTbDVO4CBt3aGXFvr9.adaptive-delivery-prevent-bg, #ilxsc87qAoQecTiTbDVO4CBt3aGXFvr9.lazyload, #ilxsc87qAoQecTiTbDVO4CBt3aGXFvr9.lazyloading { background-image: none; }
#SmL3AExo4aIN4AfCyk7lhGt8U6g32zFs { color:#ffffff;display:block;width:9.562375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:2.6875rem;left:63.5rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#AUMkABPd7crwkAxECQ2wU1yKaeyareIV { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:4.25rem;left:63.9375rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hz3hn1v28NLUbTD1XvTswW8vHxqTMZ0a { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:4.0625rem;left:44.8125rem;height:1.799925rem;text-align:left;text-align-last:left;display:block; }
#V8hkq0aokroQlWKO3QCblyb3RwqJdAvu { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:7rem;left:44.8125rem;height:1.799925rem;text-align:left;text-align-last:left;display:block; }
#TEzDh638mPOSvm1HwiSITyzFRivBmd1f { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca7835db-e7a0-4454-bcc0-de821498c235/ogladaj.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499625rem;height:1.62475625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:7.25rem;left:65.25rem;display:block; }#TEzDh638mPOSvm1HwiSITyzFRivBmd1f.adaptive-delivery-prevent-bg, #TEzDh638mPOSvm1HwiSITyzFRivBmd1f.lazyload, #TEzDh638mPOSvm1HwiSITyzFRivBmd1f.lazyloading { background-image: none; }
#RW9Z7aAmE3S5kDGaA3rJgmDMD7KTTyis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pxIC8lRvSAc93uHAbsZLwGXSRMeisH7D { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:1.875rem;left:40.125rem;height:1.2rem;text-align:left;text-align-last:left;display:block; }
#BbhB6aXVsuLoNJNJS5rnlLVHrKNDN3bT { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374875rem;width:3.75rem;top:3.75rem;left:40.125rem;overflow:hidden;display:block; }
#o52Zrt82DdAo41FkxqNRVrLv82OTI8ZX { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374875rem;width:3.75rem;top:6.6875rem;left:40.125rem;overflow:hidden;display:block; }
#qZu2Foxv5y2B7sENpIvo435PA2qh8tFu { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:10.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0.654296875rem;left:0rem;display:block; }
#FOZy1PouyfB0taTpEWVkZm2gPV32SnLs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmrWSaUh6AkPqBXDPc71SemupL6lWN81 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.124875rem;height:10.37475rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:0.655517578125rem;left:38.875732421875rem;display:block; }
#kwqff7XpKAAtQ7KFoUQmDDtLpFrIkzUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcPJDIo9JgtlMJtz3ZvFWa3bGgsKF65Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vcPJDIo9JgtlMJtz3ZvFWa3bGgsKF65Q > .row .container { border-width: 0; border-radius: 0; }#vcPJDIo9JgtlMJtz3ZvFWa3bGgsKF65Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcPJDIo9JgtlMJtz3ZvFWa3bGgsKF65Q > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:none; }#K3hvMXeC8mhpS7QyDCzdTAsz6XFm8QNR { box-sizing:content-box;height:10.375rem;width:36.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90552f57-29dc-4974-940b-6541a9869ae6/box3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.625rem;left:0.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#K3hvMXeC8mhpS7QyDCzdTAsz6XFm8QNR.adaptive-delivery-prevent-bg, #K3hvMXeC8mhpS7QyDCzdTAsz6XFm8QNR.lazyload, #K3hvMXeC8mhpS7QyDCzdTAsz6XFm8QNR.lazyloading { background-image: none; }
#fdeUNDceqUMdsupGynVsLay0J4HOaHcQ { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:1.875rem;left:2rem;height:1.19934375rem;text-align:left;text-align-last:left;display:block; }
#kS21bRyf3xmEQE7NEgeRdD5CkTva9tH8 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:4.0625rem;left:6.6875rem;height:1.799925rem;text-align:left;text-align-last:left;display:block; }
#ONA7Zlmn89rgW4EyDIDiGTWpmAgkJ8S5 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.75rem;top:3.75rem;left:2rem;overflow:hidden;display:block; }
#xseormu1nMNLSTdVkqQpVyAnGX0w9JuD { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:7rem;left:6.6875rem;height:1.799925rem;text-align:left;text-align-last:left;display:block; }
#v5p4JxNKu29yWsS51DVo7ww4Xk1lykyH { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.75rem;top:6.6875rem;left:2rem;overflow:hidden;display:block; }
#PMrhhFrluwsbhlTtgtQgv8o4u2n5PC5C { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:2.6875rem;left:25.375rem;height:1.19934375rem;text-align:center;text-align-last:center;display:block; }
#mrhDPNvwQL7UwOAzvlDgtEkCvI6gvnZG { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:4.25rem;left:25.8125rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lx9T54ZHvUFnOh8mHnQTKBaMnIaWZXBD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca7835db-e7a0-4454-bcc0-de821498c235/ogladaj.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:7.25rem;left:27.125rem;display:block; }#Lx9T54ZHvUFnOh8mHnQTKBaMnIaWZXBD.adaptive-delivery-prevent-bg, #Lx9T54ZHvUFnOh8mHnQTKBaMnIaWZXBD.lazyload, #Lx9T54ZHvUFnOh8mHnQTKBaMnIaWZXBD.lazyloading { background-image: none; }
#xNeJChVBWsDNiXHCvCfkWiJdvdP2TTpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axVKqTewNdavoP30z0y4nx6rVmcoIN11 { box-sizing:content-box;height:10.375rem;width:36.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90552f57-29dc-4974-940b-6541a9869ae6/box3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.625rem;left:38.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#axVKqTewNdavoP30z0y4nx6rVmcoIN11.adaptive-delivery-prevent-bg, #axVKqTewNdavoP30z0y4nx6rVmcoIN11.lazyload, #axVKqTewNdavoP30z0y4nx6rVmcoIN11.lazyloading { background-image: none; }
#rQgsx5EpAkD4Icg1JNohMhznv8TbqALv { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.75rem;top:6.75rem;left:39.375rem;overflow:hidden;display:block; }
#GVSRTQCLgvZ3bvS14A7lPKUPTLtN68Kl { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:7rem;left:44.0625rem;height:1.799925rem;text-align:left;text-align-last:left;display:block; }
#gZc6dAylEGBwQ4FXnIFFLiQzDGWBegTS { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:4.0625rem;left:44.0625rem;height:1.799925rem;text-align:left;text-align-last:left;display:block; }
#yMiPViVRNyilcctBpVJcUL2ct7pKUhtn { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.75rem;top:3.8125rem;left:39.375rem;overflow:hidden;display:block; }
#p5hpTDT4d0NeidrH5Zipf87nDmPMx3L5 { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:4.25rem;left:64rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H7UM7zED8qQvHybzLqcrPaBTATqcVpod { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca7835db-e7a0-4454-bcc0-de821498c235/ogladaj.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:7.25rem;left:64.5rem;display:block; }#H7UM7zED8qQvHybzLqcrPaBTATqcVpod.adaptive-delivery-prevent-bg, #H7UM7zED8qQvHybzLqcrPaBTATqcVpod.lazyload, #H7UM7zED8qQvHybzLqcrPaBTATqcVpod.lazyloading { background-image: none; }
#a9yU3EA6UKXWo4PTLCcSh8baNUXVqE0r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rm7KAdVHiln1uznF3CR4JBE3N45oOPd0 { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:2.6875rem;left:63.375rem;height:1.19934375rem;text-align:center;text-align-last:center;display:block; }
#xGf0AbgLUyqX1REzaAKe4Lt88ZLaZ2FF { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:1.875rem;left:39.375rem;height:1.19934375rem;text-align:left;text-align-last:left;display:block; }
#pFGKoTVR5mtKthSsbIJUcpTavbf7BCGP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:40.5rem;display:none; }
#s6GcSHZZwX8oeaU3M2R2WFJpOD7XRm9d { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:40.5rem;display:none; }
#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row .container { background-color: transparent; background-image: none; }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row .container > .video-iframe-container { display: none; }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row > .video-iframe-container { display: none; }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .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); }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row .container { border-width: 0; border-radius: 0; }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#M1LvG6lT4JHKXUaJnbMInZFht27F2TEQ { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.31201171875rem;left:10.562133789062rem;height:2.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#klcSwqXt9lbS5zTUGSgQlCQCA1SgNtlU { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:5.386962890625rem;left:23.312377929688rem;height:1.19934375rem;text-align:center;text-align-last:center;display:block; }
#hSqDxzWiXA9Xo3eV5rIn8SqDnAlVMIwf { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15004;background-color:#171328;background-image:none;top:9.2486572265625rem;left:0.1873779296875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OKdx303IwUmtprbFacdredNuLn6t0KQQ { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15005;background-color:#171328;background-image:none;top:9.2498779296875rem;left:19.18701171875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SebCnfVUuT0SWJEhxLcuqRJ4U6J0ZwsJ { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:#171328;background-image:none;top:9.2498779296875rem;left:37.999877929688rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TSVcgdnhTT3Pw60CPNrChPNTGogeBxpH { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15007;background-color:#171328;background-image:none;top:9.2498779296875rem;left:56.937255859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HtWbx6Q6otEpd75NhesTTUrt2WdL9AMw { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.393753051757rem;left:1.25rem;height:4.55078125rem;text-align:left;text-align-last:left;display:block; }
#xlebFZ7vZzktSqFTXyxrH5yD4F6SET61 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.625rem;top:16.193237304688rem;left:1.25rem;overflow:hidden;display:block; }
#PR3sXTFyc1CX6HSRb2teu2xJNLqDGtGX { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:17.7685546875rem;left:1.25rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#mM24uk4kwl1t3y9CKL2b8KvmTgdZIMbf { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:18.73046875rem;left:1.25rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#t4tF70vF4tkegDftV7prbK994tl3m2gl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;top:18.125rem;left:15.625rem;overflow:hidden;display:block; }
#LBTxqNTAP3Z8t64vgmZecVEcPkQ404l3 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.198959350586rem;left:20.25rem;height:4.55078125rem;text-align:left;text-align-last:left;display:block; }
#Z5yLTT7XoabNNmnXGQvqnq34I5w7Xzoi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.625rem;top:16.193237304688rem;left:20.249633789062rem;overflow:hidden;display:block; }
#BlUo52kWMSThyDBCwVlFie0cW2aCHaQt { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:17.7685546875rem;left:20.249633789062rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#ldK93mhsRQV47PbcICWIIKTqHi8nqFrz { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:18.667602539062rem;left:20.249633789062rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#ADz0lXx8cDzQrbGkS2v5Ukem2vyuWFKH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;top:18.667602539062rem;left:34.674682617188rem;overflow:hidden;display:block; }
#R5zkSCgX3ADf5UQZMdU3ywZwJU3eQvRw { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.268753051757rem;left:39.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#vbyTmS0Qxtb3n3wUWTwFiABmOF5RbPUI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.625rem;top:16.193237304688rem;left:39.0625rem;overflow:hidden;display:block; }
#c0Q5Zpw5gbGiwGzhuhS5dKzCKRTK5R9G { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:17.7685546875rem;left:39.0625rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#uvVEXbB7fOTp9phCwrVWHWwyssIN32dU { color:#8a8a8a;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:18.667602539062rem;left:39.0625rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#JXP4RT3spsm9sOtcsvyAc5KyTMg5DJET { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;top:18.667602539062rem;left:53.499755859375rem;overflow:hidden;display:block; }
#eeHdMTLDPAt6hqW7NMZiWK9llrnMfDea { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.268753051757rem;left:58.21875rem;height:2.2753875rem;text-align:left;text-align-last:left;display:block; }
#BMn8Qct23alSAJBTMriWQIOarZOaXgNs { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.625rem;top:16.193237304688rem;left:58.218383789062rem;overflow:hidden;display:block; }
#kFduWNT4TzuRwqeyrlyaNFZSPtQphEVD { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:17.7685546875rem;left:58.218383789062rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#z24O4SOvUNZvT4JSouhJsfFeyB9Fup2Q { color:#8a8a8a;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:18.667602539062rem;left:58.218383789062rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#SgV7KZ3qQ9zqV8QdIN4J8iXTer1fMO9I { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;top:18.667602539062rem;left:72.5rem;overflow:hidden;display:block; }
#qC556hT041xTvTdqP36kQaaOSghFBrGM { position:relative;display:block; }#qC556hT041xTvTdqP36kQaaOSghFBrGM { background-color: transparent; background-image: none; }#qC556hT041xTvTdqP36kQaaOSghFBrGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .row .container > .video-iframe-container { display: none; }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .row > .video-iframe-container { display: none; }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .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); }#qC556hT041xTvTdqP36kQaaOSghFBrGM { border-width: 0; border-radius: 0; }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .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; }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;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; }#RdkXbNOZHGI93wahGBzKAkElf6zuZzCC { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6875rem;left:9.3114585876462rem;height:2.79968125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QWVsJbmEBT2JpiTPiinq86lJlCPg0JoA { position:absolute;display:block;z-index:15001;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:74rem;top:5.375rem;left:0.5rem;display:block; }
#SQ2obHhINU1iC6kEeZVoTavuCWIIvhG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.875rem;left:36.0625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b6tw3VBhexf5alNZKplLOtK13qSXqg1O { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.75rem;top:7rem;left:33.4375rem;overflow:hidden;display:block; }
#uxEfcCz6NTNI2a3H9I24TdAgr1m6Mzyf { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -moz-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -ms-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -o-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#2823527f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#2823527f' );";background-image: linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.0625rem;width:74rem;top:9.687255859375rem;left:0.5rem;display:block; }
#X10kuOyVhSDblkKkg1fXvz6cQ6Ek5yAA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.75rem;top:12.5rem;left:2.562255859375rem;overflow:hidden;display:block; }
#lfdUbpmZPXb6UdZeH8rkS06qRLFTpTph { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.375rem;top:13.125rem;left:10.124877929688rem;overflow:hidden;display:block; }
#sh5XXGzbqoN6ZB6Npe23P5zG8kZbEqo6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.3125rem;top:12.93701171875rem;left:22.12451171875rem;overflow:hidden;display:block; }
#iIHMI2n87bNxdNJUmgzGogGdSVgUXuyd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.375rem;top:12.749633789062rem;left:28.4375rem;overflow:hidden;display:block; }
#REZ3bBvkK48T3bqEmEQGocgvpq1LLppM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.5625rem;top:13.187255859375rem;left:35.562133789062rem;overflow:hidden;display:block; }
#usoPz9soupTFVE1aN5GBVi9CZKPqvdGS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.5rem;top:13.187255859375rem;left:44.6875rem;overflow:hidden;display:block; }
#Bt2oN5AuK4fJotnPbZdy8E7LM4vTrsPw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.5625rem;top:13.187255859375rem;left:50.874633789062rem;overflow:hidden;display:block; }
#WMPrq9cJyUIOCttOhZSFcNQ1w80vqgui { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.5625rem;top:13.312377929688rem;left:59.5rem;overflow:hidden;display:block; }
#CKen10Obn56CSofOzxIaeTlNwB9nkNaT { position:absolute;display:block;z-index:15002;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:22.999877929688rem;left:25.874633789062rem;display:block; }
#t8NxkEfFXiC1DnEfILvveF9FCpZiZZJc { position:absolute;display:block;z-index:15003;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.5rem;top:22.999877929688rem;left:0.5621337890625rem;display:block; }
#M8cyDQEIUQQBfxSoEQnokXHmgoUrPpdR { position:absolute;display:block;z-index:15004;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:22.999877929688rem;left:50.999755859375rem;display:block; }
#qR0prPsvCzZWgpMDQkyiHzpGJ1UNpZJs { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:24.562377929688rem;left:9.2498779296875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzSklP7XLz51o1aT4zPRTZ6LUGiKGu1J { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.125rem;top:24.749755859375rem;left:7.1875rem;overflow:hidden;display:block; }
#rSeofiuQ3CZ5In4GpkuU2aMNfd0qTqph { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:24.562377929688rem;left:36.187133789062rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9VXX9dhPeZq0R4dVtIVHO1kNeDxpzpP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:24.562377929688rem;left:60.562133789062rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogibP7wnniuWlpUPTXT11pqcmgtThtm3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.5625rem;top:24.81201171875rem;left:58.125rem;overflow:hidden;display:block; }
#CL91bXRDdCbSGMeI7xVZDvEPrsaSzIvV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.6875rem;top:24.81201171875rem;left:33.687133789062rem;overflow:hidden;display:block; }
#v94XrkdwRQMd4VfWzUWDXpgNuQrAS22D { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -moz-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -ms-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -o-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#2823527f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#2823527f' );";background-image: linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.5625rem;width:23.5rem;top:27.999877929688rem;left:0.5621337890625rem;display:block; }
#pqdtBkkfknkdFEJS0wF8Zd7VFTbKBgtC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.25rem;top:30.8740234375rem;left:4.476318359375rem;overflow:hidden;display:block; }
#UbwL1c9i1pcfPO67b3pc2RUxdzkavBnU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.1875rem;top:30.874633789062rem;left:8.3123779296875rem;overflow:hidden;display:block; }
#LBgoDF5iODuNJXFVbTMZTwk90Cls5KuU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5625rem;top:30.562133789062rem;left:17.8125rem;overflow:hidden;display:block; }
#uqVmuTx7KlP4raDKpdlEHFpZuqnv6ghA { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -moz-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -ms-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -o-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#2823527f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#2823527f' );";background-image: linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.5625rem;width:23.5rem;top:27.999877929688rem;left:25.874633789062rem;display:block; }
#uWL71PzhZRL6NomphTOdtbgH0ryWLPPP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:30.562133789062rem;left:31.499633789062rem;overflow:hidden;display:block; }
#XNUEEhgv66RcO49hzgiyJcpZZEMXf4DK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:30.374755859375rem;left:34.749755859375rem;overflow:hidden;display:block; }
#MvvWKr8QHaQPu4A3CKZG2XHxD3mEl596 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:30.374755859375rem;left:38.062133789062rem;overflow:hidden;display:block; }
#AEa5JJLqGoQw2suvT3q7reUd3Qa8LbIA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:30.374755859375rem;left:41.37451171875rem;overflow:hidden;display:block; }
#uuU73GRCy3p8rQ6cXO9o9780w6pstdX5 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -moz-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -ms-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-image: -o-linear-gradient(180deg, #090813, rgba(40,35,82,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#2823527f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#2823527f' );";background-image: linear-gradient(180deg, #090813, rgba(40,35,82,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.5625rem;width:23.5rem;top:27.999877929688rem;left:50.999755859375rem;display:block; }
#T2HwsQBPgprkxvBTyc9QCS6fWhADvDZt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.8125rem;top:30.812377929688rem;left:55.74951171875rem;overflow:hidden;display:block; }
#TEmd13sorkpLJKMJhXS8DyfAfoJZ0Rly { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.625rem;top:30.499877929688rem;left:64.562377929688rem;overflow:hidden;display:block; }
#oMS9C5ItL64Jr6TXhb4iCkM3sXAACyd0 { background-color:transparent;background-image:none;border-top:0.125rem solid #444769;border-left:0.125rem solid #444769;border-right:0.125rem solid #444769;border-bottom:0.125rem solid #444769;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.25rem;left:28.812255859375rem;display:block; }
#TaFni14k4QnxTs0UxBTugOZ9UblpE3VM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xxfz2EPs7VdbpMo5GvpbDOkqe4TMK2sO { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.625rem;top:13.062133789062rem;left:68.624877929688rem;overflow:hidden;display:block; }
#kf4vSF6iwvAVmRvFopot2MnhDT6UuXi3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:8.7374992370606rem;left:35.9375rem; }
#G3wspRtt2E25M7a8fdwhHwLbqmT9dvPH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:26.37451171875rem;left:10.74951171875rem; }
#c1a2psyIcdQd1VlWkp61gsScRn85ZiIn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:26.37451171875rem;left:35.9375rem; }
#LcRKDw3q7yTlMQNhtS0FZm1cnkLUCEQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15211;opacity:1;top:26.37451171875rem;left:61.124877929688rem; }
#CaoqXWMGeGCy3rvSUokmKPxq0Jtew5sM { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:4.8125rem;top:16.780395507812rem;left:29.784083211838rem;overflow:hidden;display:block; }
#P6G5At2g6xJfmzXM049fbZdDfSJyTNi6 { position:absolute;display:block;z-index:15213;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74926875rem;width:10.49925rem;top:17.092895507812rem;left:37.468383789062rem;overflow:hidden;display:block; }
#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row .container { background-color: transparent; background-image: none; }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row .container > .video-iframe-container { display: none; }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row > .video-iframe-container { display: none; }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .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); }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row .container { border-width: 0; border-radius: 0; }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#qeZUudTmRJ1mQnfUv4CAMAQF44MuG7Fx { position:absolute;display:block;z-index:15000;background-color:#282351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.045459151268rem;left:0.5625rem;display:block; }
#WmtQD0gwfemEm6xlNISs6NJiTMLb3Ls9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.0625rem;width:73.875rem;top:5.5621337890625rem;left:0.5621337890625rem;display:block; }
#Ummnd7yTAonGarfUy3ldsMmpfFbwVb17 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5.5rem;left:36.687502861023rem;overflow:hidden;display:block; }
#AHMaGT0WCOJTDpXHRq3F1OaHVN68zcGG { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375041723251rem;left:13.843750953674rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OchywiLCZ7LfqAgreJ0hFnkPy1T3JlmK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.625rem;top:8.125rem;left:4.3125rem;overflow:hidden;display:block; }
#m3LtadQzlBPntBGxFhQhIqixyhgU8MpP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.3125rem;top:8.87451171875rem;left:10.562133789062rem;overflow:hidden;display:block; }
#Z3JuN9RwHz9pEkkfRZ8dweCE68FmhOdB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.25rem;top:8.6248779296875rem;left:19.937133789062rem;overflow:hidden;display:block; }
#acpKSStONZF3LiNFd5C9upLEHK0GVHQi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:4.125rem;top:8.499755859375rem;left:26.06201171875rem;overflow:hidden;display:block; }
#aSAbUOs95Ds4E2sSKqTT6xBqTr32iDTo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.5625rem;top:8.9996337890625rem;left:32.062377929688rem;overflow:hidden;display:block; }
#icAASef7xHd67eCcpiXsqxBRpA1vvVGJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.375rem;top:8.812255859375rem;left:41.312255859375rem;overflow:hidden;display:block; }
#anOsUUouN6A8M6x1yCANxxfokwPKJE5K { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.5625rem;top:8.9996337890625rem;left:47.124633789062rem;overflow:hidden;display:block; }
#nCztsdMZJVrfnf2Wwokp4zCIKOPqTaOb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.5625rem;top:8.9996337890625rem;left:56.99951171875rem;overflow:hidden;display:block; }
#hiibTCl43un9JxwpekIurmXn4wHu97Af { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5625rem;top:8.6871337890625rem;left:66.937255859375rem;overflow:hidden;display:block; }
#C1GBduq0WQ3AXIOgnk35HG90UvyM4IXI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.687375rem;width:5.1245125rem;top:12.247924804688rem;left:30.97607421875rem;overflow:hidden;display:block; }
#VD4GJiUrxEBuPTQzKv6vGCWQ9zHekLtC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749875rem;width:10.68725rem;top:12.779174804688rem;left:37.99951171875rem;overflow:hidden;display:block; }
#dULZO8gJhzXqb7TmANxnfBu213K60Z2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row .container { background-color: transparent; background-image: none; }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row .container > .video-iframe-container { display: none; }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row > .video-iframe-container { display: none; }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .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); }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row .container { border-width: 0; border-radius: 0; }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#iwK8ftwQPp9OuXXiOV82dC7cB0NS5Zqp { position:absolute;display:block;z-index:15000;background-color:#282351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:0.48295402526856rem;left:0.5625rem;display:block; }
#CmEc1Q9qgB3HNmzHqDeCxmitxrCBZwnB { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:12.125rem;width:73.875rem;top:4.9808177947998rem;left:0.5625rem;display:block; }
#oNGc2hRvhBnlO27mKOShbmDUu6QxB8cw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5rem;left:36.687502861023rem;overflow:hidden;display:block; }
#ZwxT4hsqer3gkhgrN4veMwV0gsJVk0pg { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9183177947998rem;left:13.843750953674rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A504oNuvpMXVCEcBpcVSaU4EPc11Vgsw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:8rem;left:19.6875rem;overflow:hidden;display:block; }
#Qm8l0K1lAfQJCT9wD2Hxy0NddZwVm62v { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.4375rem;left:28.4375rem;height:2.99926875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MDp60MQ8MFEvnHVFR0NEzvKJh20mL9GR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:2.0625rem;top:12.625rem;left:28.75rem;overflow:hidden;display:block; }
#IclaZ847ruaUerDnGyH8UgcyWe9IpCtA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.375rem;top:12.625rem;left:32rem;overflow:hidden;display:block; }
#XfPdd0Ads1bn8cKRT9eiFxDDIkKPmBKc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:12.375rem;left:39.9375rem;overflow:hidden;display:block; }
#CdVzarlmSUICWmyrohqVUvPSnRfgwhPT { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.5625rem;left:19.25rem;display:block; }
#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(3,3,4,0.73);background-image:url("https://images.assets-landingi.com/uc/2aa32499-1919-4207-beb5-99382bee1516/bg_graf_blue.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.adaptive-delivery-prevent-bg, #aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.lazyload, #aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.lazyloading { background-image: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container { background-color: transparent; background-image: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container > .video-iframe-container { display: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row > .video-iframe-container { display: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .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); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container { border-width: 0; border-radius: 0; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#RbT8Lq5ah9nWsBv8PDCgKPyaqSfEntSy { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.625rem;left:21.217708587646rem;height:2.24975625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sxc7t6Eh4TzIOU03TwK6tWDnM40msDVH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:28.875rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UyUT1oq4Zt1LrKw4orSpdsRekPk6yx8t { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.625rem;left:33.875rem;display:block; }
#PoVegT9OWG2DAVFnWqmrfNm4GL7NZqUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2CiLnT82i3Tf78wskLbVneypdtaGlTh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:11.1875rem;overflow:hidden;display:block; }
#fhoW4qbM4VOGRSmhI4yZinQxUTDsAQqN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BM3EEJTnz5NRa3TEUcrVk9pPvqz9xtZV { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:23.375rem;left:0.8125rem;height:4.19860625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QtQ2qlZrovctS5z9cnCoq6mL3M6GWM8i { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:36.5rem;overflow:hidden;display:block; }
#JgOvakgSQCV44rJw5xOVT4TDs5MmieRg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:29.4375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fWma2NGIXrcfpAuOV2c4XFSzKI6zSk2y { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:23.3125rem;left:26.75rem;height:4.19860625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#opqEM4C9LViVIFBlT1hWTIFPSQVtUUss { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:1.6875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:25.9482421875rem;left:35.125rem;display:block; }
#x4i3vLJR2pUPC75gHVMtRRVJs3eRBts7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkEAtRtx7q071rh99kvxXs8s4wKC7if5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:61.625rem;overflow:hidden;display:block; }
#eDKO54ggOh2PLvEMNo8PBaiLXc4Dk8HO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.0625rem;left:53.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hd3vFmCxwH4lcUZ0WwXT9y8b9fQfWNNu { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:23.375rem;left:50.65625rem;height:4.19860625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr { position:relative;display:block; }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr { background-color: transparent; background-image: none; }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .row .container > .video-iframe-container { display: none; }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .row > .video-iframe-container { display: none; }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .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); }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr { border-width: 0; border-radius: 0; }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .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; }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .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:27rem;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; }#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden;height:auto; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--headlines-font-family);font-weight:300;font-style:normal;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-trigger.adaptive-delivery-prevent-bg, #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-trigger.lazyload, #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-trigger.lazyloading { background-image: none; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 { box-sizing:content-box;height:auto;width:50.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.875rem;left:11.6875rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #gAU9oIgwTAWfrKomelCLefToN93bR3U1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR { display:block;position:relative; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy { display:block;position:relative; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #at8k72bQeTBlykD8qSztCfNG0qkJUtqT { display:none; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #beKTryoMq6efxnyk3uINVShBD10NUpZ1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef { display:block;position:relative; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y { display:none; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP { display:block;position:relative; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #LQmHvJe99lSfvc74qS6GiJf5159pEHIu { display:none; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP { display:block;position:relative; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 { display:none; }
#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF { position:relative;display:block; }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF { background-color: transparent; background-image: none; }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .row .container > .video-iframe-container { display: none; }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .row > .video-iframe-container { display: none; }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .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); }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF { border-width: 0; border-radius: 0; }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .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; }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;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; }#kvIyXsz3Tm8kOzLqf6z1Jb7n90cudBZk { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4306640625rem;left:2.0928955078125rem;height:1.70593125rem;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; }
#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ { position:relative;display:block; }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ { background-color: transparent; background-image: none; }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .row .container > .video-iframe-container { display: none; }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .row > .video-iframe-container { display: none; }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .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); }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ { border-width: 0; border-radius: 0; }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .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; }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDuP9kcNwSdnlLkVn8XPo2DMsHdkH3yn { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.2802734375rem;height:34.118675rem;display:block; }
#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz { position:relative;display:block; }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz { background-color: transparent; background-image: none; }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .row .container > .video-iframe-container { display: none; }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .row > .video-iframe-container { display: none; }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .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); }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz { border-width: 0; border-radius: 0; }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .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; }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;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; }#kWxXnkrmWQGmP3Wbfs9wHNT9v6uGzPiI { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4306640625rem;left:2.0928955078125rem;height:1.70593125rem;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; }
#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw { position:relative;display:block; }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw { background-color: transparent; background-image: none; }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .row .container > .video-iframe-container { display: none; }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .row > .video-iframe-container { display: none; }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .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); }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw { border-width: 0; border-radius: 0; }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .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; }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ucIw6FBTexwkWTKsIlI96LZ8pnJiNUwT { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.2802734375rem;height:29.00088125rem;display:block; }
#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT { position:relative;display:block; }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT { background-color: transparent; background-image: none; }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .row .container > .video-iframe-container { display: none; }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .row > .video-iframe-container { display: none; }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .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); }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT { border-width: 0; border-radius: 0; }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .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; }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;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; }#Tqsd3XuO0lqqtBhKD0im393Se58rG0zO { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.552734375rem;left:2.2802734375rem;height:1.70593125rem;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; }
#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk { position:relative;display:block; }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk { background-color: transparent; background-image: none; }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .row .container > .video-iframe-container { display: none; }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .row > .video-iframe-container { display: none; }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .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); }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk { border-width: 0; border-radius: 0; }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .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; }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IdIevg9B2ExWPoGvtynhJGRzNyh6o5GZ { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.2802734375rem;height:30.70679375rem;display:block; }
#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH { position:relative;display:block; }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH { background-color: transparent; background-image: none; }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .row .container > .video-iframe-container { display: none; }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .row > .video-iframe-container { display: none; }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .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); }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH { border-width: 0; border-radius: 0; }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .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; }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;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; }#UiWzhbMBfpC5OaLhUW218Nir7TOPnrhR { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.552734375rem;left:2.2802734375rem;height:1.70593125rem;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; }
#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op { position:relative;display:block; }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op { background-color: transparent; background-image: none; }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .row .container > .video-iframe-container { display: none; }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .row > .video-iframe-container { display: none; }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .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); }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op { border-width: 0; border-radius: 0; }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .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; }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dc2elF4pmR9lD3zMToVzFP2rTTiVlqM6 { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.2802734375rem;height:35.82461875rem;display:block; }
#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg { position:relative;display:block; }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg { background-color: transparent; background-image: none; }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .row .container > .video-iframe-container { display: none; }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .row > .video-iframe-container { display: none; }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .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); }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg { border-width: 0; border-radius: 0; }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .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; }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .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:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KFQH6UepEQ68890lvhQNFu1r1049GoLr { color:#ffffff;display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:1.44921875rem;left:25rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { background-color: transparent; background-image: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { border-width: 0; border-radius: 0; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.62456875rem;height:0.99989375rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:2.28515625rem;left:0rem;display:block; }
#IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.3291664123535rem;left:5.1875rem;display:block; }
#ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:2.3125rem;left:24.3125rem;display:block; }
#GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.1348724365234rem;left:62.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:2.3125rem;left:35rem;display:block; }
#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { position:absolute;display:block;z-index:15185;height:1.375rem;width:75rem;top:4.1875rem;left:0rem;display:block; }
#JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { color:#afbbf2;display:block;width:8.875rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:2.2979164123535rem;left:14.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0494b5c0-314b-41ab-a658-f94488545e66/mobile_2.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1.adaptive-delivery-prevent-bg, #gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1.lazyload, #gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1.lazyloading { background-image: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container { background-color: transparent; background-image: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container > .video-iframe-container { display: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row > .video-iframe-container { display: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .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); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container { width:47.75rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Od9znlrd80mt4t6F5zm7z2gCDZ1tgE8H { top:0.86250001192094rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmDRCdTFVPnFvnlSEK6LRJxQJFMTuN9b { top:0.61250001192093rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsNFopC3nZoZLOBT7TJOy66sJ9OQzrDl { top:0.89375019073488rem;left:12.3125rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBT2TWgwFRKetfaL5eCzBeHPaDL1tOpT { top:5.611328125rem;left:0rem;width:21.9375rem;height:8.3984375rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #KZPq9fL1Tt1crRNyStBD75uJ3JdcMDxW { top:14.734375rem;left:1.9375rem;width:19.0625rem;height:3.6547875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDzRtyLQmS1kkTxkdqddDzHGQ38stLJP { top:18.9951171875rem;left:1.9375rem;width:18.375rem;height:2.436525rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AB3akLvnMmPactg73dfz7h7qgem56Q1Z { top:20.2138671875rem;left:6.96875rem;width:8.75rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SBU76UHlZs6LNPvZMP2h80bPNPJO2RBx { top:22.1171875rem;left:1.9375rem;width:19.6875rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmmZsQ9hwCAIG29Ha0svyqlvTHBOV13e { width:1.375rem;height:1.375rem;top:21.9765625rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRJJ44VTFuExXnWNk6RW98OumXuQlOOm { display:block; }
 }@media only screen and (max-width: 1199px) { #CTzidWlQ6EqrL9ZkV4cnfMwFBS3vOTZV { width:15.4375rem;height:6.9970625rem;top:19.1875rem;left:22.4375rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #e07WpLdG1FBxO1AIp7BTiGL8WnhaGHIy { width:1.125rem;height:1.375rem;top:14.861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcha8V5QLlD5OFhhWAL5bDCvSFScGhuU { width:1.125rem;height:1.375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKSdAer5Z6Z9DGk0xoVi54lfHvoT4p6Z { width:1.125rem;height:1.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W6V5F1qwiAcqu3igrpsZ0qkswrKpQJfF { width:10.375rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnwX7kpksx1S8TxQKR7nT9peDHwPzIJH { display:block; }
 }@media only screen and (max-width: 1199px) { #nhP0HppTuz4TAUXT7xQpqX0nBsWJEmtM { top:26.25rem;left:11.1875rem;width:10.1875rem;height:1.381225rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aLedaEGiAryPkaVCTsbXwktupiOBBBgK { width:0.75rem;height:0.75rem;top:22.3515625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emzIbnCvzX5I10o2T70h3ZIXF64tqdyD { width:16.3125rem;height:8.25rem;top:18.625rem;left:21.9375rem;z-index:15222;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #DxKnPRRimwnF5ySSthehc4FfcEvKUcz4 { width:1.3125rem;height:1.3125rem;top:22.0703125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wGqrEOLBJq1SGL820vBUb2dfzJL3f1ud { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JfFlmKmWTSCb9qmh5XkKcDAezBWKBT03 { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A7Vnzpgnszh2HvzBhDfz7PXXc120N6Bk { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O92bNyiXDBCIwLbKKDuyalk7NJOiPQyV { width:15.125rem;height:3.875rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6UtAJMngQnPtM1f2zAbU2T4AucehaKV { top:23.15625rem;left:1.9375rem;width:15.875rem;height:1.05625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vv4To5nqVQkAkXENvSCr4xD6y8PhK0aI { width:16.375rem;height:2.375rem;top:28.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nABxtn9NeRmcsMtKrNCPEvL4rV4Urist { width:46.875rem;height:26.625rem;top:0rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u8cz8XMAobE3pgKoOl5llLCBhXU4SZXQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd22b2ef-d380-411e-8eb9-244b88fd1bb2/bg_tablet2.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer.adaptive-delivery-prevent-bg, #J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer.lazyload, #J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer.lazyloading { background-image: none; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row .container { width:47.75rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IZvq0lfZZtBZW3p7w7GKKKSiUXM3BwWT { width:10.375rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EcyBLJLqaI1ODZhVkHDZc4rHb3T0VqaA { display:block; }
 }@media only screen and (max-width: 1199px) { #HpZQRwpEaRlSdL2zdJr95fwRbw61ghDh { top:26.25rem;left:11.1875rem;width:10.1875rem;height:1.381225rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqNQFzBT4kBr4UyttWFEzpoy6uIWU8I6 { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ITDD9ZeTIMG54ZrJsrnxfH6ctXvGzNlR { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Da1e2q77Ly7QOQTMvdniJySHbqJsSgFa { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OaDpTWgB0fobRBlGtggeIe5NxT6KsqLu { width:15.125rem;height:3.875rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gO54PO61RTI0c9uMDnnUnCcwlEdgIbgB { top:23.15625rem;left:1.9375rem;width:15.875rem;height:1.05625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wicLUtSQ8EPWeWdtLIFczDeqiMKXmwou { width:47.6875rem;height:26.6875rem;top:0rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb { background-color:#0e1f82;background-image:url("https://images.assets-landingi.com/uc/bd22b2ef-d380-411e-8eb9-244b88fd1bb2/bg_tablet2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb.adaptive-delivery-prevent-bg, #TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb.lazyload, #TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb.lazyloading { background-image: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container { background-color: transparent; background-image: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container > .video-iframe-container { display: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row > .video-iframe-container { display: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .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); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container { width:47.75rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oyJCiadrJpU5Re9kFZodoaQuf4Nk5N1c { top:0.875rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdOXTraShu278ReyUXoEfi4kImgk3LcQ { top:0.625rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQ5hwtemGpMuASrTQHensQLCq11pzPVQ { width:1.125rem;height:1.375rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NaXcryMzzaTQzT8vCTcrd3iv1w2L5v63 { top:14.75rem;left:1.9375rem;width:17.75rem;height:3.6547875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wix0TMFElfU8TyoysPfP7Ogb0klPuuXU { width:1.125rem;height:1.375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ya4R2l6Z1gblc3sle76xONAS8lotyGxm { top:19rem;left:1.9375rem;width:18.5rem;height:2.436525rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vceuSL9A4CwNOoOyCysHcMveDAn3Q5sp { top:20.1875rem;left:7.375rem;width:8.9375rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fFKxJwyJGhKRqzcgUTTEgANFbC4MrlHg { width:1.125rem;height:1.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Um38WCRQ6bAHqyExIVBeqvzaKqIariVb { top:22.125rem;left:1.9375rem;width:19.9375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #av8o4nIfUExQhvqHHxn0FER6c0hDfWFL { width:1.3125rem;height:1.3125rem;top:22.03125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnG26mTwuM90Jzb9RSXylmQtvdcsOB1B { width:1.375rem;height:1.375rem;top:22rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBPv6UDTL1ITF32QhOPW3X08ZGxwpvRa { display:block; }
 }@media only screen and (max-width: 1199px) { #pLqJWlFSNILsnkFFOP2ytarHw0lCyMUT { width:16.25rem;height:8.25rem;top:18.75rem;left:22.3125rem;z-index:15222;display:block; }
 }@media only screen and (max-width: 1199px) { #vx31iV5eeNHQy2aIlUGrntrEyzkkZMWc { width:15.4375rem;height:6.9970625rem;top:19.3125rem;left:22.8125rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #pvwZy3h2pdaB6qbcnNFNa8dBGtGUkPoA { width:0.75rem;height:0.75rem;top:22.3125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNeE1h4DhJLsoWcVrvlwMxTgIm2AiQeX { width:13.9375rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLbMFJTZvzdF9Aa8D7PltC5d1vF0va0P { display:block; }
 }@media only screen and (max-width: 1199px) { #ua4dny323QgoHa6o1pTN3kMJlToUd5se { top:5.625rem;left:0rem;width:20.5625rem;height:8.3984375rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #oyGaIhiy4Ugn1H8dFm7eUKyVF4WIXbIN { width:15.125rem;height:4.3125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XwBxxPu80FiVU1FoyWSlJnTApbRbE8mX { top:23.1875rem;left:1.9375rem;width:19.6875rem;height:1.21875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QSTPkHU0VoR3ZboCc1HGU8gTSrgZCZff { width:20rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LtqRVV0QQRlwtNtXPmzrGBtVREeO5lEU { width:47.75rem;height:27.16568914956rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 { display:block; }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xsRtZJAUB1KOrRbk6M7CEllNFDsCOJzn { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLuSqsk6N9W6w1PMJN3TuDoloJMAUORX { top:2.46875rem;left:1.1875rem;width:34.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSP5WZqCtGfT5e1NgzTqKBqV12Lg8Ou9 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XedguHQEqMsT5RpIKl9vvodKtFTw3HBM { width:2.1875rem;height:1.25rem;top:2.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqkPBvcO5usTS01ivEObU58TV9Niv9zh { width:2.1875rem;height:1.25rem;top:2.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVgJCeBt0nJqsvSzbRN7pXvF46Z6Lq5G { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tqq671SUDr62frNxH773gR3Q6JTIgGWV { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bddEnTCB82ZPAK94OzMsd1xOxsfw55E3 { top:7.1875rem;left:1.1875rem;width:24.75rem;height:4.4989rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byIqdRcfPHo3HdfpxnkpcyTPeXbNZNng { top:10.3125rem;left:12rem;width:7.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cx8BxF5JA9g5V6OBUBLuEnNoCTqtAX1V { width:6.4375rem;height:1.375rem;top:10.362508773804rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEO4KJ5zb50RoxZK4dfMzRVF3qObqHgw { display:block; }
 }@media only screen and (max-width: 1199px) { #Qu98JNSemzuZxN1PDWdydiEJAnw6NbUv { width:13.875rem;height:3rem;top:7.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dc6eOlf69UWOgtM4gFvpTvarPNS24f2b { display:block; }
 }@media only screen and (max-width: 1199px) { #NIV7qiShbHXETUSutMTRzdeITL73JENR { display:none; }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OUG8asgyqXCHmF8eoTuxabxirOgOhNAp { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FX8y2d0Lh71NwJnpU9SQM69m9iHJeKiR { width:47.5rem;height:8.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EMcucxTDxWgr1ixqW91OoNI05HbggtfO { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #teOO9Htu5armD2JOZiXMoPQbHfMXvq8M { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osA3t2JCRk08ZMSDVrvUgy3uLqHxRK5H { width:11.875rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aFFBgzawkqfVeRo3D8bUUOG8eDlyBOQ6 { display:none; }#aFFBgzawkqfVeRo3D8bUUOG8eDlyBOQ6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OZgNC1bBHtvPGEkN4oyHN0IHpqESNZcC { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyD5152Ism5uCk0SA2MZDf6mXr4fhV3B { width:47.5rem;height:8.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uMm4PFDrKrmTm4gx2DODmWEMM3Pio5Pl { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kxaU3rQmqPrtAWyautMgwO4k1Z5h5TFd { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mukeGMLM3u1NLGQ25ZSDTmiEiRpn75W4 { width:10.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OCqZA3wW0rNUuPo7m1XuwZF1rB6zz6Zv { display:none; }#OCqZA3wW0rNUuPo7m1XuwZF1rB6zz6Zv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CN34CWptUS81IW8kn2FRRbHtKoK97VXp { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrrOlp7W31zFRMt2hDzZAen2VvCDwUeN { width:47.5rem;height:8.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUPSOnA3AcRtJteCCrxuetHXTzgCtDcg { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQmxJQlmIOwsfGXS9vOlCmK6LxTQOD4Z { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmXWef1b1N9h2xnezsc7MkrnDLADCRHX { width:10.5rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX { display:block; }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zlwAceAx4lJJ7BgGym3fU6RpiAJ69JPO { top:2.34375rem;left:1.1875rem;width:40.0625rem;height:1.950075rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oaRq7nA0nOV8PHJVC5g3Ba0SJa3UJsuM { width:3.1875rem;height:3.1875rem;top:6.65625rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToVwTCBtfxHbMKSBZEqiIAZTUSehsigT { width:3rem;height:3rem;top:6.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uRSyWUwVk7GedPSFSPJCqWRcJspZ84Z7 { width:2.9375rem;height:2.9375rem;top:6.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7ktybiQ25ZHNJ99GsscJQouiT7HLIm8 { width:3.3125rem;height:3.3125rem;top:6.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcNcLuDrUe9gwUnVXn70HsoTIkKZuHrq { width:2.75rem;height:2.75rem;top:6.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tU9f15ll76gANdf0Cu9IfZ1PvqA3N5Zl { width:3rem;height:1.25rem;top:6.625rem;left:20.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M4DDH7aRniks9wg5KFxPTWteG0XGVz5w { width:3.3125rem;height:3.3125rem;top:6.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VKN7hoePT9KEbGipkiK3rDm9o8GU8pVu { width:3rem;height:3rem;top:6.9250003816563rem;left:28.175000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIHVIaECrCAccEQKadPDSkMbmdPmb7S0 { width:3.125rem;height:3.125rem;top:6.7812501909213rem;left:43.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w291afpcPVX5tcl4vUxR0CutRfyyzBUL { top:6.625rem;left:31.6875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usZgE5xT5DTuMtbMu93xCoFpulLbeAUm { top:10.875rem;left:39.6875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gxmrbcroFvkBxGJskTUMc6z5uA5fXmG2 { top:10.625rem;left:5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaR2WK1cXHyFrmAN4lLhbRWvFIl3BKKl { top:10.5625rem;left:8.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6mf45W2iaOTn5IcraEFMJisJ3evf8hn { top:10.750001144596rem;left:16.687499582768rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFcamQ0rTUQ9dBUA5kUers4KXltPmxmx { top:10.8125rem;left:1.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qz41TIB5KIR9LbUClUn51gytxWlUlRKM { top:10.75rem;left:20.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWHAcfpOz2ts4H0LtNATOOVdn4Jku0ee { top:6.625rem;left:35.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ts6FmGLKidTxf983766WU4M6ItTHK1dM { top:7rem;left:39.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JWJAUP9e4plu661eMfUWAUyZJ1UZuei4 { top:10.75rem;left:28.0625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z07utgRxxuuzKTyrkAT4Tkh39r8msmxL { top:10.843750953674rem;left:43.625001490116rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkI5i6uoUb5MVB1weOddhI2ZqsNkusZM { top:11.000000190921rem;left:24.343749582768rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuBkwcfJNyO1EWcnP5Xa3kQ05lCD4LG5 { top:10.75rem;left:31.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OT1Wwg6HifE0KVCasKaxty2klLL8a1s3 { top:10.8125rem;left:35.8125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dvR0pN3oExH1acAlgm8tVe5sVD9Unagt { width:3.5rem;height:3.5rem;top:6.6875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqkKcXuxU3P5EM0eVubUokKOeP8dMfWi { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VkL7SggzDxQfKAcOu0nbXuLvAmoBVQpo { width:47.75rem;height:9.375rem;top:5.5679626464844rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #JXDo3QTh95nl5Z4gHdVBn6oHG8TZWtSU { width:3.5rem;height:3.5rem;top:6.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #br3I2UTKKFIkeI8crTQvFEaTFrzAGvmP { width:3.5rem;height:3.5rem;top:6.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrdU6JytfiMQ6vI4MVOLVE6zAB6znR5H { width:3.5rem;height:3.5rem;top:10.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eP1NT8yl710QdH08p6TzaKZfUTn2JUEK { width:3.5rem;height:3.5rem;top:10.562501144596rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdVTcfyfd5B5rTtHA89hyVHfwKsczLKT { width:3.5rem;height:3.5rem;top:6.6875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NibOIPhSyfFBE0HzfzrbcIO2LLTAvxAf { width:3.5rem;height:3.5rem;top:10.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKJH8tlS6DZztOGneXBbBwTQTw2rd9O4 { width:3.5rem;height:3.5rem;top:6.65625rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpK9E4D1sZvVTR8Tr7BcR0CwqvNMdfUu { width:3.5rem;height:3.5rem;top:6.6875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dl6BV5d1N33aU9mohB8N4fxxILRUmaQH { width:3.5rem;height:3.5rem;top:10.5625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZcqoklp2uNV92PnI3rASAkOqNnu2sCS { width:3.5rem;height:3.5rem;top:6.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WyEcFbU24NtLFI8dM3JlVmVFvvra0o6u { width:3.5rem;height:3.5rem;top:10.5625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #begOlDl620ExNG2ZnGC0bz58aC8Wt4UR { width:3.5rem;height:3.5rem;top:6.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H1UFy0xEORxxtRBrVbyTGU9wlZiGamhk { width:3.5rem;height:3.5rem;top:6.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1rrD3KXumT3ssv2bwW4SkZTSoiOUQAb { width:3.5rem;height:3.5rem;top:10.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hr8IpK9XCJXl2TPRCxLcXNgagBgtJpHm { width:3.5rem;height:3.5rem;top:6.6875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWIbpl8SPwTicDWhvfgD2kyHeziu3DPz { width:3.5rem;height:3.5rem;top:6.6875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdUmfxh0K8c7wwOoVNAetSLTufflINAp { width:3.5rem;height:3.5rem;top:10.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TF1K6g9sd7ga7Nswc5Q9QUMZANOoFCeO { width:3.5rem;height:3.5rem;top:10.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzwRixAaBdL6JIir8UUlK8Ozrwrh2eVr { width:3.5rem;height:3.5rem;top:10.562500190921rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3F1eW6TMPkuQrNDTGRAOZDBzuFa004A { width:3.5rem;height:3.5rem;top:10.5625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxclH9kJEFTz61hvFuHy8E3B207bAIOD { width:3.5rem;height:3.5rem;top:6.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EZF4l53RCqLfRRhmrsr9zsEXaGQk72nT { width:3.5rem;height:3.5rem;top:10.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zHG7AcFTgecCI8PNAPs6TPmLDZZTIoXL { width:3.5rem;height:3.5rem;top:10.5625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oUZ6RxmbhbDVI9Zi7Tfxxvf6w4vhlwDl { width:47.75rem;height:4.5rem;top:1.0499954223632rem;left:0rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #IcVTqbwW1TgsPKHJQzrr2yCPFvMMiZ7h { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CvoaPcxuCcfEGtOSTPXX2VlOeXQPaH6F { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KJM4aZhxIEk6kUpouCOoWimeDuSOw6FI { width:10.375rem;height:3rem;top:17.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RF5M4y9oWIHPsAJ0QeCFoE2upTtuOPEC { display:block; }
 }@media only screen and (max-width: 1199px) { #hAhKGhb6byuhy4WTFqq0u4fMBpV7L9VU { width:11.6875rem;height:2.9375rem;top:17.75rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H88VEB2JMgNnIZ0OAiqRaG99JUTFCXPu { display:block; }
 }@media only screen and (max-width: 1199px) { #fw3TdVpAxQMR7msXT3QkmXsMT8QWu63Q { width:13.9375rem;height:2.3125rem;top:13.875rem;left:16.906249582768rem;z-index:15530;display:block; }
 }@media only screen and (max-width: 1199px) { #fOIodTzasu9g7TNg4RaaXhwxovcaXypt { display:block; }
 }@media only screen and (max-width: 1199px) { #KuTBIW1VM2c7kDb0FWrTHtlMZe52EDmM { width:47.75rem;height:3.6875rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nedg8D93wzAgaMGvDytB6Rs2blHSBGLP { width:2.9375rem;height:2.9375rem;top:10.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UT0Kg10TkDphgKDTlgEa71ua8cNDCoPr { display:none; }#UT0Kg10TkDphgKDTlgEa71ua8cNDCoPr > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ai8p3pRbTt4eSHS2A8fTNv9o5oE91E7N { width:2.9375rem;height:2.9375rem;top:0.56249952316284rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlSXGqUwFyZ9uWwJeV0lxddfukVZkmi2 { width:3.25rem;height:3.25rem;top:0rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDkRAT9TV3pdko2xGBDicvsSF2HbiW5D { width:2.75rem;height:2.75rem;top:0.65624952316281rem;left:9.0312505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8lX789FQ8wod77TGHzGy0GQQRhdPpId { width:3.1875rem;height:3.1875rem;top:0.43749952316284rem;left:12.750000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NG2hnQnETXHOLq8DPAu5Hktp10GniaG0 { width:2.625rem;height:2.625rem;top:0.5302734375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgfZandyo7S9F7JmEww8az2TdJNDO1fx { width:3.5rem;height:3.5rem;top:3.6240234375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWocq2MRBcLmOK27DlwSCy7SwIZtQoHR { width:3.0625rem;height:3.0625rem;top:4.1220703125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GeETZODqdaKlabp3dAqK1JTSyVCmb51D { width:2.9375rem;height:2.9375rem;top:4.0302734375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u2ZuWca4EtAAONP32DJRPpTGiTNA8yrV { top:0.7802734375rem;left:40.0810546875rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJxZEtncSweq2aLwJkK78a0T85RposAz { top:4.3115234375rem;left:43.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsSTnBAnDuPhcgP4Pck8HE2DDrGOzPvT { top:4.3720703125rem;left:40.0185546875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FaWZvsLFmEJsoFmZtcnlzLXQfFJcaDqW { top:3.9345703125rem;left:31.78125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wn1fbT6tWziLToIf0zVw7tZXO3TQp7G6 { top:4.2470703125rem;left:16.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMqUieZ9p315dp4ZgmNkLwdzy8v5lxu3 { top:3.8740234375rem;left:28.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9CmkebgSr1dAncpnnalJfAGyn0cuaMR { top:4.2783203125rem;left:20.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7c1qcc9nJy9x8R6fnScRz24zBhh62gq { top:4.4677734375rem;left:36.03125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y94P6waQNceFVsZtJFEkhUwU9SMXmA7t { top:0.6240234375rem;left:16.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RnsXsswdgbKTtCqaldFI2gULtd51wOyc { top:0.5615234375rem;left:20.40625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTWUiUPPSBlgopIae0STTkDnSRFBI8fx { top:4.0283203125rem;left:1.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9EQsQ1zww8FGtVGNvMS9AUoQSCSpo6y { top:8.1875rem;left:1.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxoNNkHO3geaU65oJMAN1QqR0R8UixlD { top:8.125rem;left:5.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JekDCh4AyzQKGIropD1PCkadhUbm8UC6 { top:8.1875rem;left:9.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0PZl26FmOJG6TXhB2ftdqw0ZO9bqT9h { top:4.1845703125rem;left:9.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCX5BJJcXaKxZaep7r9PxOsMCL9xIooE { top:0.4365234375rem;left:27.90625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #clVpUXA9DoNorGEThkKImBTJ8tk4oagZ { top:0.6240234375rem;left:24.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtzRRp6fFtATwGWoB0tOCGpq4rMN86gQ { top:0.5302734375rem;left:35.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bufzL1sHXLRT5lPk0Fu0dgsdhorvSuCG { top:0.5302734375rem;left:31.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bekVqmRLXq6lMhG97ssxk8xA7qkp66qP { top:8.25rem;left:12.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeuuFJn6cPySUBxTBmyzBQrbCAn3ZwQf { width:47.75rem;height:15.5625rem;top:0rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #KBXzeEOpcoWhT6tt1fsSTqWUGu4tTfuH { width:3.5rem;height:3.5rem;top:3.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbqUUHogAiztDzOMFVqaTB9cpp38Eza3 { width:3.5rem;height:3.5rem;top:3.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e1syKwJ4nCRrg8IhqmsiBax1euLB2TJJ { width:3.5rem;height:3.5rem;top:4rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nyfpZHqJZZzpCNDCh8v1ODPiuOTiJDCa { width:3.5rem;height:3.5rem;top:3.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WyP8BekxfFFkPZxb4QeSmym4wRLfCauu { width:3.5rem;height:3.5rem;top:3.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qa5D1sKx9rXahvcuMuWr1Vm0aUaedryC { width:3.5rem;height:3.5rem;top:4.0283203125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T30NJp5nEDNl4P8HdZSTM3l3wJFAJR7T { width:3.5rem;height:3.5rem;top:7.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJRVnZQ0PCO4ArmxWZEs3U17tRxNx60U { width:3.5rem;height:3.5rem;top:0rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aI8gSrVauGRm8OQJnVTZWmTtI4TAQIHG { width:3.5rem;height:3.5rem;top:0rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMHR6M5gEkeP6OC65PAcRAT2mSZTPGsS { width:3.5rem;height:3.5rem;top:0rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dgzqeEhDsvTR2s8Vdu07POCDvOMaLpZN { width:3.5rem;height:3.5rem;top:0rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #geTeWLxWkxAGRBU5N0wLE9pmaxCu3bA7 { width:3.5rem;height:3.5rem;top:0rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICkOCbxc5o5FTDQ3hsr8n0u8q1AwRC92 { width:3.5rem;height:3.5rem;top:3.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veFZO5GvKnhe22mH7uoxA025WFPuhnsB { width:3.5rem;height:3.5rem;top:4rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SR3KFkrPb3wkaxuBByElEo6r9L5GEFxM { width:3.5rem;height:3.5rem;top:3.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KPQvAFcHOGDPhzmqQmpNtswRn1yQGkpG { width:3.5rem;height:3.5rem;top:3.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3B6wniovHLxTqZ7MPaRUdKU7TVuiNiE { width:3.5rem;height:3.5rem;top:3.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rxu9ZCKVeGAOzMugAzSZhmdzmPxzDCDQ { width:3.5rem;height:3.5rem;top:0rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L88AuHf0zkKUe5i6xDe19N2BTM3NCUJH { width:3.5rem;height:3.5rem;top:0.0625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MyBCqp9cdZp91W418zdaAzOnm10h1h4k { width:3.5rem;height:3.5rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUD7ssBoDQSHlNsXguWeR2FEUxEhIHTL { width:3.5rem;height:3.5rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTLiCix3tSmDlhMfcxdw4eE4A7shUNGi { width:3.5rem;height:3.5rem;top:7.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rci9sNxRbXPK3OrsFszpNn76mZkOiKSZ { width:3.5rem;height:3.5rem;top:7.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfS4pihVe523QmPwZ0G1IwBhFTT5Himn { width:3.5rem;height:3.5rem;top:0rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNfR72kU22xwRdueG85eT6JVtTUcacIg { width:3.5rem;height:3.5rem;top:3.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqQ9GcHFVMwSlLqG62x9x4lWATQICCIT { width:3.5rem;height:3.5rem;top:0.013671875rem;left:27.845703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpX9cNCts6rVhTNVn4pyi39tpsyi9dFU { width:3.5rem;height:3.5rem;top:0.125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcblr46fLtFJTfvkpSinc8i7gq4aNM21 { width:3.5rem;height:3.5rem;top:7.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jtm4JRtchpz8G7MgmJPWrEfsNtlNGOZ5 { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nAa1LcKiaarpFnQE7zT3HTX4Ff3D2Bmh { width:10.375rem;height:3rem;top:16.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mD2VLv8Nkwk9rC4Xq1nB7Cau0malI5Vc { display:block; }
 }@media only screen and (max-width: 1199px) { #HTt9GTHanKGLK5RNTDGNqSbaMvsg7SLc { width:11.6875rem;height:2.9375rem;top:16.8125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sp1gX5CzkSJKIy1F4O0f54XttJ8hELcf { display:block; }
 }@media only screen and (max-width: 1199px) { #Ld2Z5aLTptKpGu8zC5BfmUT78xOkClHK { width:13.9375rem;height:2.3125rem;top:12.375rem;left:16.9375rem;z-index:15197;display:block; }
 }@media only screen and (max-width: 1199px) { #a2VLr4N7qxURQlTQmQgPDDeb4UgSu1WS { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:27.5625rem;height:2rem;top:2.28125rem;left:10.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:23.75rem;height:7.8125rem;top:0rem;left:11.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:22rem;height:1.59911875rem;top:0.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:22rem;height:4.548825rem;top:2.3125rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:16rem;height:1.5rem;top:5.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 1199px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:23.75rem;height:6.875rem;top:0rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:18.8125rem;height:2.598875rem;top:0.75rem;left:14.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:20.0625rem;height:2.2744125rem;top:3.5625rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { width:47.75rem;height:50.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { width:13.1875rem;height:1.8rem;top:3.5625rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { width:17.8125rem;height:1.6rem;top:5.875rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { width:1.1875rem;height:1.1875rem;top:8.53125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { width:17.8125rem;height:6rem;top:8.4375rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { width:1.1875rem;height:1.1875rem;top:20.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { width:20rem;height:0.0625rem;top:7.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { width:1.1875rem;height:1.1875rem;top:46.1875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5C77taiJwWE2Av2OVMTdanPl302NItU { width:20rem;height:0.0625rem;top:20.15625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { width:17.8125rem;height:3.6rem;top:20.8125rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { width:17.8125rem;height:1.95rem;top:27.4375rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKiQmElCIgVoXKPZvSiTEU6CAElksATl { width:18.125rem;height:1.4375rem;top:15.21875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { width:17.8125rem;height:1.95rem;top:17.5rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPkiH2b98PdoC9DnnK2JrcLW492RTgei { width:5.1875rem;height:1.25rem;top:25.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { width:20rem;height:0.0625rem;top:32.40625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { width:15.4375rem;height:1.4rem;top:30.625rem;left:29.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { width:1.1875rem;height:1.1875rem;top:6.125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { width:20rem;height:0.0625rem;top:30.09375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { width:1.1875rem;height:1.1875rem;top:32.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x42mcohcRorHA3acTPiV3yfx0uqb6VQT { width:17.8125rem;height:2.4rem;top:46.0625rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { width:20rem;height:0.0625rem;top:45.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { width:17.8125rem;height:12rem;top:32.9375rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { width:1.1875rem;height:1.1875rem;top:30.6875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi { display:block; }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row .container { width:47.75rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H6T83zdlh6f4nXFcgcJBqyUzOWHCR31a { width:21.25rem;height:4.6875rem;top:7.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hy5SwouksUfuZKkUrQ3zRfnObAqRurPU { width:8rem;height:2.4rem;top:8.0625rem;left:16.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8DesAxoC8tVc4wSOlP8rrqqDtrHJAUi { width:1.375rem;height:1.375rem;top:8.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UO6Ngf4zaX1vuWZTk9FwE2qxd04XVNE7 { width:9.3125rem;height:1.04980625rem;top:10.125rem;left:16.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPXqxFbk1p0Tag0CPFM3zuB7HPU78Gyn { width:8.9375rem;height:3.200075rem;top:7.8125rem;left:24.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZE849xwTiQgJJL4auuwgH0noni7HASO { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SUXGkyZvTcPw5sNdGghFogf7z9rE2DT3 { width:0.875rem;height:0.875rem;top:8.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpeayOXRc56xTafVMUXM3KKUTGmHDrgr { width:21.25rem;height:4.6875rem;top:7.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQTJpMRMNaxlUGK5EhxTOEQPr8dH6CTF { display:block; }
 }@media only screen and (max-width: 1199px) { #TQ2mVeL4znkoucwl7g1z4mEMTwtUSkIN { width:21.25rem;height:3.25rem;top:13.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhlpyGhxkC2Qn8cmvffAAmtdhT7L2ydw { width:1.125rem;height:1.125rem;top:14.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5FcfIo9aa7MMnsZLf0N0aVwtCe90LKO { width:17.6875rem;height:2.39868125rem;top:13.75rem;left:15.75rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Pe9lTAD3TGsZlN7s1EqrbOCbdy80or25 { width:23.75rem;height:16.625rem;top:6.125rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq { width:11.875rem;height:6.125rem;top:0.0625rem;left:11.9375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/005bc154-6624-48ed-a7a6-20f3f466adfc/TabActive_tablet.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.adaptive-delivery-prevent-bg, #QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.lazyload, #QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #h9TdfElRNyibsbfK6roarcRXC8Tgiwta { width:5.5rem;height:1.04980625rem;top:10.125rem;left:28.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6w8VpGbX8cfgQQ67c8Hh3FV1qoB0xJV { width:20rem;height:3rem;top:17.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #We8Pr5adDS4dHh8Ixz7HN3RlmQfK7t9D { display:block; }
 }@media only screen and (max-width: 1199px) { #NPbQoez5kEDLA2AnmoHIPRHctzevkQ16 { width:11.4375rem;height:1.04980625rem;top:20.875rem;left:17.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wdMruJty2QcWkSwSAucOlums5Fuowve3 { width:9.5625rem;height:2.3986875rem;top:0.9375rem;left:13.125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #AIANg5gwBg3pJ9TKbVoKnD8Vl2AA27GJ { width:6.8125rem;height:1.25rem;top:3.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGkfaKR6DhhZbXzNeNnTSpNE8Q7wEzVm { width:9.6875rem;height:3.598025rem;top:0.9375rem;left:24.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #g56a2yo0RMfv6JUKDq3T6xiqbQwqfouK { width:11.3125rem;height:1.25rem;top:4.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeRWiZKvxmGHc9fWkMuzy2SmHAcQQPFU { width:11.875rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgRDz2kIRkUaC8yf8IU22UHeETaoPXF7 { display:block; }
 }@media only screen and (max-width: 1199px) { #eOUxcwfpe8GQVTTk4RmTQssbHgwTw0it { width:14.6875rem;height:0.875rem;top:12.9375rem;left:16.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DPeVNCT8EtBobunq5JiOG2m1aMvQOPRd { width:20rem;height:2.375rem;top:18.875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R8QUTQFDaHrzxiPL9WGgIf8Ex67aT0XV { width:17.75rem;height:1.4rem;top:14.30078125rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I0kkTJUir8aMwFMnsIac2zlwZzvUm8th { width:20rem;height:3.0625rem;top:17.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0cunW5zrZK4q47hQ7P2OAZe0wN5xS7d { top:17.375rem;left:13.6875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZJW5AlsKmNHRVtminCbcGBW0z5633CP { width:11.875rem;height:6.125rem;top:0.0625rem;left:23.90625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d87def6d-2d2c-48d8-94ec-dc313d9f4e7c/Tab_tablet.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vZJW5AlsKmNHRVtminCbcGBW0z5633CP.adaptive-delivery-prevent-bg, #vZJW5AlsKmNHRVtminCbcGBW0z5633CP.lazyload, #vZJW5AlsKmNHRVtminCbcGBW0z5633CP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #pyMUK0stZrUrR3sXZXWQ4z8f6HJKb5J5 { width:11.875rem;height:6.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Etg5n59y3ebe8kAZn73Vn44QEEHUdiaZ { display:block; }
 }@media only screen and (max-width: 1199px) { #i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T { display:block; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { width:47.75rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AGfhWOmPVsBTvFffPz3qxkvipJAudM6b { width:21.25rem;height:4.6875rem;top:7.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 { width:8rem;height:2.4rem;top:8.0625rem;left:16.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s04z8kZZhAGOg1t1PCnORqF7dFwP7klf { width:1.375rem;height:1.375rem;top:8.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy { width:9.3125rem;height:1.05rem;top:10.125rem;left:16.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #txzu5xG7D0fv920v1amH4SXX81ErSx5G { width:8.9375rem;height:3.200075rem;top:7.8125rem;left:24.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcnkbOReqBcoud6HntDaA1iSakbCcCK9 { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA { width:0.875rem;height:0.875rem;top:8.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O { width:21.25rem;height:4.6875rem;top:7.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn { display:block; }
 }@media only screen and (max-width: 1199px) { #vSGc6aQMRakgproISzd2BsQgL9XqHUvF { width:23.75rem;height:32.9375rem;top:6.125rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6 { width:11.875rem;height:6.125rem;top:0.0625rem;left:24rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/005bc154-6624-48ed-a7a6-20f3f466adfc/TabActive_tablet.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.adaptive-delivery-prevent-bg, #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.lazyload, #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 { width:5.5rem;height:1.04980625rem;top:10.25rem;left:28.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp { width:20rem;height:3rem;top:33.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer { display:block; }
 }@media only screen and (max-width: 1199px) { #eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 { width:9.5625rem;height:2.3986875rem;top:0.9375rem;left:13.125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy { width:6.8125rem;height:1.25rem;top:3.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn { width:9.6875rem;height:3.598025rem;top:0.9375rem;left:24.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ASIpgrwDmqloMJ9Dr4ylLbZXdlnPhKXy { width:11.3125rem;height:1.25rem;top:4.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez { width:11.875rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ { display:block; }
 }@media only screen and (max-width: 1199px) { #JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb { display:block; }
 }@media only screen and (max-width: 1199px) { #wFSHgqtvM0wJsQPrtBK2tJvE5nefH65F { width:1.125rem;height:1.125rem;top:30.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKOfQLPwhW8OROElvJft53ucorUaNDCS { width:20.75rem;height:3.25rem;top:29.9375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFHs3lDwJ9J2Ri8viVMOxrADIUQTyv65 { width:17.6875rem;height:2.39868125rem;top:30.375rem;left:16.0625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #BNGc8BBWZ30JBbmBmBEU7G1ekzornqol { width:20rem;height:2.375rem;top:18.875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bf4cWn7svwTBR9gR0dc6IQlw7aFfb3ov { width:17.75rem;height:1.3999rem;top:30.80078125rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp { width:20.625rem;height:3rem;top:33.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVSTAnKPBezBNoxO96uX5eS2e99fdk5C { top:33.75rem;left:13.375rem;width:20.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m { width:21.25rem;height:4.6875rem;top:13.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9silyaBg1MvIyv9xDe48ATur1QlTDg7 { width:21.25rem;height:4.6875rem;top:13.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX { display:block; }
 }@media only screen and (max-width: 1199px) { #PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ { width:9.3125rem;height:0.9625rem;top:16rem;left:16.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX { width:6.625rem;height:0.9625rem;top:15.9873046875rem;left:27rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG { width:8.9375rem;height:3.200075rem;top:13.5625rem;left:24.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDXexTguuos9ImXp3yJv0LVNUd4cHRME { width:8rem;height:2.4rem;top:13.8125rem;left:16.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8CVQaarCfhz7APUnEeASuSWZDduCxnC { width:1.375rem;height:1.375rem;top:14.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP { width:0.875rem;height:0.875rem;top:14.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZw1JXH4uNe5c0OuwZBQgJF2eA7pDouc { width:21.25rem;height:4.6875rem;top:18.75rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oW7s4TBcH5fdBRTRHSJpgaheQSK7Iyl1 { display:block; }
 }@media only screen and (max-width: 1199px) { #eCgV7TcFpS4r5v6in0lVz87ADQlG3RUm { width:21.25rem;height:4.6875rem;top:18.75rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SOxU96MgpaCEUbEGxXEfrSiZZ90Vq2xD { width:8.9375rem;height:3.200075rem;top:19.125rem;left:24.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iG7x0zPPwvDeOAzFO6zLTpZk80QUvvRT { width:6.625rem;height:0.9625rem;top:21.7734375rem;left:27rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PriRtIMzchlMzodeOEWnLpZUV6HzMM3e { width:8rem;height:2.4rem;top:19.375rem;left:16.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sC2XVoimVkPOQnoVAcPUxlTQoftah2Er { width:9.3125rem;height:0.9625rem;top:21.5625rem;left:16.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QX4vtMF7N2eFuouyQKChZ61ABRQMhdsH { width:0.875rem;height:0.875rem;top:20.03125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXmmIXpAhARc1boHnKe3Pl4J74FfhJqI { width:1.375rem;height:1.375rem;top:19.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB { width:11.875rem;height:6.125rem;top:0.125rem;left:12rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d87def6d-2d2c-48d8-94ec-dc313d9f4e7c/Tab_tablet.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.adaptive-delivery-prevent-bg, #WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.lazyload, #WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #XclQOpJ99FWD3AoRwZxuwiDnPzvQqfXr { width:21.25rem;height:4.6875rem;top:24.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgNnt34ydlTQdQCPbA3PQX4zEKinC66x { display:block; }
 }@media only screen and (max-width: 1199px) { #FukqkTn5v3Uh0PfrzrCZaxOPwXhwlh6F { width:21.25rem;height:4.6875rem;top:24.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9Bqu93QfkR9aMIwkQN5cGqNAkWyOztT { width:0.875rem;height:0.875rem;top:25.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RRkumT58ONBbgThg3Ae1xP03KNHW7yL5 { width:1.375rem;height:1.375rem;top:25.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iWMHbn90nmIPKEQFEz7xWuHyiXg8gJTX { width:8rem;height:2.4rem;top:25rem;left:16.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uRhVCzXKLwUTdIZIg6waZ9T2lyLXkCuv { width:9.3125rem;height:0.9625rem;top:27.1875rem;left:16.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4MbImbXq0XayA0bbt4KTvexL9sv4swy { width:6.625rem;height:0.9625rem;top:27.25rem;left:27rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLEDnneIwyILvafQbGVp18Ig6KGD3NTH { width:8.9375rem;height:3.200075rem;top:24.75rem;left:24.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt { display:none; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { width:47.75rem;height:66.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OECX3DdyiEWBaIanFe9c4iLaRP06nRPT { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA { width:23.75rem;height:63.125rem;top:0rem;left:12.000000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X { width:21.4375rem;height:50.875rem;top:0.75000047683719rem;left:13.000000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H { width:17.8125rem;height:2.3rem;top:3rem;left:14.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X { width:20.3125rem;height:22.375rem;top:28.625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn { width:16.625rem;height:2.4375rem;top:5.1875rem;left:15.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o { width:16.625rem;height:1.3rem;top:2.0625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri { width:20.3125rem;height:19.4375rem;top:8.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN { width:14rem;height:2.625rem;top:31.3125rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tiQK4EKPExXqTdkTxZphWzEU77wIsD61 { width:9.3125rem;height:1.05rem;top:44.625rem;left:19.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k { width:20rem;height:3rem;top:56.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4HNhVl1QR9ECGz53g21rEKh68ObVNmM { display:block; }
 }@media only screen and (max-width: 1199px) { #aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp { width:19.375rem;height:2.375rem;top:52.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB { width:19.4375rem;height:1.1375rem;top:53.5625rem;left:14.0625rem;font-size:0.8125rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV { width:14.625rem;height:1.3125rem;top:36.1875rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS { width:17.125rem;height:1.3125rem;top:37.875rem;left:15.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq { width:8.9375rem;height:2.7rem;top:42.3125rem;left:19.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii { width:2.8125rem;height:1.3rem;top:29.6875rem;left:14.25rem;font-size:1rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 1199px) { #SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 { width:11.375rem;height:1.05rem;top:60.0625rem;left:18.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 { width:1.3125rem;height:1.25rem;top:46.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHACwKQqpmT5IWSOMbBO0hrXlI657PBO { width:1.1875rem;height:1.1875rem;top:15.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohdqc87DD4Et2orAgf1nvE5wbfTt13eB { width:1.1875rem;height:1.1875rem;top:36.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN { width:1.1875rem;height:1.1875rem;top:37.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi { width:15.9375rem;height:2.625rem;top:11rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cR8unuCKoLpp5it13dM1bTqlUZfDupDI { width:17.8125rem;height:1.3125rem;top:15.625rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVVmkeJf1aplN3s2OUEiSL7QQl02KweW { width:8.9375rem;height:2.7rem;top:19.25rem;left:19.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop { width:9.3125rem;height:1.05rem;top:21.5625rem;left:19.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC { width:5.9375rem;height:1.3rem;top:9.3125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap { width:1.3125rem;height:1.25rem;top:23.8125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl { width:1.1875rem;height:1.1875rem;top:11.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTFV78c91mMLTLFOiRw0tKdPOfTplu7N { width:1.1875rem;height:1.1875rem;top:31.3125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ywEOT41gSNk7yygVgH90kzGUiMfphpif { width:1.25rem;height:1.25rem;top:23.8125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo { width:1.25rem;height:1.25rem;top:46.875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ { width:1.3125rem;height:1.25rem;top:23.8125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT { width:1.3125rem;height:1.25rem;top:46.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cum5c7ziyRLgAscdZHDyDrByxLMlu34e { width:12.5rem;height:1.1375rem;top:18.375rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs { width:12.5rem;height:1.1375rem;top:41.25rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvMWl64AOeMuT1akNnkN2foG2TdVmsnA { width:16.9375rem;height:0.9625rem;top:51.75rem;left:15.375rem;font-size:0.6875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy { top:56.4375rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AP5b8qQU140puR389IXUkVTLnv9LiUh9 { width:16.8125rem;height:3rem;top:46.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bm1wxyscKJhTaxICoJ0xOngvp4teOcpg { display:block; }
 }@media only screen and (max-width: 1199px) { #quXUdvQgK52XtdX7KP19uZv9bSWEIEOf { width:16.8125rem;height:3rem;top:23rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 { display:block; }
 }@media only screen and (max-width: 1199px) { #gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT { width:14.4375rem;height:1.5625rem;top:13.8125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiMldLOTmtueH7MXlA3dTzeb4H6mSdXm { width:14.4375rem;height:1.5625rem;top:34.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #psgg91usKuEZVvAskuOutQyczG2Rh4wq { width:4.3125rem;height:1.8125rem;top:39.3125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbTh2ZaNyGfRrc2Tik3hlJZOtiru1dw4 { width:1.1875rem;height:1.1875rem;top:16.875rem;left:14.062500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uv4k4hphhFx59k985aBkcVg4zpAKXHcg { width:17.8125rem;height:1.3125rem;top:16.875000953674rem;left:15.499999582768rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #teU7L4BBZQgJygGZcT5HfWB4tosbyX1N { display:none; }#teU7L4BBZQgJygGZcT5HfWB4tosbyX1N > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vTtTLXskDqA6mcPNnxmO0yKumR8a1Mc3 { top:2.6875rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwPGbSOqWL2SUGQllcZPHKBiU4fxhp30 { width:29.375rem;height:7.5rem;top:5.625rem;left:9.1250005364419rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #gzBK91Ey353m85ZBI1w23HV0M35FpbSJ { width:5rem;height:5rem;top:6.8742187619206rem;left:24.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNe0rt0n9Vql1kC2T96912IB94gXU470 { width:5rem;height:5rem;top:6.8742187619206rem;left:18.437499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBuXzr1M9a9pgbQSUsTOULozKzKr38c1 { width:5rem;height:5rem;top:6.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySEXfsxakncCp6KnNrqnJapnayBGHeKp { width:3.5rem;height:1.1875rem;top:8.75rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVegLTT8Xn8vy1JyZwRAZ3k37XoKqrTT { width:3.5rem;height:1.1875rem;top:8.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFmAit2Xkf39psJoHo8heWgEdyrWtxve { width:3.5rem;height:1.1875rem;top:8.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AXVJzQyWACni0aTTMeofXKPRBID91u8A { width:3.5rem;height:1.1875rem;top:8.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HssLAWMfz148n5P21uvSumVwRGxsd72x { width:5rem;height:5rem;top:6.8750002384187rem;left:12.437500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAoKIJrX4M61nASn2bWeVVndD5Bn4rgz { display:block; }
 }@media only screen and (max-width: 1199px) { #f47JZwqoC4VStFxW16k1eIyqCIm9QuWI { width:5rem;height:5rem;top:6.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T17igpEUNr2eGvT5dBckrBawi0bbGeyg { width:5rem;height:5rem;top:6.8750002384187rem;left:18.437499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeRcL7FJ5OmJKz6BgDL3KCArrrTq3XW5 { display:block; }
 }@media only screen and (max-width: 1199px) { #dt7J2NTDiR3BTiF77SZurnJATVTfKHxk { width:5rem;height:5rem;top:6.8750002384187rem;left:24.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpu48np30haUMzEvoy7yvEkQXBFCr9F8 { display:block; }
 }@media only screen and (max-width: 1199px) { #uGDp6aBHgI3gNK08GsxJr1CJsS3hZA6i { width:5rem;height:5rem;top:6.8750002384187rem;left:30.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vX2xyzPbaPDog0J5XXLha0Ks0HUiTgR0 { display:block; }
 }@media only screen and (max-width: 1199px) { #OhJV1fgHRDVNDBXVcaq4XR0cDaDct5Po { width:29.25rem;height:7.4375rem;top:5.6242141723633rem;left:9.1562505364419rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #OIR18iwraBqG9oPgeVRR5sss5KQ3IsUS { display:block; }
 }@media only screen and (max-width: 1199px) { #B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv { display:block; }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row .container { width:47.75rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tCi1gIUsBOrQe9XUTdg28NS6hpKrlbv9 { top:1.4375rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEfCi9eOCHq5rxe3WEJPgJv0r56bL7o1 { width:5rem;height:5rem;top:7.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTyUN4XSPwSd2TfLuPwEdNkhRA1TL8md { width:5rem;height:5rem;top:7.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2RmF66ZEfKZE85S9Olmn4CuBUEOUXcA { width:5rem;height:5rem;top:7.25rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #anKVBxAFhD2Z07uOipFqT56iHWnTaT4K { width:5rem;height:5rem;top:12.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNvOXAw4x1ML3d99Ofq43rWgPaZGRdHW { width:5rem;height:5rem;top:7.25rem;left:30.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kz7qQqwK7No2QQ4cOqUTZ9TENL8MFb9K { width:5rem;height:5rem;top:24.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KKxnygEHrQxlEo77ceqBoF44vg89NO3a { width:5rem;height:5rem;top:12.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuGVBDFlZ7e1NKXtT3ngFvVPiO9ZHlCT { width:5rem;height:5rem;top:12.875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbTJg2sdFRqmv9pOFOio2XzizESVkOpJ { width:3.4375rem;height:3.4375rem;top:13.625rem;left:31.0625rem;z-index:15189;display:block; }
 }@media only screen and (max-width: 1199px) { #ue25knIwy2aOkuIvN7WU66hpEfUTVfpA { width:3.4375rem;height:3.4375rem;top:13.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyDLwlVSKveXSwTRHfEwVClq3CnBINK4 { width:5rem;height:5rem;top:12.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnpoyPUCzETMX5srDxt6NLO8SiayNHvs { width:5rem;height:5rem;top:12.875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5XBrrVDFA8RaTZLJPvsGoD8ZERCo1X3 { display:block; }
 }@media only screen and (max-width: 1199px) { #EfZVysie3dF9bfp1HqGODWN4rqShlUGd { width:3.4375rem;height:3.4375rem;top:13.625rem;left:25.125rem;z-index:15188;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Tc3NbHndA6HbPTUz96CoWurET1UQe0Um { width:5rem;height:5rem;top:7.25rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXBS4mwraoBDADkFNzZFOTW9knR0s9Nb { width:3.25rem;height:3.25rem;top:13.75rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4W9uIfsP2ie5IlBD7OyBQ562LqWPopR { width:5rem;height:5rem;top:29.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQAFQNSifpFmsbOqWUP8wSiOAOlWqaCP { width:3.4375rem;height:3.4375rem;top:13.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #puRbIwPaHWzXfLUIuZrW3fFxrogWqUBN { width:5rem;height:5rem;top:18.4375rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dRmZShwulwncnF7FJK81aJ9kOx7Gl7L7 { width:47.625rem;height:35.8125rem;top:5.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #cMclNPP9vwu0laRT1p1FRZLysGveIA3O { width:5rem;height:5rem;top:7.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRVC0VUrZptoB8r8RZr6uVhKnIN32ooF { width:3.4375rem;height:3.4375rem;top:30.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOagegZuZtcHTHU0M28qama4shLQJR8L { width:5rem;height:5rem;top:29.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzVJmsSChRh5NUsEhc3qNPD4CTQCCdW5 { width:3.4375rem;height:3.4375rem;top:30.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Axe37CUiSBWrVzsRQ4z5lza8qTca7ZzB { width:5rem;height:5rem;top:29.6875rem;left:12.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #uhO6uVgXr7liStEZvQFfftFZMqnDog9e { width:3.4375rem;height:3.4375rem;top:24.8125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IaRcpKgaaQlaKGAzZpkKflCC1r9vQXxo { width:5rem;height:5rem;top:18.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r56XCf1uPDFToPvRE2L0GrdxGuQXZdDK { width:5rem;height:5rem;top:12.875rem;left:30.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITGaNXsRgJXaWTNIBN0dChInXf7cLOPT { width:5rem;height:5rem;top:18.4375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWRuLEfIfEHFTTPf1wnWmeaaGBtx7GVx { width:5rem;height:5rem;top:12.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WOohsVAZk4QsnbEK12eykhokOwV1AUuQ { width:5rem;height:5rem;top:18.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCTCaxO2qWbFbkImnbZXRKL0KMwul5O9 { width:5rem;height:5rem;top:12.875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CvkfJez0IEP9G4pbtr7JiRPLehAwM4nx { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qMTrTrT6Sx9ft6ii31ctCR2zD3naFm5z { width:5rem;height:5rem;top:18.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThN1SSM9AiKTXhkrd6IcUAKsyuVZElGe { width:5rem;height:5rem;top:18.4375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4e00zs3tqbHV28K6kTdnXTeTsfycXIW { width:5rem;height:5rem;top:7.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kILObMb1PSnJEJzFUtMcaoHuuJmGEDk9 { width:5rem;height:5rem;top:18.4375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tIPAgHcQk4MZ0hLvVQLoTGxMEmeUQq4o { width:5rem;height:5rem;top:24.0625rem;left:6.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #AFVDMnHDeruT47Jid2EAx3TWQTUf40ds { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHllDmOqcmRTNdFnAw5yX9Qn55R9LWxs { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:37.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEItIhGHTh0ndaqx8oiKXL6H3Iz82DQt { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:42.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kk817bOaSJ1ol3GauDnJNTKwPP0t15lF { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oinrv7o4sdBTAinXWAIWvpUapyJruezw { width:5rem;height:5rem;top:18.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apGkuT3eCpS7DiBG1p1iutLkBBcH0hEW { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nByv2EUdchcKsHMwTwAPMFg3XW2kc7Mg { width:5rem;height:5rem;top:18.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rih2KcPyPUtdEbqQmUkzVHdP5XkGW4yo { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSqKK8w3FoILUq42DQwvBEtykO60m31v { width:5rem;height:5rem;top:24.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqK8r7ayUfKCbeTddkZNOosiSi2SsTyN { width:5rem;height:5rem;top:24.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfoEky31bT9MTw1P66W609Q6epHd6U4V { width:3.1875rem;height:3.1875rem;top:24.71875rem;left:19.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwkzlRhUf1LSFWyyWCT1fe20LmMggdyM { width:5rem;height:5rem;top:24.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQTTw6dU1uAlBFC4VQcAfhCc1Ahwvh1f { width:5rem;height:5rem;top:24.125rem;left:30.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rU2CMerOuXbbCDACkirVLGqk6yIbJrRG { width:5rem;height:5rem;top:12.875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cX1fwT4T6SusRl8RMTZhqGLdITJNc5ya { width:5rem;height:5rem;top:24.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FH9l8TnAmW4z3OLhhnDaHND7fNRFqPii { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ED00AFEe7NwEZLZ2w7HC9kUXV4dDSdfF { width:3.9375rem;height:3.9375rem;top:30.21875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUG0nNd4rDWU5PUUuqKpq7NwZsGWEa3g { width:3.375rem;height:3.375rem;top:19.25rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgsHAtUgCHvMdqCDFvf9h4n3eJ6wy156 { width:3.4375rem;height:3.4375rem;top:30.375rem;left:19.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #L78lrbioE7QBZyJoIirkhQbWsiZLuwPC { width:3.4375rem;height:3.4375rem;top:24.6875rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQfh8XiXsonLOWqn2ETJBL9um8Hx3Hzq { width:3.4375rem;height:3.4375rem;top:19.25rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVNgQhrEtSXQ6NumsTPNTQ7XvlNVExi3 { width:3.1875rem;height:3.1875rem;top:24.9375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8uQqNKBvT9Qu9vk1q0EP3Su4cwdb9qc { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiatzeoG179TwCgNWGa9draNDdgwHCml { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9Dw0LxLEAWvTgIAz2vybc2v15dkIQ0t { width:3.4375rem;height:3.4375rem;top:24.65625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5SWtZltb5E7glT7xUWATSOINtR1EHX5 { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgNyzc7voTyb4DRoWNbI5y4uRxMSZTTX { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwSUoUoIvKydSNXWxclDLVXMhRcn5e1M { width:6.375rem;height:2.125rem;top:44.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T67Ie44QUoNOuwrAHVZibCHAJQ4q2eaw { display:block; }
 }@media only screen and (max-width: 1199px) { #b08p0hz3cZMykEDI2IOHIXK83XxgAQTu { top:42.1875rem;left:8.625rem;width:30.5rem;height:1.6494125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #z1HhJyNGn2ly2QRdDP2hombm8GFG8ZpW { width:5rem;height:5rem;top:24.0625rem;left:42.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #ErWAKbd87xi1Q45EeMlrQUamJue33x3k { width:5rem;height:5rem;top:29.6875rem;left:18.625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 1199px) { #XFEFg3aOilVgrv2DvrkxQtib3vptrm38 { width:47.75rem;height:1rem;top:5.34375rem;left:0rem;z-index:15196;display:block; }
 }@media only screen and (max-width: 1199px) { #hH213wwxUQzA3qAdkBPFmuQzlpwGvMLt { display:block; }
 }@media only screen and (max-width: 1199px) { #ezfCa0f8Ggh1CooigCK6lPtWtWWCZ4Vg { width:13.9375rem;height:3rem;top:36rem;left:16.90625rem;z-index:15527;display:block; }
 }@media only screen and (max-width: 1199px) { #pTRiFul1x2xKDgrzIX2r9TsfhP1Bh6Cz { display:block; }
 }@media only screen and (max-width: 1199px) { #umT0Vd9hmPtgnNcr54oQWAeiID64p9mz { width:3.4375rem;height:3.4375rem;top:8.03125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #athIfEO174JpntzohToQaxuQhLOLV6pE { width:3.4375rem;height:3.4375rem;top:8.09375rem;left:37.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4QNffz3fsE33onHElHVrU0r1fUhLaU8 { width:3.4375rem;height:3.4375rem;top:8.03125rem;left:42.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mR5V91Z26oNLunW14OJdoiTFP1cxH2Tr { width:3.4375rem;height:3.4375rem;top:8.03125rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fB84BwTI8Hcfy1RfiNxFTuUbGWntxGFw { width:3.4375rem;height:3.4375rem;top:8.03125rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvNEUCJtuTzt40Hsqxvq9p19k1u8PN1T { width:3.4375rem;height:3.4375rem;top:8.03125rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1ImzDNVq5wxT2fVrgDUWAVP1LWnK4oc { width:3.4375rem;height:3.4375rem;top:8.03125rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAPLsEHGZ934nW0mcJ8eeIlF5VJuSJy9 { width:3.4375rem;height:3.4375rem;top:8.03125rem;left:25.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShD40e9vog2vQzZs7hfkpphdwuXPbSQu { width:47.75rem;height:2.5rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jz8POo4S1PpH47EFTTBKzKR82NNmCoxh { width:5rem;height:5rem;top:7.25rem;left:36.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 1199px) { #kiMEXacSsHASTdn1EQrSUgTcaqUL8yrx { width:5rem;height:5rem;top:29.6875rem;left:24.4375rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 1199px) { #sEyRvlycs26BaEJlPuU1Iv4i5CCxkX3U { width:3.4375rem;height:3.4375rem;top:30.375rem;left:25.1875rem;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #nGdx3NocS1IAUokr1RiLQ3LO0EW0c7Cw { width:5rem;height:5rem;top:29.6875rem;left:30.3125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 1199px) { #LXa3pTiNVzX6BKOgdi4S1pGwvD485w23 { width:3.4375rem;height:3.4375rem;top:30.375rem;left:31.0625rem;z-index:15122;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #OG5GxFpMXEOdfi2tnm1EmBkmIfiM9WeS { width:5rem;height:5rem;top:29.6875rem;left:36.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 1199px) { #PAUIo3OxIF4IoFexlp2pmy8lUAt3l0zT { width:3.4375rem;height:3.4375rem;top:30.375rem;left:37rem;z-index:15124;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #oT86cZt7P36JGB13QkMelT6fMIvIakAF { width:3.4375rem;height:3.4375rem;top:30.375rem;left:42.875rem;z-index:15126;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #yW6lF5m6aitteHN4qL7gi2xKKosT8CKr { width:5rem;height:5rem;top:29.6875rem;left:42.125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 1199px) { #XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx { display:block; }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jxu2FLVHzxrzC08qLkqeneo2Vi3B2OUJ { width:5rem;height:5rem;top:1rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wrr771iAu3sX2dpm4Beg33AEy8t68yIF { width:5rem;height:5rem;top:6.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpv4dRIDkIAToNUgXrVfD9HLnvhmvoPi { width:5rem;height:5rem;top:6.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLV4aRaxbb8KM0IHU49XZfBAshzTGXTv { width:5rem;height:5rem;top:1rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mf45V9Glb0AxNtG24fMTwAB5B0azxVPP { width:5rem;height:5rem;top:1.0625rem;left:30.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATDTFJ4R5y95Sl0XBFUvKxbW6gXxrmWU { width:5rem;height:5rem;top:1rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1mVJacyrWSAEgKdBIykaHOO70QEybEr { width:5rem;height:5rem;top:6.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnL5KfF9ivfFX0DouPQWXdK3rfN7QTqZ { width:5rem;height:5rem;top:6.625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWMpJCW1PbTF2Fe5cLfJ0dRZGxotJcy3 { width:3.4375rem;height:3.4375rem;top:7.375rem;left:31.0625rem;z-index:15189;display:block; }
 }@media only screen and (max-width: 1199px) { #bGvccKMzMFOhvXl1HWr727Wx2mbkWmZR { width:3.4375rem;height:3.4375rem;top:7.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKTOtxt1NQkiRrw7Hw56PpGTTU1KpfbL { width:3.4375rem;height:3.4375rem;top:7.4375rem;left:25.375rem;z-index:15188;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Ur73mDkCBiOb1xGbBEAuThMTt3LHK0nV { width:5rem;height:5rem;top:1rem;left:42.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVIlAddA0IF1KwRROQ2gpIOvehcWfPkF { width:3.25rem;height:3.25rem;top:7.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2X3LVkrIL5dEChHkH2150fezoQalaSK { width:5rem;height:5rem;top:6.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXlDKqz3TGibmvDU6RqfTig9UsNtFRhh { width:3.4375rem;height:3.4375rem;top:7.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ad84ZKmEJA7SAyDAQpI8Ply0MQCgsNdq { width:5rem;height:5rem;top:1rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbBl3X7PQKf12izOA146PfTcJc4NXmX9 { width:47.625rem;height:18.4375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #KA69b3vJmMqx47sIV65DAbgOJwT0yJJU { width:5rem;height:5rem;top:1rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoT3IhPglyTTROcJdehV039D0NDuxPq2 { width:5rem;height:5rem;top:6.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cKufmbfTG48QAZKtCfwPKoG9ZnbtF5G4 { width:3.4375rem;height:3.4375rem;top:7.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tu6JamcA6s9MuFmqwE4lMmLNCfNZLmmC { width:3.4375rem;height:3.4375rem;top:7.40625rem;left:37.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZil66XyXNIDm6Q9uMn051lFlN5ibta1 { width:5rem;height:5rem;top:1rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ff9bHW5pBKXysrQFMQQ7gKwOsQQ5PGpr { width:6.375rem;height:2.125rem;top:22.3125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSX6X206SsniU8X33ln8rgILMncKrlvm { display:block; }
 }@media only screen and (max-width: 1199px) { #cuJiVrMVckb7GZXTTFwwl3qwXURm8qV4 { top:19.6875rem;left:8.625rem;width:30.5rem;height:1.6494125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #BaWt4xc0LUU1M5D8AE4xGTPzGp8EpiJp { width:47.75rem;height:3.9375rem;top:9.125rem;left:0rem;z-index:15196;display:block; }
 }@media only screen and (max-width: 1199px) { #TJtWyRNfLELC5r1nAhNzyhQ2nvL3WBNE { display:block; }
 }@media only screen and (max-width: 1199px) { #Mrn6x8Hamt097B9nI5fZv0t3DQPLD8KV { width:13.9375rem;height:3rem;top:13.0625rem;left:16.9375rem;z-index:15197;display:block; }
 }@media only screen and (max-width: 1199px) { #dN1AQ4MXNdv7Gmg4eqQ03PN2JM5XtnhB { display:block; }
 }@media only screen and (max-width: 1199px) { #ERKWyzp7iDzmSlBMe3H9G7bXC8UCz5C9 { width:3.4375rem;height:3.4375rem;top:1.75rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PoQdlVnv4cXAxzC09PqpINx28TPRZsCO { width:3.4375rem;height:3.4375rem;top:1.8125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxEoWhAZgFaASiA1y8JaCAAQ5pU9BESc { width:3.4375rem;height:3.4375rem;top:1.75rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9zcWfZ6gTCCuKUXAld0iMPwoyHwfURl { width:3.4375rem;height:3.4375rem;top:1.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoEbO0q3DFmKJwRof9HwCnW2kt9Ty31D { width:3.4375rem;height:3.4375rem;top:1.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwwZub742wrHT8nNNJtSewihfzNBTy9i { width:3.4375rem;height:3.4375rem;top:1.75rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvZ7up9kkcpBLVl1qTkWpkPVb0CH3qMg { width:3.4375rem;height:3.4375rem;top:1.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVexQFhC3ROJ1ps1sDttWmeM6D2LPSHa { width:3.4375rem;height:3.4375rem;top:1.75rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pE2dDlvswLxwJvJUSFoa2sMTSn36mMc1 { width:5rem;height:5rem;top:1.625rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HzJQP55iWdtpeIFfrtiSNE4W2hQHfR5y { width:5rem;height:5rem;top:1.625rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mIX4giATi3bgRuVFn1pgcyTkfDFlv2ia { width:5rem;height:5rem;top:1.625rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OI5BxaalwlK1woCtRLaTRBrpv3C7TLh1 { width:3.4375rem;height:3.4375rem;top:7.40625rem;left:42.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4WZMDUFQJCBc2WflL1xWoDfL3ECcszU { width:5rem;height:5rem;top:6.6875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5JzPhdBle7kxT9WWTuTJc9kXbrq1Um4 { width:5rem;height:5rem;top:24.0625rem;left:24.5rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 1199px) { #iBmct3kCeQsU1JdCOuyiC7rG9LWr0IgA { width:3.4375rem;height:3.4375rem;top:24.6875rem;left:37.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V4UvutQeqbFr2bLZUadLSRoVW9aSitB8 { width:5rem;height:5rem;top:7.25rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #odkIZ5vwhMJ9DcqeU86sGPaNJKHTm5oa { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qVLyBoH2Eh2kWkWzGmAUhl0xXtc3kNTB { width:5rem;height:5rem;top:24.1875rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l5nbql963gqh7UPbc78Q6wptykXKzdXi { width:3.1875rem;height:3.1875rem;top:24.9375rem;left:43.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VZXc6cEhzeSoEbIuyhsDP3bfQlBJqrnN { width:3.4375rem;height:3.4375rem;top:30.5rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wmhGZqTb2m51rnfnlUCMASdnJ0qWip2w { width:5rem;height:5rem;top:29.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OCMBxsoxdBs5NMcmNoP1hCgfCZDKxUrG { width:5rem;height:5rem;top:29.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wO25fzudnrW0aUFzwQNHb0ZWAzna7TwM { width:3.4375rem;height:3.4375rem;top:30.5625rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RJGeWSuvhQUE4xJ4rHci3shPB7HZnvcE { width:5rem;height:5rem;top:18.4375rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fkA8tPcDgPyGLTl7Fr70WOVSowOJkhhT { width:3.9375rem;height:3.9375rem;top:30.21875rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MHCl06v95wOEb761MfxnGt5naLdhNEnO { width:5rem;height:5rem;top:7.25rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zmU70XolIUGwpk9wNdZWrufzc4POexLI { width:3.4375rem;height:3.4375rem;top:24.65625rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E4JbvMNCF4oqy6ZkzsPlKWnHZKhhIRln { width:3.4375rem;height:3.4375rem;top:24.8125rem;left:25.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sfft0Fl7JaPuex7JsTm8AqDlzafwzCK0 { width:5rem;height:5rem;top:29.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HDB203zftQtlSyFmG1sKmHGTv97HTBxp { width:5rem;height:5rem;top:18.4375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yfknIWOBVgyL8wEiqzvBwCGfSrwx4efx { width:5rem;height:5rem;top:18.4375rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wSeB6IVgEb08HXeQ8tFRA1UqoqNndIIC { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:7.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pp46Clvp7i1RclJyakCDX6elTrOTJOyC { width:3.4375rem;height:3.4375rem;top:30.375rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Wr9TOmvMLm5T7Lshd1is9LsAKndNEQNU { width:5rem;height:5rem;top:24.0625rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wKEW42J0uQCavJ3iBnZB5rL4WM7O0Fpw { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:13.46875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xmC9LJODq621Bfy7mRTPtRFvXUwuHNtd { width:3.1875rem;height:3.1875rem;top:24.71875rem;left:19.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ou5lFSJi970TbohpMCrhPzHk6zDXlAVz { width:5rem;height:5rem;top:29.6875rem;left:12.6875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 1199px) { #Uuv77VXJRitTBZGT2nKOG05GfgbPUAkr { width:5rem;height:5rem;top:18.4375rem;left:24.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W9AgwbPo2PDKSrHzwKPeHBmsw2FSDcJz { display:block; }
 }@media only screen and (max-width: 1199px) { #wH2MAsc02zc14wmXUFwUuXoqKH8ip2E3 { width:3.375rem;height:3.375rem;top:19.25rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R6xfiCN6CVvOo6h0ewF3GLyEInK95hdn { width:3.4375rem;height:3.4375rem;top:19.25rem;left:37.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zn0HTe7AAaN2ToiisLfaFnWXTRWECU5V { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t3xrE23xdmlV4uz3v56HUgKgncf0tqcA { width:5rem;height:5rem;top:18.4375rem;left:12.6875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 1199px) { #X0lbZWtP4f3nJTHyGhElz8bSn7ttSOhz { width:5rem;height:5rem;top:7.25rem;left:30.28125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eWJkdaQfs8ofDy4nPOTtzPtT0VESLPSn { width:3.4375rem;height:3.4375rem;top:24.84375rem;left:1.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hD3gXoxS4KJNzB8CPNdO0O6qqJksTK5l { width:5rem;height:5rem;top:29.6875rem;left:12.6875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 1199px) { #IfidXbfw2lK1dK8X9v8kmubpZZENdUdq { width:5rem;height:5rem;top:29.6875rem;left:12.6875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 1199px) { #Jdt3OBDhHN3feAyT5QgwbOM3RKBi5mDX { width:3.4375rem;height:3.4375rem;top:13.625rem;left:25.125rem;z-index:15188;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #HdaTcHDuTnFhhDUGHZntm6Vb08bZiTlk { width:5rem;height:5rem;top:12.875rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tWNSm80QJPA6D6r2DrCR1XUNhSfpGGXU { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:37.03125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y1GbBlIF1M12BOJPM4OhQ4AyyP8x4mex { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:1.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WJ0zcqB7VyTVNiFMHNIlI355mouonP8M { width:3.4375rem;height:3.4375rem;top:19.21875rem;left:7.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IXEDSzkgR0u2TGfk4bNwh8bnZbRUaLmb { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OzM0dfBVcrlAeqnc52FlD4ldyQwMTfNO { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EkvwCdDkWJKO9xm8sHnXxLXaCcpau1Kn { width:5rem;height:5rem;top:29.6875rem;left:18.625rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 1199px) { #XTwsTxTmhocVAVvil6Miab0xBkiANH9p { width:5rem;height:5rem;top:12.875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VxMJ0ITcTehtZ41QSzueFMz3LaFDkGWt { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:42.90625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hJT8Db2tsyhTIrGnHvw3lhEh20s7UZww { width:5rem;height:5rem;top:29.6875rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VDi3VWkT5Ta2tCna6uVeGGCHWzPEtgVi { display:block; }
 }@media only screen and (max-width: 1199px) { #MR6NZv5ywxr2faAPzZnkdd9GZlTqtmHF { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yHF3ysOrJ5w0h4bLkmBCeREbeWciPpkT { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LGdD1utvAn9bsKEB9y8gkSWgAEc4cJ86 { width:5rem;height:5rem;top:12.875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gIuABEUti5VFc3ldg5DqGwqngVvkQ7OZ { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iEhuQhSPRFs7ciE8zef4qqyRhu5TlirR { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JIyfgUBUn0prO23MHaX2AQtH7KXO6kbE { width:3.4375rem;height:3.4375rem;top:13.625rem;left:25.125rem;z-index:15188;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #JqI8xuHEOKmP8FwvkNGE8LgAtllCMCWb { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oUVXLtuCdhgeOgk9NzXThmSeit7ktAMU { width:3.4375rem;height:3.4375rem;top:7.40625rem;left:42.78125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #veMLfiXF65lQH5S93alU8sn3e9WAPhO9 { width:5rem;height:5rem;top:18.4375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sbcZsXW3sKIePKsyARoPQz6yJA5PKzmd { display:block; }
 }@media only screen and (max-width: 1199px) { #St2oWrk5f4K0vDZLW3Ooy4EEhm50iCN2 { width:5rem;height:5rem;top:12.875rem;left:42rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bzXtba0ehlWcrkdyiaN1C8cVQ9uCABOP { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:37.03125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TFm0WPP3upRhGo1SHZcrDSgTCxkAVUEI { width:5rem;height:5rem;top:29.6875rem;left:18.625rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 1199px) { #G6Ni3R70GZ9vDqstokbBW1OdPOUmNq33 { width:5rem;height:5rem;top:18.4375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fkBTLoCgd0HPF0xAq4sfR0Nz1WOq3V6J { display:block; }
 }@media only screen and (max-width: 1199px) { #uXnmZmZDrQQXkgRDgU7OL7S6KD60A48R { width:3.4375rem;height:3.4375rem;top:13.65625rem;left:42.90625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SlVPT8OmwVL3nT32AdKZ84bzsC5aCIT6 { width:5rem;height:5rem;top:29.6875rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #p8K5MhlGKwAdwE9VPZPoHkZbSzvsO20O { display:block; }
 }@media only screen and (max-width: 1199px) { #C4IvgQMmUogoDxm7ZioFvkqORa9UuBv4 { width:5rem;height:5rem;top:12.875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FwBD7gFWGqO5fZHWodLkk43S3hChioH3 { width:5rem;height:5rem;top:6.625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8gN0xpq1USTD3cL0WmJBpWxcL2RVCV9 { display:none; }#C8gN0xpq1USTD3cL0WmJBpWxcL2RVCV9 > .row .container { width:47.75rem;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TyrNovFtphL0BhEt0gwxZV0UlmTxIa89 { width:47.75rem;height:2.3999rem;top:2.31201171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPQVnSiI0uvkzgRkMkw1UKO9spRUtiB8 { width:28.375rem;height:1.3494875rem;top:1.024169921875rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AsHuTEOL33MT4MUleO0Xbl9vke5ayOJb { display:none; }#AsHuTEOL33MT4MUleO0Xbl9vke5ayOJb > .row .container { width:47.75rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ECCK8D8cWmg9OPVzvX7FgMLtNToo4hwp { width:23.375rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMnZvsPPdw7ToGKtdGtCbmabUmTrAogk { width:2.5rem;height:1.5625rem;top:4.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y2QSWIbJDu8lkrIqy2tXieWCTZb53bQM { width:7.9375rem;height:1.19934375rem;top:4.4375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQ15zrDTeiL2uZJWA4N6aklnrkoXAmyI { width:7.9375rem;height:1.19934375rem;top:2.375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2JsPSQodE9uSUxci0VhS7t2seB2nbrS { width:2.5rem;height:1.5625rem;top:2.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #atdiEyV2mEWve6hGH73mUzr8fE8OBxE1 { width:4.125rem;height:1.49963125rem;top:2.4375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcPhVhflqGba36vX7GySFJyIncTe9Qgn { width:6.5rem;height:1.625rem;top:4.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFOd6mdyvhc6qUI5QBw87VRlf9szkhkA { display:block; }
 }@media only screen and (max-width: 1199px) { #NrVgw59k67VIg6uJrBfNsWwl9pcVon2y { width:8.5rem;height:1.04980625rem;top:1.1875rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRVxT9sarPTfuuqET7TFVAFhJUcXBRWP { width:11.5rem;height:1.04980625rem;top:0.6875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F53xU7TgPT7l1kgHRGXEd0wrdiOKPX9U { width:40.5rem;height:16.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RGySpiSqp5rbWWTdQTQEBNnRwk4R6JM6 { width:40.5rem;height:16.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ilxsc87qAoQecTiTbDVO4CBt3aGXFvr9 { width:23.125rem;height:6.8125rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SmL3AExo4aIN4AfCyk7lhGt8U6g32zFs { width:6.1875rem;height:1.04980625rem;top:1.125rem;left:40.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUMkABPd7crwkAxECQ2wU1yKaeyareIV { width:5.9375rem;height:1.49963125rem;top:2.375rem;left:40.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hz3hn1v28NLUbTD1XvTswW8vHxqTMZ0a { width:7.9375rem;height:1.19934375rem;top:2.3125rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8hkq0aokroQlWKO3QCblyb3RwqJdAvu { width:7.9375rem;height:1.19934375rem;top:4.4375rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEzDh638mPOSvm1HwiSITyzFRivBmd1f { width:6.5rem;height:1.625rem;top:4.3125rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RW9Z7aAmE3S5kDGaA3rJgmDMD7KTTyis { display:block; }
 }@media only screen and (max-width: 1199px) { #pxIC8lRvSAc93uHAbsZLwGXSRMeisH7D { width:3.875rem;height:1.04980625rem;top:0.625rem;left:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbhB6aXVsuLoNJNJS5rnlLVHrKNDN3bT { width:2.5rem;height:1.5625rem;top:2.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o52Zrt82DdAo41FkxqNRVrLv82OTI8ZX { width:2.5rem;height:1.5625rem;top:4.3125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZu2Foxv5y2B7sENpIvo435PA2qh8tFu { width:23.375rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOZy1PouyfB0taTpEWVkZm2gPV32SnLs { display:block; }
 }@media only screen and (max-width: 1199px) { #tmrWSaUh6AkPqBXDPc71SemupL6lWN81 { width:23.2495rem;height:6.687rem;top:0rem;left:24.500122070312rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwqff7XpKAAtQ7KFoUQmDDtLpFrIkzUm { display:block; }
 }@media only screen and (max-width: 1199px) { #vcPJDIo9JgtlMJtz3ZvFWa3bGgsKF65Q { display:none; }#vcPJDIo9JgtlMJtz3ZvFWa3bGgsKF65Q > .row .container { width:47.75rem;height:8.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #K3hvMXeC8mhpS7QyDCzdTAsz6XFm8QNR { width:23.125rem;height:6.8125rem;top:0.6552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdeUNDceqUMdsupGynVsLay0J4HOaHcQ { width:3.875rem;height:1.04980625rem;top:1.310546875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kS21bRyf3xmEQE7NEgeRdD5CkTva9tH8 { width:7.9375rem;height:1.19934375rem;top:2.974609375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONA7Zlmn89rgW4EyDIDiGTWpmAgkJ8S5 { width:2.5rem;height:1.5625rem;top:2.7236328125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xseormu1nMNLSTdVkqQpVyAnGX0w9JuD { width:7.9375rem;height:1.19934375rem;top:5.068359375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5p4JxNKu29yWsS51DVo7ww4Xk1lykyH { width:2.5rem;height:1.5625rem;top:4.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMrhhFrluwsbhlTtgtQgv8o4u2n5PC5C { width:6.1875rem;height:1.04980625rem;top:1.7978515625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrhDPNvwQL7UwOAzvlDgtEkCvI6gvnZG { width:5.9375rem;height:1.5rem;top:3.0615234375rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lx9T54ZHvUFnOh8mHnQTKBaMnIaWZXBD { width:6.5rem;height:1.625rem;top:4.98046875rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNeJChVBWsDNiXHCvCfkWiJdvdP2TTpR { display:block; }
 }@media only screen and (max-width: 1199px) { #axVKqTewNdavoP30z0y4nx6rVmcoIN11 { width:23.375rem;height:6.8125rem;top:0.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQgsx5EpAkD4Icg1JNohMhznv8TbqALv { width:2.5rem;height:1.5625rem;top:4.9375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GVSRTQCLgvZ3bvS14A7lPKUPTLtN68Kl { width:7.9375rem;height:1.19934375rem;top:5.0625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZc6dAylEGBwQ4FXnIFFLiQzDGWBegTS { width:7.9375rem;height:1.19934375rem;top:3rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMiPViVRNyilcctBpVJcUL2ct7pKUhtn { width:2.5rem;height:1.5625rem;top:2.75rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p5hpTDT4d0NeidrH5Zipf87nDmPMx3L5 { width:4.125rem;height:1.5rem;top:3.0625rem;left:41.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7UM7zED8qQvHybzLqcrPaBTATqcVpod { width:6.5rem;height:1.625rem;top:5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9yU3EA6UKXWo4PTLCcSh8baNUXVqE0r { display:block; }
 }@media only screen and (max-width: 1199px) { #rm7KAdVHiln1uznF3CR4JBE3N45oOPd0 { width:8.5rem;height:1.04980625rem;top:1.8125rem;left:39.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGf0AbgLUyqX1REzaAKe4Lt88ZLaZ2FF { width:11.5rem;height:1.04980625rem;top:1.310546875rem;left:25.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFGKoTVR5mtKthSsbIJUcpTavbf7BCGP { width:40.5rem;height:16.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s6GcSHZZwX8oeaU3M2R2WFJpOD7XRm9d { width:40.5rem;height:16.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 { display:block; }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M1LvG6lT4JHKXUaJnbMInZFht27F2TEQ { width:47.75rem;height:2.3999rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #klcSwqXt9lbS5zTUGSgQlCQCA1SgNtlU { width:28.375rem;height:1.04980625rem;top:6.5615234375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSqDxzWiXA9Xo3eV5rIn8SqDnAlVMIwf { width:17.75rem;height:11.5rem;top:9.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OKdx303IwUmtprbFacdredNuLn6t0KQQ { width:17.75rem;height:11.5rem;top:22.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SebCnfVUuT0SWJEhxLcuqRJ4U6J0ZwsJ { width:17.75rem;height:11.5rem;top:9.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSVcgdnhTT3Pw60CPNrChPNTGogeBxpH { width:17.75rem;height:11.5rem;top:22.625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HtWbx6Q6otEpd75NhesTTUrt2WdL9AMw { width:15.625rem;height:4.55078125rem;top:11.25rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xlebFZ7vZzktSqFTXyxrH5yD4F6SET61 { width:7.625rem;height:1.125rem;top:16.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PR3sXTFyc1CX6HSRb2teu2xJNLqDGtGX { width:7.75rem;height:0.8999rem;top:18.375rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mM24uk4kwl1t3y9CKL2b8KvmTgdZIMbf { width:7.75rem;height:0.8999rem;top:19.3125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t4tF70vF4tkegDftV7prbK994tl3m2gl { width:1.25rem;height:1.375rem;top:18.375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LBTxqNTAP3Z8t64vgmZecVEcPkQ404l3 { width:15.625rem;height:4.55078125rem;top:23.9375rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5yLTT7XoabNNmnXGQvqnq34I5w7Xzoi { width:7.625rem;height:1.125rem;top:29.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlUo52kWMSThyDBCwVlFie0cW2aCHaQt { width:7.75rem;height:0.8999rem;top:31.125rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldK93mhsRQV47PbcICWIIKTqHi8nqFrz { width:7.75rem;height:0.8999rem;top:32rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADz0lXx8cDzQrbGkS2v5Ukem2vyuWFKH { width:1.25rem;height:1.375rem;top:31.375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5zkSCgX3ADf5UQZMdU3ywZwJU3eQvRw { width:15.1875rem;height:1.13769375rem;top:11.25rem;left:25.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbyTmS0Qxtb3n3wUWTwFiABmOF5RbPUI { width:7.625rem;height:1.125rem;top:16.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c0Q5Zpw5gbGiwGzhuhS5dKzCKRTK5R9G { width:7.75rem;height:0.8999rem;top:18.375rem;left:25.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvVEXbB7fOTp9phCwrVWHWwyssIN32dU { width:7.75rem;height:0.8999rem;top:19.25rem;left:25.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXP4RT3spsm9sOtcsvyAc5KyTMg5DJET { width:1.25rem;height:1.375rem;top:18.5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eeHdMTLDPAt6hqW7NMZiWK9llrnMfDea { width:15.1875rem;height:2.2753875rem;top:24rem;left:25.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMn8Qct23alSAJBTMriWQIOarZOaXgNs { width:7.625rem;height:1.125rem;top:29.8125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFduWNT4TzuRwqeyrlyaNFZSPtQphEVD { width:7.75rem;height:0.8999rem;top:31.25rem;left:25.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z24O4SOvUNZvT4JSouhJsfFeyB9Fup2Q { width:7.75rem;height:0.8999rem;top:32.1875rem;left:25.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SgV7KZ3qQ9zqV8QdIN4J8iXTer1fMO9I { width:1.25rem;height:1.375rem;top:31.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qC556hT041xTvTdqP36kQaaOSghFBrGM { display:block; }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RdkXbNOZHGI93wahGBzKAkElf6zuZzCC { width:22rem;height:2.79980625rem;top:0.68595027923581rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWVsJbmEBT2JpiTPiinq86lJlCPg0JoA { width:47.75rem;height:5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQ2obHhINU1iC6kEeZVoTavuCWIIvhG7 { width:5.4375rem;height:1.79980625rem;top:6.4375rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6tw3VBhexf5alNZKplLOtK13qSXqg1O { width:1.75rem;height:1.375rem;top:6.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxEfcCz6NTNI2a3H9I24TdAgr1m6Mzyf { width:47.75rem;height:8.75rem;top:9.8748779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X10kuOyVhSDblkKkg1fXvz6cQ6Ek5yAA { width:3.8125rem;height:2.3125rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lfdUbpmZPXb6UdZeH8rkS06qRLFTpTph { width:4.9375rem;height:0.6875rem;top:12.93701171875rem;left:4.8746337890625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sh5XXGzbqoN6ZB6Npe23P5zG8kZbEqo6 { width:2.9375rem;height:1.25rem;top:12.749633789062rem;left:10.812377929688rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iIHMI2n87bNxdNJUmgzGogGdSVgUXuyd { width:3.125rem;height:1.5rem;top:12.593383789062rem;left:15.490860751378rem;display:block; }
 }@media only screen and (max-width: 1199px) { #REZ3bBvkK48T3bqEmEQGocgvpq1LLppM { width:5.187375rem;height:0.7495125rem;top:12.874755859375rem;left:20.248413085938rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usoPz9soupTFVE1aN5GBVi9CZKPqvdGS { width:2.625rem;height:0.9375rem;top:12.81201171875rem;left:26.351318359375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bt2oN5AuK4fJotnPbZdy8E7LM4vTrsPw { width:5.75rem;height:0.8125rem;top:12.749633789062rem;left:30.749633789062rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMPrq9cJyUIOCttOhZSFcNQ1w80vqgui { width:5.3125rem;height:0.8125rem;top:12.875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKen10Obn56CSofOzxIaeTlNwB9nkNaT { width:13.75rem;height:5rem;top:20.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t8NxkEfFXiC1DnEfILvveF9FCpZiZZJc { width:13.75rem;height:5rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8cyDQEIUQQBfxSoEQnokXHmgoUrPpdR { width:13.75rem;height:5rem;top:20.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qR0prPsvCzZWgpMDQkyiHzpGJ1UNpZJs { width:8.0625rem;height:1.79931875rem;top:21.75rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzSklP7XLz51o1aT4zPRTZ6LUGiKGu1J { width:1.125rem;height:1.5rem;top:21.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSeofiuQ3CZ5In4GpkuU2aMNfd0qTqph { width:5.5rem;height:1.79931875rem;top:21.75rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9VXX9dhPeZq0R4dVtIVHO1kNeDxpzpP { width:8.9375rem;height:1.900025rem;top:21.75rem;left:37.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogibP7wnniuWlpUPTXT11pqcmgtThtm3 { width:1.5625rem;height:1.375rem;top:22rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CL91bXRDdCbSGMeI7xVZDvEPrsaSzIvV { width:1.6875rem;height:1.3125rem;top:22rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v94XrkdwRQMd4VfWzUWDXpgNuQrAS22D { width:13.75rem;height:6.625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqdtBkkfknkdFEJS0wF8Zd7VFTbKBgtC { width:1.9375rem;height:0.9375rem;top:28.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbwL1c9i1pcfPO67b3pc2RUxdzkavBnU { width:6.4375rem;height:0.875rem;top:28.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LBgoDF5iODuNJXFVbTMZTwk90Cls5KuU { width:1.5625rem;height:1.625rem;top:27.8125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqVmuTx7KlP4raDKpdlEHFpZuqnv6ghA { width:13.75rem;height:6.625rem;top:25.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWL71PzhZRL6NomphTOdtbgH0ryWLPPP { width:1.5625rem;height:1.5625rem;top:27.875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNUEEhgv66RcO49hzgiyJcpZZEMXf4DK { width:1.625rem;height:1.625rem;top:27.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MvvWKr8QHaQPu4A3CKZG2XHxD3mEl596 { width:1.625rem;height:1.625rem;top:27.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEa5JJLqGoQw2suvT3q7reUd3Qa8LbIA { width:1.5625rem;height:1.5625rem;top:27.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuU73GRCy3p8rQ6cXO9o9780w6pstdX5 { width:13.75rem;height:6.625rem;top:25.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2HwsQBPgprkxvBTyc9QCS6fWhADvDZt { width:7.25rem;height:1.125rem;top:28rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEmd13sorkpLJKMJhXS8DyfAfoJZ0Rly { width:4.4375rem;height:1.5rem;top:27.8125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMS9C5ItL64Jr6TXhb4iCkM3sXAACyd0 { width:17.3125rem;height:2.625rem;top:33.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaFni14k4QnxTs0UxBTugOZ9UblpE3VM { display:block; }
 }@media only screen and (max-width: 1199px) { #Xxfz2EPs7VdbpMo5GvpbDOkqe4TMK2sO { width:2.5625rem;height:1.25rem;top:12.625rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kf4vSF6iwvAVmRvFopot2MnhDT6UuXi3 { width:3.125rem;height:3.125rem;top:8.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3wspRtt2E25M7a8fdwhHwLbqmT9dvPH { width:3.125rem;height:3.125rem;top:23.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1a2psyIcdQd1VlWkp61gsScRn85ZiIn { width:3.125rem;height:3.125rem;top:23.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LcRKDw3q7yTlMQNhtS0FZm1cnkLUCEQi { width:3.125rem;height:3.125rem;top:23.6875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CaoqXWMGeGCy3rvSUokmKPxq0Jtew5sM { width:4.3125rem;height:2.1875rem;top:15.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6G5At2g6xJfmzXM049fbZdDfSJyTNi6 { width:6.93725rem;height:1.25rem;top:15.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk { display:block; }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qeZUudTmRJ1mQnfUv4CAMAQF44MuG7Fx { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmtQD0gwfemEm6xlNISs6NJiTMLb3Ls9 { width:47.75rem;height:10.125rem;top:5.062255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ummnd7yTAonGarfUy3ldsMmpfFbwVb17 { width:1.25rem;height:0.5625rem;top:5.0625rem;left:23.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHMaGT0WCOJTDpXHRq3F1OaHVN68zcGG { top:2.0248782634735rem;left:3.8437501788139rem;width:40.0625rem;height:1.950075rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OchywiLCZ7LfqAgreJ0hFnkPy1T3JlmK { width:2.875rem;height:1.8125rem;top:8.375rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m3LtadQzlBPntBGxFhQhIqixyhgU8MpP { width:5rem;height:0.75rem;top:8.9996337890625rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3JuN9RwHz9pEkkfRZ8dweCE68FmhOdB { width:2.9375rem;height:1.25rem;top:8.75rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acpKSStONZF3LiNFd5C9upLEHK0GVHQi { width:2.875rem;height:1.5rem;top:8.59375rem;left:15.374755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aSAbUOs95Ds4E2sSKqTT6xBqTr32iDTo { width:5.8125rem;height:0.8125rem;top:8.9996337890625rem;left:19.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icAASef7xHd67eCcpiXsqxBRpA1vvVGJ { width:2.75rem;height:0.9375rem;top:8.87451171875rem;left:26.37451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #anOsUUouN6A8M6x1yCANxxfokwPKJE5K { width:5.8125rem;height:0.8125rem;top:8.9996337890625rem;left:30.687255859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCztsdMZJVrfnf2Wwokp4zCIKOPqTaOb { width:5.4375rem;height:0.75rem;top:9.124755859375rem;left:37.562255859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hiibTCl43un9JxwpekIurmXn4wHu97Af { width:2.5rem;height:1.25rem;top:8.749755859375rem;left:43.624877929688rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1GBduq0WQ3AXIOgnk35HG90UvyM4IXI { width:3.9375rem;height:2rem;top:11.350708007812rem;left:16.988696727237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VD4GJiUrxEBuPTQzKv6vGCWQ9zHekLtC { width:6.875rem;height:1.25rem;top:11.5380859375rem;left:22.4365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dULZO8gJhzXqb7TmANxnfBu213K60Z2m { display:block; }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iwK8ftwQPp9OuXXiOV82dC7cB0NS5Zqp { width:47.75rem;height:4.5rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmEc1Q9qgB3HNmzHqDeCxmitxrCBZwnB { width:47.5rem;height:13rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oNGc2hRvhBnlO27mKOShbmDUu6QxB8cw { width:1.25rem;height:0.5625rem;top:4.9375rem;left:23.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwxT4hsqer3gkhgrN4veMwV0gsJVk0pg { top:1.7123584747314rem;left:16.406250178814rem;width:14.5625rem;height:1.950075rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A504oNuvpMXVCEcBpcVSaU4EPc11Vgsw { width:6.625rem;height:6.625rem;top:8.46875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qm8l0K1lAfQJCT9wD2Hxy0NddZwVm62v { top:8.625rem;left:14.125rem;width:28.6875rem;height:3.374025rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDp60MQ8MFEvnHVFR0NEzvKJh20mL9GR { width:2.0625rem;height:1rem;top:13.25rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IclaZ847ruaUerDnGyH8UgcyWe9IpCtA { width:6.375rem;height:1rem;top:13.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XfPdd0Ads1bn8cKRT9eiFxDDIkKPmBKc { width:1.5rem;height:1.5rem;top:13rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdVzarlmSUICWmyrohqVUvPSnRfgwhPT { width:7.5rem;height:7.5rem;top:8rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/83e9d312-259a-47ca-94eb-3436318cba31/czymjestpilotblack2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.adaptive-delivery-prevent-bg, #aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.lazyload, #aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.lazyloading { background-image: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container { background-color: transparent; background-image: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container > .video-iframe-container { display: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row > .video-iframe-container { display: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .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); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container { width:47.75rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RbT8Lq5ah9nWsBv8PDCgKPyaqSfEntSy { top:2.4375rem;left:12.15625rem;width:22.1875rem;height:1.85625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxc7t6Eh4TzIOU03TwK6tWDnM40msDVH { top:5.5rem;left:14rem;width:18.5rem;height:2.598875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyUT1oq4Zt1LrKw4orSpdsRekPk6yx8t { width:7.625rem;height:2.8125rem;top:9.65625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PoVegT9OWG2DAVFnWqmrfNm4GL7NZqUv { display:block; }
 }@media only screen and (max-width: 1199px) { #K2CiLnT82i3Tf78wskLbVneypdtaGlTh { width:2rem;height:1.625rem;top:14.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhoW4qbM4VOGRSmhI4yZinQxUTDsAQqN { top:16.25rem;left:0.5rem;width:12.6875rem;height:2.598875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BM3EEJTnz5NRa3TEUcrVk9pPvqz9xtZV { top:19.4375rem;left:0rem;width:14.5625rem;height:4.19921875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #QtQ2qlZrovctS5z9cnCoq6mL3M6GWM8i { width:2rem;height:1.625rem;top:14.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JgOvakgSQCV44rJw5xOVT4TDs5MmieRg { top:16.875rem;left:16.4375rem;width:13.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWma2NGIXrcfpAuOV2c4XFSzKI6zSk2y { top:19.4375rem;left:16.1875rem;width:13.875rem;height:4.19921875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #opqEM4C9LViVIFBlT1hWTIFPSQVtUUss { width:9.3125rem;height:1.6875rem;top:22.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4i3vLJR2pUPC75gHVMtRRVJs3eRBts7 { display:block; }
 }@media only screen and (max-width: 1199px) { #UkEAtRtx7q071rh99kvxXs8s4wKC7if5 { width:2rem;height:1.625rem;top:14.0625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDKO54ggOh2PLvEMNo8PBaiLXc4Dk8HO { top:16.875rem;left:33.625rem;width:12.5rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hd3vFmCxwH4lcUZ0WwXT9y8b9fQfWNNu { top:19.4375rem;left:32rem;width:15.75rem;height:4.19921875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr { display:block; }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 { display:flex;height:auto;width:45.25rem;top:0.375rem;left:0rem; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 1199px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 1199px) { #kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF { display:block; }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kvIyXsz3Tm8kOzLqf6z1Jb7n90cudBZk { width:47.75rem;height:1.70593125rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ { display:block; }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TDuP9kcNwSdnlLkVn8XPo2DMsHdkH3yn { width:47.75rem;height:42.6484125rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz { display:block; }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kWxXnkrmWQGmP3Wbfs9wHNT9v6uGzPiI { width:47.75rem;height:1.70593125rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7MtQq2TaugTXI2sWPEdTywewUR7kJqw { display:block; }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .row .container { width:47.75rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ucIw6FBTexwkWTKsIlI96LZ8pnJiNUwT { width:47.75rem;height:40.94241875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT { display:block; }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tqsd3XuO0lqqtBhKD0im393Se58rG0zO { width:47.75rem;height:1.70593125rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xpZ83QCHGuOV63g62DGSEetEX0e5hbBk { display:block; }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .row .container { width:47.75rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IdIevg9B2ExWPoGvtynhJGRzNyh6o5GZ { width:47.75rem;height:44.35430625rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c03tOwHeyHmkR9vFdBtdN1RS40oXFELH { display:block; }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UiWzhbMBfpC5OaLhUW218Nir7TOPnrhR { width:47.75rem;height:1.70593125rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcDWaWSuoD3Py7wi6JcTGbieo93z80Op { display:block; }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .row .container { width:47.75rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dc2elF4pmR9lD3zMToVzFP2rTTiVlqM6 { width:47.75rem;height:46.0601875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg { display:block; }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KFQH6UepEQ68890lvhQNFu1r1049GoLr { width:25rem;height:0.97473125rem;top:1.4375rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4.5625rem;height:0.9375rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 1199px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.375rem;height:1rem;top:2.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 1199px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:9rem;height:1rem;top:2.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 1199px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.05625rem;top:2.125rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:2.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 1199px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:47.75rem;height:1.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:9.8125rem;height:0.975rem;top:2.2625007629394rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79d818cb-869a-4705-8e78-85eb962aceaa/new1_grafika_mobile.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1.adaptive-delivery-prevent-bg, #gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1.lazyload, #gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1.lazyloading { background-image: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container { background-color: transparent; background-image: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container > .video-iframe-container { display: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row > .video-iframe-container { display: none; }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .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); }#gva6MbxUNZze2yUvDVSpxpdE7X1uZkw1 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od9znlrd80mt4t6F5zm7z2gCDZ1tgE8H { width:4.125rem;height:1.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDRCdTFVPnFvnlSEK6LRJxQJFMTuN9b { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:17.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsNFopC3nZoZLOBT7TJOy66sJ9OQzrDl { width:9.0625rem;height:1.9375rem;top:0.78125rem;left:5.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BBT2TWgwFRKetfaL5eCzBeHPaDL1tOpT { width:20rem;height:4.53735625rem;top:7.408447265625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KZPq9fL1Tt1crRNyStBD75uJ3JdcMDxW { width:18.375rem;height:3.8983125rem;top:26.4375rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDzRtyLQmS1kkTxkdqddDzHGQ38stLJP { width:15.875rem;height:2.598875rem;top:32.0625rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AB3akLvnMmPactg73dfz7h7qgem56Q1Z { width:8.25rem;height:1.21875rem;top:33.4375rem;left:11.749877929688rem;font-size:0.9375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SBU76UHlZs6LNPvZMP2h80bPNPJO2RBx { width:15.25rem;height:2.598875rem;top:35.4375rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wmmZsQ9hwCAIG29Ha0svyqlvTHBOV13e { width:1.375rem;height:1.375rem;top:36.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRJJ44VTFuExXnWNk6RW98OumXuQlOOm { display:block; }
 }@media only screen and (max-width: 763px) { #CTzidWlQ6EqrL9ZkV4cnfMwFBS3vOTZV { width:8.5rem;height:13.193375rem;top:30.3125rem;left:10.625rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e07WpLdG1FBxO1AIp7BTiGL8WnhaGHIy { width:1.125rem;height:1.375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcha8V5QLlD5OFhhWAL5bDCvSFScGhuU { width:1.125rem;height:1.375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSdAer5Z6Z9DGk0xoVi54lfHvoT4p6Z { width:1.125rem;height:1.375rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6V5F1qwiAcqu3igrpsZ0qkswrKpQJfF { width:19.6875rem;height:3.5rem;top:41.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnwX7kpksx1S8TxQKR7nT9peDHwPzIJH { display:block; }
 }@media only screen and (max-width: 763px) { #nhP0HppTuz4TAUXT7xQpqX0nBsWJEmtM { width:18.3125rem;height:0;top:39.25rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aLedaEGiAryPkaVCTsbXwktupiOBBBgK { width:0.75rem;height:0.75rem;top:37.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emzIbnCvzX5I10o2T70h3ZIXF64tqdyD { width:9.6875rem;height:14.125rem;top:30rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxKnPRRimwnF5ySSthehc4FfcEvKUcz4 { display:flex;width:1.3125rem;height:1.3125rem;top:36.9375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #wGqrEOLBJq1SGL820vBUb2dfzJL3f1ud { width:14.4375rem;height:0;top:37.3125rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #JfFlmKmWTSCb9qmh5XkKcDAezBWKBT03 { width:16.0625rem;height:0;top:38.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #A7Vnzpgnszh2HvzBhDfz7PXXc120N6Bk { width:14.4375rem;height:0;top:38.3125rem;left:8.0625rem;font-size:6.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #O92bNyiXDBCIwLbKKDuyalk7NJOiPQyV { width:9.0625rem;height:2.375rem;top:58.0625rem;left:1.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #A6UtAJMngQnPtM1f2zAbU2T4AucehaKV { width:20rem;height:1.1375rem;top:46.494140625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Vv4To5nqVQkAkXENvSCr4xD6y8PhK0aI { width:20rem;height:2.6875rem;top:45.9375rem;left:0rem;overflow:hidden;z-index:15237;display:block; }
 }@media only screen and (max-width: 763px) { #nABxtn9NeRmcsMtKrNCPEvL4rV4Urist { width:19.75rem;height:11.1875rem;top:58.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8cz8XMAobE3pgKoOl5llLCBhXU4SZXQ { top:38.8125rem;left:0rem;width:20rem;height:6.3125rem;z-index:14998;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer { background-color:#030303;background-image:none;display:block; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row .container { background-color: transparent; background-image: none; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row .container > .video-iframe-container { display: none; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row > .video-iframe-container { display: none; }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .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); }#J3ptOLGxGuVAIPKnoRqJh1La4PJMrUer > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvq0lfZZtBZW3p7w7GKKKSiUXM3BwWT { width:19.6875rem;height:3.5rem;top:2.5625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcyBLJLqaI1ODZhVkHDZc4rHb3T0VqaA { display:block; }
 }@media only screen and (max-width: 763px) { #HpZQRwpEaRlSdL2zdJr95fwRbw61ghDh { width:18.3125rem;height:1.3rem;top:0.8125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqNQFzBT4kBr4UyttWFEzpoy6uIWU8I6 { width:14.4375rem;height:0;top:37.3125rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #ITDD9ZeTIMG54ZrJsrnxfH6ctXvGzNlR { width:16.0625rem;height:0;top:38.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Da1e2q77Ly7QOQTMvdniJySHbqJsSgFa { width:14.4375rem;height:0;top:38.3125rem;left:8.0625rem;font-size:6.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #OaDpTWgB0fobRBlGtggeIe5NxT6KsqLu { width:9.0625rem;height:2.375rem;top:58.0625rem;left:1.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gO54PO61RTI0c9uMDnnUnCcwlEdgIbgB { width:20rem;height:1.1375rem;top:46.494140625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wicLUtSQ8EPWeWdtLIFczDeqiMKXmwou { width:20rem;height:11.27619047619rem;top:58.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79d818cb-869a-4705-8e78-85eb962aceaa/new1_grafika_mobile.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb.adaptive-delivery-prevent-bg, #TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb.lazyload, #TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb.lazyloading { background-image: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container { background-color: transparent; background-image: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container > .video-iframe-container { display: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row > .video-iframe-container { display: none; }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .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); }#TD8REMVGgaFQLgPFWVqJVU3wnSH1Q8Qb > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyJCiadrJpU5Re9kFZodoaQuf4Nk5N1c { width:4.125rem;height:1.5rem;top:0.83046913146975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdOXTraShu278ReyUXoEfi4kImgk3LcQ { width:1.8125rem;height:1.8125rem;top:0.67421913146975rem;left:18.187499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5hwtemGpMuASrTQHensQLCq11pzPVQ { width:1.125rem;height:1.375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaXcryMzzaTQzT8vCTcrd3iv1w2L5v63 { width:18.0625rem;height:3.8983125rem;top:27.0625rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wix0TMFElfU8TyoysPfP7Ogb0klPuuXU { width:1.125rem;height:1.375rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya4R2l6Z1gblc3sle76xONAS8lotyGxm { width:15.875rem;height:2.598875rem;top:32.875rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vceuSL9A4CwNOoOyCysHcMveDAn3Q5sp { width:8.375rem;height:1.13769375rem;top:35.587890625rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #fFKxJwyJGhKRqzcgUTTEgANFbC4MrlHg { width:1.125rem;height:1.375rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um38WCRQ6bAHqyExIVBeqvzaKqIariVb { width:15.25rem;height:2.598875rem;top:37.3125rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #av8o4nIfUExQhvqHHxn0FER6c0hDfWFL { display:flex;width:1.3125rem;height:1.3125rem;top:35.0234375rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #EnG26mTwuM90Jzb9RSXylmQtvdcsOB1B { width:1.375rem;height:1.375rem;top:38.6875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBPv6UDTL1ITF32QhOPW3X08ZGxwpvRa { display:block; }
 }@media only screen and (max-width: 763px) { #pLqJWlFSNILsnkFFOP2ytarHw0lCyMUT { width:9.5rem;height:14.0625rem;top:28.5361328125rem;left:10.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx31iV5eeNHQy2aIlUGrntrEyzkkZMWc { width:8.5625rem;height:13.193375rem;top:29.0234375rem;left:10.673828125rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pvwZy3h2pdaB6qbcnNFNa8dBGtGUkPoA { width:0.75rem;height:0.75rem;top:39rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNeE1h4DhJLsoWcVrvlwMxTgIm2AiQeX { width:19.6875rem;height:3.5rem;top:40.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLbMFJTZvzdF9Aa8D7PltC5d1vF0va0P { display:block; }
 }@media only screen and (max-width: 763px) { #ua4dny323QgoHa6o1pTN3kMJlToUd5se { width:20rem;height:4.53735625rem;top:7.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oyGaIhiy4Ugn1H8dFm7eUKyVF4WIXbIN { width:17rem;height:4.4375rem;top:45.54296875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwBxxPu80FiVU1FoyWSlJnTApbRbE8mX { width:20rem;height:1.13671875rem;top:48.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QSTPkHU0VoR3ZboCc1HGU8gTSrgZCZff { top:45.187377929688rem;left:0rem;width:20rem;height:2.9375rem;z-index:15238;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LtqRVV0QQRlwtNtXPmzrGBtVREeO5lEU { width:19.4375rem;height:11.0625rem;top:59.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 { display:block; }#dB3N8BV64P2ZSkFA4KIOeKFsBfx0UK81 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsRtZJAUB1KOrRbk6M7CEllNFDsCOJzn { width:20rem;height:7.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLuSqsk6N9W6w1PMJN3TuDoloJMAUORX { width:12.3125rem;height:2.749025rem;top:1.5rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TSP5WZqCtGfT5e1NgzTqKBqV12Lg8Ou9 { width:2.1875rem;height:1.25rem;top:5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XedguHQEqMsT5RpIKl9vvodKtFTw3HBM { width:2.1875rem;height:1.25rem;top:5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqkPBvcO5usTS01ivEObU58TV9Niv9zh { width:2.1875rem;height:1.25rem;top:5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVgJCeBt0nJqsvSzbRN7pXvF46Z6Lq5G { width:19.75rem;height:16.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqq671SUDr62frNxH773gR3Q6JTIgGWV { display:flex;width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bddEnTCB82ZPAK94OzMsd1xOxsfw55E3 { width:15rem;height:4.55078125rem;top:9.375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #byIqdRcfPHo3HdfpxnkpcyTPeXbNZNng { width:8.875rem;height:0.962525rem;top:14.0625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cx8BxF5JA9g5V6OBUBLuEnNoCTqtAX1V { width:7.6875rem;height:1.375rem;top:13.75rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEO4KJ5zb50RoxZK4dfMzRVF3qObqHgw { display:block; }
 }@media only screen and (max-width: 763px) { #Qu98JNSemzuZxN1PDWdydiEJAnw6NbUv { width:13.875rem;height:3rem;top:16.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6eOlf69UWOgtM4gFvpTvarPNS24f2b { display:block; }
 }@media only screen and (max-width: 763px) { #NIV7qiShbHXETUSutMTRzdeITL73JENR { background-color:#030304;background-image:none;display:block; }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row .container { background-color: transparent; background-image: none; }#NIV7qiShbHXETUSutMTRzdeITL73JENR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row .container > .video-iframe-container { display: none; }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row > .video-iframe-container { display: none; }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .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); }#NIV7qiShbHXETUSutMTRzdeITL73JENR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUG8asgyqXCHmF8eoTuxabxirOgOhNAp { width:20rem;height:3.5rem;top:0.5rem;left:0rem;background-color:#282351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX8y2d0Lh71NwJnpU9SQM69m9iHJeKiR { width:20rem;height:7.0625rem;top:3.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EMcucxTDxWgr1ixqW91OoNI05HbggtfO { width:1.25rem;height:0.5625rem;top:4rem;left:9.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #teOO9Htu5armD2JOZiXMoPQbHfMXvq8M { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #osA3t2JCRk08ZMSDVrvUgy3uLqHxRK5H { top:5.6875rem;left:4.0625rem;width:11.875rem;height:3.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aFFBgzawkqfVeRo3D8bUUOG8eDlyBOQ6 { display:block; }#aFFBgzawkqfVeRo3D8bUUOG8eDlyBOQ6 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZgNC1bBHtvPGEkN4oyHN0IHpqESNZcC { width:20rem;height:3.5rem;top:0.5rem;left:0rem;background-color:#282351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyD5152Ism5uCk0SA2MZDf6mXr4fhV3B { width:20rem;height:7.0625rem;top:3.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uMm4PFDrKrmTm4gx2DODmWEMM3Pio5Pl { width:1.25rem;height:0.5625rem;top:4rem;left:9.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kxaU3rQmqPrtAWyautMgwO4k1Z5h5TFd { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mukeGMLM3u1NLGQ25ZSDTmiEiRpn75W4 { top:5.8125rem;left:4.75rem;width:10.5rem;height:3.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OCqZA3wW0rNUuPo7m1XuwZF1rB6zz6Zv { display:block; }#OCqZA3wW0rNUuPo7m1XuwZF1rB6zz6Zv > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CN34CWptUS81IW8kn2FRRbHtKoK97VXp { width:20rem;height:3.5rem;top:0.5rem;left:0rem;background-color:#282351;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) { #LrrOlp7W31zFRMt2hDzZAen2VvCDwUeN { width:20rem;height:7.0625rem;top:3.3125rem;left:0rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TUPSOnA3AcRtJteCCrxuetHXTzgCtDcg { width:1.25rem;height:0.5625rem;top:4rem;left:9.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kQmxJQlmIOwsfGXS9vOlCmK6LxTQOD4Z { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xmXWef1b1N9h2xnezsc7MkrnDLADCRHX { top:5.875rem;left:4.75rem;width:10.5rem;height:3.125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX { display:block; }#IN6fitsV4MQNQ0OnF6XKfHbTZEA3XUeX > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlwAceAx4lJJ7BgGym3fU6RpiAJ69JPO { width:15.25rem;height:2.749025rem;top:1.625rem;left:2.3750001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oaRq7nA0nOV8PHJVC5g3Ba0SJa3UJsuM { width:3.4375rem;height:3.4375rem;top:7.5000007152556rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVwTCBtfxHbMKSBZEqiIAZTUSehsigT { width:3rem;height:3rem;top:7.8125007152556rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRSyWUwVk7GedPSFSPJCqWRcJspZ84Z7 { width:3.0625rem;height:3rem;top:7.7500007152556rem;left:10.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7ktybiQ25ZHNJ99GsscJQouiT7HLIm8 { width:3.5rem;height:3.5rem;top:7.5937507152556rem;left:15.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcNcLuDrUe9gwUnVXn70HsoTIkKZuHrq { width:2.5rem;height:2.5rem;top:12.562500715256rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU9f15ll76gANdf0Cu9IfZ1PvqA3N5Zl { width:3.5625rem;height:1.5rem;top:12.218750715256rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4DDH7aRniks9wg5KFxPTWteG0XGVz5w { width:3.4375rem;height:3.4375rem;top:12.045454740524rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKN7hoePT9KEbGipkiK3rDm9o8GU8pVu { width:3.8125rem;height:3.8125rem;top:20.843750715256rem;left:5.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHVIaECrCAccEQKadPDSkMbmdPmb7S0 { width:3.5rem;height:3.5rem;top:25.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w291afpcPVX5tcl4vUxR0CutRfyyzBUL { width:4.3125rem;height:4.3125rem;top:29.500000953674rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #usZgE5xT5DTuMtbMu93xCoFpulLbeAUm { width:2.5rem;height:2.5rem;top:25.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxmrbcroFvkBxGJskTUMc6z5uA5fXmG2 { width:3.4375rem;height:3.4375rem;top:21.031250715256rem;left:1.2812500596046rem;z-index:15426;display:block; }
 }@media only screen and (max-width: 763px) { #uaR2WK1cXHyFrmAN4lLhbRWvFIl3BKKl { width:3.75rem;height:3.75rem;top:16.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6mf45W2iaOTn5IcraEFMJisJ3evf8hn { width:3.8125rem;height:3.8125rem;top:16.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFcamQ0rTUQ9dBUA5kUers4KXltPmxmx { width:3.8125rem;height:3.8125rem;top:16.4375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz41TIB5KIR9LbUClUn51gytxWlUlRKM { width:3.4375rem;height:3.4375rem;top:25.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWHAcfpOz2ts4H0LtNATOOVdn4Jku0ee { width:3.6875rem;height:3.6875rem;top:21rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6FmGLKidTxf983766WU4M6ItTHK1dM { width:3.25rem;height:3.25rem;top:21rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWJAUP9e4plu661eMfUWAUyZJ1UZuei4 { width:3.25rem;height:3.25rem;top:12.5625rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z07utgRxxuuzKTyrkAT4Tkh39r8msmxL { width:3rem;height:3rem;top:30.156240463257rem;left:10.843750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkI5i6uoUb5MVB1weOddhI2ZqsNkusZM { width:3.125rem;height:3.125rem;top:29.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBkwcfJNyO1EWcnP5Xa3kQ05lCD4LG5 { width:3.3125rem;height:3.3125rem;top:30rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT1Wwg6HifE0KVCasKaxty2klLL8a1s3 { width:3.375rem;height:3.375rem;top:29.96875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvR0pN3oExH1acAlgm8tVe5sVD9Unagt { width:4rem;height:4rem;top:11.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqkKcXuxU3P5EM0eVubUokKOeP8dMfWi { width:3.5rem;height:3.5rem;top:25.5625rem;left:15.125rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #VkL7SggzDxQfKAcOu0nbXuLvAmoBVQpo { width:20rem;height:1.9375rem;top:4.8125rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #JXDo3QTh95nl5Z4gHdVBn6oHG8TZWtSU { width:4rem;height:4rem;top:11.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br3I2UTKKFIkeI8crTQvFEaTFrzAGvmP { width:4rem;height:4rem;top:16.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrdU6JytfiMQ6vI4MVOLVE6zAB6znR5H { width:4rem;height:4rem;top:25.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP1NT8yl710QdH08p6TzaKZfUTn2JUEK { width:4rem;height:4rem;top:11.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdVTcfyfd5B5rTtHA89hyVHfwKsczLKT { width:4rem;height:4rem;top:25.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NibOIPhSyfFBE0HzfzrbcIO2LLTAvxAf { width:4rem;height:4rem;top:25.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJH8tlS6DZztOGneXBbBwTQTw2rd9O4 { width:4rem;height:4rem;top:7.5000030994413rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpK9E4D1sZvVTR8Tr7BcR0CwqvNMdfUu { width:4rem;height:4rem;top:29.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl6BV5d1N33aU9mohB8N4fxxILRUmaQH { width:4rem;height:4rem;top:20.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZcqoklp2uNV92PnI3rASAkOqNnu2sCS { width:4rem;height:4rem;top:16.312500715256rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyEcFbU24NtLFI8dM3JlVmVFvvra0o6u { width:4rem;height:4rem;top:7.5rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #begOlDl620ExNG2ZnGC0bz58aC8Wt4UR { width:4rem;height:4rem;top:16.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1UFy0xEORxxtRBrVbyTGU9wlZiGamhk { width:4rem;height:4rem;top:16.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1rrD3KXumT3ssv2bwW4SkZTSoiOUQAb { width:4rem;height:4rem;top:25.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr8IpK9XCJXl2TPRCxLcXNgagBgtJpHm { width:4rem;height:4rem;top:29.656250953674rem;left:10.343750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWIbpl8SPwTicDWhvfgD2kyHeziu3DPz { width:4rem;height:4rem;top:29.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdUmfxh0K8c7wwOoVNAetSLTufflINAp { width:4rem;height:4rem;top:20.750000715256rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1K6g9sd7ga7Nswc5Q9QUMZANOoFCeO { width:4rem;height:4rem;top:33.875rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzwRixAaBdL6JIir8UUlK8Ozrwrh2eVr { width:4rem;height:4rem;top:29.65625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3F1eW6TMPkuQrNDTGRAOZDBzuFa004A { width:4rem;height:4rem;top:20.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxclH9kJEFTz61hvFuHy8E3B207bAIOD { width:4rem;height:4rem;top:20.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZF4l53RCqLfRRhmrsr9zsEXaGQk72nT { width:4rem;height:4rem;top:7.5rem;left:10.281250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHG7AcFTgecCI8PNAPs6TPmLDZZTIoXL { width:4rem;height:4rem;top:7.5rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZ6RxmbhbDVI9Zi7Tfxxvf6w4vhlwDl { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcVTqbwW1TgsPKHJQzrr2yCPFvMMiZ7h { width:1.25rem;height:0.5625rem;top:5.5rem;left:9.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvoaPcxuCcfEGtOSTPXX2VlOeXQPaH6F { width:4rem;height:4rem;top:11.875rem;left:14.9375rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #KJM4aZhxIEk6kUpouCOoWimeDuSOw6FI { width:20rem;height:3rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF5M4y9oWIHPsAJ0QeCFoE2upTtuOPEC { display:block; }
 }@media only screen and (max-width: 763px) { #hAhKGhb6byuhy4WTFqq0u4fMBpV7L9VU { width:20rem;height:2.909090875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H88VEB2JMgNnIZ0OAiqRaG99JUTFCXPu { display:block; }
 }@media only screen and (max-width: 763px) { #fw3TdVpAxQMR7msXT3QkmXsMT8QWu63Q { width:12.6875rem;height:2.3125rem;top:34.875rem;left:3.65625rem;z-index:15530;display:block; }
 }@media only screen and (max-width: 763px) { #fOIodTzasu9g7TNg4RaaXhwxovcaXypt { display:block; }
 }@media only screen and (max-width: 763px) { #KuTBIW1VM2c7kDb0FWrTHtlMZe52EDmM { width:17.9375rem;height:9.8125rem;top:23.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nedg8D93wzAgaMGvDytB6Rs2blHSBGLP { width:3.875rem;height:3.8125rem;top:16.375rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT0Kg10TkDphgKDTlgEa71ua8cNDCoPr { display:none; }#UT0Kg10TkDphgKDTlgEa71ua8cNDCoPr > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ai8p3pRbTt4eSHS2A8fTNv9o5oE91E7N { width:3.75rem;height:3.75rem;top:20.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSXGqUwFyZ9uWwJeV0lxddfukVZkmi2 { width:3.625rem;height:3.625rem;top:24.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkRAT9TV3pdko2xGBDicvsSF2HbiW5D { width:3.1875rem;height:3.1875rem;top:11.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lX789FQ8wod77TGHzGy0GQQRhdPpId { width:3.125rem;height:3.125rem;top:11.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG2hnQnETXHOLq8DPAu5Hktp10GniaG0 { width:2.5625rem;height:2.5625rem;top:11.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgfZandyo7S9F7JmEww8az2TdJNDO1fx { width:4.125rem;height:4.125rem;top:15.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWocq2MRBcLmOK27DlwSCy7SwIZtQoHR { width:3.5625rem;height:3.5625rem;top:20rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeETZODqdaKlabp3dAqK1JTSyVCmb51D { width:3.8125rem;height:3.8125rem;top:20.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2ZuWca4EtAAONP32DJRPpTGiTNA8yrV { width:1.9375rem;height:1.25rem;top:16.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJxZEtncSweq2aLwJkK78a0T85RposAz { width:3.125rem;height:3.125rem;top:25.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsSTnBAnDuPhcgP4Pck8HE2DDrGOzPvT { width:3.3125rem;height:3.3125rem;top:29.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaWZvsLFmEJsoFmZtcnlzLXQfFJcaDqW { width:3.625rem;height:3.625rem;top:24.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn1fbT6tWziLToIf0zVw7tZXO3TQp7G6 { width:2.9375rem;height:2.9375rem;top:2.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMqUieZ9p315dp4ZgmNkLwdzy8v5lxu3 { width:3.375rem;height:3.375rem;top:2.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9CmkebgSr1dAncpnnalJfAGyn0cuaMR { width:3.4375rem;height:3.4375rem;top:2.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7c1qcc9nJy9x8R6fnScRz24zBhh62gq { width:2.8125rem;height:2.8125rem;top:20.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y94P6waQNceFVsZtJFEkhUwU9SMXmA7t { width:2.9375rem;height:2.9375rem;top:7.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnsXsswdgbKTtCqaldFI2gULtd51wOyc { width:2.9375rem;height:2.9375rem;top:2.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWUiUPPSBlgopIae0STTkDnSRFBI8fx { width:3.125rem;height:3.125rem;top:16.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9EQsQ1zww8FGtVGNvMS9AUoQSCSpo6y { width:2.875rem;height:2.875rem;top:25.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxoNNkHO3geaU65oJMAN1QqR0R8UixlD { width:3.3125rem;height:3.3125rem;top:29.6875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JekDCh4AyzQKGIropD1PCkadhUbm8UC6 { width:3.5rem;height:3.5rem;top:29.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0PZl26FmOJG6TXhB2ftdqw0ZO9bqT9h { width:3.25rem;height:3.25rem;top:7.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCX5BJJcXaKxZaep7r9PxOsMCL9xIooE { width:3.375rem;height:3.375rem;top:7rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clVpUXA9DoNorGEThkKImBTJ8tk4oagZ { width:3.0625rem;height:3.0625rem;top:7.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtzRRp6fFtATwGWoB0tOCGpq4rMN86gQ { width:3rem;height:3rem;top:11.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bufzL1sHXLRT5lPk0Fu0dgsdhorvSuCG { width:3rem;height:3rem;top:16.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bekVqmRLXq6lMhG97ssxk8xA7qkp66qP { width:3.25rem;height:3.25rem;top:29.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeuuFJn6cPySUBxTBmyzBQrbCAn3ZwQf { width:19.75rem;height:46.6875rem;top:0rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #KBXzeEOpcoWhT6tt1fsSTqWUGu4tTfuH { width:4rem;height:4rem;top:29.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbqUUHogAiztDzOMFVqaTB9cpp38Eza3 { width:4rem;height:4rem;top:29.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1syKwJ4nCRrg8IhqmsiBax1euLB2TJJ { width:4rem;height:4rem;top:24.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyfpZHqJZZzpCNDCh8v1ODPiuOTiJDCa { width:4rem;height:4rem;top:24.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyP8BekxfFFkPZxb4QeSmym4wRLfCauu { width:4rem;height:4rem;top:24.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa5D1sKx9rXahvcuMuWr1Vm0aUaedryC { width:4rem;height:4rem;top:11.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30NJp5nEDNl4P8HdZSTM3l3wJFAJR7T { width:4rem;height:4rem;top:6.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJRVnZQ0PCO4ArmxWZEs3U17tRxNx60U { width:4rem;height:4rem;top:11.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI8gSrVauGRm8OQJnVTZWmTtI4TAQIHG { width:4rem;height:4rem;top:93.375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMHR6M5gEkeP6OC65PAcRAT2mSZTPGsS { width:4rem;height:4rem;top:2.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgzqeEhDsvTR2s8Vdu07POCDvOMaLpZN { width:4rem;height:4rem;top:6.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #geTeWLxWkxAGRBU5N0wLE9pmaxCu3bA7 { width:4rem;height:4rem;top:6.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICkOCbxc5o5FTDQ3hsr8n0u8q1AwRC92 { width:4rem;height:4rem;top:29.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veFZO5GvKnhe22mH7uoxA025WFPuhnsB { width:4rem;height:4rem;top:24.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR3KFkrPb3wkaxuBByElEo6r9L5GEFxM { width:4rem;height:4rem;top:20.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPQvAFcHOGDPhzmqQmpNtswRn1yQGkpG { width:4rem;height:4rem;top:20.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3B6wniovHLxTqZ7MPaRUdKU7TVuiNiE { width:4rem;height:4rem;top:15.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxu9ZCKVeGAOzMugAzSZhmdzmPxzDCDQ { width:4rem;height:4rem;top:11.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L88AuHf0zkKUe5i6xDe19N2BTM3NCUJH { width:4rem;height:4rem;top:2.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyBCqp9cdZp91W418zdaAzOnm10h1h4k { width:4rem;height:4rem;top:6.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUD7ssBoDQSHlNsXguWeR2FEUxEhIHTL { width:4rem;height:4rem;top:20.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTLiCix3tSmDlhMfcxdw4eE4A7shUNGi { width:4rem;height:4rem;top:2.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rci9sNxRbXPK3OrsFszpNn76mZkOiKSZ { width:4rem;height:4rem;top:29.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfS4pihVe523QmPwZ0G1IwBhFTT5Himn { width:4rem;height:4rem;top:2.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNfR72kU22xwRdueG85eT6JVtTUcacIg { width:4rem;height:4rem;top:15.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqQ9GcHFVMwSlLqG62x9x4lWATQICCIT { width:4rem;height:4rem;top:20.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpX9cNCts6rVhTNVn4pyi39tpsyi9dFU { width:4rem;height:4rem;top:15.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcblr46fLtFJTfvkpSinc8i7gq4aNM21 { width:4rem;height:4rem;top:15.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtm4JRtchpz8G7MgmJPWrEfsNtlNGOZ5 { width:4rem;height:4rem;top:11.1875rem;left:10.375rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #nAa1LcKiaarpFnQE7zT3HTX4Ff3D2Bmh { width:20rem;height:3rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD2VLv8Nkwk9rC4Xq1nB7Cau0malI5Vc { display:block; }
 }@media only screen and (max-width: 763px) { #HTt9GTHanKGLK5RNTDGNqSbaMvsg7SLc { width:20rem;height:2.909090875rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp1gX5CzkSJKIy1F4O0f54XttJ8hELcf { display:block; }
 }@media only screen and (max-width: 763px) { #Ld2Z5aLTptKpGu8zC5BfmUT78xOkClHK { width:8.5rem;height:2.3125rem;top:34.9375rem;left:5.75rem;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #a2VLr4N7qxURQlTQmQgPDDeb4UgSu1WS { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:20rem;height:3.5rem;top:1.1625003814698rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:20rem;height:9rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:16.4375rem;height:2.2753875rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:16.5625rem;height:5.249025rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:15.75rem;height:2.25rem;top:6.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 763px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:20rem;height:6rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:16.4375rem;height:2.2753875rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:16.5625rem;height:2.1rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { width:17.5625rem;height:1.6rem;top:4.73730625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { width:1.1875rem;height:1.1875rem;top:8.04980625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { width:18.5625rem;height:5.6rem;top:10.48730625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { width:1.1875rem;height:1.1875rem;top:21.33691875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { width:20rem;height:0.0625rem;top:6.73730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { width:1.1875rem;height:1.1875rem;top:34.3486375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5C77taiJwWE2Av2OVMTdanPl302NItU { width:20rem;height:0.0625rem;top:20.02441875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { width:18.5625rem;height:4.2rem;top:23.77441875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { width:15.6875rem;height:1.95rem;top:29.3173875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKiQmElCIgVoXKPZvSiTEU6CAElksATl { width:18.5rem;height:1.4375rem;top:17.33691875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { width:18.5rem;height:1.95rem;top:17.36816875rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPkiH2b98PdoC9DnnK2JrcLW492RTgei { width:5.1875rem;height:1.25rem;top:29.2236375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { width:20rem;height:0.0625rem;top:44.83594375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { width:15.625rem;height:1.4rem;top:45.74219375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { width:1.1875rem;height:1.1875rem;top:4.29980625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { width:20rem;height:0.0625rem;top:31.7236375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { width:1.1875rem;height:1.1875rem;top:48.39160625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x42mcohcRorHA3acTPiV3yfx0uqb6VQT { width:17.9375rem;height:2.8rem;top:36.7861375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { width:20rem;height:0.0625rem;top:33.0361375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { width:20rem;height:0;top:40.83594375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { width:1.1875rem;height:1.1875rem;top:50.82910625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi { display:block; }#SzNJXRPB7qmIR5WXhAGJ55AvWT68eKWi > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6T83zdlh6f4nXFcgcJBqyUzOWHCR31a { width:17.75rem;height:3.625rem;top:6.625rem;left:1.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Hy5SwouksUfuZKkUrQ3zRfnObAqRurPU { width:3.5625rem;height:1.79931875rem;top:7.125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8DesAxoC8tVc4wSOlP8rrqqDtrHJAUi { width:1.0625rem;height:1.0625rem;top:7.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO6Ngf4zaX1vuWZTk9FwE2qxd04XVNE7 { width:7.75rem;height:1.05rem;top:8.5625rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPXqxFbk1p0Tag0CPFM3zuB7HPU78Gyn { width:5rem;height:1.79931875rem;top:7.125rem;left:12.875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qZE849xwTiQgJJL4auuwgH0noni7HASO { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #SUXGkyZvTcPw5sNdGghFogf7z9rE2DT3 { width:0.625rem;height:0.5625rem;top:7.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpeayOXRc56xTafVMUXM3KKUTGmHDrgr { width:17.8125rem;height:3.6875rem;top:6.625rem;left:1.0625rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #vQTJpMRMNaxlUGK5EhxTOEQPr8dH6CTF { display:block; }
 }@media only screen and (max-width: 763px) { #TQ2mVeL4znkoucwl7g1z4mEMTwtUSkIN { width:18rem;height:3.25rem;top:10.687255859375rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhlpyGhxkC2Qn8cmvffAAmtdhT7L2ydw { width:1.125rem;height:1.125rem;top:11.68701171875rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5FcfIo9aa7MMnsZLf0N0aVwtCe90LKO { width:15.125rem;height:2.39868125rem;top:11.124877929688rem;left:3.24951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe9lTAD3TGsZlN7s1EqrbOCbdy80or25 { width:20rem;height:15.25rem;top:4.81201171875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq { width:10rem;height:4.8125rem;top:0.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4c846b5e-ad9f-4a8d-ba2d-2982f5bb6062/Tab_mob.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.adaptive-delivery-prevent-bg, #QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.lazyload, #QyT81m8awKBtAOmfcpuJwSxyBCsUpFDq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h9TdfElRNyibsbfK6roarcRXC8Tgiwta { width:4.1875rem;height:1.05rem;top:8.60000038147rem;left:13.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6w8VpGbX8cfgQQ67c8Hh3FV1qoB0xJV { width:17.5625rem;height:3rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #We8Pr5adDS4dHh8Ixz7HN3RlmQfK7t9D { display:block; }
 }@media only screen and (max-width: 763px) { #NPbQoez5kEDLA2AnmoHIPRHctzevkQ16 { width:14.4375rem;height:1.04980625rem;top:18.062133789062rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdMruJty2QcWkSwSAucOlums5Fuowve3 { width:9.3125rem;height:2.0996125rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AIANg5gwBg3pJ9TKbVoKnD8Vl2AA27GJ { width:6.8125rem;height:1.25rem;top:3.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGkfaKR6DhhZbXzNeNnTSpNE8Q7wEzVm { width:8.9375rem;height:2.0996125rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g56a2yo0RMfv6JUKDq3T6xiqbQwqfouK { width:9.9375rem;height:1rem;top:3.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeRWiZKvxmGHc9fWkMuzy2SmHAcQQPFU { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgRDz2kIRkUaC8yf8IU22UHeETaoPXF7 { display:block; }
 }@media only screen and (max-width: 763px) { #eOUxcwfpe8GQVTTk4RmTQssbHgwTw0it { width:20rem;height:0.875rem;top:11.875rem;left:0rem;font-size:0.625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #DPeVNCT8EtBobunq5JiOG2m1aMvQOPRd { width:18rem;height:2.375rem;top:15.6875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8QUTQFDaHrzxiPL9WGgIf8Ex67aT0XV { width:17.0625rem;height:1.224975rem;top:12.073974609375rem;left:1.1248779296875rem;font-size:0.875rem;z-index:15184;display:block; }
 }@media only screen and (max-width: 763px) { #I0kkTJUir8aMwFMnsIac2zlwZzvUm8th { width:17.5625rem;height:3rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0cunW5zrZK4q47hQ7P2OAZe0wN5xS7d { width:17.5625rem;height:3rem;top:14.375rem;left:1.25rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #vZJW5AlsKmNHRVtminCbcGBW0z5633CP { width:10rem;height:4.8125rem;top:0.0625rem;left:10rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2552a52b-741b-4ba7-a9f3-8ec8c15eba1b/TabActive_mob.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vZJW5AlsKmNHRVtminCbcGBW0z5633CP.adaptive-delivery-prevent-bg, #vZJW5AlsKmNHRVtminCbcGBW0z5633CP.lazyload, #vZJW5AlsKmNHRVtminCbcGBW0z5633CP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pyMUK0stZrUrR3sXZXWQ4z8f6HJKb5J5 { width:10rem;height:4.8125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etg5n59y3ebe8kAZn73Vn44QEEHUdiaZ { display:block; }
 }@media only screen and (max-width: 763px) { #i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T { display:block; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGfhWOmPVsBTvFffPz3qxkvipJAudM6b { width:17.75rem;height:3.625rem;top:6.625rem;left:1.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 { width:3.5625rem;height:1.79931875rem;top:7.125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04z8kZZhAGOg1t1PCnORqF7dFwP7klf { width:1.0625rem;height:1.0625rem;top:7.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy { width:7.75rem;height:1.05rem;top:8.5625rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txzu5xG7D0fv920v1amH4SXX81ErSx5G { width:5rem;height:1.79931875rem;top:7.125rem;left:12.875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PcnkbOReqBcoud6HntDaA1iSakbCcCK9 { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA { width:0.625rem;height:0.5625rem;top:7.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O { width:17.8125rem;height:3.6875rem;top:6.59375rem;left:1.09375rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn { display:block; }
 }@media only screen and (max-width: 763px) { #vSGc6aQMRakgproISzd2BsQgL9XqHUvF { width:20rem;height:26.9375rem;top:4.81201171875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6 { width:10rem;height:4.8125rem;top:0.0625rem;left:10rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4c846b5e-ad9f-4a8d-ba2d-2982f5bb6062/Tab_mob.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.adaptive-delivery-prevent-bg, #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.lazyload, #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 { width:4.1875rem;height:1.05rem;top:8.5625rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp { width:17.5625rem;height:3rem;top:26.99951171875rem;left:1.21826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer { display:block; }
 }@media only screen and (max-width: 763px) { #eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 { width:9.3125rem;height:2.0996125rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy { width:6.8125rem;height:1.25rem;top:3.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn { width:8.9375rem;height:2.0996125rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ASIpgrwDmqloMJ9Dr4ylLbZXdlnPhKXy { width:9.3125rem;height:1rem;top:3.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ { display:block; }
 }@media only screen and (max-width: 763px) { #JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM { width:10rem;height:4.8125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb { display:block; }
 }@media only screen and (max-width: 763px) { #wFSHgqtvM0wJsQPrtBK2tJvE5nefH65F { width:1.125rem;height:1.125rem;top:24.375rem;left:1.8121337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKOfQLPwhW8OROElvJft53ucorUaNDCS { width:17.75rem;height:3.25rem;top:23.374633789062rem;left:1.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFHs3lDwJ9J2Ri8viVMOxrADIUQTyv65 { width:14.74975rem;height:2.39868125rem;top:23.73779296875rem;left:3.3585205078125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BNGc8BBWZ30JBbmBmBEU7G1ekzornqol { width:18rem;height:2.375rem;top:15.625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bf4cWn7svwTBR9gR0dc6IQlw7aFfb3ov { width:17.0625rem;height:1.225rem;top:24.32373046875rem;left:1.468505859375rem;font-size:0.875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 763px) { #PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp { width:17.5625rem;height:3rem;top:26.99951171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVSTAnKPBezBNoxO96uX5eS2e99fdk5C { width:17.5625rem;height:3rem;top:26.99951171875rem;left:1.25rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m { width:17.8125rem;height:3.6875rem;top:10.9375rem;left:1.09375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #c9silyaBg1MvIyv9xDe48ATur1QlTDg7 { width:17.8125rem;height:3.6875rem;top:10.9375rem;left:1.09375rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX { display:block; }
 }@media only screen and (max-width: 763px) { #PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ { width:4.625rem;height:1.1254875rem;top:12.96249961853rem;left:3.9375rem;font-size:0.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX { width:10.125rem;height:0.9625rem;top:13.0439453125rem;left:7.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG { width:8.9375rem;height:1.79980625rem;top:11.4375rem;left:9rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BDXexTguuos9ImXp3yJv0LVNUd4cHRME { width:8.0625rem;height:1.79980625rem;top:11.375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8CVQaarCfhz7APUnEeASuSWZDduCxnC { width:1.0625rem;height:1.0625rem;top:11.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP { width:0.625rem;height:0.5625rem;top:11.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZw1JXH4uNe5c0OuwZBQgJF2eA7pDouc { width:17.8125rem;height:3.6875rem;top:15.25rem;left:1.09375rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #oW7s4TBcH5fdBRTRHSJpgaheQSK7Iyl1 { display:block; }
 }@media only screen and (max-width: 763px) { #eCgV7TcFpS4r5v6in0lVz87ADQlG3RUm { width:17.8125rem;height:3.6875rem;top:15.25rem;left:1.09375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #SOxU96MgpaCEUbEGxXEfrSiZZ90Vq2xD { width:8.9375rem;height:1.79980625rem;top:15.755859375rem;left:9rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iG7x0zPPwvDeOAzFO6zLTpZk80QUvvRT { width:10.125rem;height:0.9625rem;top:17.4248046875rem;left:7.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PriRtIMzchlMzodeOEWnLpZUV6HzMM3e { width:8.0625rem;height:1.79980625rem;top:15.6875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC2XVoimVkPOQnoVAcPUxlTQoftah2Er { width:5rem;height:1.1254875rem;top:17.4248046875rem;left:3.9375rem;font-size:0.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QX4vtMF7N2eFuouyQKChZ61ABRQMhdsH { width:0.5625rem;height:0.5625rem;top:16.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXmmIXpAhARc1boHnKe3Pl4J74FfhJqI { width:1.0625rem;height:1.0625rem;top:16rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB { width:10rem;height:4.8125rem;top:0.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2552a52b-741b-4ba7-a9f3-8ec8c15eba1b/TabActive_mob.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.adaptive-delivery-prevent-bg, #WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.lazyload, #WdhwPgvGmIWNJbVIT9qaIwGiQsk5pObB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XclQOpJ99FWD3AoRwZxuwiDnPzvQqfXr { width:17.8125rem;height:3.6875rem;top:19.5625rem;left:1.09375rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #sgNnt34ydlTQdQCPbA3PQX4zEKinC66x { display:block; }
 }@media only screen and (max-width: 763px) { #FukqkTn5v3Uh0PfrzrCZaxOPwXhwlh6F { width:17.8125rem;height:3.6875rem;top:19.5625rem;left:1.09375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #S9Bqu93QfkR9aMIwkQN5cGqNAkWyOztT { width:0.5625rem;height:0.5625rem;top:20.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRkumT58ONBbgThg3Ae1xP03KNHW7yL5 { width:1.0625rem;height:1.0625rem;top:20.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWMHbn90nmIPKEQFEz7xWuHyiXg8gJTX { width:8.0625rem;height:1.79980625rem;top:20rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRhVCzXKLwUTdIZIg6waZ9T2lyLXkCuv { width:4.3125rem;height:1.1254875rem;top:21.5rem;left:3.9375rem;font-size:0.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #c4MbImbXq0XayA0bbt4KTvexL9sv4swy { width:10.125rem;height:0.9625rem;top:21.75rem;left:7.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLEDnneIwyILvafQbGVp18Ig6KGD3NTH { width:8.9375rem;height:1.79980625rem;top:20.130859375rem;left:9.125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt { display:none; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { width:20rem;height:73.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OECX3DdyiEWBaIanFe9c4iLaRP06nRPT { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA { width:20rem;height:71.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X { width:18.625rem;height:58.6875rem;top:1rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H { width:20rem;height:1.925rem;top:4.25rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X { width:16.9375rem;height:25.5rem;top:33.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn { width:12.4375rem;height:2.25rem;top:6.625rem;left:3.8125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o { width:13.125rem;height:1.125rem;top:2.8125rem;left:3.4375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri { width:16.9375rem;height:21.1875rem;top:11.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN { width:13.75rem;height:2.625rem;top:36.375rem;left:3.7500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiQK4EKPExXqTdkTxZphWzEU77wIsD61 { width:14.4375rem;height:1.05rem;top:52.4375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k { width:17.5625rem;height:3rem;top:64.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4HNhVl1QR9ECGz53g21rEKh68ObVNmM { display:block; }
 }@media only screen and (max-width: 763px) { #aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp { width:17.5625rem;height:2.375rem;top:61rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB { width:17.0625rem;height:1.05rem;top:61.6875rem;left:1.5rem;font-size:0.75rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV { width:11.75rem;height:2.625rem;top:41.3125rem;left:3.7500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS { width:11.3125rem;height:2.625rem;top:44.6875rem;left:3.7500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq { width:8.9375rem;height:3rem;top:49.75rem;left:5.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii { width:7.125rem;height:1.425rem;top:34.125rem;left:2.5rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 { width:14.4375rem;height:1.05rem;top:68.375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 { width:1.3125rem;height:1.25rem;top:55rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHACwKQqpmT5IWSOMbBO0hrXlI657PBO { width:1.1875rem;height:1.1875rem;top:36.4375rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdqc87DD4Et2orAgf1nvE5wbfTt13eB { width:1.1875rem;height:1.1875rem;top:41.4375rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN { width:1.1875rem;height:1.1875rem;top:44.8125rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi { width:13.6875rem;height:2.625rem;top:14.25rem;left:3.8125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8unuCKoLpp5it13dM1bTqlUZfDupDI { width:14.4375rem;height:1.3125rem;top:19.0625rem;left:3.7500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVVmkeJf1aplN3s2OUEiSL7QQl02KweW { width:8.9375rem;height:3rem;top:23rem;left:5.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop { width:14.4375rem;height:1.05rem;top:26rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC { width:7.125rem;height:1.425rem;top:12.0625rem;left:2.5rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap { width:1.3125rem;height:1.25rem;top:28.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl { width:1.1875rem;height:1.1875rem;top:14.3125rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFV78c91mMLTLFOiRw0tKdPOfTplu7N { width:1.1875rem;height:1.1875rem;top:19.1875rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywEOT41gSNk7yygVgH90kzGUiMfphpif { width:1.25rem;height:1.25rem;top:28.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo { width:1.25rem;height:1.25rem;top:54.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ { width:1.3125rem;height:1.25rem;top:28.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT { width:1.3125rem;height:1.25rem;top:54.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cum5c7ziyRLgAscdZHDyDrByxLMlu34e { width:12.5rem;height:1.1375rem;top:22.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs { width:12.5rem;height:1.1375rem;top:49.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMWl64AOeMuT1akNnkN2foG2TdVmsnA { width:19.0625rem;height:0.9625rem;top:59.875rem;left:0rem;font-size:0.6875rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy { width:17.5625rem;height:3rem;top:64.6875rem;left:1.21875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #AP5b8qQU140puR389IXUkVTLnv9LiUh9 { width:15.3125rem;height:3rem;top:54.125rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm1wxyscKJhTaxICoJ0xOngvp4teOcpg { display:block; }
 }@media only screen and (max-width: 763px) { #quXUdvQgK52XtdX7KP19uZv9bSWEIEOf { width:15.3125rem;height:3rem;top:27.625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 { display:block; }
 }@media only screen and (max-width: 763px) { #gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT { width:14.4375rem;height:1.5625rem;top:17.3125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiMldLOTmtueH7MXlA3dTzeb4H6mSdXm { width:14.4375rem;height:1.5625rem;top:39.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psgg91usKuEZVvAskuOutQyczG2Rh4wq { width:4.3125rem;height:1.8125rem;top:47.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbTh2ZaNyGfRrc2Tik3hlJZOtiru1dw4 { width:1.1875rem;height:1.1875rem;top:20.562500379979rem;left:2.1750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv4k4hphhFx59k985aBkcVg4zpAKXHcg { width:14.6875rem;height:1.3125rem;top:20.500000476837rem;left:3.8617187142372rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teU7L4BBZQgJygGZcT5HfWB4tosbyX1N { display:none; }#teU7L4BBZQgJygGZcT5HfWB4tosbyX1N > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vTtTLXskDqA6mcPNnxmO0yKumR8a1Mc3 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwPGbSOqWL2SUGQllcZPHKBiU4fxhp30 { width:20rem;height:5.5rem;top:5.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gzBK91Ey353m85ZBI1w23HV0M35FpbSJ { width:3.5rem;height:3.5rem;top:6.1562509536743rem;left:14.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNe0rt0n9Vql1kC2T96912IB94gXU470 { width:3.5rem;height:3.5rem;top:6.1562509536743rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBuXzr1M9a9pgbQSUsTOULozKzKr38c1 { width:3.5rem;height:3.5rem;top:6.1562504768372rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySEXfsxakncCp6KnNrqnJapnayBGHeKp { width:2.5rem;height:0.8125rem;top:7.5000009536744rem;left:14.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVegLTT8Xn8vy1JyZwRAZ3k37XoKqrTT { width:2.5rem;height:0.8125rem;top:7.5000009536744rem;left:10.624218523503rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFmAit2Xkf39psJoHo8heWgEdyrWtxve { width:2.5rem;height:0.8125rem;top:7.5000009536744rem;left:6.6250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXVJzQyWACni0aTTMeofXKPRBID91u8A { width:2.5rem;height:0.8125rem;top:7.5000009536744rem;left:2.4250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #HssLAWMfz148n5P21uvSumVwRGxsd72x { width:3.5rem;height:3.5rem;top:6.1875rem;left:1.8750000596046rem;z-index:15194;display:block; }
 }@media only screen and (max-width: 763px) { #nAoKIJrX4M61nASn2bWeVVndD5Bn4rgz { display:block; }
 }@media only screen and (max-width: 763px) { #f47JZwqoC4VStFxW16k1eIyqCIm9QuWI { width:3.5rem;height:3.5rem;top:6.1875rem;left:10.124218523503rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17igpEUNr2eGvT5dBckrBawi0bbGeyg { width:3.5rem;height:3.5rem;top:6.125rem;left:6.1250000596046rem;z-index:15194;display:block; }
 }@media only screen and (max-width: 763px) { #TeRcL7FJ5OmJKz6BgDL3KCArrrTq3XW5 { display:block; }
 }@media only screen and (max-width: 763px) { #dt7J2NTDiR3BTiF77SZurnJATVTfKHxk { width:3.5rem;height:3.5rem;top:6.25rem;left:10.124218523503rem;z-index:15194;display:block; }
 }@media only screen and (max-width: 763px) { #fpu48np30haUMzEvoy7yvEkQXBFCr9F8 { display:block; }
 }@media only screen and (max-width: 763px) { #uGDp6aBHgI3gNK08GsxJr1CJsS3hZA6i { width:3.5rem;height:3.5rem;top:6.125rem;left:14.375000536442rem;z-index:15194;display:block; }
 }@media only screen and (max-width: 763px) { #vX2xyzPbaPDog0J5XXLha0Ks0HUiTgR0 { display:block; }
 }@media only screen and (max-width: 763px) { #OhJV1fgHRDVNDBXVcaq4XR0cDaDct5Po { width:19.75rem;height:5.3125rem;top:5.34375rem;left:0.093750059604644rem;z-index:15195;display:block; }
 }@media only screen and (max-width: 763px) { #OIR18iwraBqG9oPgeVRR5sss5KQ3IsUS { display:block; }
 }@media only screen and (max-width: 763px) { #B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv { display:block; }#B9dOHgTaHhHWCKSpXszItQOOqLsfCVpv > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCi1gIUsBOrQe9XUTdg28NS6hpKrlbv9 { width:13.875rem;height:3.29980625rem;top:1.8000001907349rem;left:3.0625000596046rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEfCi9eOCHq5rxe3WEJPgJv0r56bL7o1 { width:3.5rem;height:3.5rem;top:7.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTyUN4XSPwSd2TfLuPwEdNkhRA1TL8md { width:3.5rem;height:3.5rem;top:7.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2RmF66ZEfKZE85S9Olmn4CuBUEOUXcA { width:3.5rem;height:3.5rem;top:7.9375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anKVBxAFhD2Z07uOipFqT56iHWnTaT4K { width:3.5rem;height:3.5rem;top:7.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNvOXAw4x1ML3d99Ofq43rWgPaZGRdHW { width:3.5rem;height:3.5rem;top:16.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7qQqwK7No2QQ4cOqUTZ9TENL8MFb9K { width:3.5rem;height:3.5rem;top:24.75rem;left:6.1875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKxnygEHrQxlEo77ceqBoF44vg89NO3a { width:3.5rem;height:3.5rem;top:24.75rem;left:14.625000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuGVBDFlZ7e1NKXtT3ngFvVPiO9ZHlCT { width:3.5rem;height:3.5rem;top:12.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbTJg2sdFRqmv9pOFOio2XzizESVkOpJ { width:2.375rem;height:2.375rem;top:25.3125rem;left:6.7500000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #ue25knIwy2aOkuIvN7WU66hpEfUTVfpA { width:2.375rem;height:2.375rem;top:16.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyDLwlVSKveXSwTRHfEwVClq3CnBINK4 { width:3.5rem;height:3.5rem;top:24.625rem;left:1.9375000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnpoyPUCzETMX5srDxt6NLO8SiayNHvs { width:3.5rem;height:3.5rem;top:24.625rem;left:1.9375000596046rem;z-index:15196;display:none; }
 }@media only screen and (max-width: 763px) { #m5XBrrVDFA8RaTZLJPvsGoD8ZERCo1X3 { display:block; }
 }@media only screen and (max-width: 763px) { #EfZVysie3dF9bfp1HqGODWN4rqShlUGd { width:3.0625rem;height:3.0625rem;top:50.1875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc3NbHndA6HbPTUz96CoWurET1UQe0Um { width:3.5rem;height:3.5rem;top:16.25rem;left:14.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IXBS4mwraoBDADkFNzZFOTW9knR0s9Nb { width:2.5rem;height:2.5rem;top:16.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4W9uIfsP2ie5IlBD7OyBQ562LqWPopR { width:3.5rem;height:3.5rem;top:16.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQAFQNSifpFmsbOqWUP8wSiOAOlWqaCP { width:2.5rem;height:2.5rem;top:16.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puRbIwPaHWzXfLUIuZrW3fFxrogWqUBN { width:3.5rem;height:3.5rem;top:32.6875rem;left:1.8750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRmZShwulwncnF7FJK81aJ9kOx7Gl7L7 { width:20rem;height:18.4375rem;top:6.6875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cMclNPP9vwu0laRT1p1FRZLysGveIA3O { width:3.5rem;height:3.5rem;top:61.875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRVC0VUrZptoB8r8RZr6uVhKnIN32ooF { width:2.8125rem;height:2.8125rem;top:56.6875rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOagegZuZtcHTHU0M28qama4shLQJR8L { width:3.5rem;height:3.5rem;top:12.125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVJmsSChRh5NUsEhc3qNPD4CTQCCdW5 { width:2.8125rem;height:2.8125rem;top:62.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Axe37CUiSBWrVzsRQ4z5lza8qTca7ZzB { width:3.5rem;height:3.5rem;top:47.5rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhO6uVgXr7liStEZvQFfftFZMqnDog9e { width:2.8125rem;height:2.8125rem;top:56.6875rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaRcpKgaaQlaKGAzZpkKflCC1r9vQXxo { width:3.5rem;height:3.5rem;top:51.4375rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r56XCf1uPDFToPvRE2L0GrdxGuQXZdDK { width:3.5rem;height:3.5rem;top:12.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGaNXsRgJXaWTNIBN0dChInXf7cLOPT { width:3.5rem;height:3.5rem;top:49.375rem;left:10.375000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWRuLEfIfEHFTTPf1wnWmeaaGBtx7GVx { width:3.5rem;height:3.5rem;top:47.5rem;left:1.6875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #WOohsVAZk4QsnbEK12eykhokOwV1AUuQ { width:3.5rem;height:3.5rem;top:28.75rem;left:6.1250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCTCaxO2qWbFbkImnbZXRKL0KMwul5O9 { width:3.5rem;height:3.5rem;top:45.1875rem;left:14.625000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvkfJez0IEP9G4pbtr7JiRPLehAwM4nx { width:2.6875rem;height:2.6875rem;top:61.875rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMTrTrT6Sx9ft6ii31ctCR2zD3naFm5z { width:3.5rem;height:3.5rem;top:54.0625rem;left:15.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #ThN1SSM9AiKTXhkrd6IcUAKsyuVZElGe { width:3.5rem;height:3.5rem;top:54.0625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4e00zs3tqbHV28K6kTdnXTeTsfycXIW { width:3.5rem;height:3.5rem;top:16.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kILObMb1PSnJEJzFUtMcaoHuuJmGEDk9 { width:3.5rem;height:3.5rem;top:12.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIPAgHcQk4MZ0hLvVQLoTGxMEmeUQq4o { width:3.5rem;height:3.5rem;top:61rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFVDMnHDeruT47Jid2EAx3TWQTUf40ds { width:3rem;height:3rem;top:16.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHllDmOqcmRTNdFnAw5yX9Qn55R9LWxs { width:2.1875rem;height:2.1875rem;top:50.75rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEItIhGHTh0ndaqx8oiKXL6H3Iz82DQt { width:2.625rem;height:2.625rem;top:50.5rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kk817bOaSJ1ol3GauDnJNTKwPP0t15lF { width:2.6875rem;height:2.6875rem;top:50.9375rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oinrv7o4sdBTAinXWAIWvpUapyJruezw { width:3.5rem;height:3.5rem;top:45.25rem;left:1.8750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #apGkuT3eCpS7DiBG1p1iutLkBBcH0hEW { width:3rem;height:3rem;top:54.3125rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nByv2EUdchcKsHMwTwAPMFg3XW2kc7Mg { width:3.5rem;height:3.5rem;top:54.875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rih2KcPyPUtdEbqQmUkzVHdP5XkGW4yo { width:2.5rem;height:2.5rem;top:54.5625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSqKK8w3FoILUq42DQwvBEtykO60m31v { width:3.5rem;height:3.5rem;top:61.9375rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqK8r7ayUfKCbeTddkZNOosiSi2SsTyN { width:3.5rem;height:3.5rem;top:51.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfoEky31bT9MTw1P66W609Q6epHd6U4V { width:2.6875rem;height:2.6875rem;top:51.875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwkzlRhUf1LSFWyyWCT1fe20LmMggdyM { width:3.5rem;height:3.5rem;top:51.4375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQTTw6dU1uAlBFC4VQcAfhCc1Ahwvh1f { width:3.5rem;height:3.5rem;top:61.875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rU2CMerOuXbbCDACkirVLGqk6yIbJrRG { width:3.5rem;height:3.5rem;top:56.4375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cX1fwT4T6SusRl8RMTZhqGLdITJNc5ya { width:3.5rem;height:3.5rem;top:54.0625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FH9l8TnAmW4z3OLhhnDaHND7fNRFqPii { width:2.25rem;height:2.25rem;top:54.6875rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ED00AFEe7NwEZLZ2w7HC9kUXV4dDSdfF { width:3.375rem;height:3.375rem;top:56.375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUG0nNd4rDWU5PUUuqKpq7NwZsGWEa3g { width:2.8125rem;height:2.8125rem;top:47.875rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgsHAtUgCHvMdqCDFvf9h4n3eJ6wy156 { width:2.6875rem;height:2.6875rem;top:51.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L78lrbioE7QBZyJoIirkhQbWsiZLuwPC { width:2.0625rem;height:2.0625rem;top:61.6875rem;left:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQfh8XiXsonLOWqn2ETJBL9um8Hx3Hzq { width:2.875rem;height:2.875rem;top:47.8125rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVNgQhrEtSXQ6NumsTPNTQ7XvlNVExi3 { width:2.25rem;height:2.25rem;top:62.5rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8uQqNKBvT9Qu9vk1q0EP3Su4cwdb9qc { width:2.0625rem;height:2.0625rem;top:48.25rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiatzeoG179TwCgNWGa9draNDdgwHCml { width:2.125rem;height:2.125rem;top:54.75rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9Dw0LxLEAWvTgIAz2vybc2v15dkIQ0t { width:2.8125rem;height:2.8125rem;top:59.8125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5SWtZltb5E7glT7xUWATSOINtR1EHX5 { width:2.8125rem;height:2.8125rem;top:51.8125rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgNyzc7voTyb4DRoWNbI5y4uRxMSZTTX { width:2.8125rem;height:2.8125rem;top:47.875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwSUoUoIvKydSNXWxclDLVXMhRcn5e1M { width:20rem;height:2.125rem;top:30.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T67Ie44QUoNOuwrAHVZibCHAJQ4q2eaw { display:block; }
 }@media only screen and (max-width: 763px) { #b08p0hz3cZMykEDI2IOHIXK83XxgAQTu { width:17.75rem;height:3.298825rem;top:26.375rem;left:1.125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1HhJyNGn2ly2QRdDP2hombm8GFG8ZpW { width:3.5rem;height:3.5rem;top:47.5rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErWAKbd87xi1Q45EeMlrQUamJue33x3k { width:3.5rem;height:3.5rem;top:50.0625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFEFg3aOilVgrv2DvrkxQtib3vptrm38 { width:20rem;height:1.8125rem;top:6.6875rem;left:0rem;z-index:15200;display:block; }
 }@media only screen and (max-width: 763px) { #hH213wwxUQzA3qAdkBPFmuQzlpwGvMLt { display:block; }
 }@media only screen and (max-width: 763px) { #ezfCa0f8Ggh1CooigCK6lPtWtWWCZ4Vg { width:12.6875rem;height:2.3125rem;top:20.9375rem;left:3.65625rem;z-index:15527;display:block; }
 }@media only screen and (max-width: 763px) { #pTRiFul1x2xKDgrzIX2r9TsfhP1Bh6Cz { display:block; }
 }@media only screen and (max-width: 763px) { #umT0Vd9hmPtgnNcr54oQWAeiID64p9mz { width:2.5625rem;height:2.5625rem;top:12.59375rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #athIfEO174JpntzohToQaxuQhLOLV6pE { width:2.875rem;height:2.875rem;top:12.4375rem;left:10.6875rem;z-index:15198;display:block; }
 }@media only screen and (max-width: 763px) { #V4QNffz3fsE33onHElHVrU0r1fUhLaU8 { width:3.0625rem;height:3.0625rem;top:12.34375rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR5V91Z26oNLunW14OJdoiTFP1cxH2Tr { width:2.5rem;height:2.5rem;top:8.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB84BwTI8Hcfy1RfiNxFTuUbGWntxGFw { width:2.625rem;height:2.625rem;top:8.34375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNEUCJtuTzt40Hsqxvq9p19k1u8PN1T { width:2.625rem;height:2.625rem;top:8.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1ImzDNVq5wxT2fVrgDUWAVP1LWnK4oc { width:2.625rem;height:2.625rem;top:8.375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAPLsEHGZ934nW0mcJ8eeIlF5VJuSJy9 { width:2.1875rem;height:2.1875rem;top:12.78125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShD40e9vog2vQzZs7hfkpphdwuXPbSQu { width:20rem;height:5.1245125rem;top:16.187133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz8POo4S1PpH47EFTTBKzKR82NNmCoxh { width:3.5rem;height:3.5rem;top:31.75rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiMEXacSsHASTdn1EQrSUgTcaqUL8yrx { width:3.5rem;height:3.5rem;top:50.0625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEyRvlycs26BaEJlPuU1Iv4i5CCxkX3U { width:2.6875rem;height:2.6875rem;top:51.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGdx3NocS1IAUokr1RiLQ3LO0EW0c7Cw { width:3.5rem;height:3.5rem;top:50.0625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXa3pTiNVzX6BKOgdi4S1pGwvD485w23 { width:2.6875rem;height:2.6875rem;top:51.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OG5GxFpMXEOdfi2tnm1EmBkmIfiM9WeS { width:3.5rem;height:3.5rem;top:50.0625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAUIo3OxIF4IoFexlp2pmy8lUAt3l0zT { width:2.6875rem;height:2.6875rem;top:51.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT86cZt7P36JGB13QkMelT6fMIvIakAF { width:2.6875rem;height:2.6875rem;top:51.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yW6lF5m6aitteHN4qL7gi2xKKosT8CKr { width:3.5rem;height:3.5rem;top:50.0625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx { display:block; }#XKAbCy2SFS0Edi4zyWBqOMrTT9bBmqdx > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jxu2FLVHzxrzC08qLkqeneo2Vi3B2OUJ { width:3.5rem;height:3.5rem;top:25.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrr771iAu3sX2dpm4Beg33AEy8t68yIF { width:3.5rem;height:3.5rem;top:25.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpv4dRIDkIAToNUgXrVfD9HLnvhmvoPi { width:3.5rem;height:3.5rem;top:25.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLV4aRaxbb8KM0IHU49XZfBAshzTGXTv { width:3.5rem;height:3.5rem;top:25.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf45V9Glb0AxNtG24fMTwAB5B0azxVPP { width:3.5rem;height:3.5rem;top:33.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATDTFJ4R5y95Sl0XBFUvKxbW6gXxrmWU { width:3.5rem;height:3.5rem;top:24.75rem;left:6.1875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1mVJacyrWSAEgKdBIykaHOO70QEybEr { width:3.5rem;height:3.5rem;top:24.75rem;left:14.625000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnL5KfF9ivfFX0DouPQWXdK3rfN7QTqZ { width:3.5rem;height:3.5rem;top:29.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWMpJCW1PbTF2Fe5cLfJ0dRZGxotJcy3 { width:2.375rem;height:2.375rem;top:25.3125rem;left:6.7500000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGvccKMzMFOhvXl1HWr727Wx2mbkWmZR { width:2.375rem;height:2.375rem;top:34rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKTOtxt1NQkiRrw7Hw56PpGTTU1KpfbL { width:3.0625rem;height:3.0625rem;top:24.875rem;left:2.1875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ur73mDkCBiOb1xGbBEAuThMTt3LHK0nV { width:3.5rem;height:3.5rem;top:33.375rem;left:14.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #MVIlAddA0IF1KwRROQ2gpIOvehcWfPkF { width:1.8125rem;height:1.8125rem;top:34.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2X3LVkrIL5dEChHkH2150fezoQalaSK { width:3.5rem;height:3.5rem;top:33.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXlDKqz3TGibmvDU6RqfTig9UsNtFRhh { width:2.125rem;height:2.125rem;top:34rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad84ZKmEJA7SAyDAQpI8Ply0MQCgsNdq { width:3.5rem;height:3.5rem;top:32.6875rem;left:1.8750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbBl3X7PQKf12izOA146PfTcJc4NXmX9 { width:20rem;height:45.9375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KA69b3vJmMqx47sIV65DAbgOJwT0yJJU { width:3.5rem;height:3.5rem;top:29.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoT3IhPglyTTROcJdehV039D0NDuxPq2 { width:3.5rem;height:3.5rem;top:36.625rem;left:1.8750000596046rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #cKufmbfTG48QAZKtCfwPKoG9ZnbtF5G4 { width:2.375rem;height:2.375rem;top:33.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6JamcA6s9MuFmqwE4lMmLNCfNZLmmC { width:2.1875rem;height:2.1875rem;top:25.40625rem;left:11.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZil66XyXNIDm6Q9uMn051lFlN5ibta1 { width:3.5rem;height:3.5rem;top:40.9375rem;left:10.375000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #ff9bHW5pBKXysrQFMQQ7gKwOsQQ5PGpr { width:20rem;height:2.5rem;top:52rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSX6X206SsniU8X33ln8rgILMncKrlvm { display:block; }
 }@media only screen and (max-width: 763px) { #cuJiVrMVckb7GZXTTFwwl3qwXURm8qV4 { width:17.75rem;height:3.298825rem;top:47.0625rem;left:1.125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaWt4xc0LUU1M5D8AE4xGTPzGp8EpiJp { width:20rem;height:1rem;top:0rem;left:0rem;z-index:15200;display:block; }
 }@media only screen and (max-width: 763px) { #TJtWyRNfLELC5r1nAhNzyhQ2nvL3WBNE { display:block; }
 }@media only screen and (max-width: 763px) { #Mrn6x8Hamt097B9nI5fZv0t3DQPLD8KV { width:12.6875rem;height:2.3125rem;top:42.1875rem;left:3.65625rem;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #dN1AQ4MXNdv7Gmg4eqQ03PN2JM5XtnhB { display:block; }
 }@media only screen and (max-width: 763px) { #ERKWyzp7iDzmSlBMe3H9G7bXC8UCz5C9 { width:2.5625rem;height:2.5625rem;top:29.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoQdlVnv4cXAxzC09PqpINx28TPRZsCO { width:2.125rem;height:2.125rem;top:38.1875rem;left:2.6875rem;z-index:15198;display:block; }
 }@media only screen and (max-width: 763px) { #zxEoWhAZgFaASiA1y8JaCAAQ5pU9BESc { width:3.0625rem;height:3.0625rem;top:29.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9zcWfZ6gTCCuKUXAld0iMPwoyHwfURl { width:2.5rem;height:2.5rem;top:25.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoEbO0q3DFmKJwRof9HwCnW2kt9Ty31D { width:2.625rem;height:2.625rem;top:25.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwwZub742wrHT8nNNJtSewihfzNBTy9i { width:2.625rem;height:2.625rem;top:25.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvZ7up9kkcpBLVl1qTkWpkPVb0CH3qMg { width:2.625rem;height:2.625rem;top:25.5rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVexQFhC3ROJ1ps1sDttWmeM6D2LPSHa { width:2.1875rem;height:2.1875rem;top:29.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2dDlvswLxwJvJUSFoa2sMTSn36mMc1 { width:3.5rem;height:3.5rem;top:33.3125rem;left:10.4375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HzJQP55iWdtpeIFfrtiSNE4W2hQHfR5y { width:3.5rem;height:3.5rem;top:37.5rem;left:2rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mIX4giATi3bgRuVFn1pgcyTkfDFlv2ia { width:3.5rem;height:3.5rem;top:29.25rem;left:14.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #OI5BxaalwlK1woCtRLaTRBrpv3C7TLh1 { width:2.75rem;height:2.75rem;top:0.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4WZMDUFQJCBc2WflL1xWoDfL3ECcszU { width:5.375rem;height:5.375rem;top:43.8125rem;left:8.625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #O5JzPhdBle7kxT9WWTuTJc9kXbrq1Um4 { width:3.5rem;height:3.5rem;top:21rem;left:14.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iBmct3kCeQsU1JdCOuyiC7rG9LWr0IgA { width:2.0625rem;height:2.0625rem;top:21.6875rem;left:15.3125rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #V4UvutQeqbFr2bLZUadLSRoVW9aSitB8 { width:3.5rem;height:3.5rem;top:21rem;left:10.4375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #odkIZ5vwhMJ9DcqeU86sGPaNJKHTm5oa { width:2.6875rem;height:2.6875rem;top:21.3125rem;left:10.9375rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #qVLyBoH2Eh2kWkWzGmAUhl0xXtc3kNTB { width:3.5rem;height:3.5rem;top:21rem;left:6.125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #l5nbql963gqh7UPbc78Q6wptykXKzdXi { width:2.25rem;height:2.25rem;top:21.625rem;left:6.75rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #VZXc6cEhzeSoEbIuyhsDP3bfQlBJqrnN { width:2.8125rem;height:2.8125rem;top:21.375rem;left:2.25rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #wmhGZqTb2m51rnfnlUCMASdnJ0qWip2w { width:3.5rem;height:3.5rem;top:21rem;left:1.875rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #OCMBxsoxdBs5NMcmNoP1hCgfCZDKxUrG { width:3.5rem;height:3.5rem;top:16.9375rem;left:10.4375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #wO25fzudnrW0aUFzwQNHb0ZWAzna7TwM { width:2.8125rem;height:2.8125rem;top:17.3125rem;left:15rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #RJGeWSuvhQUE4xJ4rHci3shPB7HZnvcE { width:3.5rem;height:3.5rem;top:16.9375rem;left:14.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #fkA8tPcDgPyGLTl7Fr70WOVSowOJkhhT { width:3.375rem;height:3.375rem;top:17rem;left:10.5rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #MHCl06v95wOEb761MfxnGt5naLdhNEnO { width:3.5rem;height:3.5rem;top:16.9375rem;left:6.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zmU70XolIUGwpk9wNdZWrufzc4POexLI { width:2.8125rem;height:2.8125rem;top:17.1875rem;left:6.375rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #E4JbvMNCF4oqy6ZkzsPlKWnHZKhhIRln { width:2.8125rem;height:2.8125rem;top:17.3125rem;left:2.25rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #Sfft0Fl7JaPuex7JsTm8AqDlzafwzCK0 { width:3.5rem;height:3.5rem;top:16.9375rem;left:1.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #HDB203zftQtlSyFmG1sKmHGTv97HTBxp { width:3.5rem;height:3.5rem;top:12.875rem;left:10.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #yfknIWOBVgyL8wEiqzvBwCGfSrwx4efx { width:3.5rem;height:3.5rem;top:12.875rem;left:6.125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #wSeB6IVgEb08HXeQ8tFRA1UqoqNndIIC { width:2.8125rem;height:2.8125rem;top:13.125rem;left:10.6875rem;z-index:15190;display:block; }
 }@media only screen and (max-width: 763px) { #Pp46Clvp7i1RclJyakCDX6elTrOTJOyC { width:2.6875rem;height:2.6875rem;top:13rem;left:6.5625rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #Wr9TOmvMLm5T7Lshd1is9LsAKndNEQNU { width:3.5rem;height:3.5rem;top:12.8125rem;left:1.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #wKEW42J0uQCavJ3iBnZB5rL4WM7O0Fpw { width:2.6875rem;height:2.6875rem;top:13rem;left:15.0625rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #xmC9LJODq621Bfy7mRTPtRFvXUwuHNtd { width:2.6875rem;height:2.6875rem;top:13.25rem;left:2.3125rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #Ou5lFSJi970TbohpMCrhPzHk6zDXlAVz { width:3.5rem;height:3.5rem;top:8.75rem;left:14.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Uuv77VXJRitTBZGT2nKOG05GfgbPUAkr { width:3.5rem;height:3.5rem;top:8.75rem;left:6.125rem;z-index:15187;display:block; }
 }@media only screen and (max-width: 763px) { #W9AgwbPo2PDKSrHzwKPeHBmsw2FSDcJz { display:block; }
 }@media only screen and (max-width: 763px) { #wH2MAsc02zc14wmXUFwUuXoqKH8ip2E3 { width:2.9375rem;height:2.9375rem;top:9.125rem;left:15rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #R6xfiCN6CVvOo6h0ewF3GLyEInK95hdn { width:2.875rem;height:2.875rem;top:9.0625rem;left:10.75rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #zn0HTe7AAaN2ToiisLfaFnWXTRWECU5V { width:3.125rem;height:3.125rem;top:8.9373779296875rem;left:6.312255859375rem;z-index:15188;display:block; }
 }@media only screen and (max-width: 763px) { #t3xrE23xdmlV4uz3v56HUgKgncf0tqcA { width:3.5rem;height:3.5rem;top:8.6875rem;left:6.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #X0lbZWtP4f3nJTHyGhElz8bSn7ttSOhz { width:3.5rem;height:3.5rem;top:8.6875rem;left:1.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #eWJkdaQfs8ofDy4nPOTtzPtT0VESLPSn { width:3rem;height:3rem;top:8.75rem;left:2.125rem;z-index:15189;display:block; }
 }@media only screen and (max-width: 763px) { #hD3gXoxS4KJNzB8CPNdO0O6qqJksTK5l { width:3.5rem;height:3.5rem;top:12.875rem;left:14.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #IfidXbfw2lK1dK8X9v8kmubpZZENdUdq { width:3.5rem;height:3.5rem;top:8.75rem;left:10.4375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Jdt3OBDhHN3feAyT5QgwbOM3RKBi5mDX { width:3.0625rem;height:3.0625rem;top:0.75rem;left:2.125rem;z-index:15204;display:block; }
 }@media only screen and (max-width: 763px) { #HdaTcHDuTnFhhDUGHZntm6Vb08bZiTlk { width:3.5rem;height:3.5rem;top:4.6875rem;left:10.4375rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #tWNSm80QJPA6D6r2DrCR1XUNhSfpGGXU { width:2.5rem;height:2.5rem;top:1rem;left:10.9375rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #y1GbBlIF1M12BOJPM4OhQ4AyyP8x4mex { width:3rem;height:3rem;top:4.8125rem;left:2.125rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #WJ0zcqB7VyTVNiFMHNIlI355mouonP8M { width:2.5rem;height:2.5rem;top:5.1875rem;left:6.625rem;z-index:15187;display:block; }
 }@media only screen and (max-width: 763px) { #IXEDSzkgR0u2TGfk4bNwh8bnZbRUaLmb { width:3.5rem;height:3.5rem;top:4.625rem;left:1.875rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #OzM0dfBVcrlAeqnc52FlD4ldyQwMTfNO { width:2.6875rem;height:2.6875rem;top:5.125rem;left:10.875rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #EkvwCdDkWJKO9xm8sHnXxLXaCcpau1Kn { width:3.5rem;height:3.5rem;top:0.5rem;left:10.4375rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #XTwsTxTmhocVAVvil6Miab0xBkiANH9p { width:3.5rem;height:3.5rem;top:4.625rem;left:14.625rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #VxMJ0ITcTehtZ41QSzueFMz3LaFDkGWt { width:3rem;height:3rem;top:0.75rem;left:14.875rem;z-index:15216;display:block; }
 }@media only screen and (max-width: 763px) { #hJT8Db2tsyhTIrGnHvw3lhEh20s7UZww { width:3.5rem;height:3.5rem;top:1.4375rem;left:14.625rem;z-index:15200;display:block; }
 }@media only screen and (max-width: 763px) { #VDi3VWkT5Ta2tCna6uVeGGCHWzPEtgVi { display:block; }
 }@media only screen and (max-width: 763px) { #MR6NZv5ywxr2faAPzZnkdd9GZlTqtmHF { width:2.75rem;height:2.75rem;top:5.0625rem;left:15rem;z-index:15190;display:block; }
 }@media only screen and (max-width: 763px) { #yHF3ysOrJ5w0h4bLkmBCeREbeWciPpkT { width:3.5rem;height:3.5rem;top:4.6875rem;left:6.125rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #LGdD1utvAn9bsKEB9y8gkSWgAEc4cJ86 { width:3.5rem;height:3.5rem;top:0.625rem;left:14.625rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #gIuABEUti5VFc3ldg5DqGwqngVvkQ7OZ { width:3.5rem;height:3.5rem;top:0.625rem;left:1.875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #iEhuQhSPRFs7ciE8zef4qqyRhu5TlirR { width:3.5rem;height:3.5rem;top:0.625rem;left:6.125rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #JIyfgUBUn0prO23MHaX2AQtH7KXO6kbE { width:3.0625rem;height:3.0625rem;top:29.375rem;left:10.6875rem;z-index:15215;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JqI8xuHEOKmP8FwvkNGE8LgAtllCMCWb { width:3.5rem;height:3.5rem;top:29.25rem;left:10.4375rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #oUVXLtuCdhgeOgk9NzXThmSeit7ktAMU { width:2.75rem;height:2.75rem;top:37.8125rem;left:6.5rem;z-index:15201;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #veMLfiXF65lQH5S93alU8sn3e9WAPhO9 { width:3.5rem;height:3.5rem;top:37.5rem;left:6.125rem;z-index:15228;display:block; }
 }@media only screen and (max-width: 763px) { #sbcZsXW3sKIePKsyARoPQz6yJA5PKzmd { display:block; }
 }@media only screen and (max-width: 763px) { #St2oWrk5f4K0vDZLW3Ooy4EEhm50iCN2 { width:3.5rem;height:3.5rem;top:37.5625rem;left:6.125rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #bzXtba0ehlWcrkdyiaN1C8cVQ9uCABOP { width:2.5rem;height:2.5rem;top:37.9375rem;left:10.9375rem;z-index:15214;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TFm0WPP3upRhGo1SHZcrDSgTCxkAVUEI { width:3.5rem;height:3.5rem;top:37.4375rem;left:10.4375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #G6Ni3R70GZ9vDqstokbBW1OdPOUmNq33 { width:3.5rem;height:3.5rem;top:37.5rem;left:10.4375rem;z-index:15229;display:block; }
 }@media only screen and (max-width: 763px) { #fkBTLoCgd0HPF0xAq4sfR0Nz1WOq3V6J { display:block; }
 }@media only screen and (max-width: 763px) { #uXnmZmZDrQQXkgRDgU7OL7S6KD60A48R { width:3rem;height:3rem;top:37.75rem;left:14.875rem;z-index:15227;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SlVPT8OmwVL3nT32AdKZ84bzsC5aCIT6 { width:3.5rem;height:3.5rem;top:37.5rem;left:14.625rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #p8K5MhlGKwAdwE9VPZPoHkZbSzvsO20O { display:block; }
 }@media only screen and (max-width: 763px) { #C4IvgQMmUogoDxm7ZioFvkqORa9UuBv4 { width:3.5rem;height:3.5rem;top:37.5625rem;left:14.625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #FwBD7gFWGqO5fZHWodLkk43S3hChioH3 { width:5.375rem;height:5.375rem;top:55.375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8gN0xpq1USTD3cL0WmJBpWxcL2RVCV9 { display:none; }#C8gN0xpq1USTD3cL0WmJBpWxcL2RVCV9 > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyrNovFtphL0BhEt0gwxZV0UlmTxIa89 { width:14.4375rem;height:1.799925rem;top:2.249755859375rem;left:2.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPQVnSiI0uvkzgRkMkw1UKO9spRUtiB8 { width:15.8125rem;height:1.49963125rem;top:0.625rem;left:1.6558837890625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHuTEOL33MT4MUleO0Xbl9vke5ayOJb { display:none; }#AsHuTEOL33MT4MUleO0Xbl9vke5ayOJb > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ECCK8D8cWmg9OPVzvX7FgMLtNToo4hwp { width:20rem;height:10.375rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMnZvsPPdw7ToGKtdGtCbmabUmTrAogk { width:2.8125rem;height:1.75rem;top:4.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2QSWIbJDu8lkrIqy2tXieWCTZb53bQM { width:11.5625rem;height:1.19934375rem;top:5rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ15zrDTeiL2uZJWA4N6aklnrkoXAmyI { width:6.9375rem;height:1.19934375rem;top:2.6875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2JsPSQodE9uSUxci0VhS7t2seB2nbrS { width:2.8125rem;height:1.75rem;top:2.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atdiEyV2mEWve6hGH73mUzr8fE8OBxE1 { width:5.375rem;height:1.799925rem;top:2.75rem;left:13.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcPhVhflqGba36vX7GySFJyIncTe9Qgn { width:6.5rem;height:1.625rem;top:4.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFOd6mdyvhc6qUI5QBw87VRlf9szkhkA { display:block; }
 }@media only screen and (max-width: 763px) { #NrVgw59k67VIg6uJrBfNsWwl9pcVon2y { width:5.375rem;height:1.19934375rem;top:1.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRVxT9sarPTfuuqET7TFVAFhJUcXBRWP { width:11.5625rem;height:1.19934375rem;top:0.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F53xU7TgPT7l1kgHRGXEd0wrdiOKPX9U { top:8.875rem;left:0rem;width:20rem;height:8.25rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RGySpiSqp5rbWWTdQTQEBNnRwk4R6JM6 { top:0rem;left:0rem;width:20rem;height:8.25rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ilxsc87qAoQecTiTbDVO4CBt3aGXFvr9 { width:20rem;height:10.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmL3AExo4aIN4AfCyk7lhGt8U6g32zFs { width:5.375rem;height:1.19934375rem;top:10.5rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUMkABPd7crwkAxECQ2wU1yKaeyareIV { width:5.375rem;height:1.799925rem;top:12.0625rem;left:13.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz3hn1v28NLUbTD1XvTswW8vHxqTMZ0a { width:6.9375rem;height:1.19934375rem;top:14.125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8hkq0aokroQlWKO3QCblyb3RwqJdAvu { width:6.9375rem;height:1.19934375rem;top:11.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzDh638mPOSvm1HwiSITyzFRivBmd1f { width:6.5rem;height:1.625rem;top:14.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW9Z7aAmE3S5kDGaA3rJgmDMD7KTTyis { display:block; }
 }@media only screen and (max-width: 763px) { #pxIC8lRvSAc93uHAbsZLwGXSRMeisH7D { width:11.5625rem;height:1.19934375rem;top:9.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbhB6aXVsuLoNJNJS5rnlLVHrKNDN3bT { width:2.8125rem;height:1.75rem;top:11.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o52Zrt82DdAo41FkxqNRVrLv82OTI8ZX { width:2.8125rem;height:1.75rem;top:13.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZu2Foxv5y2B7sENpIvo435PA2qh8tFu { width:19.937125rem;height:8.18725rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOZy1PouyfB0taTpEWVkZm2gPV32SnLs { display:block; }
 }@media only screen and (max-width: 763px) { #tmrWSaUh6AkPqBXDPc71SemupL6lWN81 { width:19.937125rem;height:8.374625rem;top:8.8104248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqff7XpKAAtQ7KFoUQmDDtLpFrIkzUm { display:block; }
 }@media only screen and (max-width: 763px) { #vcPJDIo9JgtlMJtz3ZvFWa3bGgsKF65Q { display:none; }#vcPJDIo9JgtlMJtz3ZvFWa3bGgsKF65Q > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3hvMXeC8mhpS7QyDCzdTAsz6XFm8QNR { width:20rem;height:10.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdeUNDceqUMdsupGynVsLay0J4HOaHcQ { width:11.5625rem;height:1.19934375rem;top:0.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS21bRyf3xmEQE7NEgeRdD5CkTva9tH8 { width:6.9375rem;height:1.19934375rem;top:5.25rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONA7Zlmn89rgW4EyDIDiGTWpmAgkJ8S5 { width:2.8125rem;height:1.75rem;top:2.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xseormu1nMNLSTdVkqQpVyAnGX0w9JuD { width:6.9375rem;height:1.19934375rem;top:2.875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5p4JxNKu29yWsS51DVo7ww4Xk1lykyH { width:2.8125rem;height:1.75rem;top:5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMrhhFrluwsbhlTtgtQgv8o4u2n5PC5C { width:5.375rem;height:1.19934375rem;top:1.625rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrhDPNvwQL7UwOAzvlDgtEkCvI6gvnZG { width:5.375rem;height:1.799925rem;top:3.1875rem;left:13.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx9T54ZHvUFnOh8mHnQTKBaMnIaWZXBD { width:6.5rem;height:1.625rem;top:5.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNeJChVBWsDNiXHCvCfkWiJdvdP2TTpR { display:block; }
 }@media only screen and (max-width: 763px) { #axVKqTewNdavoP30z0y4nx6rVmcoIN11 { width:20rem;height:10.375rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQgsx5EpAkD4Icg1JNohMhznv8TbqALv { width:2.8125rem;height:1.75rem;top:14.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVSRTQCLgvZ3bvS14A7lPKUPTLtN68Kl { width:11.5625rem;height:1.19934375rem;top:14.5rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZc6dAylEGBwQ4FXnIFFLiQzDGWBegTS { width:6.9375rem;height:1.19934375rem;top:12.1875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMiPViVRNyilcctBpVJcUL2ct7pKUhtn { width:2.8125rem;height:1.75rem;top:11.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5hpTDT4d0NeidrH5Zipf87nDmPMx3L5 { width:5.375rem;height:1.799925rem;top:12.25rem;left:13.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7UM7zED8qQvHybzLqcrPaBTATqcVpod { width:6.5rem;height:1.625rem;top:14.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9yU3EA6UKXWo4PTLCcSh8baNUXVqE0r { display:block; }
 }@media only screen and (max-width: 763px) { #rm7KAdVHiln1uznF3CR4JBE3N45oOPd0 { width:5.375rem;height:1.19934375rem;top:10.6875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGf0AbgLUyqX1REzaAKe4Lt88ZLaZ2FF { width:11.5625rem;height:1.19934375rem;top:10.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFGKoTVR5mtKthSsbIJUcpTavbf7BCGP { top:0rem;left:0rem;width:20rem;height:8.25rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s6GcSHZZwX8oeaU3M2R2WFJpOD7XRm9d { top:9.5rem;left:0rem;width:20rem;height:8.25rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 { display:block; }#NnTEfrc3voDbEdIk1cN78ZXNU4GTkRX8 > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1LvG6lT4JHKXUaJnbMInZFht27F2TEQ { width:14.4375rem;height:3.59985625rem;top:1.125rem;left:2.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klcSwqXt9lbS5zTUGSgQlCQCA1SgNtlU { width:15.8125rem;height:2.0996125rem;top:5.3623046875rem;left:2.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSqDxzWiXA9Xo3eV5rIn8SqDnAlVMIwf { width:9.875rem;height:13.8125rem;top:9.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdx303IwUmtprbFacdredNuLn6t0KQQ { width:9.875rem;height:13.8125rem;top:9.63671875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SebCnfVUuT0SWJEhxLcuqRJ4U6J0ZwsJ { width:9.9375rem;height:13.8125rem;top:23.749877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSVcgdnhTT3Pw60CPNrChPNTGogeBxpH { width:9.875rem;height:13.8125rem;top:23.749877929688rem;left:10.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtWbx6Q6otEpd75NhesTTUrt2WdL9AMw { width:9.0625rem;height:7.963875rem;top:10.568359375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlebFZ7vZzktSqFTXyxrH5yD4F6SET61 { width:7.625rem;height:1.125rem;top:19.07421875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR3sXTFyc1CX6HSRb2teu2xJNLqDGtGX { width:7.75rem;height:0.8999rem;top:20.5810546875rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM24uk4kwl1t3y9CKL2b8KvmTgdZIMbf { width:7.75rem;height:0.8999rem;top:21.4931640625rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4tF70vF4tkegDftV7prbK994tl3m2gl { width:1.125rem;height:1.1875rem;top:20.78125rem;left:8.2373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTxqNTAP3Z8t64vgmZecVEcPkQ404l3 { width:8.5rem;height:7.963875rem;top:10.568359375rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yLTT7XoabNNmnXGQvqnq34I5w7Xzoi { width:7.625rem;height:1.125rem;top:19.07421875rem;left:10.3310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlUo52kWMSThyDBCwVlFie0cW2aCHaQt { width:7.75rem;height:0.8999rem;top:20.5625rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldK93mhsRQV47PbcICWIIKTqHi8nqFrz { width:7.75rem;height:0.8999rem;top:21.5rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADz0lXx8cDzQrbGkS2v5Ukem2vyuWFKH { width:1.125rem;height:1.1875rem;top:20.8125rem;left:18.3310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5zkSCgX3ADf5UQZMdU3ywZwJU3eQvRw { width:8.5rem;height:2.2753875rem;top:24.8125rem;left:0.374755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbyTmS0Qxtb3n3wUWTwFiABmOF5RbPUI { width:7.625rem;height:1.125rem;top:33.749877929688rem;left:0.28076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Q5Zpw5gbGiwGzhuhS5dKzCKRTK5R9G { width:7.75rem;height:0.8999rem;top:35.125rem;left:0.374755859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvVEXbB7fOTp9phCwrVWHWwyssIN32dU { width:7.75rem;height:0.8999rem;top:36.0625rem;left:0.374755859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXP4RT3spsm9sOtcsvyAc5KyTMg5DJET { width:1.125rem;height:1.1875rem;top:35.18603515625rem;left:8.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHdMTLDPAt6hqW7NMZiWK9llrnMfDea { width:7.8125rem;height:3.4130875rem;top:24.749633789062rem;left:10.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMn8Qct23alSAJBTMriWQIOarZOaXgNs { width:7.625rem;height:1.125rem;top:33.68701171875rem;left:10.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFduWNT4TzuRwqeyrlyaNFZSPtQphEVD { width:7.75rem;height:0.8999rem;top:35.312377929688rem;left:10.687255859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z24O4SOvUNZvT4JSouhJsfFeyB9Fup2Q { width:7.75rem;height:0.8999rem;top:36.18701171875rem;left:10.687255859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgV7KZ3qQ9zqV8QdIN4J8iXTer1fMO9I { width:1.125rem;height:1.1875rem;top:35.467407226562rem;left:18.018188476562rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC556hT041xTvTdqP36kQaaOSghFBrGM { display:block; }#qC556hT041xTvTdqP36kQaaOSghFBrGM > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdkXbNOZHGI93wahGBzKAkElf6zuZzCC { width:20rem;height:1.92505rem;top:1.1875rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QWVsJbmEBT2JpiTPiinq86lJlCPg0JoA { width:20rem;height:6.4375rem;top:4.1749992370606rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SQ2obHhINU1iC6kEeZVoTavuCWIIvhG7 { width:8.5rem;height:1.575rem;top:6.625rem;left:8.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b6tw3VBhexf5alNZKplLOtK13qSXqg1O { width:1.75rem;height:1.375rem;top:6.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxEfcCz6NTNI2a3H9I24TdAgr1m6Mzyf { width:20rem;height:19rem;top:10.611450195312rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #X10kuOyVhSDblkKkg1fXvz6cQ6Ek5yAA { width:3.75rem;height:2.4375rem;top:12.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfdUbpmZPXb6UdZeH8rkS06qRLFTpTph { width:6.5rem;height:1.0625rem;top:13.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh5XXGzbqoN6ZB6Npe23P5zG8kZbEqo6 { width:2.9375rem;height:1.25rem;top:17.237500190735rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIHMI2n87bNxdNJUmgzGogGdSVgUXuyd { width:3rem;height:1.5625rem;top:17.081250190735rem;left:12.406250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZ3bBvkK48T3bqEmEQGocgvpq1LLppM { width:6.5625rem;height:1rem;top:20.800000190735rem;left:3.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #usoPz9soupTFVE1aN5GBVi9CZKPqvdGS { width:3.5rem;height:1.25rem;top:20.675000190735rem;left:12.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2oN5AuK4fJotnPbZdy8E7LM4vTrsPw { width:6.5625rem;height:1rem;top:23.800000190735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMPrq9cJyUIOCttOhZSFcNQ1w80vqgui { width:6.5625rem;height:1.0625rem;top:23.862500190735rem;left:11.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKen10Obn56CSofOzxIaeTlNwB9nkNaT { width:20rem;height:6.4375rem;top:44.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #t8NxkEfFXiC1DnEfILvveF9FCpZiZZJc { width:20rem;height:6.4375rem;top:30.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #M8cyDQEIUQQBfxSoEQnokXHmgoUrPpdR { width:20rem;height:6.4375rem;top:59.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qR0prPsvCzZWgpMDQkyiHzpGJ1UNpZJs { width:8.5rem;height:1.575rem;top:33.125rem;left:6.8125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fzSklP7XLz51o1aT4zPRTZ6LUGiKGu1J { width:1.125rem;height:1.5rem;top:33.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSeofiuQ3CZ5In4GpkuU2aMNfd0qTqph { width:8.5rem;height:1.75rem;top:47.1875rem;left:8.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C9VXX9dhPeZq0R4dVtIVHO1kNeDxpzpP { width:13.125rem;height:1.75rem;top:61.5rem;left:6.375rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ogibP7wnniuWlpUPTXT11pqcmgtThtm3 { width:1.5625rem;height:1.375rem;top:61.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL91bXRDdCbSGMeI7xVZDvEPrsaSzIvV { width:1.6875rem;height:1.3125rem;top:47.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #v94XrkdwRQMd4VfWzUWDXpgNuQrAS22D { width:20rem;height:6.5rem;top:37.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pqdtBkkfknkdFEJS0wF8Zd7VFTbKBgtC { width:2.25rem;height:1.125rem;top:40.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbwL1c9i1pcfPO67b3pc2RUxdzkavBnU { width:7.1875rem;height:1.125rem;top:40rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBgoDF5iODuNJXFVbTMZTwk90Cls5KuU { width:1.5625rem;height:1.625rem;top:39.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqVmuTx7KlP4raDKpdlEHFpZuqnv6ghA { width:20rem;height:6.625rem;top:51.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uWL71PzhZRL6NomphTOdtbgH0ryWLPPP { width:1.5625rem;height:1.5625rem;top:53.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUEEhgv66RcO49hzgiyJcpZZEMXf4DK { width:1.625rem;height:1.625rem;top:53.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvvWKr8QHaQPu4A3CKZG2XHxD3mEl596 { width:1.625rem;height:1.625rem;top:53.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEa5JJLqGoQw2suvT3q7reUd3Qa8LbIA { width:1.5625rem;height:1.5625rem;top:53.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuU73GRCy3p8rQ6cXO9o9780w6pstdX5 { width:20rem;height:6.625rem;top:65.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #T2HwsQBPgprkxvBTyc9QCS6fWhADvDZt { width:7.8125rem;height:1.25rem;top:68.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmd13sorkpLJKMJhXS8DyfAfoJZ0Rly { width:4.625rem;height:1.625rem;top:68rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMS9C5ItL64Jr6TXhb4iCkM3sXAACyd0 { width:20rem;height:2.5rem;top:73.298957824706rem;left:0rem;font-size:0.875rem;color:#afbbf2;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;display:block; }
 }@media only screen and (max-width: 763px) { #TaFni14k4QnxTs0UxBTugOZ9UblpE3VM { display:block; }
 }@media only screen and (max-width: 763px) { #Xxfz2EPs7VdbpMo5GvpbDOkqe4TMK2sO { width:2.625rem;height:1.25rem;top:26.486457824707rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf4vSF6iwvAVmRvFopot2MnhDT6UuXi3 { display:flex;width:3.125rem;height:3.125rem;top:9.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #G3wspRtt2E25M7a8fdwhHwLbqmT9dvPH { display:flex;width:3.125rem;height:3.125rem;top:35.523986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #c1a2psyIcdQd1VlWkp61gsScRn85ZiIn { display:flex;width:3.125rem;height:3.125rem;top:49.648986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LcRKDw3q7yTlMQNhtS0FZm1cnkLUCEQi { display:flex;width:3.125rem;height:3.125rem;top:64.023986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #CaoqXWMGeGCy3rvSUokmKPxq0Jtew5sM { width:4.25rem;height:2.25rem;top:25.923957824707rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6G5At2g6xJfmzXM049fbZdDfSJyTNi6 { width:10.437rem;height:1.73889375rem;top:77.048950195312rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk { display:block; }#UCBF8op5TBdtBOkub0ADc8OpdPKO2LDk > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeZUudTmRJ1mQnfUv4CAMAQF44MuG7Fx { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmtQD0gwfemEm6xlNISs6NJiTMLb3Ls9 { width:19.75rem;height:22.8125rem;top:4.81201171875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ummnd7yTAonGarfUy3ldsMmpfFbwVb17 { width:1.25rem;height:0.5625rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMaGT0WCOJTDpXHRq3F1OaHVN68zcGG { width:12.5rem;height:2.749025rem;top:1.625rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OchywiLCZ7LfqAgreJ0hFnkPy1T3JlmK { width:3.625rem;height:2.3125rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3LtadQzlBPntBGxFhQhIqixyhgU8MpP { width:6.5rem;height:1.0625rem;top:8.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3JuN9RwHz9pEkkfRZ8dweCE68FmhOdB { width:3.25rem;height:1.375rem;top:12rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #acpKSStONZF3LiNFd5C9upLEHK0GVHQi { width:3.3125rem;height:1.6875rem;top:11.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSAbUOs95Ds4E2sSKqTT6xBqTr32iDTo { width:6.5625rem;height:1rem;top:15.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icAASef7xHd67eCcpiXsqxBRpA1vvVGJ { width:3.375rem;height:1.25rem;top:15.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anOsUUouN6A8M6x1yCANxxfokwPKJE5K { width:6.5625rem;height:1rem;top:18.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCztsdMZJVrfnf2Wwokp4zCIKOPqTaOb { width:6.5625rem;height:1.0625rem;top:18.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiibTCl43un9JxwpekIurmXn4wHu97Af { width:2.56225625rem;height:1.25rem;top:21.37451171875rem;left:4.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1GBduq0WQ3AXIOgnk35HG90UvyM4IXI { width:3.99963125rem;height:2.12463125rem;top:20.9375rem;left:12.289428710938rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD4GJiUrxEBuPTQzKv6vGCWQ9zHekLtC { width:9.125rem;height:1.3125rem;top:24.560180664062rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dULZO8gJhzXqb7TmANxnfBu213K60Z2m { display:none; }#dULZO8gJhzXqb7TmANxnfBu213K60Z2m > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iwK8ftwQPp9OuXXiOV82dC7cB0NS5Zqp { width:20rem;height:4.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmEc1Q9qgB3HNmzHqDeCxmitxrCBZwnB { width:19.75rem;height:12.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNGc2hRvhBnlO27mKOShbmDUu6QxB8cw { width:1.25rem;height:0.5625rem;top:5.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwxT4hsqer3gkhgrN4veMwV0gsJVk0pg { width:20rem;height:1.375rem;top:3.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A504oNuvpMXVCEcBpcVSaU4EPc11Vgsw { width:6.625rem;height:6.625rem;top:28.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm8l0K1lAfQJCT9wD2Hxy0NddZwVm62v { width:20rem;height:5.5rem;top:3.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MDp60MQ8MFEvnHVFR0NEzvKJh20mL9GR { width:2.0625rem;height:1rem;top:23.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IclaZ847ruaUerDnGyH8UgcyWe9IpCtA { width:6.375rem;height:1rem;top:25.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfPdd0Ads1bn8cKRT9eiFxDDIkKPmBKc { width:1.5rem;height:1.5rem;top:17.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdVzarlmSUICWmyrohqVUvPSnRfgwhPT { width:7.5rem;height:7.5rem;top:28.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP { background-color:#0e0a26;background-image:url("https://images.assets-landingi.com/uc/6239d505-a726-499d-b39e-ded15e89a513/grafmobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.adaptive-delivery-prevent-bg, #aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.lazyload, #aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP.lazyloading { background-image: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container { background-color: transparent; background-image: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container > .video-iframe-container { display: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row > .video-iframe-container { display: none; }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .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); }#aKL4ZUT3FtEU82NmIOsLePTMVZ5rp4JP > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbT8Lq5ah9nWsBv8PDCgKPyaqSfEntSy { width:20rem;height:2.19970625rem;top:1.9624996185302rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxc7t6Eh4TzIOU03TwK6tWDnM40msDVH { width:17.75rem;height:2.598875rem;top:4.8125rem;left:1.125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyUT1oq4Zt1LrKw4orSpdsRekPk6yx8t { width:7.3125rem;height:2.625rem;top:8.8125rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoVegT9OWG2DAVFnWqmrfNm4GL7NZqUv { display:block; }
 }@media only screen and (max-width: 763px) { #K2CiLnT82i3Tf78wskLbVneypdtaGlTh { width:1.5rem;height:1.1875rem;top:21rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhoW4qbM4VOGRSmhI4yZinQxUTDsAQqN { width:17.75rem;height:1.0996125rem;top:22.9375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BM3EEJTnz5NRa3TEUcrVk9pPvqz9xtZV { width:20rem;height:3.4130875rem;top:24.375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtQ2qlZrovctS5z9cnCoq6mL3M6GWM8i { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgOvakgSQCV44rJw5xOVT4TDs5MmieRg { width:17.75rem;height:1.0996125rem;top:31.375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fWma2NGIXrcfpAuOV2c4XFSzKI6zSk2y { width:17.75rem;height:3.4130875rem;top:32.875rem;left:1.125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opqEM4C9LViVIFBlT1hWTIFPSQVtUUss { width:8.25rem;height:1.3125rem;top:35.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4i3vLJR2pUPC75gHVMtRRVJs3eRBts7 { display:block; }
 }@media only screen and (max-width: 763px) { #UkEAtRtx7q071rh99kvxXs8s4wKC7if5 { width:1.5rem;height:1.1875rem;top:38.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDKO54ggOh2PLvEMNo8PBaiLXc4Dk8HO { width:17.75rem;height:1.0996125rem;top:39.75rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hd3vFmCxwH4lcUZ0WwXT9y8b9fQfWNNu { width:20rem;height:4.55078125rem;top:41.25rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr { display:block; }#nRmPhaaiHEMtEFcfnKBGSRwv74q7WXcr > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-heading-text { font-size:1rem;height:auto; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-desc-text { font-size:0.875rem;height:auto; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 { display:flex;height:auto;width:20rem;top:1.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 763px) { #hMUPfcCnQ9yy572HCF1QSTdpkTwEcUK2 #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 763px) { #kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF { display:block; }#kGR3ohFv1apZXsrVdiwTxt0e74Z4tTOF > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvIyXsz3Tm8kOzLqf6z1Jb7n90cudBZk { width:20rem;height:5.1178rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ { display:block; }#mfaLWCilHQ29I4c99T19XHFuO0aCmFMZ > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDuP9kcNwSdnlLkVn8XPo2DMsHdkH3yn { width:20rem;height:90.41435rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz { display:block; }#ywb1UUVFmBw2BbFldPgPnpoRS9Vivmsz > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWxXnkrmWQGmP3Wbfs9wHNT9v6uGzPiI { width:20rem;height:3.4118625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MtQq2TaugTXI2sWPEdTywewUR7kJqw { display:block; }#z7MtQq2TaugTXI2sWPEdTywewUR7kJqw > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucIw6FBTexwkWTKsIlI96LZ8pnJiNUwT { width:20rem;height:93.82629375rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT { display:block; }#oAMvT6FSDszpJmNZ7BebbbOSwufM6pyT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqsd3XuO0lqqtBhKD0im393Se58rG0zO { width:20rem;height:3.4118625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpZ83QCHGuOV63g62DGSEetEX0e5hbBk { display:block; }#xpZ83QCHGuOV63g62DGSEetEX0e5hbBk > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdIevg9B2ExWPoGvtynhJGRzNyh6o5GZ { width:20rem;height:88.70846875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03tOwHeyHmkR9vFdBtdN1RS40oXFELH { display:block; }#c03tOwHeyHmkR9vFdBtdN1RS40oXFELH > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiWzhbMBfpC5OaLhUW218Nir7TOPnrhR { width:20rem;height:5.1178rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcDWaWSuoD3Py7wi6JcTGbieo93z80Op { display:block; }#zcDWaWSuoD3Py7wi6JcTGbieo93z80Op > .row .container { width:20rem;height:107.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dc2elF4pmR9lD3zMToVzFP2rTTiVlqM6 { width:20rem;height:104.06190625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg { display:block; }#iWhhZ9B158h4bMR7rC56SxPIfBZPuVkg > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFQH6UepEQ68890lvhQNFu1r1049GoLr { width:15.9375rem;height:1.9494625rem;top:1.6640625rem;left:2.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.223386132813rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4rem;height:1rem;top:1.6248912811279rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 763px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.3746875rem;height:0.99989375rem;top:3.8114624023438rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 763px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:8.9375rem;height:1rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 763px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.05625rem;top:1.4740657806396rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 763px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:20rem;height:2.75rem;top:12.473962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:8.875rem;height:0.975rem;top:6.0125007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }