.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:#f6f7f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;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;top:0rem;left:0rem;right:0rem;display:block; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { background-color: transparent; background-image: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .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); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { border-width: 0; border-radius: 0; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { 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:2.8125rem;width:7.1875rem;top:0.78125rem;left:0.6864585876465rem;overflow:hidden;display:block; }
#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { border-width: 0; border-radius: 0; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { 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:12.5rem;width:12.5rem;display:none; }
#EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { 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:12.5rem;width:12.5rem;display:none; }
#KZEfKcZ270chaB6c3kAx7uX09keSK4fx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;background-image:url("https://images.assets-landingi.com/uc/9de76134-b31d-48f7-9600-76442248a9b4/LPPlayerTVN24_1200x730.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx.adaptive-delivery-prevent-bg, #KZEfKcZ270chaB6c3kAx7uX09keSK4fx.lazyload, #KZEfKcZ270chaB6c3kAx7uX09keSK4fx.lazyloading { background-image: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { background-color: transparent; background-image: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .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); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { border-width: 0; border-radius: 0; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { 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:12.5rem;width:12.5rem;display:none; }
#hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { 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:12.5rem;width:12.5rem;display:none; }
#v2v9bJqB3f0EO5NvFQ2OXHmy5gKT01bx { 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:4.74895625rem;width:12.8114375rem;top:1.810417175293rem;left:23.501041412354rem;overflow:hidden;display:block; }
#hSleavGbg5mmkdcMZCLRVonpKfdbQ0Ca { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:3.435417175293rem;left:37.6875rem;overflow:hidden;display:block; }
#Ufgpm7MMbcM2pmJu8gPh7LmC36PKH1zz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.8125rem;top:2.7781252861023rem;left:41.543754577637rem;overflow:hidden;display:block; }
#kKB35aJQ5HFhXfgCQT7vKcFoeAtlr3Dv { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:22.4375rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#JFFqBs5hQALuyV3BLrJUwOyPrpvlyW5Z { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.06875038147rem;left:17.09375rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#PSWhkg7AaiPtl6ik1dp5IZSNwcxuVzQl { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18rem;left:22.4375rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#TPfDIipsNyyyahl10GQ2LH1EiMrylVcB { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15rem;left:22.4375rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#dAibbHpqOGfd0FGTLaGSD2Ebd13qUOqb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68645625rem;width:0.498958125rem;top:15.125rem;left:20.5625rem;overflow:hidden;display:block; }
#TvM4WRKt5Lgs1AycPeI8XSunRzAsxAWP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68645625rem;width:0.498958125rem;top:12.5rem;left:20.5625rem;overflow:hidden;display:block; }
#t2e6Wr7HG0yPNnAem9aBX2crr2F9pDfv { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.875001907349rem;left:30.125rem;height:2.76264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qb7pIxFNahTrTvThuydS5IQE9gMQ2tD1 { 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:#111e23;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:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.256252288818rem;left:36.245834350586rem;display:block; }
#ySBOFVWmf0Ozgx5AQTmBNv7O2KlqfkNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OL07di0sI8Aw8nAefKIC7DzuPXDLWnEO { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:27.5rem;left:28.375rem;height:1.95rem;display:block; }
#KkRCH93BX51xCnhEeyO4xSO6cOzcGrKd { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:27.0625rem;left:26.125rem;height:2.6rem;display:block; }
#MLxXkefaTwM2mVV6EhaST6oSnwxdcJ1E { color:#ffffff;display:block;width:4.0615125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:25.5625rem;left:26.1875rem;height:1.95rem;font-style:normal;display:block; }
#b2BpNSsArMglPwIyen5EQ71fOKnZ7oNK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:4.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:38.6875rem;left:32.625rem;display:block; }
#hIvZgAbmfHKy8JfybqGIe4cnHOttnUMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkJ1hgDi9pDNG9u3HUnSPtqHRWTSfy9k { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:41.125rem;left:36.75rem;overflow:hidden;display:block; }
#J1xX2rTNbgquWDm6450i5PsUANEwgkxs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:39.6875rem;left:31.25rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Er2MwAVC5df7aZWRvPIb47ZUnFcl7FmT { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:27.625rem;left:30.1875rem;display:block; }
#aheWSPSgIkOkASR3eUOkUv8lWi74M9E3 { color:#ffffff;display:block;width:4.06145625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:26.0625rem;left:27.875rem;height:1.3rem;font-style:normal;display:block; }
#pz04FAZfV1fDADVAu3TIRco66DU86JGu { color:#ffffff;display:block;width:22.1239375rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.500003814698rem;left:26.436458587646rem;height:3.16875rem;text-align:justify;text-align-last:initial;display:block; }
#p5mATZlTN4wAaGE6WdcTiZSTVD5REuI4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68541875rem;width:0.497916875rem;top:18.125rem;left:20.5625rem;overflow:hidden;display:block; }
#gkg5WvRSeEuapOIRTDckHoyTGQk0P7qz { box-sizing:content-box;height:14.3125rem;width:29.5625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:21.251037597656rem;left:23.59375rem;border-top:0.0625rem solid #bdbdbf;border-left:0.0625rem solid #bdbdbf;border-right:0.0625rem solid #bdbdbf;border-bottom:0.0625rem solid #bdbdbf;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#giMF5FhmFGudlfurFT2TOedB0PuWv0UF { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.504167556762rem;left:20.21875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2h5acBv7HEGdAsbPVrWOGwoAllJUcUC { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.875001907349rem;left:38.4375rem;height:2.76264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P4KabzCWMGxb0poZPKtaBTCAkglXoqWc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:22.750001907349rem;left:37.9375rem;overflow:hidden;display:block; }
#OoLqEB7q7P4TNQ2BIiTNOlFhuywOuSWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OoLqEB7q7P4TNQ2BIiTNOlFhuywOuSWz > .row .container { border-width: 0; border-radius: 0; }#OoLqEB7q7P4TNQ2BIiTNOlFhuywOuSWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoLqEB7q7P4TNQ2BIiTNOlFhuywOuSWz > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:none; }#Li9wPTCi6RyIqPMC8GyGF3B3GfeVZwTM { color:#222222;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1248779296875rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#tIyxz1GnRaSnOEPseO3Hrb5WZtKvGJr6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.248962402344rem;left:6.8744869232175rem;overflow:hidden;display:block; }
#aCp7IMBi1AhHqmX2Ew4dlJPR3gkuUCxc { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.624816894531rem;left:7.9367122650144rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#AiQJ72VXs8K3IZV7ygoX9PyJ4k93AULA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:21.75rem;top:12.249206542969rem;left:12.624639511108rem;overflow:hidden;display:block; }
#pXQ9ISbyAly2Fl3T3sPEo5TxeHF3kB8T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.248962402344rem;left:35.062017440796rem;overflow:hidden;display:block; }
#fS2UoiLawTRK28CJ6Dk0V9JQsQ2uk2k7 { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.624816894531rem;left:36.12424659729rem;height:3.899825rem;text-align:center;text-align-last:center;display:block; }
#ImLsDJ0ZiyCDvJgnrlnJGULCiMBxoGVf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:21.75rem;top:12.249206542969rem;left:40.812170028686rem;overflow:hidden;display:block; }
#JZq21ahJ0eX0VTVAdpsBLSssnvthXrUT { 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:5rem;width:5rem;top:10.248962402344rem;left:63.187444686888rem;overflow:hidden;display:block; }
#uZnRnQA5CIUOIPLPZHiZEGBAS3EidpxP { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.624816894531rem;left:64.249670028688rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#h21G9n1zLJXFO8euAu6noIoxaMITbriL { color:#04193f;display:block;width:18.8739375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.309373855591rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#igdlcpnhq6vLcvL9no3QxXxkDzaD8dwu { color:#04193f;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.469791412354rem;left:0.43958282470703rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#snwUSM6aBZ1ueOngl6iOlxyivba1mBwD { color:#04193f;display:block;width:17.125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.311920166016rem;left:28.937086105347rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#XXErudXSy4C9ESKBCSnGbf2ZizHi8nRT { color:#04193f;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.311920166016rem;left:59.436460494995rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#II50JJunuZdxdkxFGCos7ariVOngrQHc { color:#04193f;display:block;width:18.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.469791412354rem;left:28.28125rem;height:7.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iz2cyx3gklN2A0kE9tRMv9EPt9GsdNlh { color:#04193f;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.469791412354rem;left:58.092712402344rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CczeRQTVFmUHshNrQRwtCzxgxUU8GGOS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:3.4364585876465rem;left:36.248958587646rem;overflow:hidden;display:none; }
#bx80Lpp2lyWIdsrHdBw4cys2xuSeT0PT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.248962402344rem;left:35.062017440796rem;overflow:hidden;display:none; }
#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #0c1317);background-image: -moz-linear-gradient(180deg, #000000, #0c1317);background-image: -ms-linear-gradient(180deg, #000000, #0c1317);background-image: -o-linear-gradient(180deg, #000000, #0c1317);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0c1317' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0c1317' );";background-image: linear-gradient(180deg, #000000, #0c1317);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; }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row .container { background-color: transparent; background-image: none; }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row .container > .video-iframe-container { display: none; }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row > .video-iframe-container { display: none; }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .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); }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row .container { border-width: 0; border-radius: 0; }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#nKG5aPvTGTfp2J8rKnqI2kLbgQfuC0pl { color:#ffffff;display:block;width:74.999375rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9992370605469rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#yFbOPOCzr4pHAehVqFeVLyDCsv2Vqn9T { color:#ffffff;display:block;width:74.99875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2489585876465rem;left:0rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xrTJ52ZiMlBZC6s884sOxCPeqsbOPMMJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:12.375rem;top:11.999998092651rem;left:13.436458587646rem;overflow:hidden;display:block; }
#T8Mx1f1ki7W6nkMHD7JUKxcXTGyvfGxa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.125rem;top:12.499389648438rem;left:49.312124252319rem;overflow:hidden;display:block; }
#JhPvk1f2rrT2KvsTlKSiT2FxMCbFzsof { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.625rem;top:13.187498092651rem;left:36.25rem;overflow:hidden;display:block; }
#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1317;background-image:url("https://images.assets-landingi.com/uc/c145aae5-11fc-4547-94a1-4e461c88ba1c/Artboard113.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd.adaptive-delivery-prevent-bg, #QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd.lazyload, #QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd.lazyloading { background-image: none; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container { background-color: transparent; background-image: none; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container > .video-iframe-container { display: none; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row > .video-iframe-container { display: none; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .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); }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container { border-width: 0; border-radius: 0; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#zlrnQCPr7XNsFHGwz158tXqII2Tm2bcE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.125rem;top:13.6875rem;left:49.3125rem;overflow:hidden;display:none; }
#dT90SHRx7gzsxaX1nHMyeL0A5uKF5SVQ { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.4364547729492rem;left:2.25rem;height:23.8rem;text-align:justify;text-align-last:initial;display:block; }#dT90SHRx7gzsxaX1nHMyeL0A5uKF5SVQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dT90SHRx7gzsxaX1nHMyeL0A5uKF5SVQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dd99a2c1bb087022a0d01f6b7ca3c712ec30f0c.svg); }
#FhQXdz1g0sb1r1amAWa7ax6n6Nrgfp2i { color:#000000;display:block;width:29.247625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.4371242523193rem;left:44.187307357788rem;height:14.225rem;text-align:justify;text-align-last:initial;display:block; }#FhQXdz1g0sb1r1amAWa7ax6n6Nrgfp2i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FhQXdz1g0sb1r1amAWa7ax6n6Nrgfp2i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dd99a2c1bb087022a0d01f6b7ca3c712ec30f0c.svg); }
#b6PMfH3ad1TOIzbEJtJ5ZVoGXK2QnBtP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:3.4364585876465rem;left:36.248958587646rem;overflow:hidden;display:none; }
#mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO { position:relative;display:none; }#mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO { border-width: 0; border-radius: 0; }#mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO > .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; }#mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mQCnEaxI3XnKxaDGopv9AvWMM6DIbX9A { color:#222222;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:none; }
#NmsGNgz9WxR6brSt4AVMo7O6NGSFVwls { color:#222222;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:none; }
#rTSs9zhsc59qnl3OgQRboRE3hDnSSypX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Uahxwd1g1TtJW4wK0XN9TQISi5OWwAsm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:0.5625rem;display:none; }
#w8lvClNDF36TONwAwaadOysfy3pu8r6p { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:23.1875rem;left:10.5625rem;display:none; }
#m3kDRukRiMuygeLyQ2tsvP7LvF9ZpslI { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:34.5625rem;left:27.75rem;height:2.6rem;display:none; }
#k6JiyoOBzrN0LTN8VT9ImZpkoLX7dr47 { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35rem;left:30rem;height:1.95rem;display:none; }
#SHOTWf4r1sUTgNmDl86rQT7u91fJVQ4f { color:#ffffff;display:block;width:4.0615125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:33.0625rem;left:27.8125rem;height:1.95rem;font-style:normal;display:none; }
#UGeTK2egMVsUcSPZZGMbHriEEhyXmoEy { color:#ffffff;display:block;width:4.06145625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:33.5625rem;left:29.5rem;height:1.3rem;font-style:normal;display:none; }
#qpICS7LKKRPdi6PtraKrzCgO5Aip4umJ { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:35.125rem;left:31.8125rem;display:none; }
#uTbpMJLBnhkl1SNmEICd0e6NIdhTzTLc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CMoe5VhLml4dwRTplKaMIMdK1zFLBB0M { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:23.125rem;left:1.1875rem;display:none; }#CMoe5VhLml4dwRTplKaMIMdK1zFLBB0M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/07ab8811-9ee9-4a6e-b39a-f6a77f48420f/Check.svg); }
#Jew4nmB1dLkUrJf8HuEPifvGLnG0lsJT { 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:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.875rem;left:37.25rem;display:none; }
#vKtQlaRu9T0ZOfM1tAGDXDzpTxKCCnPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXsif03ZzcWsIGg0zJZFguqBVIrCfp9y { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xnq98ixmMVDKxHvPV2AOAMSasMctIwif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GyuCASkfsGGg0TQaBsp4gRud4tJSSKti { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;display:none; }
#K7S73LMeAdTAo9qXs5mATx86TMgef6lp { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"source sans pro";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:47.875rem;left:5.5625rem;display:none; }
#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row .container { background-color: transparent; background-image: none; }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row .container > .video-iframe-container { display: none; }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row > .video-iframe-container { display: none; }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .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); }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row .container { border-width: 0; border-radius: 0; }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#SIL55AOtM8k41WFSU5hlmBK9X2rFxF42 { color:#222222;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1248779296875rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#Th4WAu6P1DEeHSs0dXXGTDq9rRT2wGsb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.248962402344rem;left:6.8744869232175rem;overflow:hidden;display:block; }
#NNhlQdxR6FROFBF2IoF6rCzobw4Nwhwo { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.624816894531rem;left:7.9367122650144rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#EJ7HXMRPVUEDFrB18GRKpP28pqcCEJEr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:21.75rem;top:12.249206542969rem;left:12.624639511108rem;overflow:hidden;display:block; }
#CZRlc30hXDezA6EsPSuxiKNViZPq1aSm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.248962402344rem;left:35.062017440796rem;overflow:hidden;display:block; }
#xoeEF2Ug7ivygG7ahMNspscMxro9SrUH { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.624816894531rem;left:36.12424659729rem;height:3.899825rem;text-align:center;text-align-last:center;display:block; }
#HdGvWrtVyKSeTb7uQyL2OyNzz8H9pHoM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:21.75rem;top:12.249206542969rem;left:40.812170028686rem;overflow:hidden;display:block; }
#ITTNIxwTfM8uwrCQNvM5xNyQFFHWov1v { 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:5rem;width:5rem;top:10.248962402344rem;left:63.187444686888rem;overflow:hidden;display:block; }
#ybZfxDCBN0Z7PWvgdJSDfD5T02Ig93BM { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.624816894531rem;left:64.249670028688rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#g6t1l24qSxuH4dwlVBbXEsSTxPZP1W18 { color:#04193f;display:block;width:18.8739375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.309373855591rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#c7HhKZD2AGg0Jr7UrPcSVX3lkU3HATJG { color:#04193f;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.782302856445rem;left:0.43854141235351rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O8MnTFd4o1SP5zobn2QH2wdAcR42FbyO { color:#04193f;display:block;width:17.125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.311920166016rem;left:28.937086105347rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#QqkPts12FVITAUXJHksQCUDwPL6VJdKb { color:#04193f;display:block;width:14.4375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.311462402344rem;left:58.123962402344rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#xPBPSVF34JaRhVheZX7oRTcbtHAgfQ7o { color:#04193f;display:block;width:18.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.782302856445rem;left:28.28125rem;height:7.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iAegRRzdEV5fJw12af3DmulnQ4T7KymI { color:#04193f;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.782302856445rem;left:58.092712402344rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#anIrd2sEhllSuD96Zg8uUZ2bBEGVICUG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.875rem;top:19.875rem;left:8.6875rem;overflow:hidden;display:block; }
#oyIE3mLuRMoastUZOzHPfTLD6KoTdku5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121a21, #000000);background-image: -moz-linear-gradient(180deg, #121a21, #000000);background-image: -ms-linear-gradient(180deg, #121a21, #000000);background-image: -o-linear-gradient(180deg, #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(180deg, #121a21, #000000);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:none; }#oyIE3mLuRMoastUZOzHPfTLD6KoTdku5 > .row .container { border-width: 0; border-radius: 0; }#oyIE3mLuRMoastUZOzHPfTLD6KoTdku5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyIE3mLuRMoastUZOzHPfTLD6KoTdku5 > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:none; }#Tnsar58MBI438clzyVPZs3SfWPv1gyEd { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:1.4627rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d4iqhSmE88W7kwgirSLV2zTdzyNgimVM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#hIUSm0XBH8SdcfTn6rizm7xIwDkCTFHe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:12.375rem;top:13.4375rem;left:9.3125rem;overflow:hidden;display:block; }
#pQJZfwSUMOT0uQRzeqKszGdypLBankLX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.125rem;top:14.46875rem;left:40.5rem;overflow:hidden;display:block; }
#T1fr4C7caWUyAyLDzLuewoDrOEtvDFyI { color:#222222;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.0625rem;left:11.125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#wdnsbHb79kF5lZFawi1BSh2OO500yd2M { box-sizing:content-box;height:1.5rem;width:4.1875rem;position:absolute;display:block;z-index:15001;background-color:#00dcff;background-image:none;top:19.875rem;left:10.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#F83XF92arZLTT6tFlk6gGhKsxkSh6iEf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:22.25rem;left:10.5625rem;overflow:hidden;display:block; }
#G3buVkPTNwbpfPcw8Ce3uh2tOBBMWanU { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:26.6875rem;left:10.5625rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#QET7HMRwMF7CGBRuTTrp1LwpEsb6AVvx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:22.25rem;left:18.9375rem;overflow:hidden;display:block; }
#MecWFcSMUwaXWMWJ9emiL5F5TqBw7i7s { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:26.6875rem;left:18.9375rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#VoV0z0XkETMck7cR1QvCSe4rVcHKFG5z { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:22.25rem;left:27.3125rem;overflow:hidden;display:block; }
#aIoEuH9ZXApGGUiuNyMx4lMzEXP3bKI4 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:26.6875rem;left:27.3125rem;height:2.447825rem;text-align:center;text-align-last:center;display:block; }
#R7dFyPtuNbEswF59qMWfKNk6dyatpNi9 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:36.9375rem;left:27.3125rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#pmTxT7gh3l3OACmSJcdP4l7TWkSyF2ot { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:36.9375rem;left:18.9375rem;height:2.44783125rem;text-align:center;text-align-last:center;display:block; }
#v2h3qzPzpIoaoexBgtyABSfGqdX7062i { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:32.5rem;left:10.5625rem;overflow:hidden;display:block; }
#TNXWuK4uGDm9ppd7HuA7bbHahT6TwxAP { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:36.9375rem;left:10.5625rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#RTMh1gGm4dzDV6Mp7gJFIQu6Vx5NJF7n { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:32.5rem;left:18.9375rem;overflow:hidden;display:block; }
#mDbFZfMcoiAq7AmgTtfnFN5eoXR61VDo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:32.5rem;left:27.3125rem;overflow:hidden;display:block; }
#ZVfzhFN1CDVKu0y13MJNhWOfBCl0JIJJ { box-sizing:content-box;height:1.5rem;width:3.3125rem;position:absolute;display:block;z-index:15009;background-color:#00dcff;background-image:none;top:30.125rem;left:10.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HEMzw48eSR4PiBAXqXOrc0cwksCFCZrp { color:#222222;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.3125rem;left:11.125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#T2lG0JDWSlo8f6qN1aXguWDN4kIzN8pf { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:47.25rem;left:18.9375rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#LdoJTAITmmgTACshOwJs5drPlpwTzFHJ { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:47.25rem;left:27.3125rem;height:2.447825rem;text-align:center;text-align-last:center;display:block; }
#LPA9K9L58qUz3nMeBmHGdU19Fm3a5Z0c { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:42.8125rem;left:10.5625rem;overflow:hidden;display:block; }
#McLG3EetGkgwgI2V7lGTNTEOb7T2xPQ0 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:47.25rem;left:10.5625rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#P4qATKaikDJ93kz8vLOkfv4lqkCSlGyp { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:42.8125rem;left:18.9375rem;overflow:hidden;display:block; }
#BWLbxSQ0kXMfmxFHE5XeRl1X2dSnoA3O { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:42.8125rem;left:27.3125rem;overflow:hidden;display:block; }
#rMxQsMyfJC5RHTqzT3D4Xiee2oU2xEPl { box-sizing:content-box;height:1.5rem;width:10.75rem;position:absolute;display:block;z-index:15017;background-color:#00dcff;background-image:none;top:40.4375rem;left:10.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bt1oihcTz4nwWlbHouWRtBuri4BkuxQO { color:#222222;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:40.625rem;left:11.125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#HVVTBUcgeCeqXEXnPbh9IvTJEp1WIdgF { color:#222222;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:20.0625rem;left:41.0625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#OB7xB2DxRVgxFA6FQzqykTHOOfr79wE7 { box-sizing:content-box;height:1.5rem;width:7.75rem;position:absolute;display:block;z-index:15025;background-color:#00dcff;background-image:none;top:19.875rem;left:40.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KnKxQan62Vk6p09R589QmTs36QnCwJ3I { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:22.25rem;left:40.5rem;overflow:hidden;display:block; }
#D46qbx8k0liB736LtNTvcvoWXbnyFtzn { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:22.25rem;left:48.875rem;overflow:hidden;display:block; }
#LD4BzrTWmITzR2rLxb1nWIW1ObpTecu6 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:26.6875rem;left:40.5rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#ebpzT8zMpviX5KKhLJe1pK2qB1Geg8W3 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:26.6875rem;left:48.875rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#cgw0qnuz5lJudh767ggdTT6fI5rFKiyz { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:32.5rem;left:40.5rem;overflow:hidden;display:block; }
#JPNmT89i9JlFAXIDCz4SIxQSV1FwVgDp { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:32.5rem;left:48.875rem;overflow:hidden;display:block; }
#M6ZZKcE4S3rmHtK4z3rkUuE5VFaDlce7 { box-sizing:content-box;height:1.5rem;width:5rem;position:absolute;display:block;z-index:15033;background-color:#00dcff;background-image:none;top:30.125rem;left:40.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hxoWSRsvNKSum98NFpS1pOiC5QHsL9ch { color:#222222;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:30.3125rem;left:41.0625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#q2r5QHZX8oGODdtuDu3TRQXBmOBQpk5A { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:22.25rem;left:57.25rem;overflow:hidden;display:block; }
#iRiKMDBcPWqeB0ARVgbTVIyH55oorn7w { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:26.6875rem;left:57.25rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#q5AZHzQSlzqE67LSWRQwx2dcCsghlVWT { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:36.9375rem;left:57.25rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#i4iQtiG8X8H18nuM7Hs3rOyxemzVc1OW { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:36.9375rem;left:48.875rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#IQOLNoUpM18TPyydFkDSlFf4481IMyey { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:36.9375rem;left:40.5rem;height:1.2239125rem;text-align:center;text-align-last:center;display:block; }
#TK9wXwuxsRxDDRpSMAuoPWlip5Zgvguc { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:32.5rem;left:57.25rem;overflow:hidden;display:block; }
#N4bdyEIp1O4PU1sszw0SOKPGpOrdr5Oh { 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:4.1875rem;width:7.5rem;top:42.8125rem;left:40.5rem;overflow:hidden;display:block; }
#bzhPsA86BBcVOEelsh7NJIfqBPe3v2Qs { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:42.8125rem;left:48.875rem;overflow:hidden;display:block; }
#BIetlF2M459okSsXIsUbTiVw3aIwZFfh { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:42.8125rem;left:57.25rem;overflow:hidden;display:block; }
#TDxmwNJPAR1Xr0AW21BuK5NTEpxVcKs6 { box-sizing:content-box;height:1.5rem;width:9.5625rem;position:absolute;display:block;z-index:15041;background-color:#00dcff;background-image:none;top:40.4375rem;left:40.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#T5vkEP6teUJwQC25F5hBeHZEinHuyH58 { color:#222222;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:40.625rem;left:41.0625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#sULT1uM4B42WdsaGP7QwRScbbwqIpCWm { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:47.25rem;left:48.875rem;height:2.44783125rem;text-align:center;text-align-last:center;display:block; }
#DZPSDsMlTV06q6c0ufBXik3xSt3W5vEe { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:47.25rem;left:57.25rem;height:2.44783125rem;text-align:center;text-align-last:center;display:block; }
#L0AMTJri4KRdTpGbkxhfxOFX9C5aIAbI { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:47.25rem;left:40.5rem;height:2.44783125rem;text-align:center;text-align-last:center;display:block; }
#PJkoWF1y0am1DW3VH1quJo0EiKTb5A16 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:53rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA { 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; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container { background-color: transparent; background-image: none; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container > .video-iframe-container { display: none; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row > .video-iframe-container { display: none; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .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); }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container { border-width: 0; border-radius: 0; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#EdQ8zz7tHT41RXApa9P0zoSek41AUqGH { color:rgba(255,255,255,0.95);display:block;width:46.124375rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4306983947754rem;left:14.436418533325rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX { 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; }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row .container { background-color: transparent; background-image: none; }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row .container > .video-iframe-container { display: none; }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row > .video-iframe-container { display: none; }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .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); }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row .container { border-width: 0; border-radius: 0; }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#FGEuI3lWT51fTsrENNaw6KRRtC66O8nb { position:absolute;display:block;z-index:15000;height:26.875rem;width:74.125rem;top:0.6875rem;left:0.75rem;display:block; }
#lcAMIxC43vlqOPRzTvVkUTN3Nd8p1q5W { background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191f2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.1875rem;left:30.5625rem;display:none; }
#X4ohCK6fO6WaH4cCNVEZU1FgTA1fnTI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L5xVTVDyu4OQaBV7PbpZttLTclZac4U7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.0625rem;left:0rem;overflow:hidden;display:block; }
#HJg4sQoEbl0GWPiZmXbCf1BI3gwM4nXS { 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:2.5rem;width:2.5rem;top:10.0625rem;left:72.5rem;overflow:hidden;display:block; }
#WquNP0u03FfPgRMH7Rcsz2rFxo27ZQxp { box-sizing:content-box;height:28.625rem;width:16.9375rem;position:absolute;display:block;z-index:15011;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;top:0rem;left:0.75rem;display:block; }
#CimysMQTZ96aXzmxLxI1VRR70odE5dfw { box-sizing:content-box;height:28.625rem;width:16.9375rem;position:absolute;display:block;z-index:15008;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;top:0rem;left:58.0625rem;display:block; }
#JT7zv1zJgA9ldC1DgTpNVT91iHPNP5KW { color:rgba(255,255,255,0.95);display:block;width:46.124375rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:28.998126029968rem;left:14.436418533325rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM { 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; }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row .container { background-color: transparent; background-image: none; }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row .container > .video-iframe-container { display: none; }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row > .video-iframe-container { display: none; }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .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); }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row .container { border-width: 0; border-radius: 0; }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#nlQzusMUpipOhuzS4VsOe4oqPp3sPF6e { background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191f2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.1875rem;left:30.5625rem;display:none; }
#TsWFE7Hbx429QFdhkTF1uZiUk5UlT75v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb { 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; }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row .container { background-color: transparent; background-image: none; }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row .container > .video-iframe-container { display: none; }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row > .video-iframe-container { display: none; }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .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); }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row .container { border-width: 0; border-radius: 0; }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#EAbsxKWaZ0k1N7h4r2k2qVgGrATaPnWE { position:absolute;display:block;z-index:15000;height:26.875rem;width:74.125rem;top:0.6875rem;left:0.75rem;display:block; }
#v6QtDyfoV7x6C72tlnvQKrEuGJo9po8w { background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191f2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.1875rem;left:30.5625rem;display:none; }
#vAQrP7dWCh1rFKXnS0p7GlBpthGVrToe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEBxqOXDd0fQiRZHcNsDJLOm5DLdNgQg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#LzwAV1JqUa2Ezo0lS5svCdxUbGMP2b6H { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:8.8125rem;left:72.5rem;overflow:hidden;display:block; }
#hhBKUok0XtTE7Knb5I2wwmedhURPDSNP { box-sizing:content-box;height:28.625rem;width:16.9375rem;position:absolute;display:block;z-index:15013;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;top:0.3125rem;left:0.6875rem;display:block; }
#getiW2zFLv0i7adLscrgXqlv75SIsGPC { box-sizing:content-box;height:28.625rem;width:16.9375rem;position:absolute;display:block;z-index:15009;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;top:0.15625rem;left:58rem;display:block; }
#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container { background-color: transparent; background-image: none; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container > .video-iframe-container { display: none; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row > .video-iframe-container { display: none; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .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); }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container { border-width: 0; border-radius: 0; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#bLik3B1kGVvf37nrZKeJc3F2fPgRmdSv { color:#222222;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7493286132812rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#PJ3GmgM1AKCCJJGtHCc0O5VgH9veOXBo { 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:34.4366875rem;width:52.562rem;top:7.8120625rem;left:11.186563491821rem;overflow:hidden;display:block; }
#kzb8oTGGrvvcCK6TSStPvManitVzqyoT { color:#000000;display:block;width:55.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9926881790161rem;left:9.625rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#mquk0toNoecWqSkZ4TTy53F4fyz7Ve5J { color:#000000;display:block;width:44.1854375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:42.246866226196rem;left:15.40625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { background-color: transparent; background-image: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .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); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { border-width: 0; border-radius: 0; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { color:#222222;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8875007629394rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#sr517vfV8rTyDCHkibTM22c3mM3r5Zux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { background-color: transparent; background-image: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container > .video-iframe-container { display: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container { display: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .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); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { border-width: 0; border-radius: 0; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { color:#222222;display:block;width:59.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.4627rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { 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; }
#T8virSMQS7FzQytXuV3MHdcngOMGsa6r { 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; }
#W2omAy2P0JrDsgekE0MSwnboy3IHIMam { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.75rem;left:73.25rem; }
#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { background-color: transparent; background-image: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container > .video-iframe-container { display: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container { display: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .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); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { border-width: 0; border-radius: 0; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { color:#bdbdbf;display:block;width:72.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:0.99905395507812rem;left:0rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row .container { background-color: transparent; background-image: none; }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row .container > .video-iframe-container { display: none; }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row > .video-iframe-container { display: none; }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .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); }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row .container { border-width: 0; border-radius: 0; }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#idd4ex6NdVFkXVabqUF6Rg3UoUrUSD6A { color:#222222;display:block;width:59.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.4627rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vf00VO9QZbzzZEV6nzXLGx7CqGaQ7nUy { 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; }
#TAMOOadDztfNVJFEanRXORvvJb1pSuiZ { 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; }
#LFBdclbhT31NZkzTkX7iWKuKbFDdGcNZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.75rem;left:73.25rem; }
#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row .container { background-color: transparent; background-image: none; }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row .container > .video-iframe-container { display: none; }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row > .video-iframe-container { display: none; }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .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); }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row .container { border-width: 0; border-radius: 0; }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#UMhghw0fQmN2WPQmAFav4IL8ncXhT0Cb { color:#bdbdbf;display:block;width:66.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:1.2474727630615rem;left:0rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row .container { background-color: transparent; background-image: none; }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row .container > .video-iframe-container { display: none; }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row > .video-iframe-container { display: none; }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .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); }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row .container { border-width: 0; border-radius: 0; }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#XQAaieA8iOCQDrIdnnwkCFbFphshX23q { color:#222222;display:block;width:59.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.4627rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRD8gTyRkFwJEZL53r35gN3n5GC25MmD { 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; }
#uFR4eX0I8zy5QIssUDWFXeMVF9Z8kPap { 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; }
#zl1BD2LboP3xVqLJQIch0UZxrhzORBSN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.75rem;left:73.25rem; }
#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row .container { background-color: transparent; background-image: none; }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row .container > .video-iframe-container { display: none; }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row > .video-iframe-container { display: none; }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .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); }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row .container { border-width: 0; border-radius: 0; }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#LT3v0DFf97MFIUL47667zh3mHElD8Exv { color:#bdbdbf;display:block;width:66.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:1.2474727630615rem;left:0rem;height:3.0003625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row .container { background-color: transparent; background-image: none; }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row .container > .video-iframe-container { display: none; }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row > .video-iframe-container { display: none; }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .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); }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row .container { border-width: 0; border-radius: 0; }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#U8yM82HLyIQINg0mTa9xU9cRvdTG48o0 { color:#222222;display:block;width:71.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8931579589844rem;left:0rem;height:1.4627rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qu8MO3UZGRuOEBInQlDXTLnKcla4qBU6 { 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; }
#ZkhlXTh6ZhLiXh3RCBKoW7zM6fRNIudz { 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; }
#VV8uxJtq82o2fer8IioDW6XOUlHIMmyK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.75rem;left:73.25rem; }
#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { background-color: transparent; background-image: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container > .video-iframe-container { display: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container { display: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .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); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { border-width: 0; border-radius: 0; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { color:#bdbdbf;display:block;width:66.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.59988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { background-color: transparent; background-image: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container > .video-iframe-container { display: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container { display: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .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); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { border-width: 0; border-radius: 0; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { color:#222222;display:block;width:49.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8937492370606rem;left:0rem;height:1.4627rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { 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:15013;top:0.125rem;left:60.625rem;display:none; }
#erkrdG8FfQNy9FDkBMoGzDkR80ZXc88S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.75rem;left:73.25rem; }
#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { background-color: transparent; background-image: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container > .video-iframe-container { display: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container { display: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .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); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { border-width: 0; border-radius: 0; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { color:#bdbdbf;display:block;width:66.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:1rem;left:0rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { background-color: transparent; background-image: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container > .video-iframe-container { display: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container { display: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .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); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { border-width: 0; border-radius: 0; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#KWWAKwwc3oXFz5DWVkNhN3Efyb5VsTgN { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e0e0e0;background-image:none;top:0rem;left:0rem;display:block; }
#ZhUrTnAJGD1nWWtwEmXIJ33fLmuZOdPn { color:#222222;display:block;width:28.625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#yyDAsad20iXGDgu0y1HXf1inbqubkb5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fcf1a471-bc46-423b-853d-99263149b74d/_LPPlayerTVN2412.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T.adaptive-delivery-prevent-bg, #yyDAsad20iXGDgu0y1HXf1inbqubkb5T.lazyload, #yyDAsad20iXGDgu0y1HXf1inbqubkb5T.lazyloading { background-image: none; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container { background-color: transparent; background-image: none; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container > .video-iframe-container { display: none; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row > .video-iframe-container { display: none; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .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); }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container { border-width: 0; border-radius: 0; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#q3gFTVI2Hmzvyihtac1NJtiIDpXS0HqE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:4.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.875rem;left:32.625rem;display:block; }
#OT3l64dthvibpX5dZJH7wXSy196cOUQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KGhulJA4CCQXZqbqemipRTWPXmVxmzyW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:1.5625rem;left:36.75rem;overflow:hidden;display:block; }
#vwar0ETd1ixxfK42MQsBwVrNvTWOfJbp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.4375rem;left:31.25rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTNxuNDAMCGIRrJ07deOFkzG2UdLOpIX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.7489625rem;width:12.812rem;top:13.4375rem;left:23.9375rem;overflow:hidden;display:block; }
#tzgEA4NEKTsGzOcf4zacBnS0v5iKbTAQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.8125rem;top:14.375rem;left:39.3125rem;overflow:hidden;display:block; }
#HQSSuRigWJxtFZMeTxTGfbeZ262Ue4w1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.0625rem;left:36.75rem;overflow:hidden;display:block; }
#SzT62w5u6Epp6GnrwONwvR1Z9XdQXIr1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { border-width: 0; border-radius: 0; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e0e3e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e0e3e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e0e3e6);background-image: -o-linear-gradient(180deg, #ffffff, #e0e3e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e3e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e3e6' );";background-image: linear-gradient(180deg, #ffffff, #e0e3e6);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { border-width: 0; border-radius: 0; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { color:#111e23;display:block;width:3.75rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:49.25rem;height:2.03125rem;font-style:normal;display:block; }
#C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.4375rem;left:59.6875rem;display:block; }
#ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { color:#111e23;display:block;width:4rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.9375rem;height:3.575rem;font-style:normal;display:block; }
#BXNubztusrN7iAEpRD8VNuaOTKENWHep { color:#111e23;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.8125rem;height:4.875rem;font-style:normal;display:block; }
#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw { 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;z-index:auto;display:block; }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row .container { background-color: transparent; background-image: none; }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row .container > .video-iframe-container { display: none; }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row > .video-iframe-container { display: none; }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .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); }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row .container { border-width: 0; border-radius: 0; }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#GNG3J3p0icG1eWsGRxix9lEsBSeQyNTi { color:#ffffff;display:block;width:27.12425rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.4375rem;height:1.4627rem;font-style:normal;display:block; }
#b26tTditXTkCkTzCvdnbySFxkGDxFlbH { background-color:#13b6f2;background-image:none;background-position:center !important;background-repeat: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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.75rem;left:48.375rem;display:block; }
#qr1Gfk7B5t4J0V42Gms9oan8HMQToC88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZP4AZJMOXTw7uBrStOETHaodd9dlgs8q { background-color:#13b6f2;background-image:none;background-position:center !important;background-repeat: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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#111e23;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.75rem;left:44.75rem;display:none; }
#anQDkDfLuEfeK3QMceh96aEqR9N7ugHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#000000;background-image:none;display:block; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { background-color: transparent; background-image: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .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); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { width:7.1875rem;height:2.6875rem;top:0.84375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { background-color:#000000;background-image:none;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZEfKcZ270chaB6c3kAx7uX09keSK4fx { display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2v9bJqB3f0EO5NvFQ2OXHmy5gKT01bx { width:12.8125rem;height:4.875rem;top:3.8125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSleavGbg5mmkdcMZCLRVonpKfdbQ0Ca { width:1.5rem;height:1.5rem;top:3.375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufgpm7MMbcM2pmJu8gPh7LmC36PKH1zz { width:11.8125rem;height:2.8125rem;top:2.75rem;left:27.918754577637rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKB35aJQ5HFhXfgCQT7vKcFoeAtlr3Dv { width:42.625rem;height:1.6875rem;top:12.375rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFFqBs5hQALuyV3BLrJUwOyPrpvlyW5Z { width:40.8125rem;height:2.625rem;top:7.0625rem;left:3.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSWhkg7AaiPtl6ik1dp5IZSNwcxuVzQl { width:36.375rem;height:1.6875rem;top:18rem;left:8.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPfDIipsNyyyahl10GQ2LH1EiMrylVcB { width:28.75rem;height:1.6875rem;top:15rem;left:8.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAibbHpqOGfd0FGTLaGSD2Ebd13qUOqb { width:0.4375rem;height:1.4787305234783rem;top:15.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvM4WRKt5Lgs1AycPeI8XSunRzAsxAWP { width:0.4375rem;height:1.4787305234783rem;top:12.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2e6Wr7HG0yPNnAem9aBX2crr2F9pDfv { width:7.875rem;height:2.75rem;top:21.875rem;left:16.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7pIxFNahTrTvThuydS5IQE9gMQ2tD1 { width:9.0625rem;height:2.4375rem;top:33.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySBOFVWmf0Ozgx5AQTmBNv7O2KlqfkNF { display:block; }
 }@media only screen and (max-width: 763px) { #OL07di0sI8Aw8nAefKIC7DzuPXDLWnEO { top:35.375rem;left:17.125rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkRCH93BX51xCnhEeyO4xSO6cOzcGrKd { top:34rem;left:14.3125rem;width:4.0625rem;height:3.4125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLxXkefaTwM2mVV6EhaST6oSnwxdcJ1E { top:32.75rem;left:14.3125rem;width:4.0625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2BpNSsArMglPwIyen5EQ71fOKnZ7oNK { width:9.6875rem;height:4.5rem;top:38.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIvZgAbmfHKy8JfybqGIe4cnHOttnUMT { display:block; }
 }@media only screen and (max-width: 763px) { #qkJ1hgDi9pDNG9u3HUnSPtqHRWTSfy9k { width:1.4375rem;height:1.4375rem;top:41.125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1xX2rTNbgquWDm6450i5PsUANEwgkxs { width:12.4375rem;height:0.9375rem;top:39.6875rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2MwAVC5df7aZWRvPIb47ZUnFcl7FmT { width:0.0625rem;height:1.875rem;top:35.1875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aheWSPSgIkOkASR3eUOkUv8lWi74M9E3 { top:33.25rem;left:16rem;width:4.0625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz04FAZfV1fDADVAu3TIRco66DU86JGu { width:22.0625rem;height:3.125rem;top:31.4375rem;left:12.810716629028rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mATZlTN4wAaGE6WdcTiZSTVD5REuI4 { width:0.4375rem;height:1.4809112527568rem;top:18.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkg5WvRSeEuapOIRTDckHoyTGQk0P7qz { width:29.5625rem;height:14.3125rem;top:21.25rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giMF5FhmFGudlfurFT2TOedB0PuWv0UF { width:36.625rem;height:2rem;top:24.5rem;left:6.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2h5acBv7HEGdAsbPVrWOGwoAllJUcUC { width:9.9375rem;height:2.75rem;top:21.875rem;left:24.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4KabzCWMGxb0poZPKtaBTCAkglXoqWc { width:2.625rem;height:2.75rem;top:8.4895935058594rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoLqEB7q7P4TNQ2BIiTNOlFhuywOuSWz { display:none; }#OoLqEB7q7P4TNQ2BIiTNOlFhuywOuSWz > .row .container { width:47.75rem;height:35.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Li9wPTCi6RyIqPMC8GyGF3B3GfeVZwTM { width:47.75rem;height:3.575rem;top:4.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIyxz1GnRaSnOEPseO3Hrb5WZtKvGJr6 { width:4.375rem;height:4.375rem;top:12.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCp7IMBi1AhHqmX2Ew4dlJPR3gkuUCxc { width:2.875rem;height:3.0875rem;top:13.1875rem;left:7.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiQJ72VXs8K3IZV7ygoX9PyJ4k93AULA { width:9.375rem;height:0.375rem;top:14.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXQ9ISbyAly2Fl3T3sPEo5TxeHF3kB8T { width:4.375rem;height:4.375rem;top:12.5625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2UoiLawTRK28CJ6Dk0V9JQsQ2uk2k7 { width:2.875rem;height:3.0875rem;top:13.206249237061rem;left:22.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImLsDJ0ZiyCDvJgnrlnJGULCiMBxoGVf { width:9.375rem;height:0.375rem;top:14.5625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZq21ahJ0eX0VTVAdpsBLSssnvthXrUT { width:4.375rem;height:4.375rem;top:12.5625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZnRnQA5CIUOIPLPZHiZEGBAS3EidpxP { width:2.875rem;height:3.0875rem;top:13.1875rem;left:36.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h21G9n1zLJXFO8euAu6noIoxaMITbriL { width:12.5rem;height:5.36145625rem;top:17.8125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igdlcpnhq6vLcvL9no3QxXxkDzaD8dwu { width:12.6875rem;height:5.19976875rem;top:23.1875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snwUSM6aBZ1ueOngl6iOlxyivba1mBwD { width:17.125rem;height:3.5743rem;top:17.8125rem;left:15.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXErudXSy4C9ESKBCSnGbf2ZizHi8nRT { width:12.5rem;height:3.5743rem;top:17.8125rem;left:32.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #II50JJunuZdxdkxFGCos7ariVOngrQHc { width:12.6875rem;height:5.19976875rem;top:23.1875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2cyx3gklN2A0kE9tRMv9EPt9GsdNlh { width:12.6875rem;height:3.899825rem;top:23.1875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CczeRQTVFmUHshNrQRwtCzxgxUU8GGOS { width:1.5rem;height:1.5rem;top:3.375rem;left:22.623958587646rem;display:none; }
 }@media only screen and (max-width: 763px) { #bx80Lpp2lyWIdsrHdBw4cys2xuSeT0PT { width:4.375rem;height:4.375rem;top:12.5625rem;left:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 { display:block; }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row .container { width:47.75rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKG5aPvTGTfp2J8rKnqI2kLbgQfuC0pl { width:47.75rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFbOPOCzr4pHAehVqFeVLyDCsv2Vqn9T { width:47.75rem;height:1.6875rem;top:5.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrTJ52ZiMlBZC6s884sOxCPeqsbOPMMJ { width:12.375rem;height:4.6875rem;top:10.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Mx1f1ki7W6nkMHD7JUKxcXTGyvfGxa { width:10.125rem;height:2.5rem;top:11.90625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhPvk1f2rrT2KvsTlKSiT2FxMCbFzsof { width:2.625rem;height:2.75rem;top:8.4895935058594rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd { display:block; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container { width:47.75rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlrnQCPr7XNsFHGwz158tXqII2Tm2bcE { width:10.125rem;height:2.5rem;top:13.6875rem;left:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT90SHRx7gzsxaX1nHMyeL0A5uKF5SVQ { width:21.3125rem;height:22.98025rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }#dT90SHRx7gzsxaX1nHMyeL0A5uKF5SVQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dd99a2c1bb087022a0d01f6b7ca3c712ec30f0c.svg); }
 }@media only screen and (max-width: 763px) { #FhQXdz1g0sb1r1amAWa7ax6n6Nrgfp2i { width:20.3125rem;height:16.1689375rem;top:2.375rem;left:27.4375rem;font-size:1rem;display:block; }#FhQXdz1g0sb1r1amAWa7ax6n6Nrgfp2i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dd99a2c1bb087022a0d01f6b7ca3c712ec30f0c.svg); }
 }@media only screen and (max-width: 763px) { #b6PMfH3ad1TOIzbEJtJ5ZVoGXK2QnBtP { width:1.5rem;height:1.5rem;top:3.375rem;left:22.623958587646rem;display:none; }
 }@media only screen and (max-width: 763px) { #mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO { display:none; }#mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mQCnEaxI3XnKxaDGopv9AvWMM6DIbX9A { width:20rem;height:4.75rem;top:2.625rem;left:0rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmsGNgz9WxR6brSt4AVMo7O6NGSFVwls { width:13.875rem;height:2.6875rem;top:9.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTSs9zhsc59qnl3OgQRboRE3hDnSSypX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uahxwd1g1TtJW4wK0XN9TQISi5OWwAsm { width:0.5625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8lvClNDF36TONwAwaadOysfy3pu8r6p { width:12.5rem;height:3.25rem;top:23.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3kDRukRiMuygeLyQ2tsvP7LvF9ZpslI { top:4.5rem;left:1.2499998807907rem;width:4.0625rem;height:3.4125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6JiyoOBzrN0LTN8VT9ImZpkoLX7dr47 { top:5.7156252861023rem;left:4.0624998807907rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHOTWf4r1sUTgNmDl86rQT7u91fJVQ4f { top:4.5rem;left:1.2499998807907rem;width:4.0625rem;height:3.4125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGeTK2egMVsUcSPZZGMbHriEEhyXmoEy { top:4.5rem;left:1.2499998807907rem;width:4.0625rem;height:3.4125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpICS7LKKRPdi6PtraKrzCgO5Aip4umJ { width:0.0625rem;height:1.875rem;top:35.125rem;left:18.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTbpMJLBnhkl1SNmEICd0e6NIdhTzTLc { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMoe5VhLml4dwRTplKaMIMdK1zFLBB0M { width:17.5625rem;height:;top:23.125rem;left:0rem;font-size:0.75rem;display:none; }#CMoe5VhLml4dwRTplKaMIMdK1zFLBB0M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/07ab8811-9ee9-4a6e-b39a-f6a77f48420f/Check.svg); }
 }@media only screen and (max-width: 763px) { #Jew4nmB1dLkUrJf8HuEPifvGLnG0lsJT { width:7.55416625rem;height:3.11666625rem;top:4.9708337783814rem;left:11.066666781902rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKtQlaRu9T0ZOfM1tAGDXDzpTxKCCnPS { display:block; }
 }@media only screen and (max-width: 763px) { #mXsif03ZzcWsIGg0zJZFguqBVIrCfp9y { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xnq98ixmMVDKxHvPV2AOAMSasMctIwif { display:block; }
 }@media only screen and (max-width: 763px) { #GyuCASkfsGGg0TQaBsp4gRud4tJSSKti { width:1.375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7S73LMeAdTAo9qXs5mATx86TMgef6lp { width:16.5rem;height:1.625rem;top:47.875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU { display:block; }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row .container { width:47.75rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIL55AOtM8k41WFSU5hlmBK9X2rFxF42 { width:47.75rem;height:3.575rem;top:4.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4WAu6P1DEeHSs0dXXGTDq9rRT2wGsb { width:4.375rem;height:4.375rem;top:12.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNhlQdxR6FROFBF2IoF6rCzobw4Nwhwo { width:2.875rem;height:3.0875rem;top:13.1875rem;left:7.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ7HXMRPVUEDFrB18GRKpP28pqcCEJEr { width:9.375rem;height:0.375rem;top:14.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZRlc30hXDezA6EsPSuxiKNViZPq1aSm { width:4.375rem;height:4.375rem;top:12.5625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoeEF2Ug7ivygG7ahMNspscMxro9SrUH { width:2.875rem;height:3.0875rem;top:13.206249237061rem;left:22.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdGvWrtVyKSeTb7uQyL2OyNzz8H9pHoM { width:9.375rem;height:0.375rem;top:14.5625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTNIxwTfM8uwrCQNvM5xNyQFFHWov1v { width:4.375rem;height:4.375rem;top:12.5625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybZfxDCBN0Z7PWvgdJSDfD5T02Ig93BM { width:2.875rem;height:3.0875rem;top:13.1875rem;left:36.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6t1l24qSxuH4dwlVBbXEsSTxPZP1W18 { width:12.5rem;height:5.36145625rem;top:17.8125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7HhKZD2AGg0Jr7UrPcSVX3lkU3HATJG { width:12.6875rem;height:5.19976875rem;top:23.1875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8MnTFd4o1SP5zobn2QH2wdAcR42FbyO { width:17.125rem;height:3.5743rem;top:17.8125rem;left:15.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqkPts12FVITAUXJHksQCUDwPL6VJdKb { width:12.5rem;height:3.5743rem;top:17.8125rem;left:32.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBPSVF34JaRhVheZX7oRTcbtHAgfQ7o { width:12.6875rem;height:5.19976875rem;top:23.1875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAegRRzdEV5fJw12af3DmulnQ4T7KymI { width:12.6875rem;height:3.899825rem;top:23.1875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anIrd2sEhllSuD96Zg8uUZ2bBEGVICUG { width:2.625rem;height:2.75rem;top:8.4895935058594rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyIE3mLuRMoastUZOzHPfTLD6KoTdku5 { display:none; }#oyIE3mLuRMoastUZOzHPfTLD6KoTdku5 > .row .container { width:47.75rem;height:60.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tnsar58MBI438clzyVPZs3SfWPv1gyEd { width:47.75rem;height:1.4625rem;top:9.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4iqhSmE88W7kwgirSLV2zTdzyNgimVM { width:47.75rem;height:3.575rem;top:4.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIUSm0XBH8SdcfTn6rizm7xIwDkCTFHe { width:12.375rem;height:4.6875rem;top:13.34375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQJZfwSUMOT0uQRzeqKszGdypLBankLX { width:10.125rem;height:2.5rem;top:14.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1fr4C7caWUyAyLDzLuewoDrOEtvDFyI { width:12.5rem;height:1.1375rem;top:20.0625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdnsbHb79kF5lZFawi1BSh2OO500yd2M { width:4.1875rem;height:1.5rem;top:19.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83XF92arZLTT6tFlk6gGhKsxkSh6iEf { width:7.5rem;height:4.1875rem;top:22.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3buVkPTNwbpfPcw8Ce3uh2tOBBMWanU { width:7.5rem;height:1.225rem;top:26.6875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QET7HMRwMF7CGBRuTTrp1LwpEsb6AVvx { width:7.5rem;height:4.1875rem;top:22.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecWFcSMUwaXWMWJ9emiL5F5TqBw7i7s { width:7.5rem;height:1.225rem;top:26.6875rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoV0z0XkETMck7cR1QvCSe4rVcHKFG5z { width:7.5rem;height:4.1875rem;top:22.25rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIoEuH9ZXApGGUiuNyMx4lMzEXP3bKI4 { width:7.5rem;height:0;top:26.6875rem;left:16.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7dFyPtuNbEswF59qMWfKNk6dyatpNi9 { width:7.5rem;height:0;top:36.9375rem;left:16.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmTxT7gh3l3OACmSJcdP4l7TWkSyF2ot { width:7.5rem;height:2.45rem;top:36.9375rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2h3qzPzpIoaoexBgtyABSfGqdX7062i { width:7.5rem;height:4.1875rem;top:32.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXWuK4uGDm9ppd7HuA7bbHahT6TwxAP { width:7.5rem;height:1.225rem;top:36.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTMh1gGm4dzDV6Mp7gJFIQu6Vx5NJF7n { width:7.5rem;height:4.1875rem;top:32.5rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDbFZfMcoiAq7AmgTtfnFN5eoXR61VDo { width:7.5rem;height:4.1875rem;top:32.5rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVfzhFN1CDVKu0y13MJNhWOfBCl0JIJJ { width:3.3125rem;height:1.5rem;top:30.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEMzw48eSR4PiBAXqXOrc0cwksCFCZrp { width:12.5rem;height:1.1375rem;top:30.3125rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lG0JDWSlo8f6qN1aXguWDN4kIzN8pf { width:7.5rem;height:1.225rem;top:47.25rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdoJTAITmmgTACshOwJs5drPlpwTzFHJ { width:7.5rem;height:0;top:47.25rem;left:16.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPA9K9L58qUz3nMeBmHGdU19Fm3a5Z0c { width:7.5rem;height:4.1875rem;top:42.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McLG3EetGkgwgI2V7lGTNTEOb7T2xPQ0 { width:7.5rem;height:1.225rem;top:47.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4qATKaikDJ93kz8vLOkfv4lqkCSlGyp { width:7.5rem;height:4.1875rem;top:42.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLbxSQ0kXMfmxFHE5XeRl1X2dSnoA3O { width:7.5rem;height:4.1875rem;top:42.8125rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMxQsMyfJC5RHTqzT3D4Xiee2oU2xEPl { width:10.75rem;height:1.5rem;top:40.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt1oihcTz4nwWlbHouWRtBuri4BkuxQO { width:12.5rem;height:1.1375rem;top:40.625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVVTBUcgeCeqXEXnPbh9IvTJEp1WIdgF { width:12.5rem;height:1.1375rem;top:20.0625rem;left:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7xB2DxRVgxFA6FQzqykTHOOfr79wE7 { width:7.75rem;height:1.5rem;top:19.875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnKxQan62Vk6p09R589QmTs36QnCwJ3I { width:7.5rem;height:4.1875rem;top:22.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D46qbx8k0liB736LtNTvcvoWXbnyFtzn { width:7.5rem;height:4.1875rem;top:22.25rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4BzrTWmITzR2rLxb1nWIW1ObpTecu6 { width:7.5rem;height:1.225rem;top:26.6875rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebpzT8zMpviX5KKhLJe1pK2qB1Geg8W3 { width:7.5rem;height:1.225rem;top:26.6875rem;left:36.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgw0qnuz5lJudh767ggdTT6fI5rFKiyz { width:7.5rem;height:4.1875rem;top:32.5rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPNmT89i9JlFAXIDCz4SIxQSV1FwVgDp { width:7.5rem;height:4.1875rem;top:32.5rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ZZKcE4S3rmHtK4z3rkUuE5VFaDlce7 { width:5rem;height:1.5rem;top:30.125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxoWSRsvNKSum98NFpS1pOiC5QHsL9ch { width:12.5rem;height:1.1375rem;top:30.3125rem;left:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2r5QHZX8oGODdtuDu3TRQXBmOBQpk5A { width:7.5rem;height:4.1875rem;top:22.25rem;left:36.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRiKMDBcPWqeB0ARVgbTVIyH55oorn7w { width:7.5rem;height:0;top:26.6875rem;left:36.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5AZHzQSlzqE67LSWRQwx2dcCsghlVWT { width:7.5rem;height:0;top:36.9375rem;left:36.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4iQtiG8X8H18nuM7Hs3rOyxemzVc1OW { width:7.5rem;height:1.225rem;top:36.9375rem;left:36.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOLNoUpM18TPyydFkDSlFf4481IMyey { width:7.5rem;height:1.225rem;top:36.9375rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK9wXwuxsRxDDRpSMAuoPWlip5Zgvguc { width:7.5rem;height:4.1875rem;top:32.5rem;left:36.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4bdyEIp1O4PU1sszw0SOKPGpOrdr5Oh { width:7.5rem;height:4.1875rem;top:42.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzhPsA86BBcVOEelsh7NJIfqBPe3v2Qs { width:7.5rem;height:4.1875rem;top:42.8125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIetlF2M459okSsXIsUbTiVw3aIwZFfh { width:7.5rem;height:4.1875rem;top:42.8125rem;left:36.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDxmwNJPAR1Xr0AW21BuK5NTEpxVcKs6 { width:9.5625rem;height:1.5rem;top:40.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5vkEP6teUJwQC25F5hBeHZEinHuyH58 { width:12.5rem;height:1.1375rem;top:40.625rem;left:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sULT1uM4B42WdsaGP7QwRScbbwqIpCWm { width:7.5rem;height:2.45rem;top:47.25rem;left:36.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZPSDsMlTV06q6c0ufBXik3xSt3W5vEe { width:7.5rem;height:0;top:47.25rem;left:36.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0AMTJri4KRdTpGbkxhfxOFX9C5aIAbI { width:7.5rem;height:2.45rem;top:47.25rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkoWF1y0am1DW3VH1quJo0EiKTb5A16 { width:47.75rem;height:1.95rem;top:53rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA { display:block; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdQ8zz7tHT41RXApa9P0zoSek41AUqGH { top:4rem;left:0rem;width:47.75rem;height:3.575rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX { display:block; }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGEuI3lWT51fTsrENNaw6KRRtC66O8nb { top:0.6875rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcAMIxC43vlqOPRzTvVkUTN3Nd8p1q5W { width:13.875rem;height:3rem;top:29.1875rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4ohCK6fO6WaH4cCNVEZU1FgTA1fnTI6 { display:block; }
 }@media only screen and (max-width: 763px) { #L5xVTVDyu4OQaBV7PbpZttLTclZac4U7 { width:2.5rem;height:2.5rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJg4sQoEbl0GWPiZmXbCf1BI3gwM4nXS { width:2.5rem;height:2.5rem;top:10.0625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WquNP0u03FfPgRMH7Rcsz2rFxo27ZQxp { width:10.4375rem;height:28.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimysMQTZ96aXzmxLxI1VRR70odE5dfw { width:10.4375rem;height:28.625rem;top:0rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7zv1zJgA9ldC1DgTpNVT91iHPNP5KW { top:2.5562496185302rem;left:0rem;width:47.75rem;height:3.575rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM { display:block; }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlQzusMUpipOhuzS4VsOe4oqPp3sPF6e { width:13.875rem;height:3rem;top:29.1875rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsWFE7Hbx429QFdhkTF1uZiUk5UlT75v { display:block; }
 }@media only screen and (max-width: 763px) { #DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb { display:block; }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAbsxKWaZ0k1N7h4r2k2qVgGrATaPnWE { top:0.6875rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6QtDyfoV7x6C72tlnvQKrEuGJo9po8w { width:13.875rem;height:3rem;top:29.1875rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAQrP7dWCh1rFKXnS0p7GlBpthGVrToe { display:block; }
 }@media only screen and (max-width: 763px) { #tEBxqOXDd0fQiRZHcNsDJLOm5DLdNgQg { width:2.5rem;height:2.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzwAV1JqUa2Ezo0lS5svCdxUbGMP2b6H { width:2.5rem;height:2.5rem;top:8.8125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBKUok0XtTE7Knb5I2wwmedhURPDSNP { width:10.4375rem;height:28.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #getiW2zFLv0i7adLscrgXqlv75SIsGPC { width:10.4375rem;height:28.625rem;top:0.15625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G { display:block; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container { width:47.75rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLik3B1kGVvf37nrZKeJc3F2fPgRmdSv { width:47.75rem;height:2.625rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ3GmgM1AKCCJJGtHCc0O5VgH9veOXBo { width:47.75rem;height:31.284042238214rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzb8oTGGrvvcCK6TSStPvManitVzqyoT { width:47.75rem;height:1.6875rem;top:4.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mquk0toNoecWqSkZ4TTy53F4fyz7Ve5J { width:44.125rem;height:1.375rem;top:42.1875rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { top:4.875rem;left:0rem;width:47.75rem;height:3.575rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr517vfV8rTyDCHkibTM22c3mM3r5Zux { display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { top:1.71875rem;left:1rem;width:42.5rem;height:2.92540625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8virSMQS7FzQytXuV3MHdcngOMGsa6r { 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) { #W2omAy2P0JrDsgekE0MSwnboy3IHIMam { width:1.75rem;height:1.75rem;top:1.75rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { top:0.875rem;left:1rem;width:45.625rem;height:6.00071875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpaU754J801Pm3ToDpJvMLM1ROCBaXrg { display:block; }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idd4ex6NdVFkXVabqUF6Rg3UoUrUSD6A { top:1.71875rem;left:1rem;width:42.5rem;height:2.92540625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf00VO9QZbzzZEV6nzXLGx7CqGaQ7nUy { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAMOOadDztfNVJFEanRXORvvJb1pSuiZ { 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) { #LFBdclbhT31NZkzTkX7iWKuKbFDdGcNZ { width:1.75rem;height:1.75rem;top:1.75rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB { display:block; }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMhghw0fQmN2WPQmAFav4IL8ncXhT0Cb { top:0.875rem;left:1rem;width:45.625rem;height:4.5005375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXB4w3UyTkzcTL242AvdK6QhVwynOIhH { display:block; }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQAaieA8iOCQDrIdnnwkCFbFphshX23q { top:1.71875rem;left:1rem;width:42.5rem;height:1.4627rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRD8gTyRkFwJEZL53r35gN3n5GC25MmD { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFR4eX0I8zy5QIssUDWFXeMVF9Z8kPap { 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) { #zl1BD2LboP3xVqLJQIch0UZxrhzORBSN { width:1.75rem;height:1.75rem;top:1.75rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI { display:block; }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT3v0DFf97MFIUL47667zh3mHElD8Exv { top:0.875rem;left:1rem;width:45.625rem;height:4.5005375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF { display:block; }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8yM82HLyIQINg0mTa9xU9cRvdTG48o0 { top:1.71875rem;left:1rem;width:42.5rem;height:2.92540625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu8MO3UZGRuOEBInQlDXTLnKcla4qBU6 { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkhlXTh6ZhLiXh3RCBKoW7zM6fRNIudz { 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) { #VV8uxJtq82o2fer8IioDW6XOUlHIMmyK { width:1.75rem;height:1.75rem;top:1.75rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { display:block; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { width:47.75rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { top:0.875rem;left:1rem;width:45.625rem;height:3.899825rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { top:1.8125rem;left:1rem;width:42.5rem;height:1.4627rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { 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) { #erkrdG8FfQNy9FDkBMoGzDkR80ZXc88S { width:1.75rem;height:1.75rem;top:1.75rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { width:47.75rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { top:0.875rem;left:0.875rem;width:45.625rem;height:6.00071875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { display:block; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWWAKwwc3oXFz5DWVkNhN3Efyb5VsTgN { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUrTnAJGD1nWWtwEmXIJ33fLmuZOdPn { width:28.625rem;height:1.1375rem;top:1.8125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyDAsad20iXGDgu0y1HXf1inbqubkb5T { display:block; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3gFTVI2Hmzvyihtac1NJtiIDpXS0HqE { width:9.75rem;height:4.5625rem;top:0.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT3l64dthvibpX5dZJH7wXSy196cOUQa { display:block; }
 }@media only screen and (max-width: 763px) { #KGhulJA4CCQXZqbqemipRTWPXmVxmzyW { width:1.5rem;height:1.5rem;top:1.5625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwar0ETd1ixxfK42MQsBwVrNvTWOfJbp { width:12.5rem;height:;top:3.4375rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTNxuNDAMCGIRrJ07deOFkzG2UdLOpIX { width:12.375rem;height:4.6875rem;top:13.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzgEA4NEKTsGzOcf4zacBnS0v5iKbTAQ { width:11.8125rem;height:2.8125rem;top:14.375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQSSuRigWJxtFZMeTxTGfbeZ262Ue4w1 { width:1.5rem;height:1.5rem;top:15.0625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzT62w5u6Epp6GnrwONwvR1Z9XdQXIr1 { width:47.75rem;height:2.625rem;top:18.3125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnbMnWICWfButGBCl0Dx26mwxti1JkUP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { top:2.125rem;left:31.625rem;width:3rem;height:1.7875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { width:7.5625rem;height:3.125rem;top:1.40625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block; }
 }@media only screen and (max-width: 763px) { #Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { top:2.1875rem;left:34.875rem;width:4rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXNubztusrN7iAEpRD8VNuaOTKENWHep { top:2.07421875rem;left:0.875rem;width:28.75rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BndPcRzFJAw3OuyGAanSFJVMBHkinOIw { display:block; }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNG3J3p0icG1eWsGRxix9lEsBSeQyNTi { width:27.0625rem;height:1.4375rem;top:1.0625rem;left:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b26tTditXTkCkTzCvdnbySFxkGDxFlbH { width:6.1875rem;height:1.9375rem;top:0.75rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1Gfk7B5t4J0V42Gms9oan8HMQToC88 { display:block; }
 }@media only screen and (max-width: 763px) { #ZP4AZJMOXTw7uBrStOETHaodd9dlgs8q { width:6.25rem;height:2rem;top:0.75rem;left:31.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #anQDkDfLuEfeK3QMceh96aEqR9N7ugHg { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { position:fixed;z-index:199999;background-color:#000000;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { background-color: transparent; background-image: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .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); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { width:5.249025rem;height:1.87495625rem;top:0.25rem;left:7.3745463490488rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KZEfKcZ270chaB6c3kAx7uX09keSK4fx { position:relative;z-index:auto;background-color:#f6f7f8;background-image:url("https://images.assets-landingi.com/uc/820b8663-8d14-46cd-9287-149cb1fd027a/LPPLAYERTVN24_320x6603.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx.adaptive-delivery-prevent-bg, #KZEfKcZ270chaB6c3kAx7uX09keSK4fx.lazyload, #KZEfKcZ270chaB6c3kAx7uX09keSK4fx.lazyloading { background-image: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { background-color: transparent; background-image: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .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); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { border-width: 0; border-radius: 0; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #v2v9bJqB3f0EO5NvFQ2OXHmy5gKT01bx { width:9.375rem;height:3.4375rem;top:4.187255859375rem;left:0.06210595369339rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSleavGbg5mmkdcMZCLRVonpKfdbQ0Ca { width:1.0625rem;height:1.0625rem;top:5.374755859375rem;left:9.373714745045rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufgpm7MMbcM2pmJu8gPh7LmC36PKH1zz { width:7.5625rem;height:2.8125rem;top:4.4988403320312rem;left:11.373955070972rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKB35aJQ5HFhXfgCQT7vKcFoeAtlr3Dv { width:16.6875rem;height:2.7605rem;top:12.435546875rem;left:2.3150528073311rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFFqBs5hQALuyV3BLrJUwOyPrpvlyW5Z { width:17.4375rem;height:3.24878125rem;top:7.6234130859375rem;left:0.87376648187637rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSWhkg7AaiPtl6ik1dp5IZSNwcxuVzQl { width:16.6875rem;height:2.7605rem;top:16.498168945312rem;left:2.3150528073311rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPfDIipsNyyyahl10GQ2LH1EiMrylVcB { width:16.6875rem;height:1.38025rem;top:20.811279296875rem;left:2.3150528073311rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAibbHpqOGfd0FGTLaGSD2Ebd13qUOqb { width:0.4375rem;height:1.478125rem;top:12.435546875rem;left:0.87376648187637rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvM4WRKt5Lgs1AycPeI8XSunRzAsxAWP { width:0.4375rem;height:1.478125rem;top:16.498168945312rem;left:0.87376648187637rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2e6Wr7HG0yPNnAem9aBX2crr2F9pDfv { width:6.4375rem;height:1.705775rem;top:24.249633789062rem;left:3.8120201230049rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7pIxFNahTrTvThuydS5IQE9gMQ2tD1 { width:9.0625rem;height:2.4375rem;top:27.499450683594rem;left:10.186446487904rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySBOFVWmf0Ozgx5AQTmBNv7O2KlqfkNF { display:block; }
 }@media only screen and (max-width: 763px) { #OL07di0sI8Aw8nAefKIC7DzuPXDLWnEO { width:8.8125rem;height:1.9499125rem;top:28.749084472656rem;left:3.0624657273293rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkRCH93BX51xCnhEeyO4xSO6cOzcGrKd { width:4.0625rem;height:2.59988125rem;top:28.2490234375rem;left:0.81166046857831rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLxXkefaTwM2mVV6EhaST6oSnwxdcJ1E { width:4rem;height:1.9499125rem;top:26.749877929688rem;left:0.87483721971512rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2BpNSsArMglPwIyen5EQ71fOKnZ7oNK { width:9.6875rem;height:4.5rem;top:38.6875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIvZgAbmfHKy8JfybqGIe4cnHOttnUMT { display:block; }
 }@media only screen and (max-width: 763px) { #qkJ1hgDi9pDNG9u3HUnSPtqHRWTSfy9k { width:1.4375rem;height:1.4375rem;top:41.125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1xX2rTNbgquWDm6450i5PsUANEwgkxs { width:12.4375rem;height:auto;top:39.6875rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er2MwAVC5df7aZWRvPIb47ZUnFcl7FmT { width:0.0625rem;height:1.875rem;top:28.812255859375rem;left:4.8742459416389rem;display:block; }
 }@media only screen and (max-width: 763px) { #aheWSPSgIkOkASR3eUOkUv8lWi74M9E3 { width:4rem;height:1.29994375rem;top:27.312072753906rem;left:2.4992290139198rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz04FAZfV1fDADVAu3TIRco66DU86JGu { width:18.9375rem;height:2.9232625rem;top:32.062103271484rem;left:0.56216591596603rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mATZlTN4wAaGE6WdcTiZSTVD5REuI4 { width:0.4375rem;height:1.4809112527568rem;top:20.759887695312rem;left:0.87376648187637rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkg5WvRSeEuapOIRTDckHoyTGQk0P7qz { width:19.875rem;height:12.8125rem;top:23.370483398438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giMF5FhmFGudlfurFT2TOedB0PuWv0UF { width:20rem;height:1.13718125rem;top:25.8408203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2h5acBv7HEGdAsbPVrWOGwoAllJUcUC { width:9.9375rem;height:1.705775rem;top:24.249633789062rem;left:7.9367116093638rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4KabzCWMGxb0poZPKtaBTCAkglXoqWc { width:0.9375rem;height:0.9375rem;top:24.624389648438rem;left:9.3116086125375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoLqEB7q7P4TNQ2BIiTNOlFhuywOuSWz { display:block; }#OoLqEB7q7P4TNQ2BIiTNOlFhuywOuSWz > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Li9wPTCi6RyIqPMC8GyGF3B3GfeVZwTM { width:20rem;height:2.2743625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIyxz1GnRaSnOEPseO3Hrb5WZtKvGJr6 { width:4rem;height:4rem;top:4.6875rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCp7IMBi1AhHqmX2Ew4dlJPR3gkuUCxc { width:2.87400625rem;height:3.08709375rem;top:5.1875rem;left:8.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiQJ72VXs8K3IZV7ygoX9PyJ4k93AULA { width:20rem;height:0.91954022988506rem;top:5.1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXQ9ISbyAly2Fl3T3sPEo5TxeHF3kB8T { width:4rem;height:4rem;top:22.625007629394rem;left:8.0000007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2UoiLawTRK28CJ6Dk0V9JQsQ2uk2k7 { width:2.875rem;height:3.08709375rem;top:23.062507629394rem;left:8.5625007748606rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImLsDJ0ZiyCDvJgnrlnJGULCiMBxoGVf { width:20rem;height:0.91954022988506rem;top:19.76979375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZq21ahJ0eX0VTVAdpsBLSssnvthXrUT { width:4rem;height:4rem;top:43.125007629394rem;left:8.0000007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZnRnQA5CIUOIPLPZHiZEGBAS3EidpxP { width:2.875rem;height:3.0875rem;top:43.562507629394rem;left:8.5625007748606rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h21G9n1zLJXFO8euAu6noIoxaMITbriL { width:19.9991875rem;height:5.117325rem;top:9.6585464477537rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igdlcpnhq6vLcvL9no3QxXxkDzaD8dwu { width:17.625rem;height:5.85080625rem;top:15.389587402344rem;left:1.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snwUSM6aBZ1ueOngl6iOlxyivba1mBwD { width:17.125rem;height:3.41155rem;top:27.464584350586rem;left:1.4375000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXErudXSy4C9ESKBCSnGbf2ZizHi8nRT { width:12.5rem;height:3.41155rem;top:48.250007629394rem;left:3.7500002980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #II50JJunuZdxdkxFGCos7ariVOngrQHc { width:17.1875rem;height:10.2389375rem;top:31.648960113526rem;left:1.5000002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2cyx3gklN2A0kE9tRMv9EPt9GsdNlh { width:17.4375rem;height:4.38810625rem;top:52.523963928222rem;left:1.2812500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CczeRQTVFmUHshNrQRwtCzxgxUU8GGOS { width:1.0625rem;height:1.0625rem;top:11.749126434326rem;left:9.2498973011969rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #bx80Lpp2lyWIdsrHdBw4cys2xuSeT0PT { width:3.99940625rem;height:3.99940625rem;top:4.6875rem;left:8rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 { display:block; }#ZG3fFzka06TmNUOp3hhuOXytnJD2L2h8 > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKG5aPvTGTfp2J8rKnqI2kLbgQfuC0pl { width:20rem;height:2.99821875rem;top:2.3125rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yFbOPOCzr4pHAehVqFeVLyDCsv2Vqn9T { width:20rem;height:1.4627rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrTJ52ZiMlBZC6s884sOxCPeqsbOPMMJ { width:12.375rem;height:4.5625rem;top:8.3739585876462rem;left:3.8125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Mx1f1ki7W6nkMHD7JUKxcXTGyvfGxa { width:10.125rem;height:2.5rem;top:16.225rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhPvk1f2rrT2KvsTlKSiT2FxMCbFzsof { width:2.5rem;height:2.6875rem;top:28.0625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd { background-color:#0c1317;background-image:url("https://images.assets-landingi.com/uc/c145aae5-11fc-4547-94a1-4e461c88ba1c/Artboard113.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;display:block; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd.adaptive-delivery-prevent-bg, #QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd.lazyload, #QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd.lazyloading { background-image: none; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container { background-color: transparent; background-image: none; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container > .video-iframe-container { display: none; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row > .video-iframe-container { display: none; }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .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); }#QE9SPP3W9dOqsPqvXw6IWztbKd70ZCcd > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlrnQCPr7XNsFHGwz158tXqII2Tm2bcE { width:10.125rem;height:2.5rem;top:33.5rem;left:4.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dT90SHRx7gzsxaX1nHMyeL0A5uKF5SVQ { width:18.25rem;height:25.580125rem;top:0rem;left:0.875rem;font-size:1rem;display:block; }#dT90SHRx7gzsxaX1nHMyeL0A5uKF5SVQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dd99a2c1bb087022a0d01f6b7ca3c712ec30f0c.svg); }
 }@media only screen and (max-width: 763px) { #FhQXdz1g0sb1r1amAWa7ax6n6Nrgfp2i { width:18.25rem;height:16.1689375rem;top:38.3125rem;left:0.875rem;font-size:1rem;display:block; }#FhQXdz1g0sb1r1amAWa7ax6n6Nrgfp2i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dd99a2c1bb087022a0d01f6b7ca3c712ec30f0c.svg); }
 }@media only screen and (max-width: 763px) { #b6PMfH3ad1TOIzbEJtJ5ZVoGXK2QnBtP { width:2.75rem;height:2.75rem;top:28.187501430511rem;left:8.7500007748606rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO > .row .container { border-width: 0; border-radius: 0; }#mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mt98Ri8uFAqEwbv9SxXXW4AgQaP3I8bO > .row .container { width:20rem;height:53.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mQCnEaxI3XnKxaDGopv9AvWMM6DIbX9A { width:13.875rem;height:4.8rem;top:2.9375rem;left:3.0625rem;font-size:2rem;z-index:15001;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NmsGNgz9WxR6brSt4AVMo7O6NGSFVwls { width:13.875rem;height:3.375rem;top:9.25rem;left:3.0625rem;font-size:1.125rem;z-index:15002;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rTSs9zhsc59qnl3OgQRboRE3hDnSSypX { top:14.4375rem;left:0rem;width:19.75rem;height:34.75rem;z-index:15003;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.125rem solid #e0e3e6;border-left:0.125rem solid #e0e3e6;border-right:0.125rem solid #e0e3e6;border-bottom:0.125rem solid #e0e3e6;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Uahxwd1g1TtJW4wK0XN9TQISi5OWwAsm { top:16.1875rem;left:1.375rem;width:0.5625rem;height:3.4375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w8lvClNDF36TONwAwaadOysfy3pu8r6p { top:16.21875rem;left:2.5rem;width:5rem;height:3.25rem;z-index:15005;font-size:1.25rem;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #m3kDRukRiMuygeLyQ2tsvP7LvF9ZpslI { width:4.0625rem;height:3.25rem;top:17rem;left:8.375rem;font-size:2.5rem;z-index:15033;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #k6JiyoOBzrN0LTN8VT9ImZpkoLX7dr47 { width:8.4375rem;height:2.6rem;top:17.4375rem;left:10.9375rem;font-size:2rem;z-index:15034;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #SHOTWf4r1sUTgNmDl86rQT7u91fJVQ4f { width:4rem;height:2.275rem;top:15.5rem;left:8.4375rem;font-size:1.75rem;z-index:15034;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #UGeTK2egMVsUcSPZZGMbHriEEhyXmoEy { width:4rem;height:1.625rem;top:16rem;left:10.4375rem;font-size:1.25rem;z-index:15035;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #qpICS7LKKRPdi6PtraKrzCgO5Aip4umJ { width:0.0625rem;height:2.5rem;top:17.375rem;left:13.125rem;z-index:15035;background-color:#e0e3e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uTbpMJLBnhkl1SNmEICd0e6NIdhTzTLc { top:21.28125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15036;background-color:#e0e3e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CMoe5VhLml4dwRTplKaMIMdK1zFLBB0M { top:23.125rem;left:1.21875rem;width:17.5625rem;height:14.0625rem;z-index:15037;font-size:0.75rem;line-height:1.5;color:#646d70;overflow:hidden;display:block; }#CMoe5VhLml4dwRTplKaMIMdK1zFLBB0M li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CMoe5VhLml4dwRTplKaMIMdK1zFLBB0M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/07ab8811-9ee9-4a6e-b39a-f6a77f48420f/Check.svg); }
 }@media only screen and (max-width: 763px) { #Jew4nmB1dLkUrJf8HuEPifvGLnG0lsJT { width:17.625rem;height:3.5rem;top:39.0625rem;left:1.1875rem;font-size:1rem;z-index:15014;background-color:#00bcff;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) { #vKtQlaRu9T0ZOfM1tAGDXDzpTxKCCnPS { display:block; }
 }@media only screen and (max-width: 763px) { #mXsif03ZzcWsIGg0zJZFguqBVIrCfp9y { top:43.4375rem;left:5.9375rem;width:6.8125rem;height:1.1875rem;z-index:15038;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #0053cf;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;color:#0053cf;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xnq98ixmMVDKxHvPV2AOAMSasMctIwif { display:block; }
 }@media only screen and (max-width: 763px) { #GyuCASkfsGGg0TQaBsp4gRud4tJSSKti { top:43.5rem;left:12.6875rem;width:1.375rem;height:1.1875rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K7S73LMeAdTAo9qXs5mATx86TMgef6lp { top:46.25rem;left:1.75rem;width:16.5rem;height:1.625rem;z-index:15040;text-align:center;text-align-last:center;font-size:0.625rem;font-weight:300;font-style:normal;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU { display:none; }#wWtQ8s6RqnCa0kXKAhyIN4bKe4SRfBoU > .row .container { width:20rem;height:61.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SIL55AOtM8k41WFSU5hlmBK9X2rFxF42 { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4WAu6P1DEeHSs0dXXGTDq9rRT2wGsb { width:4rem;height:4rem;top:4.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNhlQdxR6FROFBF2IoF6rCzobw4Nwhwo { width:2.875rem;height:3.0875rem;top:5.1875rem;left:8.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ7HXMRPVUEDFrB18GRKpP28pqcCEJEr { width:20rem;height:0.91954022988506rem;top:5.1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZRlc30hXDezA6EsPSuxiKNViZPq1aSm { width:4rem;height:4rem;top:22.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoeEF2Ug7ivygG7ahMNspscMxro9SrUH { width:2.875rem;height:3.0875rem;top:22.5rem;left:8.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdGvWrtVyKSeTb7uQyL2OyNzz8H9pHoM { width:20rem;height:0.91954022988506rem;top:19.76979375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITTNIxwTfM8uwrCQNvM5xNyQFFHWov1v { width:4rem;height:4rem;top:44rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybZfxDCBN0Z7PWvgdJSDfD5T02Ig93BM { width:2.875rem;height:3.0875rem;top:44.4375rem;left:8.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6t1l24qSxuH4dwlVBbXEsSTxPZP1W18 { width:20rem;height:3.4125rem;top:10.001041412354rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7HhKZD2AGg0Jr7UrPcSVX3lkU3HATJG { width:17.625rem;height:5.85rem;top:14.139583587646rem;left:1.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8MnTFd4o1SP5zobn2QH2wdAcR42FbyO { width:17.125rem;height:3.4125rem;top:27.464584350586rem;left:1.4375000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqkPts12FVITAUXJHksQCUDwPL6VJdKb { width:12.5rem;height:3.4125rem;top:49.4375rem;left:3.7500002980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBPSVF34JaRhVheZX7oRTcbtHAgfQ7o { width:17.1875rem;height:10.2375rem;top:31.648960113526rem;left:1.5000002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAegRRzdEV5fJw12af3DmulnQ4T7KymI { width:17.4375rem;height:4.3875rem;top:53.711457729339rem;left:1.2812500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anIrd2sEhllSuD96Zg8uUZ2bBEGVICUG { width:1.3125rem;height:1.375rem;top:59.348960113526rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyIE3mLuRMoastUZOzHPfTLD6KoTdku5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #1d2b37);background-image: -moz-linear-gradient(180deg, #000000, #1d2b37);background-image: -ms-linear-gradient(180deg, #000000, #1d2b37);background-image: -o-linear-gradient(180deg, #000000, #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1d2b37' );";background-image: linear-gradient(180deg, #000000, #1d2b37);background-size:auto !important;display:none; }#oyIE3mLuRMoastUZOzHPfTLD6KoTdku5 > .row .container { width:20rem;height:99.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tnsar58MBI438clzyVPZs3SfWPv1gyEd { width:15.625rem;height:2.925rem;top:9.10000038147rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4iqhSmE88W7kwgirSLV2zTdzyNgimVM { width:15.0625rem;height:5.2rem;top:2.75rem;left:2.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIUSm0XBH8SdcfTn6rizm7xIwDkCTFHe { width:12.375rem;height:4.5625rem;top:14.52499961853rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQJZfwSUMOT0uQRzeqKszGdypLBankLX { width:10.125rem;height:2.5rem;top:54.575000762939rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1fr4C7caWUyAyLDzLuewoDrOEtvDFyI { width:12.5rem;height:1.1375rem;top:21.25rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdnsbHb79kF5lZFawi1BSh2OO500yd2M { width:4.1875rem;height:1.5rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83XF92arZLTT6tFlk6gGhKsxkSh6iEf { width:9.375rem;height:5.1875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3buVkPTNwbpfPcw8Ce3uh2tOBBMWanU { width:7.5rem;height:1.225rem;top:29.10000038147rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QET7HMRwMF7CGBRuTTrp1LwpEsb6AVvx { width:9.375rem;height:5.1875rem;top:23.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecWFcSMUwaXWMWJ9emiL5F5TqBw7i7s { width:7.5rem;height:1.225rem;top:29.10000038147rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoV0z0XkETMck7cR1QvCSe4rVcHKFG5z { width:7.5rem;height:4.1875rem;top:28.35rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIoEuH9ZXApGGUiuNyMx4lMzEXP3bKI4 { width:7.5rem;height:0;top:38.7375rem;left:6.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7dFyPtuNbEswF59qMWfKNk6dyatpNi9 { width:7.5rem;height:0;top:67.3125rem;left:6.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmTxT7gh3l3OACmSJcdP4l7TWkSyF2ot { width:9.375rem;height:1.225rem;top:39.375rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2h3qzPzpIoaoexBgtyABSfGqdX7062i { width:9.375rem;height:5.1875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXWuK4uGDm9ppd7HuA7bbHahT6TwxAP { width:7.5rem;height:1.225rem;top:39.375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTMh1gGm4dzDV6Mp7gJFIQu6Vx5NJF7n { width:9.375rem;height:5.1875rem;top:33.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDbFZfMcoiAq7AmgTtfnFN5eoXR61VDo { width:7.5rem;height:4.1875rem;top:55.7rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVfzhFN1CDVKu0y13MJNhWOfBCl0JIJJ { width:3.3125rem;height:1.5rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEMzw48eSR4PiBAXqXOrc0cwksCFCZrp { width:12.5rem;height:1.1375rem;top:31.5rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lG0JDWSlo8f6qN1aXguWDN4kIzN8pf { width:7.5rem;height:1.225rem;top:50.125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdoJTAITmmgTACshOwJs5drPlpwTzFHJ { width:7.5rem;height:0;top:66rem;left:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPA9K9L58qUz3nMeBmHGdU19Fm3a5Z0c { width:9.375rem;height:5.1875rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McLG3EetGkgwgI2V7lGTNTEOb7T2xPQ0 { width:7.5rem;height:1.225rem;top:50.125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4qATKaikDJ93kz8vLOkfv4lqkCSlGyp { width:9.375rem;height:5.1875rem;top:44.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLbxSQ0kXMfmxFHE5XeRl1X2dSnoA3O { width:7.5rem;height:4.1875rem;top:55.625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMxQsMyfJC5RHTqzT3D4Xiee2oU2xEPl { width:10.75rem;height:1.5rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt1oihcTz4nwWlbHouWRtBuri4BkuxQO { width:12.5rem;height:1.1375rem;top:42.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVVTBUcgeCeqXEXnPbh9IvTJEp1WIdgF { width:12.5rem;height:1.1375rem;top:60.5rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7xB2DxRVgxFA6FQzqykTHOOfr79wE7 { width:7.75rem;height:1.5rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnKxQan62Vk6p09R589QmTs36QnCwJ3I { width:9.375rem;height:5.1875rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D46qbx8k0liB736LtNTvcvoWXbnyFtzn { width:9.375rem;height:5.1875rem;top:62.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4BzrTWmITzR2rLxb1nWIW1ObpTecu6 { width:7.5rem;height:1.225rem;top:68.375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebpzT8zMpviX5KKhLJe1pK2qB1Geg8W3 { width:7.5rem;height:1.225rem;top:68.375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgw0qnuz5lJudh767ggdTT6fI5rFKiyz { width:9.375rem;height:5.1875rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPNmT89i9JlFAXIDCz4SIxQSV1FwVgDp { width:9.375rem;height:5.1875rem;top:73.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ZZKcE4S3rmHtK4z3rkUuE5VFaDlce7 { width:5rem;height:1.5rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxoWSRsvNKSum98NFpS1pOiC5QHsL9ch { width:12.5rem;height:1.1375rem;top:71.1875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2r5QHZX8oGODdtuDu3TRQXBmOBQpk5A { width:7.5rem;height:4.1875rem;top:120.4625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRiKMDBcPWqeB0ARVgbTVIyH55oorn7w { width:7.5rem;height:0;top:130.85rem;left:6.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5AZHzQSlzqE67LSWRQwx2dcCsghlVWT { width:7.5rem;height:0;top:156.975rem;left:6.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4iQtiG8X8H18nuM7Hs3rOyxemzVc1OW { width:7.5rem;height:1.225rem;top:79.125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOLNoUpM18TPyydFkDSlFf4481IMyey { width:7.5rem;height:1.225rem;top:79.125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK9wXwuxsRxDDRpSMAuoPWlip5Zgvguc { width:7.5rem;height:4.1875rem;top:146.5875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4bdyEIp1O4PU1sszw0SOKPGpOrdr5Oh { width:9.375rem;height:5.1875rem;top:84.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzhPsA86BBcVOEelsh7NJIfqBPe3v2Qs { width:9.375rem;height:5.1875rem;top:84.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIetlF2M459okSsXIsUbTiVw3aIwZFfh { width:7.5rem;height:4.1875rem;top:173.075rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDxmwNJPAR1Xr0AW21BuK5NTEpxVcKs6 { width:9.5625rem;height:1.5rem;top:82rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5vkEP6teUJwQC25F5hBeHZEinHuyH58 { width:12.5rem;height:1.1375rem;top:82.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sULT1uM4B42WdsaGP7QwRScbbwqIpCWm { width:8.5625rem;height:1.225rem;top:90.125rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZPSDsMlTV06q6c0ufBXik3xSt3W5vEe { width:7.5rem;height:0;top:185.9125rem;left:6.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0AMTJri4KRdTpGbkxhfxOFX9C5aIAbI { width:9.375rem;height:1.225rem;top:90.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkoWF1y0am1DW3VH1quJo0EiKTb5A16 { width:20rem;height:1.95rem;top:94.118749618531rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA { background-color:#121a21;background-image:none;display:block; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container { background-color: transparent; background-image: none; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container > .video-iframe-container { display: none; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row > .video-iframe-container { display: none; }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .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); }#ceWXEFuXSRbc2w8uQNqD0iy3E6ImiLAA > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdQ8zz7tHT41RXApa9P0zoSek41AUqGH { width:15.5625rem;height:4.548825rem;top:1.6624851226807rem;left:2.2187500596046rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX { display:block; }#JTgln57Qz9Ni1k4zB51Tx3PWW6IlwtMX > .row .container { width:20rem;height:28.085551738739rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGEuI3lWT51fTsrENNaw6KRRtC66O8nb { width:20rem;height:22.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcAMIxC43vlqOPRzTvVkUTN3Nd8p1q5W { width:13.875rem;height:3rem;top:27.6875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4ohCK6fO6WaH4cCNVEZU1FgTA1fnTI6 { display:block; }
 }@media only screen and (max-width: 763px) { #L5xVTVDyu4OQaBV7PbpZttLTclZac4U7 { width:2.5rem;height:2.5rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJg4sQoEbl0GWPiZmXbCf1BI3gwM4nXS { width:2.5rem;height:2.5rem;top:9.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WquNP0u03FfPgRMH7Rcsz2rFxo27ZQxp { width:16.9375rem;height:28.625rem;top:0rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CimysMQTZ96aXzmxLxI1VRR70odE5dfw { width:16.9375rem;height:28.625rem;top:0rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT7zv1zJgA9ldC1DgTpNVT91iHPNP5KW { width:16.4998125rem;height:4.3859625rem;top:23.710563659668rem;left:1.7486036419869rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM { display:block; }#zcP5rAWBvfaH4ByVudS4DcVK8y8CVUgM > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlQzusMUpipOhuzS4VsOe4oqPp3sPF6e { width:13.875rem;height:3rem;top:27.6875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsWFE7Hbx429QFdhkTF1uZiUk5UlT75v { display:block; }
 }@media only screen and (max-width: 763px) { #DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb { display:block; }#DdbPvKq3PaWGJCipq6xvmr1cyWNS4TRb > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAbsxKWaZ0k1N7h4r2k2qVgGrATaPnWE { width:20rem;height:20.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6QtDyfoV7x6C72tlnvQKrEuGJo9po8w { width:13.875rem;height:3rem;top:27.6875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAQrP7dWCh1rFKXnS0p7GlBpthGVrToe { display:block; }
 }@media only screen and (max-width: 763px) { #tEBxqOXDd0fQiRZHcNsDJLOm5DLdNgQg { width:2.5rem;height:2.5rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzwAV1JqUa2Ezo0lS5svCdxUbGMP2b6H { width:2.5rem;height:2.5rem;top:9rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBKUok0XtTE7Knb5I2wwmedhURPDSNP { width:16.9375rem;height:28.625rem;top:0.3125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #getiW2zFLv0i7adLscrgXqlv75SIsGPC { width:16.9375rem;height:28.625rem;top:0.125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G { background-color:#ffffff;background-image:none;display:block; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container { background-color: transparent; background-image: none; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container > .video-iframe-container { display: none; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row > .video-iframe-container { display: none; }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .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); }#TJxJb7cBpX7GViGreyTAGyT6bgN6KF0G > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLik3B1kGVvf37nrZKeJc3F2fPgRmdSv { width:20rem;height:4.19750625rem;top:2.0229282379151rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PJ3GmgM1AKCCJJGtHCc0O5VgH9veOXBo { width:15.3125rem;height:10rem;top:10.897917747497rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzb8oTGGrvvcCK6TSStPvManitVzqyoT { width:19.9989375rem;height:2.6rem;top:7.7614593505863rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mquk0toNoecWqSkZ4TTy53F4fyz7Ve5J { width:20rem;height:1.3rem;top:21.956252098084rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { background-color: transparent; background-image: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .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); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { border-width: 0; border-radius: 0; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { width:20rem;height:4.19750625rem;top:3.0333838989258rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sr517vfV8rTyDCHkibTM22c3mM3r5Zux { display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { width:17.875rem;height:3.9rem;top:1.875rem;left:0.5rem;font-size:1rem;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8virSMQS7FzQytXuV3MHdcngOMGsa6r { 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) { #W2omAy2P0JrDsgekE0MSwnboy3IHIMam { display:flex;width:1.75rem;height:1.75rem;top:2.3125rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { width:19rem;height:14.0701875rem;top:0.375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpaU754J801Pm3ToDpJvMLM1ROCBaXrg { display:block; }#HpaU754J801Pm3ToDpJvMLM1ROCBaXrg > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idd4ex6NdVFkXVabqUF6Rg3UoUrUSD6A { width:17.875rem;height:3.9rem;top:1.875rem;left:0.5rem;font-size:1rem;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #vf00VO9QZbzzZEV6nzXLGx7CqGaQ7nUy { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAMOOadDztfNVJFEanRXORvvJb1pSuiZ { 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) { #LFBdclbhT31NZkzTkX7iWKuKbFDdGcNZ { display:flex;width:1.75rem;height:1.75rem;top:2.3125rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB { display:block; }#kxRVfBuqA2M0l3p3Lsos6C5nsTzqKigB > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMhghw0fQmN2WPQmAFav4IL8ncXhT0Cb { width:19rem;height:9.849125rem;top:0.375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXB4w3UyTkzcTL242AvdK6QhVwynOIhH { display:block; }#EXB4w3UyTkzcTL242AvdK6QhVwynOIhH > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQAaieA8iOCQDrIdnnwkCFbFphshX23q { width:17.875rem;height:3.9rem;top:1.875rem;left:0.5rem;font-size:1rem;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #lRD8gTyRkFwJEZL53r35gN3n5GC25MmD { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFR4eX0I8zy5QIssUDWFXeMVF9Z8kPap { 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) { #zl1BD2LboP3xVqLJQIch0UZxrhzORBSN { display:flex;width:1.75rem;height:1.75rem;top:2.3125rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI { display:block; }#aUryEr5xlF4rBSuzUOx4afeQbD6N0AeI > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT3v0DFf97MFIUL47667zh3mHElD8Exv { width:19rem;height:8.442125rem;top:0.375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF { display:block; }#rIDVAfXgXhDatwaVT5dvMbNn1KUiG9HF > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8yM82HLyIQINg0mTa9xU9cRvdTG48o0 { width:14.375rem;height:6.4996875rem;top:1.9375rem;left:0.5625rem;font-size:1rem;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #qu8MO3UZGRuOEBInQlDXTLnKcla4qBU6 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkhlXTh6ZhLiXh3RCBKoW7zM6fRNIudz { 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) { #VV8uxJtq82o2fer8IioDW6XOUlHIMmyK { display:flex;width:1.75rem;height:1.75rem;top:2.3125rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { display:block; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { width:19rem;height:7.311375rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { width:16.75rem;height:1.3rem;top:1.875rem;left:0.4375rem;font-size:1rem;color:#222222;display:block; }
 }@media only screen and (max-width: 763px) { #SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { width:3.125rem;height:3.125rem;top:3.75rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #erkrdG8FfQNy9FDkBMoGzDkR80ZXc88S { display:flex;width:1.75rem;height:1.75rem;top:1.625rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { width:19rem;height:12.6631875rem;top:0.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { display:block; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWWAKwwc3oXFz5DWVkNhN3Efyb5VsTgN { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUrTnAJGD1nWWtwEmXIJ33fLmuZOdPn { width:20rem;height:2.2743625rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyDAsad20iXGDgu0y1HXf1inbqubkb5T { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/820b8663-8d14-46cd-9287-149cb1fd027a/LPPLAYERTVN24_320x6603.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T.adaptive-delivery-prevent-bg, #yyDAsad20iXGDgu0y1HXf1inbqubkb5T.lazyload, #yyDAsad20iXGDgu0y1HXf1inbqubkb5T.lazyloading { background-image: none; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container { background-color: transparent; background-image: none; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container > .video-iframe-container { display: none; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row > .video-iframe-container { display: none; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .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); }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container { border-width: 0; border-radius: 0; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyDAsad20iXGDgu0y1HXf1inbqubkb5T > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3gFTVI2Hmzvyihtac1NJtiIDpXS0HqE { width:9.75rem;height:4.5625rem;top:0.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT3l64dthvibpX5dZJH7wXSy196cOUQa { display:block; }
 }@media only screen and (max-width: 763px) { #KGhulJA4CCQXZqbqemipRTWPXmVxmzyW { width:1.5rem;height:1.5rem;top:1.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwar0ETd1ixxfK42MQsBwVrNvTWOfJbp { width:12.5rem;height:0.975rem;top:3.375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTNxuNDAMCGIRrJ07deOFkzG2UdLOpIX { width:9.3125rem;height:3.4375rem;top:14.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzgEA4NEKTsGzOcf4zacBnS0v5iKbTAQ { width:7.5625rem;height:2.8125rem;top:14.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQSSuRigWJxtFZMeTxTGfbeZ262Ue4w1 { width:1.125rem;height:1.125rem;top:15.46875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzT62w5u6Epp6GnrwONwvR1Z9XdQXIr1 { width:20rem;height:1.4627rem;top:17.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:20rem;height:6.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnbMnWICWfButGBCl0Dx26mwxti1JkUP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { width:20rem;height:6.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { width:2.8125rem;height:1.625rem;top:4.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { width:6.875rem;height:3.125rem;top:2.8125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block; }
 }@media only screen and (max-width: 763px) { #Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { width:3.625rem;height:1.625rem;top:4.25rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXNubztusrN7iAEpRD8VNuaOTKENWHep { width:12.8125rem;height:3.25rem;top:0.5rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BndPcRzFJAw3OuyGAanSFJVMBHkinOIw { position:relative;z-index:auto;display:block; }#BndPcRzFJAw3OuyGAanSFJVMBHkinOIw > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNG3J3p0icG1eWsGRxix9lEsBSeQyNTi { width:11.9375rem;height:2.62558125rem;top:0.6552734375rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b26tTditXTkCkTzCvdnbySFxkGDxFlbH { width:6.625rem;height:2.1875rem;top:0.875rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qr1Gfk7B5t4J0V42Gms9oan8HMQToC88 { display:block; }
 }@media only screen and (max-width: 763px) { #ZP4AZJMOXTw7uBrStOETHaodd9dlgs8q { width:6.6239375rem;height:2.1869875rem;top:0.6244860291481rem;left:11.80869692564rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #anQDkDfLuEfeK3QMceh96aEqR9N7ugHg { display:block; }
 }