.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#121a21;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #121a21, #000000);background-image: -moz-linear-gradient(360deg, #121a21, #000000);background-image: -ms-linear-gradient(360deg, #121a21, #000000);background-image: -o-linear-gradient(360deg, #121a21, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#000000' );";background-image: linear-gradient(360deg, #121a21, #000000);background-size:auto !important;z-index:199999;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { background-color: transparent; background-image: none; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container > .video-iframe-container { display: none; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row > .video-iframe-container { display: none; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .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); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { border-width: 0; border-radius: 0; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Ig1GBb3V0twXJTdARTWFBufCd0s3MLmg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.5rem;width:5.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#eSrOqazmyTJQdHFt8oFIfTO5I188HWsa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.8125rem;width:4.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.25rem;left:1.5625rem;overflow:hidden;display:none; }
#gmiDCT6PnWQIrUNzQMAUfySUDHMQBWkg { color:#000000;display:block;width:2.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5375000238419rem;left:7.9117193222044rem;height:1.21875rem;display:block; }
#Ds1pRZ4JfeLM4dbsrZuKwcGFaE75JdR9 { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5375000238419rem;left:11.224219322204rem;height:1.21875rem;display:block; }
#aiCE0nSOhJ7HDX64dtADCk4WhnGmAuyr { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:15.474219322204rem;height:1.21875rem;display:block; }
#ZN8f92cOkGN1U2bgZp6yLlkV5ccwEyWL { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5562499761581rem;left:20.973439216614rem;height:1.21875rem;display:block; }
#gTdl7I2zfomoocD1hfB8A1OZSeoUhNRg { color:#000000;display:block;width:2.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:32.785939216614rem;height:1.21875rem;display:block; }
#TMDpOcX6BVPb5gSi1hC3TqcNN5EtDsbe { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:18.161719322204rem;height:1.21875rem;display:block; }
#SO1u4FHb6OrpnoOrzFByibJ2BBGNdgPg { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:23.598439216614rem;height:1.21875rem;display:block; }
#uDdhA4SHgD7sAxTvuSLsPX3T7bM5LT0x { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5625rem;left:26.660939216614rem;height:1.21875rem;display:block; }
#t1fHerSQtW0NuP7w8gNpZHkM2o2E3NIv { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6187499761581rem;left:35.910939216614rem;height:1.21875rem;display:block; }
#lKGB4wT7F29XZdxupD5wvgFoeS8n6BuQ { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6187499761581rem;left:40.473439216614rem;height:1.21875rem;display:block; }
#HhTlXrSxW0ahfRacnJH3TMHDgQpWO7hm { 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.8125rem;width:4.75rem;top:1.1875rem;left:63.787109375rem;overflow:hidden;display:block; }
#WBVo1H3KsQ2LSLTUJlesXL6f2zD9IOlV { box-sizing:content-box;height:1.75rem;width:5.8125rem;position:absolute;display:block;z-index:15010;background-color:#00dcff;background-image:none;top:1.3125rem;left:69.1875rem;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; }
#X7wPiM3HUlbTgx6dp0shiokGw4updH0G { color:#000000;display:block;width:4.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.7216796875rem;left:69.875rem;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; }
#z3x2dK2euUB5ZNdLWg79s45T7xVvTcao { background-color:#00dcff;background-image:none;background-position:center !important;background-repeat: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.3125rem;left:69.1875rem;display:block; }
#g6EHbHa4gusRefy1LwXrNt4rOtyBhHu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#121a21;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;z-index:auto;display:block; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { background-color: transparent; background-image: none; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container > .video-iframe-container { display: none; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row > .video-iframe-container { display: none; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .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); }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { border-width: 0; border-radius: 0; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { position:relative;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { background-color: transparent; background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .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); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { border-width: 0; border-radius: 0; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/dc155d2f-e454-492e-9749-58a3f1a31d28/Kolaz_z_gradientem_desktop_1600x4724.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container.adaptive-delivery-prevent-bg, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container.lazyload, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container.lazyloading { background-image: none; }#ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { color:#f8f1f1;display:block;width:62.0625rem;position:absolute;font-family:"source sans pro semibold";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.03125rem;left:6.467968940735rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFvV3isn89bGxJAbz7auc4LOln0KBZki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { background-color: transparent; background-image: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container > .video-iframe-container { display: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container { display: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .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); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { border-width: 0; border-radius: 0; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { font-size:0.875rem;font-family:arial;height:116.5rem;width:75rem;position:relative;display:block; }#mZNQanbSx79FL5XLSQqpcthk9twq0bOM { color:#00dcff;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.4343748092651rem;left:0rem;height:113.0625rem;display:block; }
#dWWSH6Qsmh0I7NFRXIciCikNJ75A93bc { position:absolute;display:block;z-index:15006;height:22.5rem;width:40rem;top:115.49609375rem;left:17.499218940735rem;display:none; }
#xGFllug3aL22hb6WKDodACuIRuOb7M4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { background-color: transparent; background-image: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .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); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { border-width: 0; border-radius: 0; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#yrTTJ9ND3xJFur51gKpQiLmm4thEm1Ga { color:#00dcff;display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.25rem;height:0.9375rem;font-style:normal;display:none; }
#usqsVDIWLb2p8e5raerS9ZLcRceCeRZV { color:#00dcff;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:37.84375rem;height:0;font-style:normal;display:none; }
#mE9d2MKl2XDKCWO6wbHFz4yToMsc1b8F { background-color:#00dcff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.71875rem;left:37.84375rem;display:none; }
#GMlBo25BmJ7wfCae66IHK2vpqZETJes5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSwCoBJtrWl7Mh8Bgdw3KBZoLZKanBNE { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#MRs3bfgisbsw0hVktApkFXP4wsdd2t2Q { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#aMlSLx3epTbwsnr2QR0K3bddtQvakztm { display:block;width:4.43685rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:2.3125rem;color:#03bddc;font-style:normal;display:none; }
#RLLDhTNA8uJS6R2T41bq0c0DbNeh74c9 { background-color:#00dcff;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:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#dXZPEE6uihVg08qFlr6pKMbWAxrTGRUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aO1HwKEB5H1CbNoVkqMa2vzFZmS71eRN { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#EiSOz5ZPiXVKMz1P7ClGTxlqqM7y2Uwk { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#t5Z4l3d5HCLUGExUyAmxUAPCDypfJseb { display:block;width:6.4355625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:28.375rem;left:34.28125rem;height:2.3125rem;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TbA3evEDhv1m9kwzCzBeKfM9EeDw1D5x { background-color:#00dcff;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:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#J2s2qkF5cuBIFIBRPRkqmW3Kwd6UlPPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFS767dsoCRPf7mbNWBzC0Q8HRifvLCK { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #29404f, #151f28);background-image: -moz-linear-gradient(360deg, #29404f, #151f28);background-image: -ms-linear-gradient(360deg, #29404f, #151f28);background-image: -o-linear-gradient(360deg, #29404f, #151f28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#29404f', endColorstr='#151f28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#29404f', endColorstr='#151f28' );";background-image: linear-gradient(360deg, #29404f, #151f28);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:22.1875rem;width:20.625rem;top:2.1859359741211rem;left:0rem;display:block; }
#s43l16pI5RC3IzygncwEBMGPSAKUEoy1 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #1d2b37, #121a21);background-image: -moz-linear-gradient(360deg, #1d2b37, #121a21);background-image: -ms-linear-gradient(360deg, #1d2b37, #121a21);background-image: -o-linear-gradient(360deg, #1d2b37, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );";background-image: linear-gradient(360deg, #1d2b37, #121a21);background-size:auto !important;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.1875rem;width:18.1875rem;top:2.1845703125rem;left:56.6865234375rem;display:block; }
#UvbNcoziTgK4EFg9HhMreM3zZmGgr6CV { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.1875rem;height:6.09375rem;font-style:normal;display:block; }
#Hr9EfeDS06FDWG8XgDBfmHhxLlRkGAin { color:#00ffb2;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:3.6875rem;left:23.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PpG7gqJcVfHTbAV0XvHSHPfv7XxMT8b1 { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:3.6875rem;left:57.3125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLD0hAx6cFQXmy20BARTzRreQJt63THF { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #243846, #1d2b37);background-image: -moz-linear-gradient(360deg, #243846, #1d2b37);background-image: -ms-linear-gradient(360deg, #243846, #1d2b37);background-image: -o-linear-gradient(360deg, #243846, #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#243846', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#243846', endColorstr='#1d2b37' );";background-image: linear-gradient(360deg, #243846, #1d2b37);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:22.1875rem;width:18.125rem;top:2.1859359741211rem;left:20.499218940735rem;display:block; }
#Xt6CBHgWvBx6KFkfKUOcWc5lO4nVwZ7h { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:6.75rem;left:57.5625rem;height:2.6rem;font-style:normal;display:block; }
#R7MvftmyGc79ZWivOMnRW5PpfMDZ7qPN { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:7.25rem;left:61.875rem;height:1.625rem;font-style:normal;display:block; }
#TbukdBE92lBGJSgocQWW3n5ldPT6p8hr { 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.125rem solid #00dcff;border-left:0.125rem solid #00dcff;border-right:0.125rem solid #00dcff;border-bottom:0.125rem solid #00dcff;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:#00dcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.5625rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:6.7500004768369rem;left:66.46875190735rem;display:block; }
#UVsUeyMC9NgftWTkgh2pwCFahBFLvzpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmMFW2dlogiFwaHCLUxhUqalVOQyZx6v { color:#00ffb2;display:block;width:15.999625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:13.0625rem;left:21.373828887939rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqU60fPFWtlbucTZ2PVP4SCZecGSOt7E { color:#00ffb2;display:block;width:16.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:12.5625rem;left:39.686718940735rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qqd8TskBC0LuayFn5QUGKlMHZVRdTesw { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.875rem;top:7.529296875rem;left:3.21875rem;overflow:hidden;display:block; }
#fZFsLJdIVZlUIQk5ccRNxTaaaHWCeTaT { color:#00dcff;display:block;width:14.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:25.6865234375rem;left:31.8115234375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVqTCC2TOPRySagfJFskZAIpPOdaCuSf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bXtmcIxE9KtQyI2PPCCKaKePeCEAo2OS { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;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:1rem;top:25.999217987061rem;left:44.936717987061rem;overflow:hidden;display:block; }
#WFP7eMCRUULW4MZJ1tTznfTctuUfHIgv { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #1d2b37, #121a21);background-image: -moz-linear-gradient(360deg, #1d2b37, #121a21);background-image: -ms-linear-gradient(360deg, #1d2b37, #121a21);background-image: -o-linear-gradient(360deg, #1d2b37, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );";background-image: linear-gradient(360deg, #1d2b37, #121a21);background-size:auto !important;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;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:22.1875rem;width:18rem;top:2.1875rem;left:38.699219703674rem;display:block; }
#M8uDdhLQi4zQJdCXxT1MLc2MgeN2INxM { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:3.6875rem;left:39.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yTn1WwuVBa50dCVVszJZbirv7X05W7qW { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:6.8125rem;left:39.4375rem;height:2.6rem;font-style:normal;display:block; }
#aE8tQ1E4v0slztS4rVk0zER4w0m8U35R { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:7.25rem;left:43.75rem;height:1.625rem;font-style:normal;display:block; }
#aMaMe5cRJLflREzmgPbCMFZD3Oo4PTqe { 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.125rem solid #00dcff;border-left:0.125rem solid #00dcff;border-right:0.125rem solid #00dcff;border-bottom:0.125rem solid #00dcff;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:#00dcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.5625rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:6.7500004768369rem;left:48.375001907349rem;display:block; }
#iDTRr7lliedngrXpzfiv9NpNb3Blcs9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFGgPNJmr4wpR33R0fUT5v6CkrsFWacl { position:absolute;display:block;z-index:15155;background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.5625rem;width:36.375rem;top:0.6875rem;left:38.625rem;display:block; }
#cvzX0PDBA4l94W6lwOUBJhv0Qi9EFWAw { color:#00ffb2;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:50.9375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhI7zEIcTHOEWKQ59D4D7fcJnCeLRkPG { color:rgba(255,255,255,0.8);display:block;width:13.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:39.4375rem;height:1.1375rem;font-style:normal;display:block; }
#XnCiTyvM822nCE1sq9FEF1cfTN2z33BK { color:rgba(255,255,255,0.8);display:block;width:13.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:57.5625rem;height:1.1375rem;font-style:normal;display:block; }
#b9HtWoTgqxIzff4wA5sBQwoJBvsqi0rC { color:#00ffb2;display:block;width:16.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:12.4375rem;left:57.580468177796rem;height:10.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { background-color: transparent; background-image: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .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); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { border-width: 0; border-radius: 0; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#PxNSQlpFByvGR0XI8lgiIOeqmu7HtF4X { color:#00dcff;display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.25rem;height:0.9375rem;font-style:normal;display:none; }
#Xr4SJxJm3eTlgazyft73gC7m051RBTb8 { color:#00dcff;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:37.84375rem;height:0;font-style:normal;display:none; }
#UpPydh7OoVxgH9eOUSxVoml8PPreqrm9 { background-color:#00dcff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.71875rem;left:37.84375rem;display:none; }
#lFGVvC4r042PhLWgKxims0EUTrw8vCdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPo0ruqi65E4MAqOZM1vDxLBV8Pugkdl { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#dL3075JbfTPxUZHy84TqGshquDlKr8Ts { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#B9Oum5Joixsueh59kUmPqZSh6EVVhBrV { display:block;width:4.43685rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:2.3125rem;color:#03bddc;font-style:normal;display:none; }
#KFwZQqivtvDdT0cZiRJkSNUTZpL9VEEB { background-color:#00dcff;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:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#KJOf8ehLtGuthUqdgcRzpXF9C9A8nExW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fr9J8sIABqGfQzHpgXxTQOTdwQo2z4JT { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#uwwvXSV0vMoAWNx9H31Usx62EQKC4Pa5 { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#D1ne37i12d5WdDWdg2MCwbz8EviDNwEW { display:block;width:6.4355625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:28.375rem;left:34.28125rem;height:2.3125rem;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xMhsQ9FQqCk6f6qQ2RORnm6fsUVqTHPN { background-color:#00dcff;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:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#KXALnvmgrfCy1EUo0aoDqkRuc7zrOApp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GemwcDrUqr4KDcpzTupGNXi0u5cHlRGP { position:absolute;display:block;z-index:14995;background-color:#29404f;background-image:none;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.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#yOb3n8ur1atwoz6DuUHFZTcqRaSM9rmf { position:absolute;display:block;z-index:14996;background-color:#1d2b37;background-image:none;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;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:41.125rem;width:18.25rem;top:0rem;left:56.625rem;display:block; }
#Uapneip2JzIKz2y2nTrpG8PJ5Fs4x0Tn { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.1875rem;height:2.6rem;font-style:normal;display:block; }
#xp5QZfqE3a8Nfidwy2v6vAbcXoJeTZZT { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:20.4375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#MuAiOQHutUkqoy18ku4QmswF8f05gqQF { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#ORGdl8bEJui4UKp5AryG9AAWTaIWxdI5 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.1875rem;height:3.9rem;font-style:normal;display:block; }
#s9ocZpzXtdgpw1hNInAwDuRcyqU4TZ2q { position:absolute;display:block;z-index:15088;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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.062255875rem;width:75rem;top:8.375rem;left:0rem;display:block; }
#URdMSnX9wMANi4dDzAQashHaTwpTahfe { position:absolute;display:block;z-index:15091;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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.062255875rem;width:75rem;top:15.4375rem;left:0rem;display:block; }
#ixDVtUWzL1QkiBqTP4D72KDPelevTdn5 { position:absolute;display:block;z-index:15092;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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.062255875rem;width:75rem;top:19.625rem;left:0rem;display:block; }
#R1Ml4xX4KledRIeJRoB3VT9W9Nq3Mnke { position:absolute;display:block;z-index:15093;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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.062255875rem;width:75rem;top:22.5rem;left:0rem;display:block; }
#eGQ3Te91ROQtyyfwxq5wCRp6Q97rfkrR { position:absolute;display:block;z-index:15096;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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:75rem;top:2.9375rem;left:0rem;display:block; }
#IQPRUhmTETvJkn6K6b4gFAnWfd6dHSd5 { color:#bdbdbf;display:block;width:34.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:42.5625rem;left:40.687500953674rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GeZu9bBoULtK31GZ96sLKmnAdH55lzXm { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:9.1875rem;left:2.1875rem;height:5.2rem;font-style:normal;display:block; }
#RVBSw2nEniWlTsROXlEWFdFeJbe7G3Cb { position:absolute;display:block;z-index:14997;background-color:#243846;background-image:none;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.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.1875rem;width:18.125rem;top:0rem;left:20.499218940735rem;display:block; }
#sMheh0RpBKRCpNVEkf2aXAWyNMDkvq3K { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:23.425000190735rem;left:2.1875rem;height:6.5rem;font-style:normal;display:block; }
#WR0qw2zZqBbTDAl67FshuFcv3zRD1tEs { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:0.7119140625rem;left:65.0625rem; }
#E7VCvoGOV5QKF03FgWcC32xbRpRiqqnD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:4.88671875rem;left:65.0625rem; }
#EgZEu0THh6WF7I5d4eM3klgCTqx9F1kd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:11.13671875rem;left:65.0625rem; }
#IrX5uLmw8Vfh8pSvTVZXpJcluqkbhFLE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:16.0869140625rem;left:65.0625rem; }
#TX0pTyA5MWdNpdvZTrIWtyxv3sFrCfO8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:20.2744140625rem;left:65.0625rem; }
#fAFNDysidx1tbh2qmTuMqTPEy66ns0iT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:24.44921875rem;left:65.0625rem; }
#H2ypi2W3caT9arTvTc1K11qwctmHwJN5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:24.44921875rem;left:28.75rem; }
#ud0WQOmoG7I9I0VkwnCLAZth7Lo6tLSz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:0.9619140625rem;left:29rem; }
#mf5GPke1ZstwSQ7ewLPGqzXuBRFql8rK { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:5.13671875rem;left:29rem; }
#UA4avfCvzUyVxhm7MXbWeAbio0xPUdTU { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:11.38671875rem;left:29rem; }
#FyDTZV8D1rvx0b7n1b5sHrwSXf4cLeg4 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:16.3369140625rem;left:29rem; }
#rcWDM5FS3B9rdpIVLNMOROORS3xeWI7V { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:20.5244140625rem;left:29rem; }
#Igy2V9R2l3zwh05eZtswMGbn5x0TZZ83 { position:absolute;display:block;z-index:14997;background-color:#1d2b37;background-image:none;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;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:41.1875rem;width:18rem;top:0rem;left:38.6875rem;display:block; }
#B60UaAlU9NTUatc11gQsodJxzBQp0PWI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:4.88671875rem;left:46.9375rem; }
#y5TTBoPspS5ACeFnH0hvRn3o0Q6vAhrB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:11.13671875rem;left:46.9375rem; }
#Q27Th6u693nS4MZI8Me1Gf2E82uKvnmp { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:16.0869140625rem;left:46.9375rem; }
#Mxrk33NlQOekU35LTqKHAa50k79ssHMl { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:20.2744140625rem;left:46.9375rem; }
#N37Aa6mfWn0nutWPZGmdDyI010vRCz5X { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:24.44921875rem;left:46.9375rem; }
#QtFTJCZ4E55G0aioetO88HeVUwBZyGAF { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;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:1rem;top:44.106249809265rem;left:38.936718940735rem;overflow:hidden;display:block; }
#k7gqhbzQwfaFf8eJ9qafM1AdzEHXoS4H { color:#00dcff;display:block;width:3.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15155;line-height:1.3;letter-spacing:0;top:43.8125rem;left:36.625000953674rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFfUiHOvCsu5lTnf4bhihDD8DCDU5AdT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:0.5rem;left:46.724999427796rem; }
#Jh9yLuoVv9f3HekCMs5mCkh0r8snrSf5 { color:#344c60;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:31.8125rem;left:2.03125rem;height:2.6rem;font-style:normal;display:block; }
#RLVHeFRTFeROdDUXmZ7Mvy1TihT3NgWZ { color:#344c60;display:block;width:14.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:36.875rem;left:2.1875rem;height:2.6rem;font-style:normal;display:block; }
#SGXaxryFXZrmkKpceOwuHm2DkdNLwX2H { position:absolute;display:block;z-index:15132;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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.06171875rem;width:75rem;top:30.8125rem;left:0rem;display:block; }
#Gs2iRTZOil8rtzHv6mwNPMCxTI9JuisN { position:absolute;display:block;z-index:15133;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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.06171875rem;width:75rem;top:35.875rem;left:0rem;display:block; }
#DOtUMUDMak9usCLF9FtpPn8Q7nR7e3DJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:32.300001144409rem;left:65.206254005431rem; }
#w5KReHXIl3aCVWzEzn1H7deTKCwrzsaW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:37.362501144409rem;left:65.206254005431rem; }
#eXWHa9xlwpdnGfeT9vbiLX14fh5JJQZV { position:absolute;display:block;z-index:15093;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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.062255875rem;width:75rem;top:22.5rem;left:0rem;display:none; }
#kn6KAaKblzZwM3zyqAypWS1zA8wssAQV { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:32.550001144409rem;left:28.999218940735rem; }
#rZeu6bSVih4IqxAJdn5lXShK6m1lZz5m { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:37.612501144409rem;left:28.999218940735rem; }
#rAeKTAzAofKRMAyqHbA5Znx1QxTNwMBI { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:32.550001144409rem;left:47.300000190735rem; }
#XDGPwauWX56VaTsKzuAyOGo0HrAPecyF { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15154;opacity:1;top:37.612501144409rem;left:47.300000190735rem; }
#zZP50sSOFXt8atd75kS8I2CETEANiKBd { position:absolute;display:block;z-index:15093;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat: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.062255875rem;width:75rem;top:22.5rem;left:0rem;display:none; }
#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121a21, #1d2b37);background-image: -moz-linear-gradient(180deg, #121a21, #1d2b37);background-image: -ms-linear-gradient(180deg, #121a21, #1d2b37);background-image: -o-linear-gradient(180deg, #121a21, #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#1d2b37' );";background-image: linear-gradient(180deg, #121a21, #1d2b37);background-size:auto !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; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { background-color: transparent; background-image: none; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container > .video-iframe-container { display: none; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row > .video-iframe-container { display: none; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .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); }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { border-width: 0; border-radius: 0; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { background-color: transparent; background-image: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container > .video-iframe-container { display: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container { display: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .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); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { border-width: 0; border-radius: 0; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:14.4375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { background-color: transparent; background-image: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .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); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { border-width: 0; border-radius: 0; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:3.50020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffZUnx6NLcm31n0zn19GS4Ca9a9M2oXu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#Ml00zeZn4xZvcn1sK6JxKbW9S0hXQrXR { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { box-sizing:content-box;color:#00dcff;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:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat: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:47.5rem;top:0rem;left:13.75rem;display:block; }
#iX9yd5054hmBqpZgK3dmNx423TyHUczo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { background-color: transparent; background-image: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container > .video-iframe-container { display: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container { display: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .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); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { border-width: 0; border-radius: 0; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { background-color: transparent; background-image: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .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); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { border-width: 0; border-radius: 0; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#l3TutmhzptgEP9FZz3i2RZkZNAh863RQ { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.7501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tgTxFgAZkcKzdPSwTu8TPVloRlgyH07E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#LUSmqBeMFo1couJlnVeus8XXigVAekJV { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#zydNhZKWJTBS2CTMU7JmM55I25SivcKq { box-sizing:content-box;color:#00dcff;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:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat: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:47.5rem;top:0rem;left:13.75rem;display:block; }
#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { background-color: transparent; background-image: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container > .video-iframe-container { display: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container { display: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .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); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { border-width: 0; border-radius: 0; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { background-color: transparent; background-image: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .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); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { border-width: 0; border-radius: 0; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#Oaul1NfMl2IA5WefedtiTesZJRU2Hq8U { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1spuIoWLenzalvNMEbgPm4rSMJGGaUh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#H79t02zUKOQgiMDtCXnTDIDvryHp2Gf0 { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#H0UislrHdvlksQa7WULCTcGyiu6OihJX { box-sizing:content-box;color:#00dcff;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:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat: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:47.5rem;top:0rem;left:13.75rem;display:block; }
#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { background-color: transparent; background-image: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container > .video-iframe-container { display: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container { display: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .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); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { border-width: 0; border-radius: 0; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { background-color: transparent; background-image: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container > .video-iframe-container { display: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { display: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .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); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { border-width: 0; border-radius: 0; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.7501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { box-sizing:content-box;color:#00dcff;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:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat: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:47.5rem;top:0rem;left:13.75rem;display:block; }
#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { background-color: transparent; background-image: none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container > .video-iframe-container { display: none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row > .video-iframe-container { display: none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .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); }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { border-width: 0; border-radius: 0; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { border-width: 0; border-radius: 0; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:none; }#FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { box-sizing:content-box;color:#00dcff;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:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat: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:47.5rem;top:0rem;left:13.75rem;display:block; }
#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { border-width: 0; border-radius: 0; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { background-color: transparent; background-image: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .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); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { border-width: 0; border-radius: 0; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.7501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTA27URoM5wrOnLwtinqzNDdLU0TRxa6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#l42ud1srNy9b7lytalPWpPuFqHJZaN75 { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { box-sizing:content-box;color:#00dcff;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:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#LyyX712Cke39zOrtJGy4I854KDLSKSls { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat: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:47.5rem;top:0rem;left:13.75rem;display:block; }
#rU70M1niPPkLgipCVElk2psZnm6CT0Pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { background-color: transparent; background-image: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container > .video-iframe-container { display: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container { display: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .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); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { border-width: 0; border-radius: 0; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#GOEO66JbsRWrTdbsv52zMT99hU2twzlU { color:#bdbdbf;display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { background-color: transparent; background-image: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container > .video-iframe-container { display: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container { display: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .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); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { border-width: 0; border-radius: 0; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { height:4.375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig1GBb3V0twXJTdARTWFBufCd0s3MLmg { width:3.875rem;height:1.6875rem;top:1.25rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eSrOqazmyTJQdHFt8oFIfTO5I188HWsa { width:4.625rem;height:1.8125rem;top:1.25rem;left:1.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gmiDCT6PnWQIrUNzQMAUfySUDHMQBWkg { width:2.9375rem;height:1.1875rem;top:1.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ds1pRZ4JfeLM4dbsrZuKwcGFaE75JdR9 { width:4.25rem;height:1.1875rem;top:1.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiCE0nSOhJ7HDX64dtADCk4WhnGmAuyr { width:2.4375rem;height:1.1875rem;top:1.5625rem;left:1.8492193222046rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZN8f92cOkGN1U2bgZp6yLlkV5ccwEyWL { width:2.4375rem;height:1.1875rem;top:1.5rem;left:7.348437309265rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTdl7I2zfomoocD1hfB8A1OZSeoUhNRg { width:2.9375rem;height:1.1875rem;top:1.5625rem;left:19.160939216614rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMDpOcX6BVPb5gSi1hC3TqcNN5EtDsbe { width:2.4375rem;height:1.1875rem;top:1.5625rem;left:4.5367193222046rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SO1u4FHb6OrpnoOrzFByibJ2BBGNdgPg { width:2.8125rem;height:1.1875rem;top:1.5625rem;left:9.9734392166137rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDdhA4SHgD7sAxTvuSLsPX3T7bM5LT0x { width:5.875rem;height:1.1875rem;top:1.5625rem;left:13.035939216614rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1fHerSQtW0NuP7w8gNpZHkM2o2E3NIv { width:4.25rem;height:1.1875rem;top:1.5625rem;left:22.285939216614rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKGB4wT7F29XZdxupD5wvgFoeS8n6BuQ { width:6.625rem;height:1.1875rem;top:1.5625rem;left:26.848439216614rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhTlXrSxW0ahfRacnJH3TMHDgQpWO7hm { width:4.75rem;height:1.8125rem;top:1.1875rem;left:43rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBVo1H3KsQ2LSLTUJlesXL6f2zD9IOlV { width:5.8125rem;height:1.75rem;top:1.3125rem;left:41.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7wPiM3HUlbTgx6dp0shiokGw4updH0G { width:4.75rem;height:0.9375rem;top:1.6875rem;left:43rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3x2dK2euUB5ZNdLWg79s45T7xVvTcao { width:5.8125rem;height:1.75rem;top:1.3125rem;left:41.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6EHbHa4gusRefy1LwXrNt4rOtyBhHu6 { display:block; }
 }@media only screen and (max-width: 763px) { #sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP { display:none; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFvV3isn89bGxJAbz7auc4LOln0KBZki { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { background-color: transparent; background-image: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container > .video-iframe-container { display: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container { display: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .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); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { border-width: 0; border-radius: 0; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { width:47.75rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZNQanbSx79FL5XLSQqpcthk9twq0bOM { width:47.75rem;height:113.0625rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWWSH6Qsmh0I7NFRXIciCikNJ75A93bc { width:40rem;height:22.5rem;top:115.4375rem;left:3.8742189407349rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGFllug3aL22hb6WKDodACuIRuOb7M4S { background-color:#121a21;background-image:none;display:block; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { background-color: transparent; background-image: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .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); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { width:47.75rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrTTJ9ND3xJFur51gKpQiLmm4thEm1Ga { width:1.8125rem;height:0.6875rem;top:11.31019115448rem;left:34.435368657112rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #usqsVDIWLb2p8e5raerS9ZLcRceCeRZV { width:17.6875rem;height:0;top:28.1875rem;left:25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mE9d2MKl2XDKCWO6wbHFz4yToMsc1b8F { width:9.625rem;height:2.75rem;top:31.3125rem;left:26.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMlBo25BmJ7wfCae66IHK2vpqZETJes5 { display:block; }
 }@media only screen and (max-width: 763px) { #MSwCoBJtrWl7Mh8Bgdw3KBZoLZKanBNE { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRs3bfgisbsw0hVktApkFXP4wsdd2t2Q { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMlSLx3epTbwsnr2QR0K3bddtQvakztm { width:6.4355625rem;height:2.25rem;top:15.875rem;left:20.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RLLDhTNA8uJS6R2T41bq0c0DbNeh74c9 { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXZPEE6uihVg08qFlr6pKMbWAxrTGRUq { display:block; }
 }@media only screen and (max-width: 763px) { #aO1HwKEB5H1CbNoVkqMa2vzFZmS71eRN { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #EiSOz5ZPiXVKMz1P7ClGTxlqqM7y2Uwk { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #t5Z4l3d5HCLUGExUyAmxUAPCDypfJseb { width:6.4355625rem;height:0;top:19.9375rem;left:6.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #TbA3evEDhv1m9kwzCzBeKfM9EeDw1D5x { width:12.5rem;height:1rem;top:22.8125rem;left:2.9375rem;font-size:0.75rem;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 763px) { #J2s2qkF5cuBIFIBRPRkqmW3Kwd6UlPPL { display:block; }
 }@media only screen and (max-width: 763px) { #XFS767dsoCRPf7mbNWBzC0Q8HRifvLCK { width:12.5rem;height:20rem;top:2.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #s43l16pI5RC3IzygncwEBMGPSAKUEoy1 { width:11.75rem;height:20rem;top:1.5625rem;left:35.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #UvbNcoziTgK4EFg9HhMreM3zZmGgr6CV { width:12rem;height:4.62890625rem;top:4.15625rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr9EfeDS06FDWG8XgDBfmHhxLlRkGAin { width:6.5625rem;height:1.4619125rem;top:4.15625rem;left:15.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpG7gqJcVfHTbAV0XvHSHPfv7XxMT8b1 { width:9.6875rem;height:2.923825rem;top:4.15625rem;left:36.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLD0hAx6cFQXmy20BARTzRreQJt63THF { width:11.75rem;height:20rem;top:2.8125rem;left:12.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Xt6CBHgWvBx6KFkfKUOcWc5lO4nVwZ7h { width:3.5625rem;height:2.03125rem;top:7.75rem;left:37.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MvftmyGc79ZWivOMnRW5PpfMDZ7qPN { width:3.875rem;height:1.4619125rem;top:8.0625rem;left:41.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbukdBE92lBGJSgocQWW3n5ldPT6p8hr { width:7.375rem;height:1.875rem;top:10.1875rem;left:37.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVsUeyMC9NgftWTkgh2pwCFahBFLvzpg { display:block; }
 }@media only screen and (max-width: 763px) { #dmMFW2dlogiFwaHCLUxhUqalVOQyZx6v { width:8.75rem;height:5.68359375rem;top:9.9375rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqU60fPFWtlbucTZ2PVP4SCZecGSOt7E { width:9.875rem;height:7.957rem;top:13.78125rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqd8TskBC0LuayFn5QUGKlMHZVRdTesw { width:4.6875rem;height:1.875rem;top:7.171875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZFsLJdIVZlUIQk5ccRNxTaaaHWCeTaT { width:11.125rem;height:1.21875rem;top:10.0625rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVqTCC2TOPRySagfJFskZAIpPOdaCuSf { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXtmcIxE9KtQyI2PPCCKaKePeCEAo2OS { width:1rem;height:1rem;top:10.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFP7eMCRUULW4MZJ1tTznfTctuUfHIgv { width:11.75rem;height:20rem;top:1.5625rem;left:24.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #M8uDdhLQi4zQJdCXxT1MLc2MgeN2INxM { width:9.625rem;height:2.923825rem;top:4.15625rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTn1WwuVBa50dCVVszJZbirv7X05W7qW { width:3.5625rem;height:2.03125rem;top:7.75rem;left:26rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE8tQ1E4v0slztS4rVk0zER4w0m8U35R { width:3.875rem;height:1.4619125rem;top:8rem;left:29.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMaMe5cRJLflREzmgPbCMFZD3Oo4PTqe { width:7.375rem;height:1.875rem;top:10.1875rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDTRr7lliedngrXpzfiv9NpNb3Blcs9u { display:block; }
 }@media only screen and (max-width: 763px) { #TFGgPNJmr4wpR33R0fUT5v6CkrsFWacl { width:36.375rem;height:1.5625rem;top:0.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvzX0PDBA4l94W6lwOUBJhv0Qi9EFWAw { width:6.5625rem;height:1.4619125rem;top:4.15625rem;left:15.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhI7zEIcTHOEWKQ59D4D7fcJnCeLRkPG { top:10.0625rem;left:25.8125rem;width:13.375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCiTyvM822nCE1sq9FEF1cfTN2z33BK { top:10.0625rem;left:34.375rem;width:13.375rem;height:1.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9HtWoTgqxIzff4wA5sBQwoJBvsqi0rC { width:9.875rem;height:7.957rem;top:13.78125rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ { background-color:#121a21;background-image:none;display:block; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { background-color: transparent; background-image: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .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); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { width:47.75rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxNSQlpFByvGR0XI8lgiIOeqmu7HtF4X { width:1.8125rem;height:0.6875rem;top:11.31019115448rem;left:34.435368657112rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xr4SJxJm3eTlgazyft73gC7m051RBTb8 { width:17.6875rem;height:0;top:28.1875rem;left:25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UpPydh7OoVxgH9eOUSxVoml8PPreqrm9 { width:9.625rem;height:2.75rem;top:31.3125rem;left:26.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFGVvC4r042PhLWgKxims0EUTrw8vCdU { display:block; }
 }@media only screen and (max-width: 763px) { #FPo0ruqi65E4MAqOZM1vDxLBV8Pugkdl { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dL3075JbfTPxUZHy84TqGshquDlKr8Ts { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9Oum5Joixsueh59kUmPqZSh6EVVhBrV { width:6.4355625rem;height:2.25rem;top:15.875rem;left:20.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KFwZQqivtvDdT0cZiRJkSNUTZpL9VEEB { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJOf8ehLtGuthUqdgcRzpXF9C9A8nExW { display:block; }
 }@media only screen and (max-width: 763px) { #fr9J8sIABqGfQzHpgXxTQOTdwQo2z4JT { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #uwwvXSV0vMoAWNx9H31Usx62EQKC4Pa5 { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #D1ne37i12d5WdDWdg2MCwbz8EviDNwEW { width:6.4355625rem;height:0;top:19.9375rem;left:6.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #xMhsQ9FQqCk6f6qQ2RORnm6fsUVqTHPN { width:12.5rem;height:1rem;top:22.8125rem;left:2.9375rem;font-size:0.75rem;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 763px) { #KXALnvmgrfCy1EUo0aoDqkRuc7zrOApp { display:block; }
 }@media only screen and (max-width: 763px) { #GemwcDrUqr4KDcpzTupGNXi0u5cHlRGP { width:12.5rem;height:38.3125rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #yOb3n8ur1atwoz6DuUHFZTcqRaSM9rmf { width:11.75rem;height:38.3125rem;top:0rem;left:35.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Uapneip2JzIKz2y2nTrpG8PJ5Fs4x0Tn { width:11.125rem;height:2.2734375rem;top:18.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp5QZfqE3a8Nfidwy2v6vAbcXoJeTZZT { width:11.125rem;height:1.13671875rem;top:22.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuAiOQHutUkqoy18ku4QmswF8f05gqQF { width:5.75rem;height:1.13671875rem;top:0.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORGdl8bEJui4UKp5AryG9AAWTaIWxdI5 { width:11.125rem;height:3.41015625rem;top:3.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ocZpzXtdgpw1hNInAwDuRcyqU4TZ2q { width:47.625rem;height:0.0625rem;top:7.3125rem;left:0rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #URdMSnX9wMANi4dDzAQashHaTwpTahfe { width:47.625rem;height:0.0625rem;top:18rem;left:0rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #ixDVtUWzL1QkiBqTP4D72KDPelevTdn5 { width:47.625rem;height:0.0625rem;top:21.5625rem;left:0rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #R1Ml4xX4KledRIeJRoB3VT9W9Nq3Mnke { width:47.625rem;height:0.0625rem;top:24rem;left:0rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #eGQ3Te91ROQtyyfwxq5wCRp6Q97rfkrR { width:47.625rem;height:0.0625rem;top:2.5625rem;left:0rem;z-index:15133;background-color:rgba(189,189,191,0.5);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) { #IQPRUhmTETvJkn6K6b4gFAnWfd6dHSd5 { top:40.4375rem;left:33.8125rem;width:13.9375rem;height:2.111325rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeZu9bBoULtK31GZ96sLKmnAdH55lzXm { width:11.125rem;height:2.2734375rem;top:11.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVBSw2nEniWlTsROXlEWFdFeJbe7G3Cb { width:11.75rem;height:38.3125rem;top:0rem;left:12.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sMheh0RpBKRCpNVEkf2aXAWyNMDkvq3K { width:11.125rem;height:6.8203125rem;top:30.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR0qw2zZqBbTDAl67FshuFcv3zRD1tEs { width:1.25rem;height:1.25rem;top:0.755859375rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7VCvoGOV5QKF03FgWcC32xbRpRiqqnD { width:1.25rem;height:1.25rem;top:4.330078125rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgZEu0THh6WF7I5d4eM3klgCTqx9F1kd { width:1.25rem;height:1.25rem;top:12.07421875rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrX5uLmw8Vfh8pSvTVZXpJcluqkbhFLE { width:1.25rem;height:1.25rem;top:19.19921875rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0pTyA5MWdNpdvZTrIWtyxv3sFrCfO8 { width:1.25rem;height:1.25rem;top:22.193359375rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAFNDysidx1tbh2qmTuMqTPEy66ns0iT { width:1.25rem;height:1.25rem;top:26.173828125rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2ypi2W3caT9arTvTc1K11qwctmHwJN5 { width:1.25rem;height:1.25rem;top:26.173828125rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud0WQOmoG7I9I0VkwnCLAZth7Lo6tLSz { width:0.875rem;height:0.875rem;top:0.943359375rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf5GPke1ZstwSQ7ewLPGqzXuBRFql8rK { width:0.875rem;height:0.875rem;top:4.517578125rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA4avfCvzUyVxhm7MXbWeAbio0xPUdTU { width:0.875rem;height:0.875rem;top:12.26171875rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyDTZV8D1rvx0b7n1b5sHrwSXf4cLeg4 { width:0.875rem;height:0.875rem;top:19.46875rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWDM5FS3B9rdpIVLNMOROORS3xeWI7V { width:0.875rem;height:0.875rem;top:22.380859375rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igy2V9R2l3zwh05eZtswMGbn5x0TZZ83 { width:11.75rem;height:38.3125rem;top:0rem;left:24.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #B60UaAlU9NTUatc11gQsodJxzBQp0PWI { width:1.25rem;height:1.25rem;top:4.330078125rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TTBoPspS5ACeFnH0hvRn3o0Q6vAhrB { width:1.25rem;height:1.25rem;top:12.07421875rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q27Th6u693nS4MZI8Me1Gf2E82uKvnmp { width:1.25rem;height:1.25rem;top:19.19921875rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxrk33NlQOekU35LTqKHAa50k79ssHMl { width:1.25rem;height:1.25rem;top:22.193359375rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N37Aa6mfWn0nutWPZGmdDyI010vRCz5X { width:1.25rem;height:1.25rem;top:26.173828125rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFTJCZ4E55G0aioetO88HeVUwBZyGAF { width:1rem;height:1rem;top:44.0625rem;left:25.311718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7gqhbzQwfaFf8eJ9qafM1AdzEHXoS4H { width:11.125rem;height:1.21875rem;top:10.0625rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFfUiHOvCsu5lTnf4bhihDD8DCDU5AdT { width:1.25rem;height:1.25rem;top:4.330078125rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh9yLuoVv9f3HekCMs5mCkh0r8snrSf5 { width:11.125rem;height:4.22265625rem;top:24.6875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLVHeFRTFeROdDUXmZ7Mvy1TihT3NgWZ { width:11.125rem;height:4.22265625rem;top:24.6875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGXaxryFXZrmkKpceOwuHm2DkdNLwX2H { width:47.625rem;height:0.0625rem;top:29.5625rem;left:0rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2iRTZOil8rtzHv6mwNPMCxTI9JuisN { width:47.625rem;height:0.0625rem;top:29.5625rem;left:0rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #DOtUMUDMak9usCLF9FtpPn8Q7nR7e3DJ { width:1.25rem;height:1.25rem;top:33.03515625rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5KReHXIl3aCVWzEzn1H7deTKCwrzsaW { width:1.25rem;height:1.25rem;top:33.03515625rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXWHa9xlwpdnGfeT9vbiLX14fh5JJQZV { width:47.625rem;height:0.0625rem;top:24rem;left:0rem;z-index:15140;display:none; }
 }@media only screen and (max-width: 763px) { #kn6KAaKblzZwM3zyqAypWS1zA8wssAQV { width:0.875rem;height:0.875rem;top:19.46875rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZeu6bSVih4IqxAJdn5lXShK6m1lZz5m { width:0.875rem;height:0.875rem;top:19.46875rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAeKTAzAofKRMAyqHbA5Znx1QxTNwMBI { width:0.875rem;height:0.875rem;top:19.46875rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDGPwauWX56VaTsKzuAyOGo0HrAPecyF { width:0.875rem;height:0.875rem;top:19.46875rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZP50sSOFXt8atd75kS8I2CETEANiKBd { width:47.625rem;height:0.0625rem;top:24rem;left:0rem;z-index:15140;display:none; }
 }@media only screen and (max-width: 763px) { #PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb { display:block; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { display:block; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffZUnx6NLcm31n0zn19GS4Ca9a9M2oXu { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ml00zeZn4xZvcn1sK6JxKbW9S0hXQrXR { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX9yd5054hmBqpZgK3dmNx423TyHUczo { display:block; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT { display:block; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3TutmhzptgEP9FZz3i2RZkZNAh863RQ { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTxFgAZkcKzdPSwTu8TPVloRlgyH07E { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUSmqBeMFo1couJlnVeus8XXigVAekJV { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #zydNhZKWJTBS2CTMU7JmM55I25SivcKq { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { display:block; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7b3sI0J0P2gCDclERToB7XRV7tKNXBh { display:block; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oaul1NfMl2IA5WefedtiTesZJRU2Hq8U { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1spuIoWLenzalvNMEbgPm4rSMJGGaUh { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H79t02zUKOQgiMDtCXnTDIDvryHp2Gf0 { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0UislrHdvlksQa7WULCTcGyiu6OihJX { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { display:block; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { display:block; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { display:block; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { display:none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { display:none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q { display:block; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTA27URoM5wrOnLwtinqzNDdLU0TRxa6 { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l42ud1srNy9b7lytalPWpPuFqHJZaN75 { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyyX712Cke39zOrtJGy4I854KDLSKSls { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU70M1niPPkLgipCVElk2psZnm6CT0Pr { display:block; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOEO66JbsRWrTdbsv52zMT99hU2twzlU { top:0.875rem;left:0.875rem;width:45.625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { display:block; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { height:3.5625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig1GBb3V0twXJTdARTWFBufCd0s3MLmg { width:3.1875rem;height:1.375rem;top:1.46875rem;left:6.96875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eSrOqazmyTJQdHFt8oFIfTO5I188HWsa { width:5.625rem;height:2.1875rem;top:0.48750001192093rem;left:7.1875000596044rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gmiDCT6PnWQIrUNzQMAUfySUDHMQBWkg { width:2.9375rem;height:1.1375rem;top:4.0625rem;left:8.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ds1pRZ4JfeLM4dbsrZuKwcGFaE75JdR9 { width:4.25rem;height:1.1375rem;top:6.45rem;left:7.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiCE0nSOhJ7HDX64dtADCk4WhnGmAuyr { width:2.4375rem;height:1.1375rem;top:8.8375rem;left:8.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZN8f92cOkGN1U2bgZp6yLlkV5ccwEyWL { width:2.4375rem;height:1.1375rem;top:13.6125rem;left:8.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTdl7I2zfomoocD1hfB8A1OZSeoUhNRg { width:2.9375rem;height:1.1375rem;top:20.775rem;left:8.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMDpOcX6BVPb5gSi1hC3TqcNN5EtDsbe { width:2.4375rem;height:1.1375rem;top:11.225rem;left:8.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SO1u4FHb6OrpnoOrzFByibJ2BBGNdgPg { width:2.8125rem;height:1.1375rem;top:16rem;left:8.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDdhA4SHgD7sAxTvuSLsPX3T7bM5LT0x { width:5.875rem;height:1.1375rem;top:18.3875rem;left:7.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1fHerSQtW0NuP7w8gNpZHkM2o2E3NIv { width:4.25rem;height:1.1375rem;top:23.1625rem;left:7.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKGB4wT7F29XZdxupD5wvgFoeS8n6BuQ { width:6.625rem;height:1.1375rem;top:25.55rem;left:6.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhTlXrSxW0ahfRacnJH3TMHDgQpWO7hm { width:4.75rem;height:1.8125rem;top:0.67500001192094rem;left:0.44374996423721rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBVo1H3KsQ2LSLTUJlesXL6f2zD9IOlV { width:5.8125rem;height:1.5rem;top:1rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7wPiM3HUlbTgx6dp0shiokGw4updH0G { width:4.75rem;height:0.89375rem;top:1.3125rem;left:14.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3x2dK2euUB5ZNdLWg79s45T7xVvTcao { width:5.8125rem;height:1.75rem;top:1.3125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6EHbHa4gusRefy1LwXrNt4rOtyBhHu6 { display:block; }
 }@media only screen and (max-width: 763px) { #sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP { position:relative;z-index:auto;display:block; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/57f810b7-4b12-4ccb-8129-5fcf42337ba8/Kolaz_z_gradientem_mobile_360x309_NEW2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.adaptive-delivery-prevent-bg, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.lazyload, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.lazyloading { background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { background-color: transparent; background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .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); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { border-width: 0; border-radius: 0; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { width:20rem;height:4.55rem;top:2.662109375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFvV3isn89bGxJAbz7auc4LOln0KBZki { display:block; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { width:20rem;height:183.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZNQanbSx79FL5XLSQqpcthk9twq0bOM { width:20rem;height:181.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWWSH6Qsmh0I7NFRXIciCikNJ75A93bc { width:20rem;height:22.5rem;top:172.9375rem;left:1.5374999642372rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #xGFllug3aL22hb6WKDodACuIRuOb7M4S { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { background-color: transparent; background-image: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .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); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { border-width: 0; border-radius: 0; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrTTJ9ND3xJFur51gKpQiLmm4thEm1Ga { width:2.125rem;height:1.25rem;top:13.4375rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #usqsVDIWLb2p8e5raerS9ZLcRceCeRZV { width:8.125rem;height:0;top:46.8564453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mE9d2MKl2XDKCWO6wbHFz4yToMsc1b8F { width:10.8125rem;height:2.6875rem;top:49.7939453125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMlBo25BmJ7wfCae66IHK2vpqZETJes5 { display:block; }
 }@media only screen and (max-width: 763px) { #MSwCoBJtrWl7Mh8Bgdw3KBZoLZKanBNE { width:2.686525rem;height:0;top:31.375rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #MRs3bfgisbsw0hVktApkFXP4wsdd2t2Q { width:1.875rem;height:0;top:31.9375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #aMlSLx3epTbwsnr2QR0K3bddtQvakztm { width:4.375rem;height:0;top:19rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #RLLDhTNA8uJS6R2T41bq0c0DbNeh74c9 { width:11.875rem;height:3.125rem;top:22.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #dXZPEE6uihVg08qFlr6pKMbWAxrTGRUq { display:block; }
 }@media only screen and (max-width: 763px) { #aO1HwKEB5H1CbNoVkqMa2vzFZmS71eRN { width:2.686525rem;height:0;top:23.897216796875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiSOz5ZPiXVKMz1P7ClGTxlqqM7y2Uwk { width:1.875rem;height:0;top:24.584716796875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5Z4l3d5HCLUGExUyAmxUAPCDypfJseb { width:4.375rem;height:0;top:26.147216796875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbA3evEDhv1m9kwzCzBeKfM9EeDw1D5x { width:11.875rem;height:3.125rem;top:29.022216796875rem;left:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2s2qkF5cuBIFIBRPRkqmW3Kwd6UlPPL { display:block; }
 }@media only screen and (max-width: 763px) { #XFS767dsoCRPf7mbNWBzC0Q8HRifvLCK { width:10rem;height:41.4375rem;top:14.022216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s43l16pI5RC3IzygncwEBMGPSAKUEoy1 { width:10rem;height:41.25rem;top:5.75rem;left:9.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #UvbNcoziTgK4EFg9HhMreM3zZmGgr6CV { width:19.3125rem;height:3.25rem;top:1.271484375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hr9EfeDS06FDWG8XgDBfmHhxLlRkGAin { width:5.1875rem;height:1.1375rem;top:7.3648443222044rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpG7gqJcVfHTbAV0XvHSHPfv7XxMT8b1 { width:5.75rem;height:4.55rem;top:7.365234375rem;left:14.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLD0hAx6cFQXmy20BARTzRreQJt63THF { width:20rem;height:44.875rem;top:6.3124990463256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt6CBHgWvBx6KFkfKUOcWc5lO4nVwZ7h { width:2.9375rem;height:1.4625rem;top:11.712890625rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MvftmyGc79ZWivOMnRW5PpfMDZ7qPN { width:3.0625rem;height:1.1375rem;top:11.8125rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbukdBE92lBGJSgocQWW3n5ldPT6p8hr { width:5.75rem;height:2.625rem;top:13.520833969116rem;left:13.812500834465rem;font-size:0.875rem;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #UVsUeyMC9NgftWTkgh2pwCFahBFLvzpg { display:block; }
 }@media only screen and (max-width: 763px) { #dmMFW2dlogiFwaHCLUxhUqalVOQyZx6v { width:5.875rem;height:11.375rem;top:18.250000953674rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqU60fPFWtlbucTZ2PVP4SCZecGSOt7E { width:6rem;height:21.6125rem;top:18.25rem;left:7.1250000596044rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #Qqd8TskBC0LuayFn5QUGKlMHZVRdTesw { width:5.5rem;height:2.1875rem;top:2.583984375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZFsLJdIVZlUIQk5ccRNxTaaaHWCeTaT { width:12rem;height:1.21875rem;top:52.203126907349rem;left:4.0000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVqTCC2TOPRySagfJFskZAIpPOdaCuSf { top:6.324999809265rem;left:6.0250001549721rem;width:14rem;height:44.75rem;z-index:15154;border-top:0.0625rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXtmcIxE9KtQyI2PPCCKaKePeCEAo2OS { width:1rem;height:1rem;top:52.312501907349rem;left:15.031250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFP7eMCRUULW4MZJ1tTznfTctuUfHIgv { width:18rem;height:22.1875rem;top:2.1875rem;left:0.9375rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #M8uDdhLQi4zQJdCXxT1MLc2MgeN2INxM { width:5.75rem;height:3.4125rem;top:7.365234375rem;left:7.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTn1WwuVBa50dCVVszJZbirv7X05W7qW { width:2.625rem;height:1.4625rem;top:11.6875rem;left:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE8tQ1E4v0slztS4rVk0zER4w0m8U35R { width:3.125rem;height:1.1375rem;top:11.875rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMaMe5cRJLflREzmgPbCMFZD3Oo4PTqe { width:5.75rem;height:2.5625rem;top:13.552734375rem;left:7.125rem;font-size:0.875rem;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #iDTRr7lliedngrXpzfiv9NpNb3Blcs9u { display:block; }
 }@media only screen and (max-width: 763px) { #TFGgPNJmr4wpR33R0fUT5v6CkrsFWacl { width:14rem;height:1.25rem;top:5.3023443222046rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvzX0PDBA4l94W6lwOUBJhv0Qi9EFWAw { width:11.75rem;height:1.1375rem;top:5.4156255722046rem;left:7.4062505364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhI7zEIcTHOEWKQ59D4D7fcJnCeLRkPG { width:10.5625rem;height:0.8941375rem;top:16.4384765625rem;left:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCiTyvM822nCE1sq9FEF1cfTN2z33BK { width:10.5rem;height:0;top:42.33984375rem;left:1.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9HtWoTgqxIzff4wA5sBQwoJBvsqi0rC { width:5.875rem;height:31.85rem;top:18.250000953674rem;left:13.562500536442rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { background-color: transparent; background-image: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .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); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { border-width: 0; border-radius: 0; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxNSQlpFByvGR0XI8lgiIOeqmu7HtF4X { width:2.125rem;height:1.25rem;top:13.4375rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xr4SJxJm3eTlgazyft73gC7m051RBTb8 { width:8.125rem;height:0;top:46.8564453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpPydh7OoVxgH9eOUSxVoml8PPreqrm9 { width:10.8125rem;height:2.6875rem;top:49.7939453125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFGVvC4r042PhLWgKxims0EUTrw8vCdU { display:block; }
 }@media only screen and (max-width: 763px) { #FPo0ruqi65E4MAqOZM1vDxLBV8Pugkdl { width:2.686525rem;height:0;top:31.375rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #dL3075JbfTPxUZHy84TqGshquDlKr8Ts { width:1.875rem;height:0;top:31.9375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #B9Oum5Joixsueh59kUmPqZSh6EVVhBrV { width:4.375rem;height:0;top:19rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #KFwZQqivtvDdT0cZiRJkSNUTZpL9VEEB { width:11.875rem;height:3.125rem;top:22.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #KJOf8ehLtGuthUqdgcRzpXF9C9A8nExW { display:block; }
 }@media only screen and (max-width: 763px) { #fr9J8sIABqGfQzHpgXxTQOTdwQo2z4JT { width:2.686525rem;height:0;top:23.897216796875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwwvXSV0vMoAWNx9H31Usx62EQKC4Pa5 { width:1.875rem;height:0;top:24.584716796875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1ne37i12d5WdDWdg2MCwbz8EviDNwEW { width:4.375rem;height:0;top:26.147216796875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMhsQ9FQqCk6f6qQ2RORnm6fsUVqTHPN { width:11.875rem;height:3.125rem;top:29.022216796875rem;left:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXALnvmgrfCy1EUo0aoDqkRuc7zrOApp { display:block; }
 }@media only screen and (max-width: 763px) { #GemwcDrUqr4KDcpzTupGNXi0u5cHlRGP { width:10rem;height:41.4375rem;top:14.022216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOb3n8ur1atwoz6DuUHFZTcqRaSM9rmf { width:10rem;height:41.25rem;top:5.75rem;left:9.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #Uapneip2JzIKz2y2nTrpG8PJ5Fs4x0Tn { width:20rem;height:1.1375rem;top:18.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xp5QZfqE3a8Nfidwy2v6vAbcXoJeTZZT { width:18.125rem;height:1.1375rem;top:22.625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuAiOQHutUkqoy18ku4QmswF8f05gqQF { width:18.125rem;height:1.1375rem;top:1.4375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORGdl8bEJui4UKp5AryG9AAWTaIWxdI5 { width:18.125rem;height:3.4125rem;top:5.5rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9ocZpzXtdgpw1hNInAwDuRcyqU4TZ2q { width:20rem;height:0.0625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URdMSnX9wMANi4dDzAQashHaTwpTahfe { width:20rem;height:0.0625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixDVtUWzL1QkiBqTP4D72KDPelevTdn5 { width:20rem;height:0.0625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Ml4xX4KledRIeJRoB3VT9W9Nq3Mnke { width:20rem;height:0.0625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGQ3Te91ROQtyyfwxq5wCRp6Q97rfkrR { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;z-index:15153;background-color:rgba(189,189,191,0.5);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) { #IQPRUhmTETvJkn6K6b4gFAnWfd6dHSd5 { width:15.5rem;height:1.95rem;top:45.75rem;left:3.6117187142372rem;font-size:0.75rem;z-index:15015;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GeZu9bBoULtK31GZ96sLKmnAdH55lzXm { width:19.3125rem;height:3.4125rem;top:11.9375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVBSw2nEniWlTsROXlEWFdFeJbe7G3Cb { width:20rem;height:45.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMheh0RpBKRCpNVEkf2aXAWyNMDkvq3K { width:20rem;height:4.55rem;top:26.750000953674rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR0qw2zZqBbTDAl67FshuFcv3zRD1tEs { display:flex;width:1.5rem;height:1.5rem;top:2.875rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #E7VCvoGOV5QKF03FgWcC32xbRpRiqqnD { display:flex;width:1.5rem;height:1.5rem;top:9.375rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #EgZEu0THh6WF7I5d4eM3klgCTqx9F1kd { display:flex;width:1.5rem;height:1.5rem;top:15.9375rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #IrX5uLmw8Vfh8pSvTVZXpJcluqkbhFLE { display:flex;width:1.5rem;height:1.5rem;top:20.0625rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #TX0pTyA5MWdNpdvZTrIWtyxv3sFrCfO8 { display:flex;width:1.5rem;height:1.5rem;top:24.125rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fAFNDysidx1tbh2qmTuMqTPEy66ns0iT { display:flex;width:1.5rem;height:1.5rem;top:31.9375rem;left:16.374999582768rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #H2ypi2W3caT9arTvTc1K11qwctmHwJN5 { display:flex;width:1.5rem;height:1.5rem;top:31.9375rem;left:2.1250000596046rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ud0WQOmoG7I9I0VkwnCLAZth7Lo6tLSz { display:flex;width:1rem;height:1rem;top:3.1875rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mf5GPke1ZstwSQ7ewLPGqzXuBRFql8rK { display:flex;width:1rem;height:1rem;top:9.625rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #UA4avfCvzUyVxhm7MXbWeAbio0xPUdTU { display:flex;width:1rem;height:1rem;top:16.1875rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #FyDTZV8D1rvx0b7n1b5sHrwSXf4cLeg4 { display:flex;width:1rem;height:1rem;top:20.3125rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #rcWDM5FS3B9rdpIVLNMOROORS3xeWI7V { display:flex;width:1rem;height:1rem;top:24.375rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Igy2V9R2l3zwh05eZtswMGbn5x0TZZ83 { width:18rem;height:41.1875rem;top:0rem;left:0.9375rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #B60UaAlU9NTUatc11gQsodJxzBQp0PWI { display:flex;width:1.625rem;height:1.625rem;top:9.375rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #y5TTBoPspS5ACeFnH0hvRn3o0Q6vAhrB { display:flex;width:1.625rem;height:1.625rem;top:15.9375rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Q27Th6u693nS4MZI8Me1Gf2E82uKvnmp { display:flex;width:1.625rem;height:1.625rem;top:20.0625rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Mxrk33NlQOekU35LTqKHAa50k79ssHMl { display:flex;width:1.625rem;height:1.625rem;top:24.125rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #N37Aa6mfWn0nutWPZGmdDyI010vRCz5X { display:flex;width:1.625rem;height:1.625rem;top:31.9375rem;left:9.1875005364419rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #QtFTJCZ4E55G0aioetO88HeVUwBZyGAF { width:1rem;height:1rem;top:48.903121948243rem;left:10.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7gqhbzQwfaFf8eJ9qafM1AdzEHXoS4H { width:3.125rem;height:1.21875rem;top:48.793746948243rem;left:8.4375005364419rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wFfUiHOvCsu5lTnf4bhihDD8DCDU5AdT { display:flex;width:1.625rem;height:1.625rem;top:2.9375rem;left:9.1875005364419rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Jh9yLuoVv9f3HekCMs5mCkh0r8snrSf5 { width:16.4375rem;height:2.275rem;top:34.581249713897rem;left:1.7812500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLVHeFRTFeROdDUXmZ7Mvy1TihT3NgWZ { width:14.875rem;height:2.275rem;top:39.868751525879rem;left:2.5625000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGXaxryFXZrmkKpceOwuHm2DkdNLwX2H { width:20rem;height:0;top:47.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2iRTZOil8rtzHv6mwNPMCxTI9JuisN { width:20rem;height:0;top:55.356253051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOtUMUDMak9usCLF9FtpPn8Q7nR7e3DJ { display:flex;width:1.625rem;height:1.625rem;top:42.731250762939rem;left:16.312499582768rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #w5KReHXIl3aCVWzEzn1H7deTKCwrzsaW { display:flex;width:1.625rem;height:1.625rem;top:37.231246948243rem;left:16.312499582768rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #eXWHa9xlwpdnGfeT9vbiLX14fh5JJQZV { width:20rem;height:0.0625rem;top:33.925001144409rem;left:0rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #kn6KAaKblzZwM3zyqAypWS1zA8wssAQV { display:flex;width:1.125rem;height:1.125rem;top:42.981250762939rem;left:9.4375005364419rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #rZeu6bSVih4IqxAJdn5lXShK6m1lZz5m { display:flex;width:1.125rem;height:1.125rem;top:42.981250762939rem;left:2.5367186665535rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #rAeKTAzAofKRMAyqHbA5Znx1QxTNwMBI { display:flex;width:1.125rem;height:1.125rem;top:37.59375rem;left:2.5367186665535rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XDGPwauWX56VaTsKzuAyOGo0HrAPecyF { display:flex;width:1.125rem;height:1.125rem;top:37.5625rem;left:9.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #zZP50sSOFXt8atd75kS8I2CETEANiKBd { width:20rem;height:0.0625rem;top:39.092969894409rem;left:0rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb { display:block; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { background-color: transparent; background-image: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .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); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { border-width: 0; border-radius: 0; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { width:18.125rem;height:4.2rem;top:1.21875rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #ffZUnx6NLcm31n0zn19GS4Ca9a9M2oXu { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ml00zeZn4xZvcn1sK6JxKbW9S0hXQrXR { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX9yd5054hmBqpZgK3dmNx423TyHUczo { display:block; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { width:20rem;height:6.5625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { background-color: transparent; background-image: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .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); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { border-width: 0; border-radius: 0; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3TutmhzptgEP9FZz3i2RZkZNAh863RQ { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #tgTxFgAZkcKzdPSwTu8TPVloRlgyH07E { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUSmqBeMFo1couJlnVeus8XXigVAekJV { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zydNhZKWJTBS2CTMU7JmM55I25SivcKq { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { display:block; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { width:20rem;height:10.5rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7b3sI0J0P2gCDclERToB7XRV7tKNXBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { background-color: transparent; background-image: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .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); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { border-width: 0; border-radius: 0; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oaul1NfMl2IA5WefedtiTesZJRU2Hq8U { width:18.125rem;height:4.2rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #v1spuIoWLenzalvNMEbgPm4rSMJGGaUh { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H79t02zUKOQgiMDtCXnTDIDvryHp2Gf0 { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H0UislrHdvlksQa7WULCTcGyiu6OihJX { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { display:block; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { width:20rem;height:7.875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { background-color: transparent; background-image: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container > .video-iframe-container { display: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { display: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .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); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { border-width: 0; border-radius: 0; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { display:block; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { width:20rem;height:5.25rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { border-width: 0; border-radius: 0; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { display:none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { width:20rem;height:5.25rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { background-color: transparent; background-image: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .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); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { border-width: 0; border-radius: 0; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { width:18.125rem;height:1.4rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #iTA27URoM5wrOnLwtinqzNDdLU0TRxa6 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l42ud1srNy9b7lytalPWpPuFqHJZaN75 { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyyX712Cke39zOrtJGy4I854KDLSKSls { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU70M1niPPkLgipCVElk2psZnm6CT0Pr { display:block; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOEO66JbsRWrTdbsv52zMT99hU2twzlU { width:20rem;height:10.5rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { display:block; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }