.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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #22323e, #000000);background-image: -moz-linear-gradient(358deg, #22323e, #000000);background-image: -ms-linear-gradient(358deg, #22323e, #000000);background-image: -o-linear-gradient(358deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(358deg, #22323e, #000000);background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container { background-color: transparent; background-image: none; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container > .video-iframe-container { display: none; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row > .video-iframe-container { display: none; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .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); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container { border-width: 0; border-radius: 0; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#TWPPODBAridcswrKG2JKTGpTW8w0yKmO { 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; }
#GxMUz3KnyTwt6ClUq3ONwkf1ABuUUC1z { 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; }
#yTzmlwM7nhTvkzExtJEFdmkaI4u5mhEz { 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.375rem;width:6.1875rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BDY0VS17/Rectangle_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.adaptive-delivery-prevent-bg, #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.lazyload, #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.lazyloading { background-image: none; }#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:3.6875rem;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; }
#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BDY0VS17/Rectangle_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0.adaptive-delivery-prevent-bg, #IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0.lazyload, #IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0.lazyloading { background-image: none; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row .container { border-width: 0; border-radius: 0; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:none; }#kKGkRboqsRDaa6cPhefTP7vWTSbFKqS6 { 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; }
#vkHQhQWd0NehavuD1iaemRDM6r7M9sCt { 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; }
#eLO0mdNUJPvQqJX6WUtMlTAOX2lRsNdX { 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.375rem;width:6.1875rem;top:0.625rem;left:1.423828125rem;overflow:hidden;display:block; }
#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BDY0VS17/Rectangle_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF.adaptive-delivery-prevent-bg, #y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF.lazyload, #y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF.lazyloading { background-image: none; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row .container { border-width: 0; border-radius: 0; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:none; }#MfLB5tXXiQVUtDuWZCNSiCSWhZISV7OD { 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; }
#Tgp7yD5Kqy0FZrJFPs1dXLayMARCUyNH { 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; }
#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq { 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; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container { background-color: transparent; background-image: none; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container > .video-iframe-container { display: none; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row > .video-iframe-container { display: none; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .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); }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container { border-width: 0; border-radius: 0; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#wDThcGXsEx0lA79LEkGh9x345AB35NRn { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.53125rem;left:1.1875rem;height:3.25rem;font-style:normal;display:block; }
#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI { 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; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container { background-color: transparent; background-image: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container > .video-iframe-container { display: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row > .video-iframe-container { display: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .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); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container { border-width: 0; border-radius: 0; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#qnUltMTKQ2vrr04wuWyOv4C31kyFVSOy { color:#00dcff;display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.25rem;height:0.9375rem;font-style:normal;display:none; }
#OaCGQCH2kPpND6AX46uyTsICpEf7iWcp { color:#00dcff;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:37.84375rem;height:0;font-style:normal;display:none; }
#MXW4bg8kmopoNKHCHTlXUiRukVMlT5N3 { background-color:#00dcff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.71875rem;left:37.84375rem;display:none; }
#uupRoJSXn4rmHZvFADivIhPG82pCqvsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V34sXrd4O82ylNgRW365hV6Py5KztxUQ { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#BUHluTDguQJRts5etVfavToKfIB08N3B { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#hPIKRZqbLado1keAFaTTrEMSAF1AwFtf { display:block;width:4.43685rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:2.3125rem;color:#03bddc;font-style:normal;display:none; }
#xBesaL23BZimwdwaxUM37d2IiuXNJiAM { background-color:#00dcff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#cmyxqTn4PrS5nBB6ZfiAAa3hKD1nGgiV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeZnv28zhIcicCdBO0uh9mLHKT6aF8K4 { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#OPosCkHrkXCNe81PHp03K7mgMaCnZX8h { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#kH5MsnveI0Ar7kEKbTHMlh3ApbVcgeb8 { display:block;width:6.4355625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:28.375rem;left:34.28125rem;height:2.3125rem;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VRy3XLDlMXvmOkhLvNiacaM9x64hh6al { background-color:#00dcff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#fabccsUFmKnrrbA7HFJXm4boaRB7swTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6U5PTEuQTmW4ALS618KC8pFGOB1FWOm { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #29404f, #151f28);background-image: -moz-linear-gradient(360deg, #29404f, #151f28);background-image: -ms-linear-gradient(360deg, #29404f, #151f28);background-image: -o-linear-gradient(360deg, #29404f, #151f28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#29404f', endColorstr='#151f28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#29404f', endColorstr='#151f28' );";background-image: linear-gradient(360deg, #29404f, #151f28);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.3125rem;width:27.25rem;top:2.1875rem;left:1.1875rem;display:block; }
#MF1GR69tZ0yoTu5TsbZMpFtDLc1wpoZ7 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #1d2b37, #121a21);background-image: -moz-linear-gradient(360deg, #1d2b37, #121a21);background-image: -ms-linear-gradient(360deg, #1d2b37, #121a21);background-image: -o-linear-gradient(360deg, #1d2b37, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );";background-image: linear-gradient(360deg, #1d2b37, #121a21);background-size:auto !important;border-top:1.25rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.3125rem;width:26.875rem;top:0.9375rem;left:46.5625rem;display:block; }
#At65Dd6TakKkT2XS7xETJqLAMoVabrFb { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.375rem;height:6.09375rem;font-style:normal;display:block; }
#TruTRmfHGZThlpRoVXKblfS4pT5Sy3hd { color:#00ffb2;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:3.6875rem;left:31.28125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0h4FPEn9f2Q6gMTpyp52rvnQGklDaE3 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:3.6875rem;left:47.25rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtOh3irpQc1cvSx1PUg0nfCK4EcUogNq { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #243846, #1d2b37);background-image: -moz-linear-gradient(360deg, #243846, #1d2b37);background-image: -ms-linear-gradient(360deg, #243846, #1d2b37);background-image: -o-linear-gradient(360deg, #243846, #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#243846', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#243846', endColorstr='#1d2b37' );";background-image: linear-gradient(360deg, #243846, #1d2b37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.3125rem;width:18.125rem;top:2.1875rem;left:28.4375rem;display:block; }
#rszug2TdIQhHB3zGiHBF3bgVfO3vnGr8 { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:6.625rem;left:48rem;height:2.925rem;font-style:normal;display:block; }
#aF91X0Gu6hdFGyuaDtADeMDM8LDOG5ML { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:7.25rem;left:53.125rem;height:1.625rem;font-style:normal;display:block; }
#zDentJynTuUqc5wpHudaPPVATDgDd3gD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00dcff;border-left:0.125rem solid #00dcff;border-right:0.125rem solid #00dcff;border-bottom:0.125rem solid #00dcff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00dcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.5625rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:6.75rem;left:58.375rem;display:block; }
#KT1RD2C4TF3DWEBwlmknMayzwqA5k1FR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DfJfoFCdE7UVqv6IszKLXeJzmV5UePX6 { color:#00ffb2;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:11.1875rem;left:29.5rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fJ3JThW9psBpbx9Wu7Vkf0yrqNKSXwgU { color:#00ffb2;display:block;width:22.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:11.1875rem;left:47.4375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaPQBFCKDU9kAfW66S3px5exDZNPgIq7 { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.875rem;top:7.5302085876462rem;left:4.40625rem;overflow:hidden;display:block; }
#rN7Wz1wewrvZf86BwkqvbTbnfsicD1oK { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(290deg, #29404f, #121a21);background-image: -moz-linear-gradient(290deg, #29404f, #121a21);background-image: -ms-linear-gradient(290deg, #29404f, #121a21);background-image: -o-linear-gradient(290deg, #29404f, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#29404f', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#29404f', endColorstr='#121a21' );";background-image: linear-gradient(290deg, #29404f, #121a21);background-size:auto !important;border-top:1.25rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:49.4375rem;width:26.875rem;top:0.9375rem;left:46.5625rem;display:none; }
#KpOlbt4vL9GKJtNrPPruBJ4TqGqmvcxS { color:#00dcff;display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:21.375rem;left:30.4375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1Q7Ax0rFtc4GK3u282g5tTIxrnAOfFo { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#lazlUbkaOgzIP7CcekCioUpkLkR9fFeZ { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:21.5625rem;left:43.5625rem;overflow:hidden;display:block; }
#w9ezomke2AZzzGmSfta439EDIrh9NcFn { 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; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container { background-color: transparent; background-image: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container > .video-iframe-container { display: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row > .video-iframe-container { display: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .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); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container { border-width: 0; border-radius: 0; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#uLNXWZ2vDXzyoHtTg0ogmlq60nut93PG { color:#00dcff;display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.25rem;height:0.9375rem;font-style:normal;display:none; }
#rDUuNwUUDqqVRynzHwF1k8BHGLzCB8Ve { color:#00dcff;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:37.84375rem;height:0;font-style:normal;display:none; }
#upcTICiIZXHyU315ztyGTF5CnU0gCkVl { background-color:#00dcff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.71875rem;left:37.84375rem;display:none; }
#thZGLkeTFpFVcuE79qIGIq2SxXaLSWvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QreSK8TLQSag2cS53M0Mu8V3qsuuuSEb { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#freaWSer4BL6k7gP0Jl7Sy0wNsnETqHq { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#neKq8aaEsxNS6EQOUceJTUPQZ7CSzC7A { display:block;width:4.43685rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:2.3125rem;color:#03bddc;font-style:normal;display:none; }
#bOceWlokb8MUS0SLeb499dTtpVHXBrHl { background-color:#00dcff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#F5q94oqeRekchiFUQcb3H7Xu7o19LsUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eMvoiyttQ2vfLSAzMSNZUmOTx4LXVnLI { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#b6uN745Us7zthBugGEJFuFgoQsnJgaeb { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#IvxIQcM6X21alnDRzlA5sq09VOmCoXrV { display:block;width:6.4355625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:28.375rem;left:34.28125rem;height:2.3125rem;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XzozqA3yMASDtzpIrNBKKQwKbV8vbvs0 { background-color:#00dcff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#OES4PLDW1kHfeKm13eiwTTiUvm8KN8nN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfuEKsSZBOVysuhG5cvFG4CRzJt4Kxvn { position:absolute;display:block;z-index:14995;background-color:#29404f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:31.25rem;width:27.25rem;top:0rem;left:1.1875rem;display:block; }
#NB64d9i2JcmCcH5gry2L3TUd8TMGkMeF { position:absolute;display:block;z-index:14996;background-color:#1d2b37;background-image:none;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:31.25rem;width:26.875rem;top:0rem;left:46.5625rem;display:block; }
#k6Fo3R73hT4VRdtzqdsogPpcTPGQa1cT { color:#344c60;display:block;width:25.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:19.375rem;left:3.375rem;height:2.6rem;font-style:normal;display:block; }
#OJKrAbc9wsskpb7T4CTKKzqWmbe2T6DZ { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.375rem;height:1.3rem;font-style:normal;display:block; }
#w1aNmB0gHoPtTdXVZzxC9oyyFrXMp4u6 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:16.5rem;left:3.375rem;height:1.3rem;font-style:normal;display:block; }
#oQKJWKzXgMqF0lAUVQ6rEbmIJ4AfwUs3 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:0.875rem;left:3.375rem;height:1.3rem;font-style:normal;display:block; }
#KnHcUARTT3MoyNlU0suI2I46ryvpPP80 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.375rem;height:2.6rem;font-style:normal;display:block; }
#nxf8q5iWWhwTgAbWAZLwxhUW9LfovoCr { position:absolute;display:block;z-index:15089;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:72.3125rem;top:7.125rem;left:1.1875rem;display:block; }
#EUUGe0NXaOOwNQtIcWfCp31ccONzPZl5 { position:absolute;display:block;z-index:15091;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:72.3125rem;top:12.8125rem;left:1.1875rem;display:block; }
#T2ghLmyzzmTPZNdTT7GS5v3Bi1rrXAWt { position:absolute;display:block;z-index:15092;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:72.3125rem;top:15.6875rem;left:1.1875rem;display:block; }
#mQLarBuvvT4rkCs2uarxMwTC827N24Iv { position:absolute;display:block;z-index:15093;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:72.3125rem;top:18.5625rem;left:1.1875rem;display:block; }
#F52ndqc5ek9q76NPwBrJzIhAzsep2ZhV { position:absolute;display:block;z-index:15131;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:72.3125rem;top:22.75rem;left:1.1875rem;display:block; }
#tZruPtQ72vqiqnVr2zAsClzCsVVTbiw3 { position:absolute;display:block;z-index:15096;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:72.3125rem;top:2.9375rem;left:1.1875rem;display:block; }
#au6kwTvTv0A56GcwTsCeA2acP5nPwH24 { color:#bdbdbf;display:block;width:34.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32.8125rem;left:39.3125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bvzKLvLfWUL621DIUA13ngPHQVOwtHpc { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.375rem;height:3.9rem;font-style:normal;display:block; }
#M9bx98sqPEZAMxs5EqXfL2lD1FiGr3mM { position:absolute;display:block;z-index:14997;background-color:#243846;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:31.25rem;width:18.125rem;top:0rem;left:28.4375rem;display:block; }
#P8mudOnClEB3477RaFCs1HqO5TQw7UZX { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:23.5625rem;left:3.375rem;height:5.2rem;font-style:normal;display:block; }
#fRJvq2qFOkPnPxgG4MB6uQAbBxOhLV0S { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:0.6875rem;left:59.25rem; }
#cxBhmBiSEOGfoNK7q9ZC4NhETvhPyIIQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:4.25rem;left:59.25rem; }
#vbpfzQDK4qVmNRccG51TXWrS5fNi2gXs { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:9.1953125rem;left:59.25rem; }
#kdTQ8wecNZyT4hSvMtWErd6Jn1iGspoz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:13.4375rem;left:59.25rem; }
#rDRGIOQvre2oZCT1C0TQ58PEUbmJTnvi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:16.3125rem;left:59.25rem; }
#fFfJvp8pBOy2KfF92IRNqTJB5e0ZIhtP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:19.875rem;left:59.25rem; }
#cgTiTvNldNDc5MINGbPWpcnbQUFe7P6q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:24.6875rem;left:59.25rem; }
#hTfTBTZNuUBTznHCheUB2NZnBDgZMXw4 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:19.875rem;left:36.6875rem; }
#Z7QKd559UdtMsrpuecyGhKOOt4XiTliW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:24.6875rem;left:36.6875rem; }
#bkSG4zVBVLLRT0IRbl1wT4foVuG87xGm { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:0.9375rem;left:36.9375rem; }
#ycsmhktVL7Vg7k7xrrTUd0BVAetFGMEu { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:4.5rem;left:36.9375rem; }
#JxCQuBbvPRnK7XJIbsiRD3sKdMyT0hLZ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:9.4453125rem;left:36.9375rem; }
#oUGMwXhZJdT9KGQ220QPtUOBAilgB6Fs { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:13.6875rem;left:36.9375rem; }
#fR07uxEkU3BK7ORnBNXrZJN2BvhqSS2e { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:16.5625rem;left:36.9375rem; }
#RTrMX9gWoDHKhKw4fpyKnJOsEszc5wH2 { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.4375rem;text-decoration:none;z-index:15152;text-align:center;text-align-last:center;top:23.5625rem;left:21.375rem;display:block; }
#a27CV7E3ldHo4pkTEkWT4DTcipK6m6BJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuiurvZMrbxVbFxTGsPBf88ZwJtg60Gv { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.375rem;height:1.4375rem;text-decoration:none;z-index:15153;text-align:center;text-align-last:center;top:26.60546875rem;left:3.25rem;display:block; }
#KqtKQeBo7gaQxNceKV3dmwoiEWgnb9mB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZpVoiTIJCIleKWA8AcgTBIIAgIu96Z0s { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:35.9375rem;left:38.25rem;overflow:hidden;display:block; }
#hs2wa1FuFEGUSJTWZQLSzv0EvpATONkU { color:#00dcff;display:block;width:3.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:35.6875rem;left:35.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 { 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; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { background-color: transparent; background-image: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container > .video-iframe-container { display: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container { display: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .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); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { border-width: 0; border-radius: 0; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB { 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; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container { background-color: transparent; background-image: none; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container > .video-iframe-container { display: none; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row > .video-iframe-container { display: none; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .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); }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container { border-width: 0; border-radius: 0; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#R8fi3cHQO9DlGJJkylr27soq9Xgs3wMe { color:#ffffff;display:block;width:61.125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#RLRB2dhXZRNXGlbE4FS67rLu49cENGPd { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX { 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; }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row .container { background-color: transparent; background-image: none; }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row .container > .video-iframe-container { display: none; }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row > .video-iframe-container { display: none; }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .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); }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row .container { border-width: 0; border-radius: 0; }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#NZ6Wf2th8kNdhUNMGdrFgLKJ3sJo8e7o { color:#bdbdbf;display:block;width:32.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.125rem;left:4.75rem;height:1.625rem;font-style:normal;display:block; }
#whquE1xiqHlTeRgITWb8DObdXFLorxsq { position:absolute;display:block;z-index:15002;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:10.875rem;left:3.375rem;display:block; }
#HVGTseoe7uzbuSdWbKKVn1bra5FykSxe { position:absolute;display:block;z-index:15003;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:23.25rem;left:3.375rem;display:block; }
#LXu5nX1F75O5qWQoHzV7NeAXtR3ZhrXK { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:34.3125rem;left:0rem;display:block; }
#WzIdkR56qtyLWJppa3MMG9FbdX61yU08 { color:#bdbdbf;display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.6111125rem;display:none; }
#NUwTZ7imXrOu2fRKqa2RUXEitypssQ6Q { 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; }
#d5gUxApD241Q7MFo8KFohWqNqfHdnCKE { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:9.3125rem;left:0rem;display:none; }
#R2PtKgVGXITnQlhBHCblxT0mGn9Jy1vh { color:#bdbdbf;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:22.625rem;left:4.75rem;height:1.625rem;font-style:normal;display:block; }
#wgG88XMPC6BV4FSU8OTCk9VcymmIl8wG { position:absolute;display:block;z-index:15006;background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:20.75rem;left:3.375rem;display:block; }
#EHID6ZAU5541VTMHJFJmQCREbTyH12wK { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:10.25rem;left:4.75rem;height:3.25rem;font-style:normal;display:block; }
#CFal2skqLqGT0whJwZ2gRsKsxbgR4ze8 { 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:16.5rem;width:39.75rem;top:8.875rem;left:37.375rem;overflow:hidden;display:block; }
#AhQTM8IIvQ1uWOsZT2ucTKHNSAU7RVmO { position:absolute;display:block;z-index:15008;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2rem;left:3.375rem;display:block; }
#s0UTITe51GbxBARi338xtW7lTQ3diOVz { position:absolute;display:block;z-index:15012;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:4.375rem;left:3.375rem;display:block; }
#E2sTSFqk0vlWPQ6Vb5TiP6D8C2VPDwN7 { color:#bdbdbf;display:block;width:31.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:4.75rem;height:3.25rem;font-style:normal;display:block; }
#EhGRtl0AuLsuyJCbAikRQfeUBw4AN8nf { color:#bdbdbf;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:4.75rem;height:1.625rem;font-style:normal;display:block; }
#MrPu0vX5sGphWUMW0y9lZ0ZtwcWtLi46 { color:#bdbdbf;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:4.75rem;height:1.625rem;font-style:normal;display:block; }
#sUai5AQqzW4VVoy8T8293xIFDn98Airp { position:absolute;display:block;z-index:15009;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:8.5rem;left:3.375rem;display:block; }
#ckLM6EZf7RvPulIs5Ta9MW4XyKLFzKCe { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:25.25rem;left:3.125rem; }
#CM3JPczScrsU6h0IqyOeQq5AQ6mtKEJ2 { color:#bdbdbf;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25rem;left:4.75rem;height:8.125rem;font-style:normal;display:block; }
#RP1oK9q90tB2E2Z7P6aLfeK7rtfSPCUa { color:#bdbdbf;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.375rem;left:4.75rem;height:4.875rem;font-style:normal;display:block; }
#fZGDUNC0AV6K7FJUT3ZOtfQRoOQTaJvg { position:absolute;display:block;z-index:15004;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:15rem;left:3.375rem;display:block; }
#TZzTC4CPlvw9PcJkpAR4LkuleCtga1wV { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.625rem;left:30.5625rem;display:block; }
#uXuqKll8WEbysHlEUSs2Ab5c1lTiLAQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mWfkWE3GQPlbCSh17izmqsIRJyTwShCg { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.625rem;left:26.6875rem;display:none; }
#RGtklhf1fhLWdkG9yAoGdB7xWTvavbCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BcXap0I9RGIDOUkKBbP0fHySbTD20pyD { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:1.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.4375rem;left:4.75rem;display:block; }
#u4oNmTdCS5UMBVUMQ9laAkp692BDxR1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#II5bttdoptzLbHlgFE5HfhBEzBoCw2dx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#II5bttdoptzLbHlgFE5HfhBEzBoCw2dx > .row .container { border-width: 0; border-radius: 0; }#II5bttdoptzLbHlgFE5HfhBEzBoCw2dx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#II5bttdoptzLbHlgFE5HfhBEzBoCw2dx > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:none; }#tgfCqa0UR8HAnAkwDg7B0NZTVq0gr7so { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:14.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFkE7on2QB2i7UcrHzJoJTb4UBfUoFJH { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.25rem;left:10.59375rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMhGF64Ns3qoZmD4elVLzfBbPrfEfgJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WMhGF64Ns3qoZmD4elVLzfBbPrfEfgJT > .row .container { border-width: 0; border-radius: 0; }#WMhGF64Ns3qoZmD4elVLzfBbPrfEfgJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMhGF64Ns3qoZmD4elVLzfBbPrfEfgJT > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:none; }#RySQfHFMTtZq9BF10eEfep2xT4QF0fu9 { position:absolute;display:block;z-index:15000;height:32.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#ognhBN9JqRVt2VBTU97tRx4tzIHrboIr { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:6.75rem;top:0rem;left:68.25rem;display:block; }
#F6lobScZ7GVl1MsOp7ONznxsTGFKc2lh { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #121a21, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:6.75rem;top:0rem;left:0rem;display:block; }
#OzrbDxnLx0dIQ2SbvKCzSKKkPhgB2iWk { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:15.09375rem;left:72.5625rem;display:block; }
#CRGsWO6HXuJxliyyl01VWnAFIGoN2uqd { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.09375rem;left:0rem;display:block; }
#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { 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; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { background-color: transparent; background-image: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container > .video-iframe-container { display: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container { display: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .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); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { border-width: 0; border-radius: 0; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2998046875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr { 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; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row .container { background-color: transparent; background-image: none; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row .container > .video-iframe-container { display: none; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row > .video-iframe-container { display: none; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .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); }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row .container { border-width: 0; border-radius: 0; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#C4zCMBP1eRq3n9eZBzCxgD5oG2PkfekS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:15.375rem;left:2rem;display:none; }
#Leg7Q6FRHCBzHBwXLy3ElxC7rsElpPND { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5rem;top:2.1875rem;left:0.125rem;display:none; }
#Xu0sJZ8xZnezM2zF0wRbf1ycXmH8UfTm { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#FIlXid7wxL5LpnRRIDxlC3d4dSwczeTS { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5rem;left:0rem;display:block; }
#OIv4HNFvcIxn07cEQbGDuL9cOfzQIzHN { position:absolute;display:block;z-index:15005;height:12.375rem;width:70rem;top:0rem;left:2.6875rem;display:block; }
#X2D8VKNZNlDXpJTF2C5UtRp9nNSym6Nq { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5rem;left:72.5625rem;display:block; }
#XkPfRu8SxDpsqQdEcnXPiJn996NPRBp8 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:14.6875rem;left:0rem;display:block; }
#OFmeQG3DwNKwgnSLubnXB9LOtTJu4Wf5 { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:1.25rem;left:0.625rem;display:none; }
#qnyqsvCkt19O3KF4guEI7G26iBL7itMx { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:none; }
#gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection { 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; } #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection *:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="text"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="email"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="tel"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection textarea:focus-visible { outline: none; } #D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container { background-color: transparent; background-image: none; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container > .video-iframe-container { display: none; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row > .video-iframe-container { display: none; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .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); }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container { border-width: 0; border-radius: 0; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection { 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; } #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection *:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="text"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="email"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="tel"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection textarea:focus-visible { outline: none; } #agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container { background-color: transparent; background-image: none; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container > .video-iframe-container { display: none; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row > .video-iframe-container { display: none; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .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); }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container { border-width: 0; border-radius: 0; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d { 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; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row .container { background-color: transparent; background-image: none; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row .container > .video-iframe-container { display: none; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row > .video-iframe-container { display: none; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .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); }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row .container { border-width: 0; border-radius: 0; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#Td0SUHxHUki3Ee12zgRMJQniXe4IrmUg { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:14.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNHUPE6d4xaFTHsd2JsaXtFULqDf6fUS { color:rgba(255,255,255,0.8);display:block;width:50.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.5625rem;left:12.4375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzHk8DAEo16w1t6UKscWhSUXcMkGhPus { position:absolute;display:block;z-index:15007;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:10.5rem;left:25.3125rem;display:block; }
#aXRKiH8qbmlaP2oBwgeEZyX2gweyZ1qF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:12.5625rem;left:35.25rem;overflow:hidden;display:block; }
#fQcSbIOmZFV27SwrKgCDehbTFbJ0honn { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:19rem;left:27.15625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqzA7GdPOOvNZPZqDehSCMqkUDwLIFGF { position:absolute;display:block;z-index:15010;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:10.5rem;left:50.625rem;display:block; }
#OCz4QRG9CBixfStJEkRagglPNBiLkmig { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:12.5625rem;left:60.5625rem;overflow:hidden;display:block; }
#BgRZWL8HrSFKm0lvxAHLGUB39x2n5Lgp { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:19rem;left:52.46875rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWO6WOSyKnS602ETKoxdoBXM37Qbz1Tu { position:absolute;display:block;z-index:15010;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:10.5rem;left:0rem;display:block; }
#o9olSGw0HEQTfSUQF27QAhWpdhBzgGva { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:12.5625rem;left:9.9375rem;overflow:hidden;display:block; }
#FktpFQ8AUO6nhtmWklp6loibT1gZ2W3X { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:18.125rem;left:1.875rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1LPorKwwoTAQOyooys4L4Wi5d1UtuOG { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:24.5625rem;left:0rem;display:block; }
#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U { 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; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container { background-color: transparent; background-image: none; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container > .video-iframe-container { display: none; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row > .video-iframe-container { display: none; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .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); }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container { border-width: 0; border-radius: 0; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#x4uOmuKuRdkte8PEKAq3souPIi9bQBxf { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:8.25rem;left:0rem;display:none; }
#VbLz3Hhu2lMxsQfbV5xp8TC1h14epmgQ { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.84375rem;left:7.625rem;height:2.4375rem;font-style:normal;display:block; }
#vTIAJChtVDcPamILfHK6upVguyydkc87 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#00dcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8rem;height:2.925rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.548828125rem;left:46rem;display:block; }
#AXseNe7UmCwwX16lX3Xo14NJJRc8fVdM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RsoH0STthOsxbvnz1sOteyUrVLPlPw8s { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:6.0625rem;left:0rem;display:block; }
#LZLb9Xf7kVS3QSMS9HT9cqDay4B9E8mq { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:8.25rem;left:0rem;display:none; }
#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { 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; }#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:4.1875rem;width:75rem;position:relative;display:block; }#uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { color:#bdbdbf;display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:62.5rem;height:1.6111125rem;text-align:right;text-align-last:right;display:none; }
#r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8251953125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#sr517vfV8rTyDCHkibTM22c3mM3r5Zux { 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; }#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:3.4375rem;width:75rem;position:relative;display:block; }#JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { color:#00dcff;display:block;width:45.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.25rem;height:1.6253875rem;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; }
#PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { 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.625rem;top:1.1874990463257rem;left:60.5625rem;display:block; }
#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; }
#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { 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; }#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:49.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { 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; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { background-color: transparent; background-image: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container > .video-iframe-container { display: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container { display: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .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); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { border-width: 0; border-radius: 0; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { color:#00dcff;display:block;width:49.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oToOAZH0fagqFZvPxZaAihVgd9QtOolU { 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.875rem;left:61.8125rem;overflow:hidden;display:none; }
#ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { 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.625rem;left:60.5625rem;top:1.1875rem;display:block; }
#kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { 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:15010;top:0.125rem;left:60.625rem;display:none; }
#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG { 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; }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row .container { background-color: transparent; background-image: none; }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row .container > .video-iframe-container { display: none; }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row > .video-iframe-container { display: none; }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .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); }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row .container { border-width: 0; border-radius: 0; }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#yCvTe1O2fFika2RTFfFA7XXsd43PoZpW { color:#bdbdbf;display:block;width:56.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.15625rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ { 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; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row .container { background-color: transparent; background-image: none; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row .container > .video-iframe-container { display: none; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row > .video-iframe-container { display: none; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .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); }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row .container { border-width: 0; border-radius: 0; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#ZnrggTJmZM47c2pR4kTdPLgvKo5i5Mlp { color:#00dcff;display:block;width:47.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#crtKQq1TSsTpMP3rFbT4XFtWTKmmbEFW { 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; }
#XTfvaKdWx4zdxsTyFt70KE0ounJmt8e4 { 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.625rem;top:1.1874990463257rem;left:60.5625rem;display:block; }
#xSW3CqG3d13tt2CEWvDcOnMF7T6JJ8f5 { 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; }
#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 { 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; }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row .container { background-color: transparent; background-image: none; }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row .container > .video-iframe-container { display: none; }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row > .video-iframe-container { display: none; }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .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); }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row .container { border-width: 0; border-radius: 0; }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#BMq707ZOIx3JV39pVHuxNTRNLRoXfh6T { color:#bdbdbf;display:block;width:55.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ { 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; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row .container { background-color: transparent; background-image: none; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row .container > .video-iframe-container { display: none; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row > .video-iframe-container { display: none; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .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); }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row .container { border-width: 0; border-radius: 0; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#pFyUvdvrxD282asB952Tu76VXWaAv6U8 { color:#00dcff;display:block;width:49.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LA96flr1zaxpvzC5tNfbEUodZ9I1SWcH { 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.875rem;left:61.8125rem;overflow:hidden;display:none; }
#viOpDtp4ADlLyyzQpFtI9w2TewBJlRMz { 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.625rem;left:60.5625rem;top:1.25rem;display:block; }
#xcI4TewF5alILllAzEO3B4Lm4HUmMTHn { 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:15011;top:0.125rem;left:60.625rem;display:none; }
#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE { 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; }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row .container { background-color: transparent; background-image: none; }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row .container > .video-iframe-container { display: none; }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row > .video-iframe-container { display: none; }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .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); }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row .container { border-width: 0; border-radius: 0; }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#VTSKI3upxLQ5nrb1EOC5vRq2b0yn45l9 { color:#bdbdbf;display:block;width:50.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:3.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TBL60DysIUFgiskDV28bac6EzTf26C5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TBL60DysIUFgiskDV28bac6EzTf26C5z > .row .container { border-width: 0; border-radius: 0; }#TBL60DysIUFgiskDV28bac6EzTf26C5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBL60DysIUFgiskDV28bac6EzTf26C5z > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:none; }#I433rnMxm1iSbfx5tShrA48eGpN628zR { color:#00dcff;display:block;width:49.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zdLVba58OQIb8VWkFsy74kGU2IhWEecJ { 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.875rem;left:61.8125rem;overflow:hidden;display:none; }
#Mc6ii5lhJFNooXoBsM0rzKD18UOrrU3t { 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.625rem;left:60.5625rem;top:1.1875rem;display:block; }
#Rqgc35Lup0zoPKbAcUHMbLMDRHZ6BTTD { 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:15012;top:0.125rem;left:60.625rem;display:none; }
#gM9dN1FRVtBBXDF5Mq5T2hQspOAyVTFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gM9dN1FRVtBBXDF5Mq5T2hQspOAyVTFH > .row .container { border-width: 0; border-radius: 0; }#gM9dN1FRVtBBXDF5Mq5T2hQspOAyVTFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gM9dN1FRVtBBXDF5Mq5T2hQspOAyVTFH > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:none; }#b8mFaAHCcbfJsft0pJruVwEV35r779VC { color:#bdbdbf;display:block;width:52.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:3.25rem;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:#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; }#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:3.4375rem;width:75rem;position:relative;display:block; }#AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { color:#00dcff;display:block;width:49.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { 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.625rem;left:60.5625rem;top:1.1875rem;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; }
#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { 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; }#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.5625rem;width:75rem;position:relative;display:block; }#GhZ0OT3If1Ae4ELxEQAVUTlmM5keKkbr { color:#bdbdbf;display:block;width:52.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:6.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#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; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW { 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; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container { background-color: transparent; background-image: none; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container > .video-iframe-container { display: none; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row > .video-iframe-container { display: none; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .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); }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container { border-width: 0; border-radius: 0; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #22323e, #000000);background-image: -moz-linear-gradient(180deg, #22323e, #000000);background-image: -ms-linear-gradient(180deg, #22323e, #000000);background-image: -o-linear-gradient(180deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #22323e, #000000);background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { background-color: transparent; background-image: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { border-width: 0; border-radius: 0; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#EBz1JTtDXmTtSROZoVMk2Zz7WWaD9Z99 { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:10.1875rem;height:2.4375rem;font-style:normal;display:block; }
#kD7cCRKUsxs0eUpKgofwnpu4QgIvGewA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00dcff;border-left:0.1875rem solid #00dcff;border-right:0.1875rem solid #00dcff;border-bottom:0.1875rem solid #00dcff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#00dcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:51.5rem;display:block; }
#WOCmdFsr02isr7AKTt8DaMMTPbXtPEz0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8pTtfINsFZT5uuut3KDEfgqngMf2J5m { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:46.125rem;height:1.86875rem;font-style:normal;display:block; }
#i4Z0WD4fUFUnTBprhyfQzUVPTakpLq6I { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:42.0625rem;height:2.03125rem;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, #22323e, #000000);background-image: -moz-linear-gradient(351deg, #22323e, #000000);background-image: -ms-linear-gradient(351deg, #22323e, #000000);background-image: -o-linear-gradient(351deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(351deg, #22323e, #000000);background-size:cover !important;display:block; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container { background-color: transparent; background-image: none; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container > .video-iframe-container { display: none; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row > .video-iframe-container { display: none; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .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); }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TWPPODBAridcswrKG2JKTGpTW8w0yKmO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GxMUz3KnyTwt6ClUq3ONwkf1ABuUUC1z { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yTzmlwM7nhTvkzExtJEFdmkaI4u5mhEz { width:6.1875rem;height:2.375rem;top:0.46875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 { display:none; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kKGkRboqsRDaa6cPhefTP7vWTSbFKqS6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vkHQhQWd0NehavuD1iaemRDM6r7M9sCt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eLO0mdNUJPvQqJX6WUtMlTAOX2lRsNdX { width:6.1875rem;height:2.375rem;top:0.65625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF { display:none; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MfLB5tXXiQVUtDuWZCNSiCSWhZISV7OD { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tgp7yD5Kqy0FZrJFPs1dXLayMARCUyNH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MoHI4NKwBnal1va9PIpTlUym2ZN4USTq { display:block; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wDThcGXsEx0lA79LEkGh9x345AB35NRn { top:1.9375rem;left:0.625rem;width:25.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI { background-color:#121a21;background-image:none;display:block; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container { background-color: transparent; background-image: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container > .video-iframe-container { display: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row > .video-iframe-container { display: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .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); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container { width:47.75rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qnUltMTKQ2vrr04wuWyOv4C31kyFVSOy { width:1.8125rem;height:0.6875rem;top:11.31019115448rem;left:34.435368657112rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OaCGQCH2kPpND6AX46uyTsICpEf7iWcp { width:17.6875rem;height:0;top:28.1875rem;left:25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #MXW4bg8kmopoNKHCHTlXUiRukVMlT5N3 { width:9.625rem;height:2.75rem;top:31.3125rem;left:26.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uupRoJSXn4rmHZvFADivIhPG82pCqvsv { display:block; }
 }@media only screen and (max-width: 1199px) { #V34sXrd4O82ylNgRW365hV6Py5KztxUQ { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BUHluTDguQJRts5etVfavToKfIB08N3B { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hPIKRZqbLado1keAFaTTrEMSAF1AwFtf { width:6.4355625rem;height:2.25rem;top:15.875rem;left:20.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #xBesaL23BZimwdwaxUM37d2IiuXNJiAM { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cmyxqTn4PrS5nBB6ZfiAAa3hKD1nGgiV { display:block; }
 }@media only screen and (max-width: 1199px) { #TeZnv28zhIcicCdBO0uh9mLHKT6aF8K4 { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 1199px) { #OPosCkHrkXCNe81PHp03K7mgMaCnZX8h { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 1199px) { #kH5MsnveI0Ar7kEKbTHMlh3ApbVcgeb8 { width:6.4355625rem;height:0;top:19.9375rem;left:6.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 1199px) { #VRy3XLDlMXvmOkhLvNiacaM9x64hh6al { width:12.5rem;height:1rem;top:22.8125rem;left:2.9375rem;font-size:0.75rem;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 1199px) { #fabccsUFmKnrrbA7HFJXm4boaRB7swTZ { display:block; }
 }@media only screen and (max-width: 1199px) { #T6U5PTEuQTmW4ALS618KC8pFGOB1FWOm { width:18.75rem;height:21.0625rem;top:2.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #MF1GR69tZ0yoTu5TsbZMpFtDLc1wpoZ7 { width:14.375rem;height:21.0625rem;top:1.5625rem;left:33.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #At65Dd6TakKkT2XS7xETJqLAMoVabrFb { width:13.125rem;height:4.875rem;top:4.15625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TruTRmfHGZThlpRoVXKblfS4pT5Sy3hd { width:11.75rem;height:1.625rem;top:4.359375rem;left:20.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0h4FPEn9f2Q6gMTpyp52rvnQGklDaE3 { width:11.75rem;height:3.25rem;top:4.15625rem;left:34.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dtOh3irpQc1cvSx1PUg0nfCK4EcUogNq { width:14.375rem;height:21.0625rem;top:2.8125rem;left:18.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #rszug2TdIQhHB3zGiHBF3bgVfO3vnGr8 { width:3.5625rem;height:2.03125rem;top:7.90625rem;left:36.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aF91X0Gu6hdFGyuaDtADeMDM8LDOG5ML { width:3.875rem;height:1.4625rem;top:8.1916666030881rem;left:40.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDentJynTuUqc5wpHudaPPVATDgDd3gD { width:7.375rem;height:1.875rem;top:10.34375rem;left:36.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KT1RD2C4TF3DWEBwlmknMayzwqA5k1FR { display:block; }
 }@media only screen and (max-width: 1199px) { #DfJfoFCdE7UVqv6IszKLXeJzmV5UePX6 { width:13.125rem;height:4.546875rem;top:13.09375rem;left:19.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJ3JThW9psBpbx9Wu7Vkf0yrqNKSXwgU { width:13.125rem;height:9.09375rem;top:13.09375rem;left:33.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yaPQBFCKDU9kAfW66S3px5exDZNPgIq7 { width:5.375rem;height:2.125rem;top:7.234375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rN7Wz1wewrvZf86BwkqvbTbnfsicD1oK { width:14.375rem;height:47.5625rem;top:1.5625rem;left:33.125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 1199px) { #KpOlbt4vL9GKJtNrPPruBJ4TqGqmvcxS { width:13.1875rem;height:1.3808625rem;top:25.4375rem;left:17.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1Q7Ax0rFtc4GK3u282g5tTIxrnAOfFo { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lazlUbkaOgzIP7CcekCioUpkLkR9fFeZ { width:1rem;height:1rem;top:25.6875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w9ezomke2AZzzGmSfta439EDIrh9NcFn { background-color:#121a21;background-image:none;display:block; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container { background-color: transparent; background-image: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container > .video-iframe-container { display: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row > .video-iframe-container { display: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .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); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container { width:47.75rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uLNXWZ2vDXzyoHtTg0ogmlq60nut93PG { width:1.8125rem;height:0.6875rem;top:11.31019115448rem;left:34.435368657112rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rDUuNwUUDqqVRynzHwF1k8BHGLzCB8Ve { width:17.6875rem;height:0;top:28.1875rem;left:25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #upcTICiIZXHyU315ztyGTF5CnU0gCkVl { width:9.625rem;height:2.75rem;top:31.3125rem;left:26.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #thZGLkeTFpFVcuE79qIGIq2SxXaLSWvW { display:block; }
 }@media only screen and (max-width: 1199px) { #QreSK8TLQSag2cS53M0Mu8V3qsuuuSEb { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #freaWSer4BL6k7gP0Jl7Sy0wNsnETqHq { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #neKq8aaEsxNS6EQOUceJTUPQZ7CSzC7A { width:6.4355625rem;height:2.25rem;top:15.875rem;left:20.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #bOceWlokb8MUS0SLeb499dTtpVHXBrHl { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #F5q94oqeRekchiFUQcb3H7Xu7o19LsUb { display:block; }
 }@media only screen and (max-width: 1199px) { #eMvoiyttQ2vfLSAzMSNZUmOTx4LXVnLI { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 1199px) { #b6uN745Us7zthBugGEJFuFgoQsnJgaeb { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 1199px) { #IvxIQcM6X21alnDRzlA5sq09VOmCoXrV { width:6.4355625rem;height:0;top:19.9375rem;left:6.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 1199px) { #XzozqA3yMASDtzpIrNBKKQwKbV8vbvs0 { width:12.5rem;height:1rem;top:22.8125rem;left:2.9375rem;font-size:0.75rem;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 1199px) { #OES4PLDW1kHfeKm13eiwTTiUvm8KN8nN { display:block; }
 }@media only screen and (max-width: 1199px) { #RfuEKsSZBOVysuhG5cvFG4CRzJt4Kxvn { width:18.75rem;height:33.125rem;top:-0.125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #NB64d9i2JcmCcH5gry2L3TUd8TMGkMeF { width:14.375rem;height:33.125rem;top:-0.1875rem;left:33.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #k6Fo3R73hT4VRdtzqdsogPpcTPGQa1cT { width:15.3125rem;height:3.16699375rem;top:20rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJKrAbc9wsskpb7T4CTKKzqWmbe2T6DZ { width:15.3125rem;height:2.2734375rem;top:14rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1aNmB0gHoPtTdXVZzxC9oyyFrXMp4u6 { width:18.125rem;height:1.1375rem;top:17.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQKJWKzXgMqF0lAUVQ6rEbmIJ4AfwUs3 { width:18.125rem;height:1.1375rem;top:0.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KnHcUARTT3MoyNlU0suI2I46ryvpPP80 { width:15.3125rem;height:3.41015625rem;top:3.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxf8q5iWWhwTgAbWAZLwxhUW9LfovoCr { width:47.75rem;height:0.0625rem;top:7.3125rem;left:0rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 1199px) { #EUUGe0NXaOOwNQtIcWfCp31ccONzPZl5 { width:47.625rem;height:0.0625rem;top:13.3125rem;left:0rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 1199px) { #T2ghLmyzzmTPZNdTT7GS5v3Bi1rrXAWt { width:47.625rem;height:0.0625rem;top:16.875rem;left:0rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 1199px) { #mQLarBuvvT4rkCs2uarxMwTC827N24Iv { width:47.625rem;height:0.0625rem;top:19.3125rem;left:0rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 1199px) { #F52ndqc5ek9q76NPwBrJzIhAzsep2ZhV { width:47.625rem;height:0.0625rem;top:23.8125rem;left:0rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #tZruPtQ72vqiqnVr2zAsClzCsVVTbiw3 { width:47.625rem;height:0.0625rem;top:2.5625rem;left:0rem;z-index:15133;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #au6kwTvTv0A56GcwTsCeA2acP5nPwH24 { top:34.6875rem;left:33.8125rem;width:13.9375rem;height:2.111325rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvzKLvLfWUL621DIUA13ngPHQVOwtHpc { width:15.3125rem;height:4.546875rem;top:8rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9bx98sqPEZAMxs5EqXfL2lD1FiGr3mM { width:14.375rem;height:33.125rem;top:0rem;left:18.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #P8mudOnClEB3477RaFCs1HqO5TQw7UZX { width:18.25rem;height:4.546875rem;top:24.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRJvq2qFOkPnPxgG4MB6uQAbBxOhLV0S { width:1.25rem;height:1.25rem;top:0.75rem;left:39.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxBhmBiSEOGfoNK7q9ZC4NhETvhPyIIQ { width:1.25rem;height:1.25rem;top:4.330078125rem;left:39.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbpfzQDK4qVmNRccG51TXWrS5fNi2gXs { width:1.25rem;height:1.25rem;top:9.6484375rem;left:39.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdTQ8wecNZyT4hSvMtWErd6Jn1iGspoz { width:1.25rem;height:1.25rem;top:14.5rem;left:39.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDRGIOQvre2oZCT1C0TQ58PEUbmJTnvi { width:1.25rem;height:1.25rem;top:17.5rem;left:39.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fFfJvp8pBOy2KfF92IRNqTJB5e0ZIhtP { width:1.25rem;height:1.25rem;top:20.9375rem;left:39.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgTiTvNldNDc5MINGbPWpcnbQUFe7P6q { width:1.25rem;height:1.25rem;top:25.5625rem;left:39.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTfTBTZNuUBTznHCheUB2NZnBDgZMXw4 { width:1.25rem;height:1.25rem;top:20.9375rem;left:25.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7QKd559UdtMsrpuecyGhKOOt4XiTliW { width:1.25rem;height:1.25rem;top:25.5625rem;left:25.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bkSG4zVBVLLRT0IRbl1wT4foVuG87xGm { width:0.875rem;height:0.875rem;top:0.9375rem;left:25.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycsmhktVL7Vg7k7xrrTUd0BVAetFGMEu { width:0.875rem;height:0.875rem;top:4.517578125rem;left:25.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JxCQuBbvPRnK7XJIbsiRD3sKdMyT0hLZ { width:0.875rem;height:0.875rem;top:9.8359375rem;left:25.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oUGMwXhZJdT9KGQ220QPtUOBAilgB6Fs { width:0.875rem;height:0.875rem;top:14.6875rem;left:25.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fR07uxEkU3BK7ORnBNXrZJN2BvhqSS2e { width:0.875rem;height:0.875rem;top:17.6875rem;left:25.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTrMX9gWoDHKhKw4fpyKnJOsEszc5wH2 { width:1.25rem;height:1.5625rem;top:24.375rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a27CV7E3ldHo4pkTEkWT4DTcipK6m6BJ { display:block; }
 }@media only screen and (max-width: 1199px) { #QuiurvZMrbxVbFxTGsPBf88ZwJtg60Gv { width:5rem;height:1.1875rem;top:25.59375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqtKQeBo7gaQxNceKV3dmwoiEWgnb9mB { display:block; }
 }@media only screen and (max-width: 1199px) { #ZpVoiTIJCIleKWA8AcgTBIIAgIu96Z0s { width:1rem;height:1rem;top:38.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hs2wa1FuFEGUSJTWZQLSzv0EvpATONkU { width:3rem;height:1.21875rem;top:38.375rem;left:24.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { background-color: transparent; background-image: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container > .video-iframe-container { display: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container { display: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .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); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { border-width: 0; border-radius: 0; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { width:47.75rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ca1edxOirFEENMu4KqgNOH2hOsLCfidB { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container { background-color: transparent; background-image: none; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container > .video-iframe-container { display: none; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row > .video-iframe-container { display: none; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .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); }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container { border-width: 0; border-radius: 0; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container { width:47.75rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R8fi3cHQO9DlGJJkylr27soq9Xgs3wMe { top:1.5625rem;left:0.625rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLRB2dhXZRNXGlbE4FS67rLu49cENGPd { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX { display:block; }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row .container { width:47.75rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NZ6Wf2th8kNdhUNMGdrFgLKJ3sJo8e7o { top:23.5rem;left:1.875rem;width:23rem;height:1.4619125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whquE1xiqHlTeRgITWb8DObdXFLorxsq { top:12rem;left:0.625rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVGTseoe7uzbuSdWbKKVn1bra5FykSxe { top:26.3125rem;left:0.625rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXu5nX1F75O5qWQoHzV7NeAXtR3ZhrXK { top:26.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WzIdkR56qtyLWJppa3MMG9FbdX61yU08 { top:0.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NUwTZ7imXrOu2fRKqa2RUXEitypssQ6Q { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d5gUxApD241Q7MFo8KFohWqNqfHdnCKE { top:37.3125rem;left:0rem;width:47.7480625rem;height:0.0615234375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #R2PtKgVGXITnQlhBHCblxT0mGn9Jy1vh { top:25.6875rem;left:1.875rem;width:18.3125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgG88XMPC6BV4FSU8OTCk9VcymmIl8wG { top:24.125rem;left:0.625rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHID6ZAU5541VTMHJFJmQCREbTyH12wK { top:11.375rem;left:1.875rem;width:22.25rem;height:4.38574375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFal2skqLqGT0whJwZ2gRsKsxbgR4ze8 { width:23.625rem;height:9.8125rem;top:11rem;left:22.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #AhQTM8IIvQ1uWOsZT2ucTKHNSAU7RVmO { top:1.75rem;left:0.625rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0UTITe51GbxBARi338xtW7lTQ3diOVz { top:5.625rem;left:0.625rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2sTSFqk0vlWPQ6Vb5TiP6D8C2VPDwN7 { top:5rem;left:1.875rem;width:23rem;height:2.923825rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhGRtl0AuLsuyJCbAikRQfeUBw4AN8nf { top:1.125rem;left:1.875rem;width:25.4375rem;height:2.923825rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrPu0vX5sGphWUMW0y9lZ0ZtwcWtLi46 { top:9rem;left:1.875rem;width:19.375rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUai5AQqzW4VVoy8T8293xIFDn98Airp { top:9.625rem;left:0.625rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ckLM6EZf7RvPulIs5Ta9MW4XyKLFzKCe { width:1rem;height:1rem;top:28.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CM3JPczScrsU6h0IqyOeQq5AQ6mtKEJ2 { top:27.875rem;left:1.875rem;width:21.875rem;height:8.7715rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RP1oK9q90tB2E2Z7P6aLfeK7rtfSPCUa { top:16.6875rem;left:1.875rem;width:20.5rem;height:5.84765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZGDUNC0AV6K7FJUT3ZOtfQRoOQTaJvg { top:17.3125rem;left:0.625rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZzTC4CPlvw9PcJkpAR4LkuleCtga1wV { width:2rem;height:1.8125rem;top:29.21875rem;left:21.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uXuqKll8WEbysHlEUSs2Ab5c1lTiLAQf { display:block; }
 }@media only screen and (max-width: 1199px) { #mWfkWE3GQPlbCSh17izmqsIRJyTwShCg { width:6.25rem;height:1.8125rem;top:29.25rem;left:3.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #RGtklhf1fhLWdkG9yAoGdB7xWTvavbCq { display:block; }
 }@media only screen and (max-width: 1199px) { #BcXap0I9RGIDOUkKBbP0fHySbTD20pyD { width:2rem;height:1.8125rem;top:29.15625rem;left:21.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u4oNmTdCS5UMBVUMQ9laAkp692BDxR1D { display:block; }
 }@media only screen and (max-width: 1199px) { #II5bttdoptzLbHlgFE5HfhBEzBoCw2dx { display:none; }#II5bttdoptzLbHlgFE5HfhBEzBoCw2dx > .row .container { width:47.75rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tgfCqa0UR8HAnAkwDg7B0NZTVq0gr7so { top:1.25rem;left:8.71875rem;width:30.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFkE7on2QB2i7UcrHzJoJTb4UBfUoFJH { top:5.25rem;left:2.65625rem;width:42.4375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMhGF64Ns3qoZmD4elVLzfBbPrfEfgJT { display:none; }#WMhGF64Ns3qoZmD4elVLzfBbPrfEfgJT > .row .container { width:47.75rem;height:20.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RySQfHFMTtZq9BF10eEfep2xT4QF0fu9 { top:0rem;left:0rem;width:47.75rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ognhBN9JqRVt2VBTU97tRx4tzIHrboIr { top:0rem;left:41rem;width:6.75rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6lobScZ7GVl1MsOp7ONznxsTGFKc2lh { top:0rem;left:0rem;width:6.75rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzrbDxnLx0dIQ2SbvKCzSKKkPhgB2iWk { width:2.4375rem;height:2.4375rem;top:8.5rem;left:45.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRGsWO6HXuJxliyyl01VWnAFIGoN2uqd { width:2.4375rem;height:2.4375rem;top:8.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { background-color:#121a21;background-image:none;display:block; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { background-color: transparent; background-image: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container > .video-iframe-container { display: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container { display: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .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); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { top:1.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr { display:block; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C4zCMBP1eRq3n9eZBzCxgD5oG2PkfekS { width:12.5rem;height:0;top:15.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Leg7Q6FRHCBzHBwXLy3ElxC7rsElpPND { width:19.8125rem;height:2.5rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Xu0sJZ8xZnezM2zF0wRbf1ycXmH8UfTm { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FIlXid7wxL5LpnRRIDxlC3d4dSwczeTS { width:2.4375rem;height:2.4375rem;top:4.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIv4HNFvcIxn07cEQbGDuL9cOfzQIzHN { width:42.75rem;height:9.6875rem;top:0.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2D8VKNZNlDXpJTF2C5UtRp9nNSym6Nq { width:2.4375rem;height:2.4375rem;top:4.1875rem;left:45.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkPfRu8SxDpsqQdEcnXPiJn996NPRBp8 { top:12.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFmeQG3DwNKwgnSLubnXB9LOtTJu4Wf5 { top:1.25rem;left:0rem;width:18rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qnyqsvCkt19O3KF4guEI7G26iBL7itMx { top:26.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection { display:block; } #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection *:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="text"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="email"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="tel"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection textarea:focus-visible { outline: none; } #D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection { display:block; } #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection *:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="text"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="email"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="tel"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection textarea:focus-visible { outline: none; } #agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d { display:block; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row .container { width:47.75rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Td0SUHxHUki3Ee12zgRMJQniXe4IrmUg { top:1.5625rem;left:7.4375rem;width:32.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qNHUPE6d4xaFTHsd2JsaXtFULqDf6fUS { top:4.75rem;left:2.28125rem;width:43.1875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VzHk8DAEo16w1t6UKscWhSUXcMkGhPus { top:9.125rem;left:16.6875rem;width:14.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aXRKiH8qbmlaP2oBwgeEZyX2gweyZ1qF { top:9.75rem;left:22.375rem;width:3.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQcSbIOmZFV27SwrKgCDehbTFbJ0honn { top:13.8125rem;left:17.625rem;width:12.5rem;height:3.1484375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqzA7GdPOOvNZPZqDehSCMqkUDwLIFGF { top:9.125rem;left:32.125rem;width:14.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCz4QRG9CBixfStJEkRagglPNBiLkmig { top:9.75rem;left:37.8125rem;width:3.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgRZWL8HrSFKm0lvxAHLGUB39x2n5Lgp { top:13.8125rem;left:33.0625rem;width:12.5rem;height:3.1484375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWO6WOSyKnS602ETKoxdoBXM37Qbz1Tu { top:9.125rem;left:1.25rem;width:14.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9olSGw0HEQTfSUQF27QAhWpdhBzgGva { top:9.75rem;left:6.9375rem;width:3rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FktpFQ8AUO6nhtmWklp6loibT1gZ2W3X { top:13.826171875rem;left:2.1875rem;width:12.5rem;height:4.72265625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1LPorKwwoTAQOyooys4L4Wi5d1UtuOG { top:21.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U { display:block; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x4uOmuKuRdkte8PEKAq3souPIi9bQBxf { top:8.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VbLz3Hhu2lMxsQfbV5xp8TC1h14epmgQ { top:1.84375rem;left:6.125rem;width:29.25rem;height:4.875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #vTIAJChtVDcPamILfHK6upVguyydkc87 { width:10.5498125rem;height:2.92480625rem;top:2.818359375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AXseNe7UmCwwX16lX3Xo14NJJRc8fVdM { display:block; }
 }@media only screen and (max-width: 1199px) { #RsoH0STthOsxbvnz1sOteyUrVLPlPw8s { top:7.9375rem;left:0rem;width:47.7470625rem;height:0.060546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LZLb9Xf7kVS3QSMS9HT9cqDay4B9E8mq { top:8.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { top:1.8125rem;left:0rem;width:19rem;height:0;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sr517vfV8rTyDCHkibTM22c3mM3r5Zux { display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { top:0.9375rem;left:0.9375rem;width:40.6875rem;height:1.4619125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #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: 1199px) { #nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { top:0.875rem;left:1rem;width:45.4375rem;height:4.38574375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { display:block; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { top:0.875rem;left:0.9375rem;width:35.25rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oToOAZH0fagqFZvPxZaAihVgd9QtOolU { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { width:1.625rem;height:1.1875rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG { display:block; }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yCvTe1O2fFika2RTFfFA7XXsd43PoZpW { top:0.875rem;left:1rem;width:45.5rem;height:5.84765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ { display:block; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZnrggTJmZM47c2pR4kTdPLgvKo5i5Mlp { top:0.9375rem;left:0.9375rem;width:41.75rem;height:2.923825rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crtKQq1TSsTpMP3rFbT4XFtWTKmmbEFW { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XTfvaKdWx4zdxsTyFt70KE0ounJmt8e4 { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSW3CqG3d13tt2CEWvDcOnMF7T6JJ8f5 { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 { display:block; }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row .container { width:47.75rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BMq707ZOIx3JV39pVHuxNTRNLRoXfh6T { top:0.875rem;left:1rem;width:45.5rem;height:5.84765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ { display:block; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pFyUvdvrxD282asB952Tu76VXWaAv6U8 { top:0.875rem;left:0.9375rem;width:39.9375rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LA96flr1zaxpvzC5tNfbEUodZ9I1SWcH { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #viOpDtp4ADlLyyzQpFtI9w2TewBJlRMz { width:1.625rem;height:1.1875rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcI4TewF5alILllAzEO3B4Lm4HUmMTHn { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE { display:block; }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VTSKI3upxLQ5nrb1EOC5vRq2b0yn45l9 { top:0.875rem;left:1rem;width:45.625rem;height:2.923825rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBL60DysIUFgiskDV28bac6EzTf26C5z { display:none; }#TBL60DysIUFgiskDV28bac6EzTf26C5z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #I433rnMxm1iSbfx5tShrA48eGpN628zR { top:0.875rem;left:0.9375rem;width:39.375rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdLVba58OQIb8VWkFsy74kGU2IhWEecJ { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Mc6ii5lhJFNooXoBsM0rzKD18UOrrU3t { width:1.625rem;height:1.1875rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rqgc35Lup0zoPKbAcUHMbLMDRHZ6BTTD { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gM9dN1FRVtBBXDF5Mq5T2hQspOAyVTFH { display:none; }#gM9dN1FRVtBBXDF5Mq5T2hQspOAyVTFH > .row .container { width:47.75rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #b8mFaAHCcbfJsft0pJruVwEV35r779VC { top:0.875rem;left:0.875rem;width:44.375rem;height:2.923825rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { top:0.875rem;left:0.9375rem;width:20.25rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { width:1.625rem;height:1.1875rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #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: 1199px) { #qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { width:47.75rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GhZ0OT3If1Ae4ELxEQAVUTlmM5keKkbr { top:0.875rem;left:0.875rem;width:45.625rem;height:7.3095625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A3lEOqXSswTBV62dfW1gtRM661zZOsxW { display:block; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EBz1JTtDXmTtSROZoVMk2Zz7WWaD9Z99 { top:1.75rem;left:0.875rem;width:20.625rem;height:2.19375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kD7cCRKUsxs0eUpKgofwnpu4QgIvGewA { width:7.5625rem;height:3.125rem;top:1.40625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WOCmdFsr02isr7AKTt8DaMMTPbXtPEz0 { display:block; }
 }@media only screen and (max-width: 1199px) { #B8pTtfINsFZT5uuut3KDEfgqngMf2J5m { top:2.1875rem;left:31.375rem;width:4.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4Z0WD4fUFUnTBprhyfQzUVPTakpLq6I { top:2.0625rem;left:27.6875rem;width:4.3125rem;height:1.7875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#mUOz3RJ9EImAW77PSOJqcEs71QcEz0Sz > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWPPODBAridcswrKG2JKTGpTW8w0yKmO { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GxMUz3KnyTwt6ClUq3ONwkf1ABuUUC1z { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yTzmlwM7nhTvkzExtJEFdmkaI4u5mhEz { width:6.1875rem;height:2.375rem;top:0.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@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) { #IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 { position:fixed;z-index:199999;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #22323e, #000000);background-image: -moz-linear-gradient(347deg, #22323e, #000000);background-image: -ms-linear-gradient(347deg, #22323e, #000000);background-image: -o-linear-gradient(347deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(347deg, #22323e, #000000);background-size:cover !important;top:0rem;left:0rem;right:0rem;display:block; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row .container { background-color: transparent; background-image: none; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row .container > .video-iframe-container { display: none; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row > .video-iframe-container { display: none; }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .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); }#IqbB3QMJ3nNLpTB21lyQbSsNxTOLV8U0 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKGkRboqsRDaa6cPhefTP7vWTSbFKqS6 { 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) { #vkHQhQWd0NehavuD1iaemRDM6r7M9sCt { 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) { #eLO0mdNUJPvQqJX6WUtMlTAOX2lRsNdX { width:6.125rem;height:2.375rem;top:0.65625rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row .container { background-color: transparent; background-image: none; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row .container > .video-iframe-container { display: none; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row > .video-iframe-container { display: none; }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .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); }#y0Bsg3mTiB5iuFa8cdZOgIZ2UsTRg6IF > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfLB5tXXiQVUtDuWZCNSiCSWhZISV7OD { 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) { #Tgp7yD5Kqy0FZrJFPs1dXLayMARCUyNH { 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) { #MoHI4NKwBnal1va9PIpTlUym2ZN4USTq { background-color:#121a21;background-image:none;position:relative;z-index:auto;display:block; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container { background-color: transparent; background-image: none; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container > .video-iframe-container { display: none; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row > .video-iframe-container { display: none; }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .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); }#MoHI4NKwBnal1va9PIpTlUym2ZN4USTq > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDThcGXsEx0lA79LEkGh9x345AB35NRn { width:15.5rem;height:4.55rem;top:1.26953125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container { background-color: transparent; background-image: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container > .video-iframe-container { display: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row > .video-iframe-container { display: none; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .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); }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container { border-width: 0; border-radius: 0; }#gV5uyMdMf9n7nduWooxCs3nsJv5qX4HI > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnUltMTKQ2vrr04wuWyOv4C31kyFVSOy { width:2.125rem;height:1.25rem;top:13.4375rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaCGQCH2kPpND6AX46uyTsICpEf7iWcp { width:8.125rem;height:0;top:46.8564453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXW4bg8kmopoNKHCHTlXUiRukVMlT5N3 { width:10.8125rem;height:2.6875rem;top:49.7939453125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uupRoJSXn4rmHZvFADivIhPG82pCqvsv { display:block; }
 }@media only screen and (max-width: 763px) { #V34sXrd4O82ylNgRW365hV6Py5KztxUQ { width:2.686525rem;height:0;top:31.375rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #BUHluTDguQJRts5etVfavToKfIB08N3B { width:1.875rem;height:0;top:31.9375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #hPIKRZqbLado1keAFaTTrEMSAF1AwFtf { width:4.375rem;height:0;top:19rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #xBesaL23BZimwdwaxUM37d2IiuXNJiAM { width:11.875rem;height:3.125rem;top:22.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #cmyxqTn4PrS5nBB6ZfiAAa3hKD1nGgiV { display:block; }
 }@media only screen and (max-width: 763px) { #TeZnv28zhIcicCdBO0uh9mLHKT6aF8K4 { width:2.686525rem;height:0;top:23.897216796875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPosCkHrkXCNe81PHp03K7mgMaCnZX8h { width:1.875rem;height:0;top:24.584716796875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH5MsnveI0Ar7kEKbTHMlh3ApbVcgeb8 { width:4.375rem;height:0;top:26.147216796875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRy3XLDlMXvmOkhLvNiacaM9x64hh6al { width:11.875rem;height:3.125rem;top:29.022216796875rem;left:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fabccsUFmKnrrbA7HFJXm4boaRB7swTZ { display:block; }
 }@media only screen and (max-width: 763px) { #T6U5PTEuQTmW4ALS618KC8pFGOB1FWOm { width:10rem;height:41.4375rem;top:14.022216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MF1GR69tZ0yoTu5TsbZMpFtDLc1wpoZ7 { width:10rem;height:41.25rem;top:5.75rem;left:9.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #At65Dd6TakKkT2XS7xETJqLAMoVabrFb { width:19.3125rem;height:3.25rem;top:1.271484375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TruTRmfHGZThlpRoVXKblfS4pT5Sy3hd { width:4.5625rem;height:1.1375rem;top:7.052734375rem;left:2.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0h4FPEn9f2Q6gMTpyp52rvnQGklDaE3 { width:8.75rem;height:2.275rem;top:7.052734375rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtOh3irpQc1cvSx1PUg0nfCK4EcUogNq { width:20rem;height:22.5rem;top:6.42812538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rszug2TdIQhHB3zGiHBF3bgVfO3vnGr8 { width:2.9375rem;height:1.625rem;top:9.5rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF91X0Gu6hdFGyuaDtADeMDM8LDOG5ML { width:3.0625rem;height:1.21875rem;top:9.625rem;left:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDentJynTuUqc5wpHudaPPVATDgDd3gD { width:6.375rem;height:2.625rem;top:11.4375rem;left:11.75rem;font-size:0.875rem;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #KT1RD2C4TF3DWEBwlmknMayzwqA5k1FR { display:block; }
 }@media only screen and (max-width: 763px) { #DfJfoFCdE7UVqv6IszKLXeJzmV5UePX6 { width:9.375rem;height:6.825rem;top:15.208984375rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3JThW9psBpbx9Wu7Vkf0yrqNKSXwgU { width:9.375rem;height:13.65rem;top:15.208984375rem;left:10.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #yaPQBFCKDU9kAfW66S3px5exDZNPgIq7 { width:5.5rem;height:2.1875rem;top:2.583984375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN7Wz1wewrvZf86BwkqvbTbnfsicD1oK { width:10rem;height:0.0625rem;top:5.427734375rem;left:9.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;z-index:14997;background-color:#00dcff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpOlbt4vL9GKJtNrPPruBJ4TqGqmvcxS { width:11.4375rem;height:1.21875rem;top:30.1875rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1Q7Ax0rFtc4GK3u282g5tTIxrnAOfFo { top:6.427734375rem;left:9.875rem;width:10rem;height:22.4375rem;z-index:15154;border-top:0.0625rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lazlUbkaOgzIP7CcekCioUpkLkR9fFeZ { width:1rem;height:1rem;top:30.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ezomke2AZzzGmSfta439EDIrh9NcFn { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container { background-color: transparent; background-image: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container > .video-iframe-container { display: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row > .video-iframe-container { display: none; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .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); }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container { border-width: 0; border-radius: 0; }#w9ezomke2AZzzGmSfta439EDIrh9NcFn > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLNXWZ2vDXzyoHtTg0ogmlq60nut93PG { width:2.125rem;height:1.25rem;top:13.4375rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDUuNwUUDqqVRynzHwF1k8BHGLzCB8Ve { width:8.125rem;height:0;top:46.8564453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #upcTICiIZXHyU315ztyGTF5CnU0gCkVl { width:10.8125rem;height:2.6875rem;top:49.7939453125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #thZGLkeTFpFVcuE79qIGIq2SxXaLSWvW { display:block; }
 }@media only screen and (max-width: 763px) { #QreSK8TLQSag2cS53M0Mu8V3qsuuuSEb { width:2.686525rem;height:0;top:31.375rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #freaWSer4BL6k7gP0Jl7Sy0wNsnETqHq { width:1.875rem;height:0;top:31.9375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #neKq8aaEsxNS6EQOUceJTUPQZ7CSzC7A { width:4.375rem;height:0;top:19rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #bOceWlokb8MUS0SLeb499dTtpVHXBrHl { width:11.875rem;height:3.125rem;top:22.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #F5q94oqeRekchiFUQcb3H7Xu7o19LsUb { display:block; }
 }@media only screen and (max-width: 763px) { #eMvoiyttQ2vfLSAzMSNZUmOTx4LXVnLI { width:2.686525rem;height:0;top:23.897216796875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6uN745Us7zthBugGEJFuFgoQsnJgaeb { width:1.875rem;height:0;top:24.584716796875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvxIQcM6X21alnDRzlA5sq09VOmCoXrV { width:4.375rem;height:0;top:26.147216796875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzozqA3yMASDtzpIrNBKKQwKbV8vbvs0 { width:11.875rem;height:3.125rem;top:29.022216796875rem;left:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OES4PLDW1kHfeKm13eiwTTiUvm8KN8nN { display:block; }
 }@media only screen and (max-width: 763px) { #RfuEKsSZBOVysuhG5cvFG4CRzJt4Kxvn { width:10rem;height:41.4375rem;top:14.022216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NB64d9i2JcmCcH5gry2L3TUd8TMGkMeF { width:10rem;height:41.25rem;top:5.75rem;left:9.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #k6Fo3R73hT4VRdtzqdsogPpcTPGQa1cT { width:18.125rem;height:3.4125rem;top:26.5625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJKrAbc9wsskpb7T4CTKKzqWmbe2T6DZ { width:20rem;height:1.1375rem;top:18.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1aNmB0gHoPtTdXVZzxC9oyyFrXMp4u6 { width:18.125rem;height:1.1375rem;top:22.5rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQKJWKzXgMqF0lAUVQ6rEbmIJ4AfwUs3 { width:18.125rem;height:1.1375rem;top:1.4375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnHcUARTT3MoyNlU0suI2I46ryvpPP80 { width:18.125rem;height:3.4125rem;top:5.5rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxf8q5iWWhwTgAbWAZLwxhUW9LfovoCr { width:20rem;height:0.0625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUUGe0NXaOOwNQtIcWfCp31ccONzPZl5 { width:20rem;height:0.0625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ghLmyzzmTPZNdTT7GS5v3Bi1rrXAWt { width:20rem;height:0.0625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQLarBuvvT4rkCs2uarxMwTC827N24Iv { width:20rem;height:0.0625rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F52ndqc5ek9q76NPwBrJzIhAzsep2ZhV { width:20rem;height:0.0625rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZruPtQ72vqiqnVr2zAsClzCsVVTbiw3 { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;z-index:15153;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #au6kwTvTv0A56GcwTsCeA2acP5nPwH24 { width:14.6875rem;height:1.95rem;top:42.125rem;left:5.3125rem;font-size:0.75rem;z-index:15015;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bvzKLvLfWUL621DIUA13ngPHQVOwtHpc { width:19.75rem;height:3.4125rem;top:11.9375rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9bx98sqPEZAMxs5EqXfL2lD1FiGr3mM { width:20rem;height:40.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8mudOnClEB3477RaFCs1HqO5TQw7UZX { width:20rem;height:4.55rem;top:33.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRJvq2qFOkPnPxgG4MB6uQAbBxOhLV0S { display:flex;width:1.5rem;height:1.5rem;top:2.875rem;left:14.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #cxBhmBiSEOGfoNK7q9ZC4NhETvhPyIIQ { display:flex;width:1.5rem;height:1.5rem;top:9.375rem;left:14.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #vbpfzQDK4qVmNRccG51TXWrS5fNi2gXs { display:flex;width:1.5rem;height:1.5rem;top:15.8125rem;left:14.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #kdTQ8wecNZyT4hSvMtWErd6Jn1iGspoz { display:flex;width:1.5rem;height:1.5rem;top:19.9375rem;left:14.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #rDRGIOQvre2oZCT1C0TQ58PEUbmJTnvi { display:flex;width:1.5rem;height:1.5rem;top:24rem;left:14.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fFfJvp8pBOy2KfF92IRNqTJB5e0ZIhtP { display:flex;width:1.5rem;height:1.5rem;top:30.4375rem;left:14.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #cgTiTvNldNDc5MINGbPWpcnbQUFe7P6q { display:flex;width:1.5rem;height:1.5rem;top:38.6875rem;left:14.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #hTfTBTZNuUBTznHCheUB2NZnBDgZMXw4 { display:flex;width:1.5rem;height:1.5rem;top:30.4375rem;left:4.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Z7QKd559UdtMsrpuecyGhKOOt4XiTliW { display:flex;width:1.5rem;height:1.5rem;top:38.6875rem;left:4.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #bkSG4zVBVLLRT0IRbl1wT4foVuG87xGm { display:flex;width:1rem;height:1rem;top:3.1875rem;left:4.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ycsmhktVL7Vg7k7xrrTUd0BVAetFGMEu { display:flex;width:1rem;height:1rem;top:9.625rem;left:4.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #JxCQuBbvPRnK7XJIbsiRD3sKdMyT0hLZ { display:flex;width:1rem;height:1rem;top:16.0625rem;left:4.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #oUGMwXhZJdT9KGQ220QPtUOBAilgB6Fs { display:flex;width:1rem;height:1rem;top:20.1875rem;left:4.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #fR07uxEkU3BK7ORnBNXrZJN2BvhqSS2e { display:flex;width:1rem;height:1rem;top:24.25rem;left:4.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #RTrMX9gWoDHKhKw4fpyKnJOsEszc5wH2 { width:1.3125rem;height:1.4375rem;top:39.75rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a27CV7E3ldHo4pkTEkWT4DTcipK6m6BJ { display:block; }
 }@media only screen and (max-width: 763px) { #QuiurvZMrbxVbFxTGsPBf88ZwJtg60Gv { width:5.1875rem;height:1.4375rem;top:34.2373046875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqtKQeBo7gaQxNceKV3dmwoiEWgnb9mB { display:block; }
 }@media only screen and (max-width: 763px) { #ZpVoiTIJCIleKWA8AcgTBIIAgIu96Z0s { width:1rem;height:1rem;top:45.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs2wa1FuFEGUSJTWZQLSzv0EvpATONkU { width:3rem;height:1.21875rem;top:45.3125rem;left:8.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 { display:block; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca1edxOirFEENMu4KqgNOH2hOsLCfidB { display:block; }#ca1edxOirFEENMu4KqgNOH2hOsLCfidB > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8fi3cHQO9DlGJJkylr27soq9Xgs3wMe { width:18.8125rem;height:4.875rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRB2dhXZRNXGlbE4FS67rLu49cENGPd { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX { display:block; }#DNZtGaWTiCVvkxZp7Dhtxf0iU2isTVpX > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ6Wf2th8kNdhUNMGdrFgLKJ3sJo8e7o { width:16.8125rem;height:1.1375rem;top:18.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whquE1xiqHlTeRgITWb8DObdXFLorxsq { width:0.375rem;height:0.375rem;top:9.609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGTseoe7uzbuSdWbKKVn1bra5FykSxe { width:0.375rem;height:0.375rem;top:21.171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXu5nX1F75O5qWQoHzV7NeAXtR3ZhrXK { width:20rem;height:0.0625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzIdkR56qtyLWJppa3MMG9FbdX61yU08 { width:12.5rem;height:0;top:0.0625rem;left:0.93749994039537rem;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #NUwTZ7imXrOu2fRKqa2RUXEitypssQ6Q { top:1.625rem;left:-61.3125rem;width:0.75rem;height:0.75rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d5gUxApD241Q7MFo8KFohWqNqfHdnCKE { width:20rem;height:0.0625rem;top:8.8611125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2PtKgVGXITnQlhBHCblxT0mGn9Jy1vh { width:15.25rem;height:1.1375rem;top:20.75rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgG88XMPC6BV4FSU8OTCk9VcymmIl8wG { width:0.375rem;height:0.375rem;top:18.859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHID6ZAU5541VTMHJFJmQCREbTyH12wK { width:17rem;height:3.4125rem;top:9.1875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFal2skqLqGT0whJwZ2gRsKsxbgR4ze8 { width:15.3125rem;height:6.3125rem;top:31.6875rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhQTM8IIvQ1uWOsZT2ucTKHNSAU7RVmO { width:0.375rem;height:0.375rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0UTITe51GbxBARi338xtW7lTQ3diOVz { width:0.375rem;height:0.375rem;top:3.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2sTSFqk0vlWPQ6Vb5TiP6D8C2VPDwN7 { width:17rem;height:2.275rem;top:3.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhGRtl0AuLsuyJCbAikRQfeUBw4AN8nf { width:16.5625rem;height:2.275rem;top:0rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrPu0vX5sGphWUMW0y9lZ0ZtwcWtLi46 { width:17rem;height:1.1375rem;top:6.875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUai5AQqzW4VVoy8T8293xIFDn98Airp { width:0.375rem;height:0.375rem;top:7.296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckLM6EZf7RvPulIs5Ta9MW4XyKLFzKCe { display:flex;width:1rem;height:1rem;top:23.25rem;left:0.375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #CM3JPczScrsU6h0IqyOeQq5AQ6mtKEJ2 { width:17.4375rem;height:7.3125rem;top:23.0625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP1oK9q90tB2E2Z7P6aLfeK7rtfSPCUa { width:18.125rem;height:3.4125rem;top:13.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZGDUNC0AV6K7FJUT3ZOtfQRoOQTaJvg { width:0.375rem;height:0.375rem;top:14.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZzTC4CPlvw9PcJkpAR4LkuleCtga1wV { width:5.0625rem;height:1.125rem;top:24.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXuqKll8WEbysHlEUSs2Ab5c1lTiLAQf { display:block; }
 }@media only screen and (max-width: 763px) { #mWfkWE3GQPlbCSh17izmqsIRJyTwShCg { width:9.0625rem;height:1.8125rem;top:40.75rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGtklhf1fhLWdkG9yAoGdB7xWTvavbCq { display:block; }
 }@media only screen and (max-width: 763px) { #BcXap0I9RGIDOUkKBbP0fHySbTD20pyD { width:2.75rem;height:1.8125rem;top:40.875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4oNmTdCS5UMBVUMQ9laAkp692BDxR1D { display:block; }
 }@media only screen and (max-width: 763px) { #II5bttdoptzLbHlgFE5HfhBEzBoCw2dx { display:none; }#II5bttdoptzLbHlgFE5HfhBEzBoCw2dx > .row .container { width:20rem;height:12.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgfCqa0UR8HAnAkwDg7B0NZTVq0gr7so { width:17.9375rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EFkE7on2QB2i7UcrHzJoJTb4UBfUoFJH { width:18.1875rem;height:7.03125rem;top:4.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMhGF64Ns3qoZmD4elVLzfBbPrfEfgJT { display:none; }#WMhGF64Ns3qoZmD4elVLzfBbPrfEfgJT > .row .container { width:20rem;height:21.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RySQfHFMTtZq9BF10eEfep2xT4QF0fu9 { width:20rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ognhBN9JqRVt2VBTU97tRx4tzIHrboIr { width:4.4375rem;height:20.4375rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6lobScZ7GVl1MsOp7ONznxsTGFKc2lh { width:4.4375rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzrbDxnLx0dIQ2SbvKCzSKKkPhgB2iWk { width:2.4375rem;height:2.4375rem;top:9rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRGsWO6HXuJxliyyl01VWnAFIGoN2uqd { width:2.4375rem;height:2.4375rem;top:9rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { display:block; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { width:17.1875rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr { display:block; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4zCMBP1eRq3n9eZBzCxgD5oG2PkfekS { top:51.125rem;left:2rem;width:12.5rem;height:0;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #Leg7Q6FRHCBzHBwXLy3ElxC7rsElpPND { top:2.2135419845581rem;left:0.12586802244186rem;width:19.874125rem;height:0;z-index:15063;color:#ffffff;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xu0sJZ8xZnezM2zF0wRbf1ycXmH8UfTm { top:9.8193359375rem;left:0.0625rem;width:19.875rem;height:11.125rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #FIlXid7wxL5LpnRRIDxlC3d4dSwczeTS { width:1.8125rem;height:1.8125rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIv4HNFvcIxn07cEQbGDuL9cOfzQIzHN { width:16.3125rem;height:5.9375rem;top:0.5rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2D8VKNZNlDXpJTF2C5UtRp9nNSym6Nq { width:1.8125rem;height:1.8125rem;top:2.5625rem;left:18.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkPfRu8SxDpsqQdEcnXPiJn996NPRBp8 { width:20rem;height:0.0625rem;top:12.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFmeQG3DwNKwgnSLubnXB9LOtTJu4Wf5 { top:1.25rem;left:0.625rem;width:18rem;height:0;z-index:15008;font-size:1.25rem;font-family:"source sans pro semibold";color:#ffffff;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qnyqsvCkt19O3KF4guEI7G26iBL7itMx { width:20rem;height:0.0625rem;top:0rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection *:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="text"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="email"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection input[type="tel"]:focus-visible, #gDRkgtZNnRlLTWMzTBXRJQPf1L0uFTek.widget-smartsection textarea:focus-visible { outline: none; } #D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container { background-color: transparent; background-image: none; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container > .video-iframe-container { display: none; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row > .video-iframe-container { display: none; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .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); }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container { border-width: 0; border-radius: 0; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4JoM6n5RvFe3pSSl1lRLOfX79BoxDXx > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection *:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="text"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="email"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection input[type="tel"]:focus-visible, #fRZdJmEZz8ovKfe6hkDpfheJK3dDeCv7.widget-smartsection textarea:focus-visible { outline: none; } #agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container { background-color: transparent; background-image: none; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container > .video-iframe-container { display: none; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row > .video-iframe-container { display: none; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .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); }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container { border-width: 0; border-radius: 0; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agwBhXZIUMB6a4pUWxt7zJkzhfqck1oT > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d { display:block; }#KB9UqpI9OG1i3lAhwy4aFHnImyxMBt4d > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td0SUHxHUki3Ee12zgRMJQniXe4IrmUg { width:18.4375rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qNHUPE6d4xaFTHsd2JsaXtFULqDf6fUS { width:18.4375rem;height:6.5625rem;top:4.1435546875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzHk8DAEo16w1t6UKscWhSUXcMkGhPus { width:20rem;height:5.5rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXRKiH8qbmlaP2oBwgeEZyX2gweyZ1qF { width:2.875rem;height:3rem;top:19.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQcSbIOmZFV27SwrKgCDehbTFbJ0honn { width:13.1875rem;height:1.3125rem;top:20.28125rem;left:4.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqzA7GdPOOvNZPZqDehSCMqkUDwLIFGF { width:20rem;height:5.5rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCz4QRG9CBixfStJEkRagglPNBiLkmig { width:2.875rem;height:3rem;top:25.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgRZWL8HrSFKm0lvxAHLGUB39x2n5Lgp { width:13.5rem;height:1.3125rem;top:26.53125rem;left:4.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hWO6WOSyKnS602ETKoxdoBXM37Qbz1Tu { width:20rem;height:5.5rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9olSGw0HEQTfSUQF27QAhWpdhBzgGva { width:2.875rem;height:3rem;top:13.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FktpFQ8AUO6nhtmWklp6loibT1gZ2W3X { width:13.25rem;height:2.625rem;top:13.375rem;left:4.53125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E1LPorKwwoTAQOyooys4L4Wi5d1UtuOG { width:20rem;height:0.0625rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U { background-color:#121a21;background-image:none;position:relative;z-index:auto;display:block; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container { background-color: transparent; background-image: none; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container > .video-iframe-container { display: none; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row > .video-iframe-container { display: none; }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .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); }#GdnGxddCmyOsmqfw4r5Jd83xR76ZkA5U > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4uOmuKuRdkte8PEKAq3souPIi9bQBxf { width:20rem;height:0.0625rem;top:9.625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #VbLz3Hhu2lMxsQfbV5xp8TC1h14epmgQ { width:18.3125rem;height:3.25rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIAJChtVDcPamILfHK6upVguyydkc87 { width:6.375rem;height:2.625rem;top:5.75rem;left:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXseNe7UmCwwX16lX3Xo14NJJRc8fVdM { display:block; }
 }@media only screen and (max-width: 763px) { #RsoH0STthOsxbvnz1sOteyUrVLPlPw8s { width:20rem;height:0.0625rem;top:8.8611125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZLb9Xf7kVS3QSMS9HT9cqDay4B9E8mq { width:20rem;height:0.0625rem;top:0.18854236602783rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { width:19rem;height:1.625rem;top:1.25rem;left:0.62413197755814rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { width:20rem;height:0;top:3.0333838989258rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr517vfV8rTyDCHkibTM22c3mM3r5Zux { display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { width:18.5625rem;height:2.6rem;top:1.375rem;left:0.5625rem;font-size:1rem;color:#00dcff;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) { #PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { top:1.53125rem;left:18.4423828125rem;width:1.125rem;height:0.8125rem;z-index:15005;overflow:hidden;display:block; }
 }@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) { #nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { width:18.3125rem;height:7.3125rem;top:0.375rem;left:0.68749994039537rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { display:block; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { width:17.0625rem;height:2.6rem;top:1.25rem;left:0.5625rem;font-size:1rem;color:#00dcff;display:block; }
 }@media only screen and (max-width: 763px) { #oToOAZH0fagqFZvPxZaAihVgd9QtOolU { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { top:1.625rem;left:18.5615234375rem;width:1.125rem;height:0.8125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG { display:block; }#lvgr7lxDQHkaryfOhIp5cxTyE9IIQVCG > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCvTe1O2fFika2RTFfFA7XXsd43PoZpW { width:18.5625rem;height:9.75rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ { display:block; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnrggTJmZM47c2pR4kTdPLgvKo5i5Mlp { width:19.3125rem;height:3.9rem;top:1.375rem;left:0.5625rem;font-size:1rem;color:#00dcff;display:block; }
 }@media only screen and (max-width: 763px) { #crtKQq1TSsTpMP3rFbT4XFtWTKmmbEFW { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTfvaKdWx4zdxsTyFt70KE0ounJmt8e4 { top:1.53125rem;left:18.4423828125rem;width:1.125rem;height:0.8125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xSW3CqG3d13tt2CEWvDcOnMF7T6JJ8f5 { 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) { #loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 { display:block; }#loOwHNNyrtgsSJ3q9bi0cBdLzGhmPS08 > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMq707ZOIx3JV39pVHuxNTRNLRoXfh6T { width:18.5625rem;height:8.53125rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ { display:block; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFyUvdvrxD282asB952Tu76VXWaAv6U8 { width:18.875rem;height:2.6rem;top:1.25rem;left:0.5625rem;font-size:1rem;color:#00dcff;display:block; }
 }@media only screen and (max-width: 763px) { #LA96flr1zaxpvzC5tNfbEUodZ9I1SWcH { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #viOpDtp4ADlLyyzQpFtI9w2TewBJlRMz { top:1.4375rem;left:18.6240234375rem;width:1.125rem;height:0.8125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xcI4TewF5alILllAzEO3B4Lm4HUmMTHn { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE { display:block; }#nZqUWiUGVFa8Aeyk2Fi0tpTx6ZGAwvyE > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTSKI3upxLQ5nrb1EOC5vRq2b0yn45l9 { width:18.6875rem;height:6.09375rem;top:0.5625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBL60DysIUFgiskDV28bac6EzTf26C5z { display:none; }#TBL60DysIUFgiskDV28bac6EzTf26C5z > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I433rnMxm1iSbfx5tShrA48eGpN628zR { width:17.375rem;height:2.6rem;top:1.25rem;left:0.5rem;font-size:1rem;color:#00dcff;display:block; }
 }@media only screen and (max-width: 763px) { #zdLVba58OQIb8VWkFsy74kGU2IhWEecJ { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mc6ii5lhJFNooXoBsM0rzKD18UOrrU3t { top:1.3740234375rem;left:18.6240234375rem;width:1.125rem;height:0.8125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rqgc35Lup0zoPKbAcUHMbLMDRHZ6BTTD { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gM9dN1FRVtBBXDF5Mq5T2hQspOAyVTFH { display:none; }#gM9dN1FRVtBBXDF5Mq5T2hQspOAyVTFH > .row .container { width:20rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b8mFaAHCcbfJsft0pJruVwEV35r779VC { width:18.875rem;height:4.875rem;top:0.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { width:16.75rem;height:1.3rem;top:1.25rem;left:0.4375rem;font-size:1rem;color:#00dcff;display:block; }
 }@media only screen and (max-width: 763px) { #r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { top:1.3125rem;left:18.6240234375rem;width:1.125rem;height:0.8125rem;z-index:15008;overflow:hidden;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) { #qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhZ0OT3If1Ae4ELxEQAVUTlmM5keKkbr { width:18.875rem;height:10.96875rem;top:0.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:block; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3lEOqXSswTBV62dfW1gtRM661zZOsxW { display:block; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBz1JTtDXmTtSROZoVMk2Zz7WWaD9Z99 { width:19.125rem;height:1.70625rem;top:0.5rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD7cCRKUsxs0eUpKgofwnpu4QgIvGewA { width:6.75rem;height:3.0625rem;top:1.90625rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOCmdFsr02isr7AKTt8DaMMTPbXtPEz0 { display:block; }
 }@media only screen and (max-width: 763px) { #B8pTtfINsFZT5uuut3KDEfgqngMf2J5m { width:4.375rem;height:1.625rem;top:3.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Z0WD4fUFUnTBprhyfQzUVPTakpLq6I { width:3.8125rem;height:1.625rem;top:3.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }