.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:6.375rem;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:0.9375rem;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; }
#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 { 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 !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#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 { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { color:rgba(255,255,255,0.95);display:block;width:53.125rem;position:absolute;font-family:"source sans pro semibold";font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:10.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 { 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; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { background-color: transparent; background-image: none; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container > .video-iframe-container { display: none; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row > .video-iframe-container { display: none; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .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); }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { border-width: 0; border-radius: 0; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#BX0Qx70JfkCkEJoptMo8iclGSTAn6vww { position:absolute;display:block;z-index:14998;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0.0625rem solid #233443;border-right:0.1875rem solid #233443;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:18.875rem;top:15.974506378174rem;left:18.625358581543rem;display:block; }
#mVH6J3MKx0pfT8lFEQ7cOJQvlBgTmT0I { position:absolute;display:block;z-index:15001;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.5rem;width:37.625rem;top:2.3116264343262rem;left:18.717876434326rem;display:block; }
#iAnQxdNqwDlWnQI40mv4OzSw9VPqo4bI { color:rgba(255,255,255,0.8);display:block;width:4.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:31.375rem;height:1.625rem;display:block; }
#PLrDJ2KHi8oiFwZqwn4L9sNcCW7tpgyD { color:#4cd964;display:block;width:8rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:35.6875rem;height:1.625rem;font-style:normal;display:block; }
#EKztzEOWKSJQQPGIraqZad1mXEcyrtl2 { color:rgba(255,255,255,0.95);display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.4375rem;height:3.9rem;display:block; }
#cTfbFlbAQCB63f7ROJoRUUdWm7IvgbV8 { color:rgba(255,255,255,0.8);display:block;width:13.0615rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.332288742066rem;left:30.998146057129rem;height:1.1375rem;font-style:normal;display:block; }
#TMJmksFKUsoDAnw7HHXsIyWrdNKPPJ3T { color:rgba(255,255,255,0.95);display:block;width:8.8125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3125rem;left:34.8125rem;height:2.6rem;display:block; }
#vqxfxiZEQAhEamaoXqFT1p8bDIaeMkac { 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:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2495rem;height:2.999075rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.374074935913rem;left:29.403526306153rem;display:block; }
#EdLTfBQsmP081JAkzl9pq7VZyNuKozZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUX62lToaGTuUIovt9cXVhK1hZm1oXsy { position:absolute;display:block;z-index:14997;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0;border-right:0.0625rem solid #233443;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:18.75rem;top:15.9150390625rem;left:37.4375rem;display:block; }
#nTT0OVgTRNFxGw9XpAlKXdPSTCIg5Lva { color:rgba(255,255,255,0.95);display:block;width:9.875rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.2490234375rem;left:24.75rem;height:2.6rem;display:block; }
#JcNLQKuM9EqxitBm3U6s3TRavpFqAAvk { color:rgba(255,255,255,0.95);display:block;width:5.3125rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.373817443847rem;left:20.187034606934rem;height:3.9rem;display:block; }
#oF8uAVVT5IOsA2z6GceFIMqnp6UBQT3f { background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.3125rem;left:20rem;display:block; }
#kkr0kLLXbJL9MFXZ9RWsiDktzfl4nZC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBD45sJCii1TUZCqcT7MeRAibBRBxVGB { color:#ffbe00;display:block;width:3.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.625rem;left:20.25rem;height:1.21941875rem;text-align:left;text-align-last:left;display:block; }
#MuBxKqdQwFAVupPb1gx3gTCve65QCeJV { color:#121a21;display:block;width:10.749875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.490234375rem;left:33.122169494629rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzBDA1uLZGQ1gAidwW9mpaKZghJWodKo { color:#ffbe00;display:block;width:3.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.625rem;left:38.875rem;height:1.21941875rem;text-align:left;text-align-last:left;display:block; }
#taX7NdQZhRdf2c2oR3q5fEM9BFOgc5lw { color:rgba(255,255,255,0.95);display:block;width:4.8125rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.373817443847rem;left:38.811111450195rem;height:3.9rem;display:block; }
#RlcMpERtzFEE3s0vbBLIcnHwQPizpsyU { color:rgba(255,255,255,0.95);display:block;width:8.8125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.25rem;left:43.5rem;height:2.6rem;display:block; }
#Ntqh8EO03tKbcrVxHSzLSTaN3hgd6akH { background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.3125rem;left:38.625rem;display:block; }
#H70Aom6h8rQd1ZmzNv0M9pHFPe5WFboT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HazfHGwtQRKvQMIMTiXWBrAdnkyOoJpI { color:#ffbe00;display:block;width:13.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.624691009521rem;left:41.374687194824rem;height:1.21941875rem;text-align:left;text-align-last:left;display:block; }
#hAkWBTSy1didF0uCyemlRwT0ISSZTKFB { color:#ffbe00;display:block;width:14rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.6552734375rem;left:22.9375rem;height:1.21941875rem;text-align:left;text-align-last:left;display:block; }
#Lxbf1Z2ILrJw0TtnlDStyczou82wta0i { color:rgba(255,255,255,0.8);display:block;width:17.25rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.125rem;left:20.25rem;height:3.4125rem;font-style:normal;display:block; }
#HlaalL9psaNRk86129EfftvE6Fe7CiPA { color:rgba(255,255,255,0.8);display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.125rem;left:38.875rem;height:3.4125rem;font-style:normal;display:block; }
#EJiOUEsC4LJ496BoNzO2mKPZbm3bRxcU { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.999946594238rem;left:22.499534606934rem;height:1.05625rem;font-style:normal;display:block; }
#cRxxz0BaZw5LNfDBbNwLPyWbUIT4kzIB { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4rem;top:19.875rem;left:32.625rem;overflow:hidden;display:block; }
#Grsvt6FRo7XLSo7wFBssETm4CiCRrPqx { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:20.999946594238rem;left:41.280014038086rem;height:1.05625rem;font-style:normal;display:block; }
#bFzcflA7FgknCrltHyPhb3JPdsLTXn2S { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4rem;top:19.875rem;left:51.53125rem;overflow:hidden;display:block; }
#qvBpGuTygVnxkQndeTZKgTEHNdqFXd0H { position:absolute;display:block;z-index:14998;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0;border-right:0.0625rem solid #233443;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:37.5625rem;top:3.8111639022827rem;left:18.625rem;display:block; }
#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 { 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; }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row .container { background-color: transparent; background-image: none; }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row .container > .video-iframe-container { display: none; }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row > .video-iframe-container { display: none; }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .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); }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row .container { border-width: 0; border-radius: 0; }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#n79PNn0ltmFd0tnxVFRNxKf8qKMtRNVr { color:rgba(255,255,255,0.8);display:block;width:31.6875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:20.4375rem;height:9.9625rem;font-style:normal;overflow:hidden;display:block; }#n79PNn0ltmFd0tnxVFRNxKf8qKMtRNVr li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#n79PNn0ltmFd0tnxVFRNxKf8qKMtRNVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
#sOFIdsz2cWMoTMvcc0fabcVlDVWcHarv { color:rgba(255,255,255,0.8);display:block;width:30.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.0625rem;left:21.8125rem;height:4.55rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#qkfJBrgLbTDGWzWZq6G4TJw5FJNeTPFP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.8;top:20rem;left:20.3125rem; }
#ccvnNf3RERvHtzW2XNEXhuEOvXDCcUFO { color:rgba(255,255,255,0.8);display:block;width:36.374375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1943359375rem;left:19.3115234375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#F0TFk3sIwbfkWWpn3KOu8Pn8XTTsSdf5 { color:rgba(255,255,255,0.8);display:block;width:36.81125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:20.4375rem;height:4.4125rem;font-style:normal;overflow:hidden;display:block; }#F0TFk3sIwbfkWWpn3KOu8Pn8XTTsSdf5 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#F0TFk3sIwbfkWWpn3KOu8Pn8XTTsSdf5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
#sRKybNxTxRFGN8hLA8BysBNcvQbibL4c { position:absolute;display:block;z-index:15001;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid #233443;border-right:0.0625rem solid #233443;border-bottom:0.0625rem solid #233443;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:25.9375rem;width:37.5625rem;top:0rem;left:18.59375rem;display:block; }
#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb { 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; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { border-width: 0; border-radius: 0; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:none; }#Z6fytmQbrQ7zdcKd3FoTQm0C5afJaZIZ { position:absolute;display:block;z-index:14998;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0.0625rem solid #233443;border-right:0.1875rem solid #233443;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:36.0625rem;width:18.8125rem;top:2.3115234375rem;left:18.6865234375rem;display:block; }
#OUEHrWNXSbI49vFHQGrx80mfiATgk51B { position:absolute;display:block;z-index:15001;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.5rem;width:18.9375rem;top:2.3125rem;left:18.71875rem;display:block; }
#d1lpqnMxohAzP2B1c3TOJ6hlpAml9AnT { color:rgba(255,255,255,0.8);display:block;width:4.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:20.25rem;height:1.6253875rem;display:block; }
#U5SOIIEBADEOxCdra8Mvub9wI6A1s2AJ { color:#4cd964;display:block;width:8rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:24.5625rem;height:1.6253875rem;font-style:normal;display:block; }
#oKnuS393n0Z7OxKTSAGuwKtxFSTX6erU { color:rgba(255,255,255,0.95);display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:20.25rem;height:3.9rem;display:block; }
#h4XOPAeJsaGhn2TnkW19h2JpfqknuktO { color:rgba(255,255,255,0.8);display:block;width:13.0625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.375rem;left:20.1875rem;height:1.1375rem;font-style:normal;display:block; }
#WUG1uAXVSZi5zhkmTvTFeXkPEEJB4Kow { color:rgba(255,255,255,0.95);display:block;width:8.8125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3994140625rem;left:23.625rem;height:2.59816875rem;display:block; }
#wN3lK43FF3F2LQT8s7xoN9NT4w04Ji3S { 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:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.625rem;left:20rem;display:block; }
#TZkya9H7RaWdftX06DSPy414Tf323L1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7VZWwZTBIVA3ihEyHMKJ9aUqFuZPMXg { color:rgba(255,255,255,0.95);display:block;width:13.1875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.7734375rem;left:20.4375rem;height:1.1375rem;display:block; }
#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr { color:rgba(255,255,255,0.8);display:block;width:13.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.499610900879rem;left:20.25rem;height:7.82275rem;font-style:normal;overflow:hidden;display:block; }#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
#EdDay0wR1Jll68LnubQSeMsAyTfw7ax2 { position:absolute;display:block;z-index:14997;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0;border-right:0.0625rem solid #233443;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:34.625rem;width:18.875rem;top:3.75rem;left:37.4990234375rem;display:block; }
#blDdELtmBcFtx2vvmDakWCDcBNWHuBRT { color:rgba(255,255,255,0.8);display:block;width:7.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:5.0625rem;left:43.1875rem;height:1.6253875rem;font-style:normal;display:block; }
#eagXEE5rXqfaQuIuuoHW1RLQKhmPhork { color:rgba(255,255,255,0.95);display:block;width:8.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.375rem;left:42.25rem;height:2.59816875rem;display:block; }
#JBzXiZE9FeAa2WBwZmxeV9TMRHkH83TG { color:rgba(255,255,255,0.8);display:block;width:13.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:10.375rem;left:38.875rem;height:1.1375rem;font-style:normal;display:block; }
#V9MW61wCPvu6n9sifxmeBLmv3Dswv97u { 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:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:12.625rem;left:38.84375rem;display:block; }
#PO2uRSlMfhSoN0Zyc4BFZF7eRcXISEv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#znybfB1UKDLBX9PDTD9VoxpxMrDOnGv0 { color:rgba(255,255,255,0.95);display:block;width:10.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.75rem;left:39.0625rem;height:1.1375rem;display:block; }
#wRSKZ1yT7JwR6gmKOgaET3y73aa86ZDm { color:rgba(255,255,255,0.8);display:block;width:4.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.0625rem;left:38.875rem;height:1.6253875rem;display:block; }
#oaEIBhExc3pWhmUM8GMv75TC4HB8aGGy { color:rgba(255,255,255,0.95);display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.5rem;left:38.875rem;height:3.9rem;display:block; }
#aHlfvcloG4wrJMsIXpZtdeyVUneruGpF { color:rgba(255,255,255,0.95);display:block;width:13.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20rem;left:39.0625rem;height:6.8230625rem;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;overflow:hidden;display:block; }
#I9TnWJ73sS8hDP6QtJGq2k8udsTSqRtc { color:rgba(255,255,255,0.8);display:block;width:13.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.999214172363rem;left:20.4375rem;height:6.8230625rem;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;overflow:hidden;display:block; }
#qi1aSbkp0GfsP4gZvJdqVILdFOFIK8OC { color:#121a21;display:block;width:10.75rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.494140625rem;left:22.71875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeZGcg0VTVL4BDPilKKCftlHDP8blUwI { 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.62448625rem;width:0.87376875rem;top:9.1231493949888rem;left:59.373710632324rem;display:block; }
#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c { 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; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { background-color: transparent; background-image: none; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container > .video-iframe-container { display: none; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row > .video-iframe-container { display: none; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .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); }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { border-width: 0; border-radius: 0; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#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:9.0625rem;width:75rem;position:relative;display:block; }#ZwfVHqkcVX8uqbGX7UxWpRPH1oP79siX { color:rgba(255,255,255,0.95);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7420845031738rem;left:0rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { background-color: transparent; background-image: none; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container > .video-iframe-container { display: none; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row > .video-iframe-container { display: none; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .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); }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { border-width: 0; border-radius: 0; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#AG8SgRbQonvTBBrdxbykKSOTimoDXegL { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:31.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#xATUzB9kXFUtL5UU2L4d8ciq7rXSQcxq { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:14.4375rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAlwHBv4QQaJ6cPPoI6fHAuROtxWZpDD { background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162029;border-left:0.0625rem solid #162029;border-right:0.0625rem solid #162029;border-bottom:0.0625rem solid #162029;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.8);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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11rem;left:24.0625rem;display:block; }
#PbQ0Kr5TdNkwxH6SxK0kJQQBGllTo5lO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pe8iHfhia3OKdRiSt5sTNXcqWzkpqgJV { background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162029;border-left:0.0625rem solid #162029;border-right:0.0625rem solid #162029;border-bottom:0.0625rem solid #162029;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.8);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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11rem;left:29.9375rem;display:block; }
#QEZrAFqybRgt2nrtkbUli2TmlSb6ckxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThOQWBf4t18M0IoQeFtOxW9iNMiR4E6U { background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162029;border-left:0.0625rem solid #162029;border-right:0.0625rem solid #162029;border-bottom:0.0625rem solid #162029;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.8);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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11rem;left:37rem;display:block; }
#VpapKWwwQa0xG3vupxIJPQkVeAiZMErm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gu7I32mRS1RPDxC4n0BNpVbhhesc5yTG { background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162029;border-left:0.0625rem solid #162029;border-right:0.0625rem solid #162029;border-bottom:0.0625rem solid #162029;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.8);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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11rem;left:42.25rem;display:block; }
#uwqdeTkQQRTXoTkx4ThqnleXanP0LlFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { background-color: transparent; background-image: none; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container > .video-iframe-container { display: none; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row > .video-iframe-container { display: none; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .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); }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { border-width: 0; border-radius: 0; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#AHA3yLpqcICq3NIXfWs0of5hQBQZiwyK { position:absolute;display:block;z-index:15000;height:20.875rem;width:75rem;top:0.68750572204588rem;left:0rem;display:block; }
#VqETn2TAQVuWp4xopJiWLef8Ctg7Q2iK { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);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:20.875rem;width:6.75rem;top:0.6875rem;left:68.25rem;display:block; }
#tKKx2tLXhvlh8kSsuMA46H7ggETnIIp7 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));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:20.875rem;width:6.75rem;top:0.6875rem;left:0rem;display:block; }
#KuRde8Ofa8ZdJh7hFgPEoeFTZqDR3Fot { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.1875rem;left:0rem; }
#HL3Vo3FAwhkPor1MxT5G6WVoMh0FWpcQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.1875rem;left:73rem; }
#FJ45FeimZXkFBfOXR0nlocULGOIITGM6 { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0Fda4zZbhIJIkMFvLvhCl9o3cSZMGMA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:23.5rem;left:46.0625rem;overflow:hidden;display:block; }
#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { background-color: transparent; background-image: none; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container > .video-iframe-container { display: none; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row > .video-iframe-container { display: none; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .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); }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { border-width: 0; border-radius: 0; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#MQDanecq8LTFqyL3LvxyuLrI6V0JpJHs { position:absolute;display:block;z-index:15000;height:20.875rem;width:75rem;top:1rem;left:0rem;display:block; }
#cnCE8pTpPgJIGUo7lqitLnAr6BMInUL3 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);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:20.875rem;width:6.75rem;top:1rem;left:68.25rem;display:block; }
#L4WTToawNTwKNlA5Qk7ViWRZJSdbOoAL { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));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:20.875rem;width:6.75rem;top:1rem;left:0rem;display:block; }
#p39VVRFsqLx2rdTcl3mrgqfBHTeqpMIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.1875rem;left:0rem; }
#qz0DrD1PVPtgI0BSt6vVhzgGfcpTs19N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.1875rem;left:73rem; }
#zTon7FNh8y4i1ckL3ULGKzHP6O9E6zAM { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibWgIb9BNPGaMq2ATkB9rv51qkt0KMxq { 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.3125rem;width:1.25rem;top:23.5rem;left:46.0625rem;overflow:hidden;display:block; }
#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { background-color: transparent; background-image: none; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container > .video-iframe-container { display: none; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row > .video-iframe-container { display: none; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .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); }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { border-width: 0; border-radius: 0; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#PwcJXV5HMQId5Xx78S6ogS1wfn8TyXEf { position:absolute;display:block;z-index:15000;height:20.875rem;width:75rem;top:1.3125rem;left:0rem;display:block; }
#N5ncxzvZX9bdlnvuoyDUOKUATWqKT8lW { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);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:20.875rem;width:6.75rem;top:1.3125rem;left:68.25rem;display:block; }
#lrALAhTJO6l8fzvs8PMtVkMUls2sLOkF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));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:20.875rem;width:6.75rem;top:1.3125rem;left:0rem;display:block; }
#b9u87ERMXXHMIZHJF43pTToOuVdQCwKI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.5rem;left:0rem; }
#R2GXBMvO6sbGrtZaoHQp3ZSaXXqRN0sH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.75rem;left:73rem; }
#WlphxoKZ7OqrD1aTsoresKpatowV2gcE { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhaW9dLgvIlpqAIkkc77JGmf3LQVINmK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:23.5rem;left:46.0625rem;overflow:hidden;display:block; }
#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { background-color: transparent; background-image: none; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container > .video-iframe-container { display: none; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row > .video-iframe-container { display: none; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .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); }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { border-width: 0; border-radius: 0; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#vOFX8PbbTsH1vcpcaqO4whA4ApXJZADS { position:absolute;display:block;z-index:15000;height:20.875rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#sAtJkhTG7qd6spW3onc8mdKwlUupBQtH { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);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:20.875rem;width:6.75rem;top:1.0625rem;left:68.25rem;display:block; }
#lVnsecF3VPkgCzmb7IqMkh8SsbVVrfRp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));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:20.875rem;width:6.75rem;top:1.0625rem;left:0rem;display:block; }
#StXu6siECH6HnLq5LtdR2TGekCUJIUPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.25rem;left:0rem; }
#d889Mynsb8zCdt6c5UT4z2SAJvdQFimo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.25rem;left:73rem; }
#cs5rekMRsNQcf8tsMe9Blh2hogvgSnD8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:23.5rem;left:46.0625rem;overflow:hidden;display:block; }
#LTaVSEI7F3PfBBpUelXrTGgf613hecA6 { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hteSa4B52Irv4wHrJoDAggpnUy1ogvam { 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; }#hteSa4B52Irv4wHrJoDAggpnUy1ogvam > .row .container { border-width: 0; border-radius: 0; }#hteSa4B52Irv4wHrJoDAggpnUy1ogvam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hteSa4B52Irv4wHrJoDAggpnUy1ogvam > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:none; }#yUiRqdDcKEDIDSncFCnHFH0r2aQyaaUQ { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.4375rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1wvWy7c0JWVkGgHLX4x5AJo0yJTBrN7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:7.5rem;top:1.5625rem;left:33.75rem;overflow:hidden;display:block; }
#d16eJai84T6uPhHLc7PkdylHd5pFdXfV { color:rgba(255,255,255,0.8);display:block;width:50.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.25rem;left:12.4375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8V2JlwQaSSpPzHCBGGsHHLSU3pN1xe1 { 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; }#T8V2JlwQaSSpPzHCBGGsHHLSU3pN1xe1 > .row .container { border-width: 0; border-radius: 0; }#T8V2JlwQaSSpPzHCBGGsHHLSU3pN1xe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8V2JlwQaSSpPzHCBGGsHHLSU3pN1xe1 > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:none; }#pT2SpzVAROl3R7icbZ1Wm1GqFcu7VImv { position:absolute;display:block;z-index:15000;height:32.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#eZTREEyyK7LSN8J3t6cfURKO37sd4JcE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #121a21);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:32.625rem;width:6.75rem;top:0rem;left:68.25rem;display:block; }
#gWlCUXvoo3lFPBasPE3PxQUq6IAHKM5q { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #121a21, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #121a21, rgba(0,0,0,0));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:32.625rem;width:6.75rem;top:0rem;left:0rem;display:block; }
#C42yWdcvcDmeSJC1TlqbqgCAlW08LhFN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.3125rem;left:0rem; }
#sU5sttxGNnzefhkiZ96ulZHvaz1cRqCB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.3125rem;left:73rem; }
#Wqa5CtNXM0StXqrPp3UnZK9FM7gEmALV { color:#00dcff;display:block;width:13.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:35.1875rem;left:30.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uETaBL0ByE44v3kNTeCDl5NbV8U6bBOw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:35.1875rem;left:43.75rem;overflow:hidden;display:block; }
#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { 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; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { background-color: transparent; background-image: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container > .video-iframe-container { display: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container { display: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .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); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { border-width: 0; border-radius: 0; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { 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:33.4375rem;width:50rem;top:0rem;left:37.512447638994rem;overflow:hidden;display:block; }
#JkMCwzbtztiQaoCnONgddTIs33cFTIRO { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { color:rgba(255,255,255,0.95);display:block;width:28rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.625rem;left:0rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { color:rgba(255,255,255,0.8);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.8125rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { background-color: transparent; background-image: none; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container > .video-iframe-container { display: none; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row > .video-iframe-container { display: none; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .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); }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { border-width: 0; border-radius: 0; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#xKhSaIFUEHWNWqNDHZ5aPOHrHDQM9cAy { 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:29.3125rem;width:50rem;top:0rem;left:-11.875rem;overflow:hidden;display:block; }
#hitQ8hT1IcA9MKrUnJeBKfWgprIZleCv { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.8125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#ShunBvOQ9DGyDnRDexpq9L2KavxfkxwT { color:rgba(255,255,255,0.95);display:block;width:34.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.1875rem;left:40.8125rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMVOA2RxEzkT3JgRpToRo5ElRmOrpaBG { color:rgba(255,255,255,0.8);display:block;width:30.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.375rem;left:40.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcdMJxOTATeeHgAoFhZwvSESqqbkV5Gv { color:#00dcff;display:block;width:18.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEo8u8MGhW6LWhinkOUEwCWN07wCRAPA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:24.5625rem;left:58.5625rem;overflow:hidden;display:block; }
#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { position:relative;display:block; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { background-color: transparent; background-image: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container > .video-iframe-container { display: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row > .video-iframe-container { display: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .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); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { border-width: 0; border-radius: 0; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CNp9LGLSByuE9BU55geqrnZs3rXaDl5H { 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:33.375rem;width:50rem;top:0rem;left:37.425770225776rem;overflow:hidden;display:block; }
#n7MonrxwLoHdTNR4yHGgKlM4wvuA2RdG { color:#00dcff;display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#AsxVOF9TBI0SwHGZNLaCu5h2xeKre1MP { color:rgba(255,255,255,0.95);display:block;width:31.3125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:11.625rem;left:0rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZAEFHmEDDPOgRSMD73UK8GUTRsO0ppU { color:rgba(255,255,255,0.8);display:block;width:30.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.8125rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { background-color: transparent; background-image: none; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container > .video-iframe-container { display: none; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row > .video-iframe-container { display: none; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .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); }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { border-width: 0; border-radius: 0; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#ugmSweXHtX6vMaIxg7LiJsKnClaaBMd0 { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:31.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#r7Sf9AFH8CmiXimLNoDKzff3bWs2noE6 { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:14.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vnaz0CKlT1FXynNIC7XiOw3KCp5KqBxV { color:rgba(255,255,255,0.8);display:block;width:50.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:12.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBUTT7rkzOyqpkBqn6VyJhKNR3PIOBOZ { position:absolute;display:block;z-index:15007;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:25.3125rem;display:block; }
#Qt43AKDxGSQNAPwSXG8maMDlqIloHh5G { 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:4.5625rem;width:4.5rem;top:17.6875rem;left:35.25rem;overflow:hidden;display:block; }
#em2zWOV47Q39BcVT6llzyntmtTEQxLZ1 { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.15625rem;height:1.7501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmioygbepBd41Aqr3TOyAAgD1mc6lWxv { position:absolute;display:block;z-index:15010;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:50.625rem;display:block; }
#T8pTmArSTlaIBJkdXT0xdc8PpnNKszPK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:17.6875rem;left:60.5625rem;overflow:hidden;display:block; }
#Cp8JoU21liUgeWAQTFb2xFWbgJWIUmv3 { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:24.125rem;left:52.46875rem;height:1.7501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ea6CkOJieG5s2KgAU55VpusBn3VGi4g3 { position:absolute;display:block;z-index:15010;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:0rem;display:block; }
#v98rVKtflaDTvlW3MQUHXsRxJraoIOMN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:17.6875rem;left:9.9375rem;overflow:hidden;display:block; }
#dnvnZ342s2RDeoq6SLTrwDJWyMgdS9Xz { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:23.25rem;left:1.875rem;height:3.5002rem;font-style:normal;text-align:center;text-align-last:center;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.0625rem;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:4.5rem;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.50020625rem;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:6.0625rem;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:4.5rem;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; }#mFvN8WWQUu9wrA7tDDcV89vEGTee1rkc { color:#bdbdbf;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; }
#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; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { background-color: transparent; background-image: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .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); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { border-width: 0; border-radius: 0; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#zwRmvEGxqt8BlrxtDKBtRxfNqdip7Ccc { 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:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5rem;left:29.25rem;display:block; }
#iRTzUUoX0x4n8qJImG3kRTGcFLqDW8KK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2IHoFeNbN5BziJptewPUGX7KF2bHAhL { 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.5625rem;width:1.5rem;top:2.25rem;left:42.5625rem;overflow:hidden;display:block; }
#WgKIzL8qATWBTqA2DltXQKWkqPflnsEe { position:absolute;display:block;z-index:15006;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:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3rem;width:12.5rem;top:1.5rem;left:33.3125rem;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:4.5rem;height:1.75rem;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) { #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) { #z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 { display:none; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BX0Qx70JfkCkEJoptMo8iclGSTAn6vww { top:15.9375rem;left:4.8125rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVH6J3MKx0pfT8lFEQ7cOJQvlBgTmT0I { top:2.25rem;left:0rem;width:37.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnQxdNqwDlWnQI40mv4OzSw9VPqo4bI { top:4.8125rem;left:19.1875rem;width:4.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLrDJ2KHi8oiFwZqwn4L9sNcCW7tpgyD { top:4.8125rem;left:15.9375rem;width:7.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKztzEOWKSJQQPGIraqZad1mXEcyrtl2 { top:6.4375rem;left:19.875rem;width:4rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTfbFlbAQCB63f7ROJoRUUdWm7IvgbV8 { top:10.3125rem;left:10.875rem;width:13rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMJmksFKUsoDAnw7HHXsIyWrdNKPPJ3T { top:7.3125rem;left:15.125rem;width:8.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqxfxiZEQAhEamaoXqFT1p8bDIaeMkac { width:16.1875rem;height:2.9375rem;top:12.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLTfBQsmP081JAkzl9pq7VZyNuKozZn { display:block; }
 }@media only screen and (max-width: 763px) { #hUX62lToaGTuUIovt9cXVhK1hZm1oXsy { top:15.875rem;left:5.0625rem;width:18.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTT0OVgTRNFxGw9XpAlKXdPSTCIg5Lva { top:18.1875rem;left:14rem;width:9.875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNLQKuM9EqxitBm3U6s3TRavpFqAAvk { top:17.3125rem;left:13.374534606934rem;width:5.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8uAVVT5IOsA2z6GceFIMqnp6UBQT3f { width:16.25rem;height:3rem;top:27.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkr0kLLXbJL9MFXZ9RWsiDktzfl4nZC2 { display:block; }
 }@media only screen and (max-width: 763px) { #yBD45sJCii1TUZCqcT7MeRAibBRBxVGB { top:16.625rem;left:13.4375rem;width:3.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuBxKqdQwFAVupPb1gx3gTCve65QCeJV { top:2.4375rem;left:13.125rem;width:10.6875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzBDA1uLZGQ1gAidwW9mpaKZghJWodKo { top:16.5625rem;left:23.875rem;width:3.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taX7NdQZhRdf2c2oR3q5fEM9BFOgc5lw { top:17.3125rem;left:23.875rem;width:4.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlcMpERtzFEE3s0vbBLIcnHwQPizpsyU { top:18.1875rem;left:23.875rem;width:8.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntqh8EO03tKbcrVxHSzLSTaN3hgd6akH { width:16.25rem;height:3rem;top:27.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H70Aom6h8rQd1ZmzNv0M9pHFPe5WFboT { display:block; }
 }@media only screen and (max-width: 763px) { #HazfHGwtQRKvQMIMTiXWBrAdnkyOoJpI { top:16.5625rem;left:23.875rem;width:13.4375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAkWBTSy1didF0uCyemlRwT0ISSZTKFB { top:16.625rem;left:9.875rem;width:14rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxbf1Z2ILrJw0TtnlDStyczou82wta0i { top:23.125rem;left:6.625rem;width:17.25rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlaalL9psaNRk86129EfftvE6Fe7CiPA { top:23.0625rem;left:23.875rem;width:17.25rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiOUEsC4LJ496BoNzO2mKPZbm3bRxcU { top:12.5rem;left:37.4228515625rem;width:7.499rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRxxz0BaZw5LNfDBbNwLPyWbUIT4kzIB { width:3.0625rem;height:2.125rem;top:11.8228515625rem;left:18.853125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grsvt6FRo7XLSo7wFBssETm4CiCRrPqx { top:12.5rem;left:37.4228515625rem;width:7.499rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFzcflA7FgknCrltHyPhb3JPdsLTXn2S { width:3.0625rem;height:2.125rem;top:11.8228515625rem;left:18.853125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvBpGuTygVnxkQndeTZKgTEHNdqFXd0H { top:3.75rem;left:0rem;width:37.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 { display:none; }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n79PNn0ltmFd0tnxVFRNxKf8qKMtRNVr { top:9.3125rem;left:6.8125rem;width:31.625rem;height:9.9375rem;font-size:0.6875rem;display:none; }#n79PNn0ltmFd0tnxVFRNxKf8qKMtRNVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #sOFIdsz2cWMoTMvcc0fabcVlDVWcHarv { top:20.0625rem;left:8.1875rem;width:30.25rem;height:4.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkfJBrgLbTDGWzWZq6G4TJw5FJNeTPFP { width:1.1875rem;height:1.1875rem;top:20rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccvnNf3RERvHtzW2XNEXhuEOvXDCcUFO { top:1.1875rem;left:5.6865234375rem;width:36.3125rem;height:2.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0TFk3sIwbfkWWpn3KOu8Pn8XTTsSdf5 { top:4.5625rem;left:6.8125rem;width:36.75rem;height:4.375rem;font-size:0.6875rem;display:none; }#F0TFk3sIwbfkWWpn3KOu8Pn8XTTsSdf5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #sRKybNxTxRFGN8hLA8BysBNcvQbibL4c { top:0rem;left:4.96875rem;width:37.5625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb { display:none; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z6fytmQbrQ7zdcKd3FoTQm0C5afJaZIZ { top:2.25rem;left:4.8125rem;width:18.8125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEHrWNXSbI49vFHQGrx80mfiATgk51B { top:2.3125rem;left:5.125rem;width:18.9375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1lpqnMxohAzP2B1c3TOJ6hlpAml9AnT { top:5.0625rem;left:13.4375rem;width:4.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5SOIIEBADEOxCdra8Mvub9wI6A1s2AJ { top:5.0625rem;left:15.875rem;width:8rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKnuS393n0Z7OxKTSAGuwKtxFSTX6erU { top:6.5rem;left:13.4375rem;width:4.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4XOPAeJsaGhn2TnkW19h2JpfqknuktO { top:10.375rem;left:10.8125rem;width:13.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUG1uAXVSZi5zhkmTvTFeXkPEEJB4Kow { top:7.375rem;left:15.0625rem;width:8.8125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3lK43FF3F2LQT8s7xoN9NT4w04Ji3S { width:16.25rem;height:3rem;top:12.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZkya9H7RaWdftX06DSPy414Tf323L1c { display:block; }
 }@media only screen and (max-width: 763px) { #Z7VZWwZTBIVA3ihEyHMKJ9aUqFuZPMXg { top:17.75rem;left:10.6875rem;width:13.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr { top:27.4375rem;left:9.9375rem;width:13.9375rem;height:7.8125rem;font-size:0.6875rem;display:block; }#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #EdDay0wR1Jll68LnubQSeMsAyTfw7ax2 { top:3.75rem;left:4.9375rem;width:18.875rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blDdELtmBcFtx2vvmDakWCDcBNWHuBRT { top:5.0625rem;left:23.875rem;width:7.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eagXEE5rXqfaQuIuuoHW1RLQKhmPhork { top:7.375rem;left:23.875rem;width:8.125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzXiZE9FeAa2WBwZmxeV9TMRHkH83TG { top:10.375rem;left:23.875rem;width:13.3125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MW61wCPvu6n9sifxmeBLmv3Dswv97u { width:16.25rem;height:3rem;top:12.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO2uRSlMfhSoN0Zyc4BFZF7eRcXISEv1 { display:block; }
 }@media only screen and (max-width: 763px) { #znybfB1UKDLBX9PDTD9VoxpxMrDOnGv0 { top:17.75rem;left:23.875rem;width:10.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRSKZ1yT7JwR6gmKOgaET3y73aa86ZDm { top:5.0625rem;left:23.875rem;width:4.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaEIBhExc3pWhmUM8GMv75TC4HB8aGGy { top:6.5rem;left:23.875rem;width:4.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHlfvcloG4wrJMsIXpZtdeyVUneruGpF { top:20rem;left:23.875rem;width:13.9375rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TnWJ73sS8hDP6QtJGq2k8udsTSqRtc { top:19.9375rem;left:9.9375rem;width:13.9375rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi1aSbkp0GfsP4gZvJdqVILdFOFIK8OC { top:2.4375rem;left:13.125rem;width:10.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeZGcg0VTVL4BDPilKKCftlHDP8blUwI { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c { display:block; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { width:47.75rem;position:relative;display:block; } }@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) { #ZwfVHqkcVX8uqbGX7UxWpRPH1oP79siX { 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) { #a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv { display:block; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG8SgRbQonvTBBrdxbykKSOTimoDXegL { top:1.5625rem;left:17.625rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATUzB9kXFUtL5UU2L4d8ciq7rXSQcxq { 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) { #CAlwHBv4QQaJ6cPPoI6fHAuROtxWZpDD { width:5.375rem;height:2.875rem;top:11rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbQ0Kr5TdNkwxH6SxK0kJQQBGllTo5lO { display:block; }
 }@media only screen and (max-width: 763px) { #Pe8iHfhia3OKdRiSt5sTNXcqWzkpqgJV { width:6.625rem;height:2.875rem;top:11rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEZrAFqybRgt2nrtkbUli2TmlSb6ckxw { display:block; }
 }@media only screen and (max-width: 763px) { #ThOQWBf4t18M0IoQeFtOxW9iNMiR4E6U { width:4.8125rem;height:2.875rem;top:11rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpapKWwwQa0xG3vupxIJPQkVeAiZMErm { display:block; }
 }@media only screen and (max-width: 763px) { #gu7I32mRS1RPDxC4n0BNpVbhhesc5yTG { width:8.75rem;height:2.875rem;top:11rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwqdeTkQQRTXoTkx4ThqnleXanP0LlFo { display:block; }
 }@media only screen and (max-width: 763px) { #o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p { display:block; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHA3yLpqcICq3NIXfWs0of5hQBQZiwyK { top:0.6875rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqETn2TAQVuWp4xopJiWLef8Ctg7Q2iK { top:0.6875rem;left:41rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKKx2tLXhvlh8kSsuMA46H7ggETnIIp7 { top:0.6875rem;left:0rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRde8Ofa8ZdJh7hFgPEoeFTZqDR3Fot { top:9.1875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3Vo3FAwhkPor1MxT5G6WVoMh0FWpcQ { top:9.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ45FeimZXkFBfOXR0nlocULGOIITGM6 { top:23.4375rem;left:14.0625rem;width:18.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Fda4zZbhIJIkMFvLvhCl9o3cSZMGMA { top:23.5rem;left:32.4375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA { display:block; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQDanecq8LTFqyL3LvxyuLrI6V0JpJHs { top:1rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnCE8pTpPgJIGUo7lqitLnAr6BMInUL3 { top:1rem;left:41rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4WTToawNTwKNlA5Qk7ViWRZJSdbOoAL { top:1rem;left:0rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p39VVRFsqLx2rdTcl3mrgqfBHTeqpMIC { top:10.1875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz0DrD1PVPtgI0BSt6vVhzgGfcpTs19N { top:10.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTon7FNh8y4i1ckL3ULGKzHP6O9E6zAM { top:23.4375rem;left:14.0625rem;width:18.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWgIb9BNPGaMq2ATkB9rv51qkt0KMxq { top:23.5rem;left:32.4375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu { display:block; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwcJXV5HMQId5Xx78S6ogS1wfn8TyXEf { top:1.3125rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ncxzvZX9bdlnvuoyDUOKUATWqKT8lW { top:1.3125rem;left:41rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrALAhTJO6l8fzvs8PMtVkMUls2sLOkF { top:1.3125rem;left:0rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9u87ERMXXHMIZHJF43pTToOuVdQCwKI { top:10.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GXBMvO6sbGrtZaoHQp3ZSaXXqRN0sH { top:10.75rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlphxoKZ7OqrD1aTsoresKpatowV2gcE { top:23.4375rem;left:14.0625rem;width:18.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaW9dLgvIlpqAIkkc77JGmf3LQVINmK { top:23.5rem;left:32.4375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O { display:block; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOFX8PbbTsH1vcpcaqO4whA4ApXJZADS { top:1.0625rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAtJkhTG7qd6spW3onc8mdKwlUupBQtH { top:1.0625rem;left:41rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVnsecF3VPkgCzmb7IqMkh8SsbVVrfRp { top:1.0625rem;left:0rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StXu6siECH6HnLq5LtdR2TGekCUJIUPw { top:10.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d889Mynsb8zCdt6c5UT4z2SAJvdQFimo { top:10.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs5rekMRsNQcf8tsMe9Blh2hogvgSnD8 { top:23.5rem;left:32.4375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTaVSEI7F3PfBBpUelXrTGgf613hecA6 { top:23.4375rem;left:14.0625rem;width:18.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteSa4B52Irv4wHrJoDAggpnUy1ogvam { display:none; }#hteSa4B52Irv4wHrJoDAggpnUy1ogvam > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yUiRqdDcKEDIDSncFCnHFH0r2aQyaaUQ { 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) { #P1wvWy7c0JWVkGgHLX4x5AJo0yJTBrN7 { top:1.5625rem;left:20.125rem;width:7.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16eJai84T6uPhHLc7PkdylHd5pFdXfV { 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) { #T8V2JlwQaSSpPzHCBGGsHHLSU3pN1xe1 { display:none; }#T8V2JlwQaSSpPzHCBGGsHHLSU3pN1xe1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pT2SpzVAROl3R7icbZ1Wm1GqFcu7VImv { top:0rem;left:0rem;width:47.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTREEyyK7LSN8J3t6cfURKO37sd4JcE { top:0rem;left:41rem;width:6.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWlCUXvoo3lFPBasPE3PxQUq6IAHKM5q { top:0rem;left:0rem;width:6.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C42yWdcvcDmeSJC1TlqbqgCAlW08LhFN { top:15.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU5sttxGNnzefhkiZ96ulZHvaz1cRqCB { top:15.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqa5CtNXM0StXqrPp3UnZK9FM7gEmALV { top:35.1875rem;left:16.4375rem;width:13.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETaBL0ByE44v3kNTeCDl5NbV8U6bBOw { top:35.1875rem;left:30.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { display:block; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { top:0rem;left:0rem;width:47.75rem;height:31.9328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMCwzbtztiQaoCnONgddTIs33cFTIRO { top:9.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { 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) { #oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { 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) { #uoIV4oe34nnbssyrt0OJK36TVF1E1E6O { display:block; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKhSaIFUEHWNWqNDHZ5aPOHrHDQM9cAy { top:0rem;left:0rem;width:47.75rem;height:27.9934375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hitQ8hT1IcA9MKrUnJeBKfWgprIZleCv { top:7.5rem;left:27.1875rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShunBvOQ9DGyDnRDexpq9L2KavxfkxwT { 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) { #sMVOA2RxEzkT3JgRpToRo5ElRmOrpaBG { 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) { #dcdMJxOTATeeHgAoFhZwvSESqqbkV5Gv { top:24.5625rem;left:27.1875rem;width:18.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEo8u8MGhW6LWhinkOUEwCWN07wCRAPA { top:24.5625rem;left:44.9375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { display:block; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNp9LGLSByuE9BU55geqrnZs3rXaDl5H { top:0rem;left:0rem;width:47.75rem;height:31.873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MonrxwLoHdTNR4yHGgKlM4wvuA2RdG { top:8.9375rem;left:0rem;width:18rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsxVOF9TBI0SwHGZNLaCu5h2xeKre1MP { 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) { #EZAEFHmEDDPOgRSMD73UK8GUTRsO0ppU { 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) { #TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 { display:block; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugmSweXHtX6vMaIxg7LiJsKnClaaBMd0 { top:1.5625rem;left:17.625rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Sf9AFH8CmiXimLNoDKzff3bWs2noE6 { 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) { #Vnaz0CKlT1FXynNIC7XiOw3KCp5KqBxV { 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) { #mBUTT7rkzOyqpkBqn6VyJhKNR3PIOBOZ { top:15.625rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt43AKDxGSQNAPwSXG8maMDlqIloHh5G { top:17.6875rem;left:21.625rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #em2zWOV47Q39BcVT6llzyntmtTEQxLZ1 { 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) { #JmioygbepBd41Aqr3TOyAAgD1mc6lWxv { top:15.625rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8pTmArSTlaIBJkdXT0xdc8PpnNKszPK { top:17.6875rem;left:43.25rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8JoU21liUgeWAQTFb2xFWbgJWIUmv3 { 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) { #Ea6CkOJieG5s2KgAU55VpusBn3VGi4g3 { top:15.625rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v98rVKtflaDTvlW3MQUHXsRxJraoIOMN { top:17.6875rem;left:0rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvnZ342s2RDeoq6SLTrwDJWyMgdS9Xz { 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) { #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) { #mFvN8WWQUu9wrA7tDDcV89vEGTee1rkc { 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) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwRmvEGxqt8BlrxtDKBtRxfNqdip7Ccc { width:15.125rem;height:3rem;top:1.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTzUUoX0x4n8qJImG3kRTGcFLqDW8KK { display:block; }
 }@media only screen and (max-width: 763px) { #d2IHoFeNbN5BziJptewPUGX7KF2bHAhL { top:2.25rem;left:28.9375rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKIzL8qATWBTqA2DltXQKWkqPflnsEe { top:1.5rem;left:19.6875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#1d2b37;background-image:none;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); } }@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:2.8125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig1GBb3V0twXJTdARTWFBufCd0s3MLmg { width:3.5rem;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.625rem;left:0.625rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP { position:relative;z-index:auto;display:block; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { width:20rem;height:3.125rem;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:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { width:17.5rem;height:4.55rem;top:2.599609375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 { display:block; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BX0Qx70JfkCkEJoptMo8iclGSTAn6vww { width:9.875rem;height:14.3125rem;top:14.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #233443;border-left:0.0625rem solid #233443;border-right:0.125rem solid #233443;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mVH6J3MKx0pfT8lFEQ7cOJQvlBgTmT0I { width:20rem;height:1.25rem;top:3.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnQxdNqwDlWnQI40mv4OzSw9VPqo4bI { width:4.6875rem;height:1.1375rem;top:5.1875rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLrDJ2KHi8oiFwZqwn4L9sNcCW7tpgyD { width:5.3125rem;height:1.1375rem;top:5.1875rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKztzEOWKSJQQPGIraqZad1mXEcyrtl2 { width:2.75rem;height:2.6rem;top:6.3125rem;left:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTfbFlbAQCB63f7ROJoRUUdWm7IvgbV8 { width:8.06175rem;height:1.7875rem;top:8.9375rem;left:5.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMJmksFKUsoDAnw7HHXsIyWrdNKPPJ3T { width:6.125rem;height:1.625rem;top:6.9375rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqxfxiZEQAhEamaoXqFT1p8bDIaeMkac { width:8.6245625rem;height:2.49923125rem;top:11.375rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLTfBQsmP081JAkzl9pq7VZyNuKozZn { display:block; }
 }@media only screen and (max-width: 763px) { #hUX62lToaGTuUIovt9cXVhK1hZm1oXsy { width:9.875rem;height:14.3125rem;top:14.5625rem;left:10.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #nTT0OVgTRNFxGw9XpAlKXdPSTCIg5Lva { width:5.8125rem;height:1.625rem;top:16.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNLQKuM9EqxitBm3U6s3TRavpFqAAvk { width:2.3125rem;height:2.6rem;top:16.25rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8uAVVT5IOsA2z6GceFIMqnp6UBQT3f { width:8.625rem;height:2.5rem;top:25.75rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkr0kLLXbJL9MFXZ9RWsiDktzfl4nZC2 { display:block; }
 }@media only screen and (max-width: 763px) { #yBD45sJCii1TUZCqcT7MeRAibBRBxVGB { width:2.0625rem;height:0.975275rem;top:15rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuBxKqdQwFAVupPb1gx3gTCve65QCeJV { width:8.9368125rem;height:0.89375rem;top:3.5625rem;left:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzBDA1uLZGQ1gAidwW9mpaKZghJWodKo { width:1.9375rem;height:0.975275rem;top:15rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taX7NdQZhRdf2c2oR3q5fEM9BFOgc5lw { width:2.25rem;height:2.6rem;top:16.25rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlcMpERtzFEE3s0vbBLIcnHwQPizpsyU { width:5.625rem;height:1.625rem;top:16.8125rem;left:13.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntqh8EO03tKbcrVxHSzLSTaN3hgd6akH { width:8.625rem;height:2.5rem;top:25.8125rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H70Aom6h8rQd1ZmzNv0M9pHFPe5WFboT { display:block; }
 }@media only screen and (max-width: 763px) { #HazfHGwtQRKvQMIMTiXWBrAdnkyOoJpI { width:7rem;height:0.89375rem;top:15rem;left:12.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAkWBTSy1didF0uCyemlRwT0ISSZTKFB { width:6.875rem;height:0.89375rem;top:15.0625rem;left:3rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxbf1Z2ILrJw0TtnlDStyczou82wta0i { width:9rem;height:4.46875rem;top:20.8125rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlaalL9psaNRk86129EfftvE6Fe7CiPA { width:9rem;height:4.46875rem;top:20.875rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiOUEsC4LJ496BoNzO2mKPZbm3bRxcU { width:6.9375rem;height:1.4625rem;top:18.875rem;left:0.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRxxz0BaZw5LNfDBbNwLPyWbUIT4kzIB { width:3.5rem;height:2.5rem;top:17.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grsvt6FRo7XLSo7wFBssETm4CiCRrPqx { width:6.25rem;height:1.4625rem;top:18.875rem;left:11rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFzcflA7FgknCrltHyPhb3JPdsLTXn2S { width:3.5rem;height:2.4375rem;top:17.8125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvBpGuTygVnxkQndeTZKgTEHNdqFXd0H { width:19.9373125rem;height:11.562rem;top:4.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 { display:block; }#p6QTvlGT604RmVhZEdUyi2DexMcUUSX2 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n79PNn0ltmFd0tnxVFRNxKf8qKMtRNVr { width:18rem;height:11.28125rem;top:12.4375rem;left:1rem;font-size:0.6875rem;line-height:1.5;z-index:15026;display:block; }#n79PNn0ltmFd0tnxVFRNxKf8qKMtRNVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #sOFIdsz2cWMoTMvcc0fabcVlDVWcHarv { width:17.125rem;height:5.15625rem;top:24.8125rem;left:2.125rem;font-size:0.6875rem;line-height:1.5;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #qkfJBrgLbTDGWzWZq6G4TJw5FJNeTPFP { display:flex;width:0.9375rem;height:0.9375rem;top:24.875rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #ccvnNf3RERvHtzW2XNEXhuEOvXDCcUFO { width:18rem;height:3.575rem;top:0.9375rem;left:0.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F0TFk3sIwbfkWWpn3KOu8Pn8XTTsSdf5 { width:18rem;height:6.15625rem;top:5.5625rem;left:1rem;font-size:0.6875rem;line-height:1.5;display:block; }#F0TFk3sIwbfkWWpn3KOu8Pn8XTTsSdf5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #sRKybNxTxRFGN8hLA8BysBNcvQbibL4c { width:20rem;height:31.25rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb { display:none; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z6fytmQbrQ7zdcKd3FoTQm0C5afJaZIZ { width:9.9375rem;height:36.6875rem;top:2.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #233443;border-left:0.0625rem solid #233443;border-right:0.125rem solid #233443;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OUEHrWNXSbI49vFHQGrx80mfiATgk51B { width:10.125rem;height:1.25rem;top:1.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1lpqnMxohAzP2B1c3TOJ6hlpAml9AnT { width:4.6875rem;height:1.1375rem;top:4rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5SOIIEBADEOxCdra8Mvub9wI6A1s2AJ { width:5.3125rem;height:1.1375rem;top:4rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKnuS393n0Z7OxKTSAGuwKtxFSTX6erU { width:2.75rem;height:2.6003875rem;top:5.32421875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4XOPAeJsaGhn2TnkW19h2JpfqknuktO { width:8.0625rem;height:1.7875rem;top:8rem;left:0.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUG1uAXVSZi5zhkmTvTFeXkPEEJB4Kow { width:6.125rem;height:1.6253875rem;top:5.9250001907349rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3lK43FF3F2LQT8s7xoN9NT4w04Ji3S { width:8.625rem;height:2.5rem;top:10.3125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZkya9H7RaWdftX06DSPy414Tf323L1c { display:block; }
 }@media only screen and (max-width: 763px) { #Z7VZWwZTBIVA3ihEyHMKJ9aUqFuZPMXg { width:8.6875rem;height:0.975rem;top:14.5859375rem;left:0.65624991059306rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr { width:8.375rem;height:11.3125rem;top:23.8125rem;left:0.68671873211862rem;font-size:0.6875rem;line-height:1.5;display:block; }#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #EdDay0wR1Jll68LnubQSeMsAyTfw7ax2 { width:9.875rem;height:35.6875rem;top:3.07421875rem;left:10.07421875rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #blDdELtmBcFtx2vvmDakWCDcBNWHuBRT { width:5rem;height:1.1375rem;top:4rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eagXEE5rXqfaQuIuuoHW1RLQKhmPhork { width:5.375rem;height:1.6253875rem;top:5.8625001907349rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzXiZE9FeAa2WBwZmxeV9TMRHkH83TG { width:8.1875rem;height:1.7875rem;top:8rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MW61wCPvu6n9sifxmeBLmv3Dswv97u { width:8.625rem;height:2.5rem;top:10.3125rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO2uRSlMfhSoN0Zyc4BFZF7eRcXISEv1 { display:block; }
 }@media only screen and (max-width: 763px) { #znybfB1UKDLBX9PDTD9VoxpxMrDOnGv0 { width:9.1875rem;height:0.975rem;top:14.5625rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRSKZ1yT7JwR6gmKOgaET3y73aa86ZDm { width:4.6875rem;height:1.1375rem;top:4rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaEIBhExc3pWhmUM8GMv75TC4HB8aGGy { width:4.0625rem;height:2.6003875rem;top:5.25rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHlfvcloG4wrJMsIXpZtdeyVUneruGpF { width:8rem;height:7.1484375rem;top:16.3125rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TnWJ73sS8hDP6QtJGq2k8udsTSqRtc { width:8rem;height:7.1484375rem;top:16.312110900879rem;left:0.68671873211862rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qi1aSbkp0GfsP4gZvJdqVILdFOFIK8OC { width:8.9375rem;height:0.8941375rem;top:2.0625rem;left:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeZGcg0VTVL4BDPilKKCftlHDP8blUwI { top:1.0625rem;left:14.8125rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c { display:block; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb { display:block; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwfVHqkcVX8uqbGX7UxWpRPH1oP79siX { width:19.999rem;height:3.85rem;top:0.62320137023926rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv { display:block; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG8SgRbQonvTBBrdxbykKSOTimoDXegL { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATUzB9kXFUtL5UU2L4d8ciq7rXSQcxq { width:20rem;height:3.25rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAlwHBv4QQaJ6cPPoI6fHAuROtxWZpDD { width:4rem;height:2.5rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbQ0Kr5TdNkwxH6SxK0kJQQBGllTo5lO { display:block; }
 }@media only screen and (max-width: 763px) { #Pe8iHfhia3OKdRiSt5sTNXcqWzkpqgJV { width:5rem;height:2.5rem;top:7.875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEZrAFqybRgt2nrtkbUli2TmlSb6ckxw { display:block; }
 }@media only screen and (max-width: 763px) { #ThOQWBf4t18M0IoQeFtOxW9iNMiR4E6U { width:3.5rem;height:2.5rem;top:7.875rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpapKWwwQa0xG3vupxIJPQkVeAiZMErm { display:block; }
 }@media only screen and (max-width: 763px) { #gu7I32mRS1RPDxC4n0BNpVbhhesc5yTG { width:6.75rem;height:2.5rem;top:7.875rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwqdeTkQQRTXoTkx4ThqnleXanP0LlFo { display:block; }
 }@media only screen and (max-width: 763px) { #o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p { display:block; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHA3yLpqcICq3NIXfWs0of5hQBQZiwyK { width:20rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqETn2TAQVuWp4xopJiWLef8Ctg7Q2iK { width:4.4375rem;height:17.25rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKKx2tLXhvlh8kSsuMA46H7ggETnIIp7 { width:4.4375rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRde8Ofa8ZdJh7hFgPEoeFTZqDR3Fot { display:flex;width:2rem;height:2rem;top:7.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HL3Vo3FAwhkPor1MxT5G6WVoMh0FWpcQ { display:flex;width:2rem;height:2rem;top:7.375rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #FJ45FeimZXkFBfOXR0nlocULGOIITGM6 { width:16.125rem;height:1.1375rem;top:18.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Fda4zZbhIJIkMFvLvhCl9o3cSZMGMA { width:1.25rem;height:1.3125rem;top:18.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA { display:block; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQDanecq8LTFqyL3LvxyuLrI6V0JpJHs { width:20rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnCE8pTpPgJIGUo7lqitLnAr6BMInUL3 { width:4.4375rem;height:17.25rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4WTToawNTwKNlA5Qk7ViWRZJSdbOoAL { width:4.4375rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p39VVRFsqLx2rdTcl3mrgqfBHTeqpMIC { display:flex;width:2rem;height:2rem;top:7.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz0DrD1PVPtgI0BSt6vVhzgGfcpTs19N { display:flex;width:2rem;height:2rem;top:7.375rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #zTon7FNh8y4i1ckL3ULGKzHP6O9E6zAM { width:16.125rem;height:1.1375rem;top:18.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWgIb9BNPGaMq2ATkB9rv51qkt0KMxq { width:1.25rem;height:1.3125rem;top:18.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu { display:block; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwcJXV5HMQId5Xx78S6ogS1wfn8TyXEf { width:20rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ncxzvZX9bdlnvuoyDUOKUATWqKT8lW { width:4.4375rem;height:17.25rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrALAhTJO6l8fzvs8PMtVkMUls2sLOkF { width:4.4375rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9u87ERMXXHMIZHJF43pTToOuVdQCwKI { display:flex;width:2rem;height:2rem;top:7.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2GXBMvO6sbGrtZaoHQp3ZSaXXqRN0sH { display:flex;width:2rem;height:2rem;top:7.375rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #WlphxoKZ7OqrD1aTsoresKpatowV2gcE { width:16.125rem;height:1.1375rem;top:18.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaW9dLgvIlpqAIkkc77JGmf3LQVINmK { width:1.25rem;height:1.3125rem;top:18.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O { display:block; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOFX8PbbTsH1vcpcaqO4whA4ApXJZADS { width:20rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAtJkhTG7qd6spW3onc8mdKwlUupBQtH { width:4.4375rem;height:17.25rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVnsecF3VPkgCzmb7IqMkh8SsbVVrfRp { width:4.4375rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StXu6siECH6HnLq5LtdR2TGekCUJIUPw { display:flex;width:2rem;height:2rem;top:7.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d889Mynsb8zCdt6c5UT4z2SAJvdQFimo { display:flex;width:2rem;height:2rem;top:7.375rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #cs5rekMRsNQcf8tsMe9Blh2hogvgSnD8 { width:1.25rem;height:1.3125rem;top:18.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTaVSEI7F3PfBBpUelXrTGgf613hecA6 { width:16.125rem;height:1.1375rem;top:18.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteSa4B52Irv4wHrJoDAggpnUy1ogvam { display:none; }#hteSa4B52Irv4wHrJoDAggpnUy1ogvam > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yUiRqdDcKEDIDSncFCnHFH0r2aQyaaUQ { width:20rem;height:1.6253875rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1wvWy7c0JWVkGgHLX4x5AJo0yJTBrN7 { width:6.25rem;height:1.5625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16eJai84T6uPhHLc7PkdylHd5pFdXfV { width:20rem;height:2.625rem;top:6.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8V2JlwQaSSpPzHCBGGsHHLSU3pN1xe1 { display:none; }#T8V2JlwQaSSpPzHCBGGsHHLSU3pN1xe1 > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pT2SpzVAROl3R7icbZ1Wm1GqFcu7VImv { width:20rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTREEyyK7LSN8J3t6cfURKO37sd4JcE { width:4.4375rem;height:20.4375rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWlCUXvoo3lFPBasPE3PxQUq6IAHKM5q { width:4.4375rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C42yWdcvcDmeSJC1TlqbqgCAlW08LhFN { display:flex;width:2rem;height:2rem;top:9.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sU5sttxGNnzefhkiZ96ulZHvaz1cRqCB { display:flex;width:2rem;height:2rem;top:9.25rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #Wqa5CtNXM0StXqrPp3UnZK9FM7gEmALV { width:12rem;height:1.13671875rem;top:21.6875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETaBL0ByE44v3kNTeCDl5NbV8U6bBOw { width:1.25rem;height:1.3125rem;top:21.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { display:block; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { width:19.9375rem;height:13.3125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMCwzbtztiQaoCnONgddTIs33cFTIRO { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { width:17.0625rem;height:3.50020625rem;top:3.375rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { width:17.25rem;height:5.25rem;top:8.125rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uoIV4oe34nnbssyrt0OJK36TVF1E1E6O { display:block; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKhSaIFUEHWNWqNDHZ5aPOHrHDQM9cAy { width:19.8125rem;height:11.625rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hitQ8hT1IcA9MKrUnJeBKfWgprIZleCv { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShunBvOQ9DGyDnRDexpq9L2KavxfkxwT { width:20rem;height:3.50020625rem;top:3.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMVOA2RxEzkT3JgRpToRo5ElRmOrpaBG { width:20rem;height:3.9375rem;top:8.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcdMJxOTATeeHgAoFhZwvSESqqbkV5Gv { width:17.0625rem;height:1.1375rem;top:26.25rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEo8u8MGhW6LWhinkOUEwCWN07wCRAPA { width:1.25rem;height:1.3125rem;top:26.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { display:block; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { background-color: transparent; background-image: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container > .video-iframe-container { display: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row > .video-iframe-container { display: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .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); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container { width:20rem;height:26.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNp9LGLSByuE9BU55geqrnZs3rXaDl5H { width:19.9375rem;height:13.25rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MonrxwLoHdTNR4yHGgKlM4wvuA2RdG { width:18rem;height:0.89375rem;top:1.25rem;left:1rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsxVOF9TBI0SwHGZNLaCu5h2xeKre1MP { width:20rem;height:3.50020625rem;top:3.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZAEFHmEDDPOgRSMD73UK8GUTRsO0ppU { width:20rem;height:3.9375rem;top:8.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 { display:block; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugmSweXHtX6vMaIxg7LiJsKnClaaBMd0 { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Sf9AFH8CmiXimLNoDKzff3bWs2noE6 { width:20rem;height:1.6253875rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnaz0CKlT1FXynNIC7XiOw3KCp5KqBxV { width:20rem;height:6.5625rem;top:6.2687492370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUTT7rkzOyqpkBqn6VyJhKNR3PIOBOZ { width:20rem;height:5.5rem;top:20.3125rem;left:0rem;background-color:#121a21;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) { #Qt43AKDxGSQNAPwSXG8maMDlqIloHh5G { width:2.875rem;height:3rem;top:21.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em2zWOV47Q39BcVT6llzyntmtTEQxLZ1 { width:13.1875rem;height:1.4rem;top:22.375rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JmioygbepBd41Aqr3TOyAAgD1mc6lWxv { width:20rem;height:5.5rem;top:26.5625rem;left:0rem;background-color:#121a21;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) { #T8pTmArSTlaIBJkdXT0xdc8PpnNKszPK { width:2.875rem;height:3rem;top:27.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8JoU21liUgeWAQTFb2xFWbgJWIUmv3 { width:13.5rem;height:1.4rem;top:28.625rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6CkOJieG5s2KgAU55VpusBn3VGi4g3 { width:20rem;height:5.5rem;top:14.0625rem;left:0rem;background-color:#121a21;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) { #v98rVKtflaDTvlW3MQUHXsRxJraoIOMN { width:2.875rem;height:3rem;top:15.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvnZ342s2RDeoq6SLTrwDJWyMgdS9Xz { width:13.25rem;height:2.8rem;top:15.4375rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { width:20rem;height:3.1875rem;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.25rem;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:6.5625rem;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:4.6875rem;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:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { width:20rem;height:7.875rem;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.25rem;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:7.875rem;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:4.6875rem;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:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { width:20rem;height:7.875rem;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:4.6875rem;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:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { width:20rem;height:3.9375rem;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.125rem;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:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFvN8WWQUu9wrA7tDDcV89vEGTee1rkc { width:20rem;height:10.5rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { display:block; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwRmvEGxqt8BlrxtDKBtRxfNqdip7Ccc { width:18.25rem;height:3rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTzUUoX0x4n8qJImG3kRTGcFLqDW8KK { display:block; }
 }@media only screen and (max-width: 763px) { #d2IHoFeNbN5BziJptewPUGX7KF2bHAhL { width:1.5rem;height:1.5625rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKIzL8qATWBTqA2DltXQKWkqPflnsEe { width:12.5rem;height:3rem;top:0.75rem;left:7.5rem;display:block; }
 }