.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); }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn { 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; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn.adaptive-delivery-prevent-bg, #FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn.lazyload, #FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn.lazyloading { background-image: none; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row .container { border-width: 0; border-radius: 0; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:none; }#XIxIe80ay06bHVv5v3giD8ADO9Tl4Bu0 { 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; }
#h93RrmnGSdH0ry9sfvp2fUulTv7S5K2r { 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; }
#f6PNQvAwiI53bW5KBRI2bO5O0HEGPH0W { 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; }
#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG { 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; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG.adaptive-delivery-prevent-bg, #Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG.lazyload, #Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG.lazyloading { background-image: none; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row .container { border-width: 0; border-radius: 0; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:none; }#Z1HlSoNLI7bd2Z6Pk7n4spPBnk5lfJbJ { 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; }
#tKz80soG8tDbJW0D6MfwObAzZ8iZK3KU { 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; }
#UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { 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: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; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container { background-color: transparent; background-image: none; }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container > .video-iframe-container { display: none; }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row > .video-iframe-container { display: none; }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .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); }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container { border-width: 0; border-radius: 0; }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/dc155d2f-e454-492e-9749-58a3f1a31d28/Kolaz_z_gradientem_desktop_1600x4724.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK.adaptive-delivery-prevent-bg, #B3gswClNyZ3amlx8JfII2Sw80x6BV7IK.lazyload, #B3gswClNyZ3amlx8JfII2Sw80x6BV7IK.lazyloading { background-image: none; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container { background-color: transparent; background-image: none; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container > .video-iframe-container { display: none; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row > .video-iframe-container { display: none; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .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); }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container { border-width: 0; border-radius: 0; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#sr0W4T9JdDboKAiZUMVViXBgCZN6TsOB { color:rgba(255,255,255,0.95);display:block;width:52.5rem;position:absolute;font-family:"source sans pro semibold";font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3125rem;left:11.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRBIvuSNDnQP4WeGdOAGS3wHfTlLg0qB { color:#00dcff;display:block;width:19.562125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.06015586853rem;left:28.030857086182rem;height:2.4375rem;font-style:normal;display:block; }
#AgWKxOhSsHwm9Vo1vZWfgTkc1NoLfsyy { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3125rem;left:27.250001907349rem;height:2.925rem;font-style:normal;display:block; }
#UtIEd3BKzVkif6hh96ix8GHi9fHINoSa { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5625rem;left:33.250001907349rem;height:2.6rem;font-style:normal;display:block; }
#UTieP1RVu3EvOWsdSc6gMy2qaKi7pFVN { 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.6875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.211719512939rem;left:39.375001907349rem;display:block; }
#AV7KlKgsgn2TDdz1RkJ1eqhJxMBoRsvG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wyFFqGRPPkq2P7WzN8qWxqc7lZBJrBZQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.05624961853rem;left:37.937501907349rem;height:1.05625rem;display:block; }
#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 { 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; }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row .container { background-color: transparent; background-image: none; }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row .container > .video-iframe-container { display: none; }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row > .video-iframe-container { display: none; }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .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); }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row .container { border-width: 0; border-radius: 0; }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#Q4sRv4x0NVNG4pIPXwvC4o9tVwuv22FL { 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:35.5rem;left:0rem;display:block; }
#FmyzQlpuyRlkVNDvGyV0syB1GTsCw4eg { 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; }
#CFb4r7QhhbwMxP8VqaZwLRDfDxn9fNiK { 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; }
#Ub6smm6nO0sB5B3qsZGGm8KhwxmT25l2 { 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; }
#mvK1pMEFE8l31ektc9efqSvHL2gVwg0p { 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:17.25rem;width:41.8125rem;top:7.9375rem;left:36.59375rem;overflow:hidden;display:block; }
#uCcpbvBpPlq6u8MVTFilbueLvRbLXdz8 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:0.75rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:block; }
#mwWcq18twSO7gKDIATvqaHTrb8H5VoHR { position:absolute;display:block;z-index:15026;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:1.375rem;left:2.96875rem;display:block; }
#XHbFicoUlgom9Ggwpzrb3eCwHalkwzTL { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:block; }
#G5V0Otw3aTXpwpEf2TWbsq44FNRrHPun { position:absolute;display:block;z-index:15030;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.1875rem;left:2.96875rem;display:block; }
#dGyEhzmdkV0OQg8NtZ8AVhy8b9qTyq2K { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:6.375rem;left:4.34375rem;height:3.0859375rem;font-style:normal;display:block; }
#p5nMN8OBzbN8Z3v95WsTr0Io2XLCytS7 { position:absolute;display:block;z-index:15027;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:7rem;left:2.96875rem;display:block; }
#VGHTMadUfmi6ZMZM1eyVSxDrPui2KCK4 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.34375rem;height:3.0859375rem;font-style:normal;display:block; }
#aJJIw9ztrWRBZHbDpNMEJiSlm6vETm16 { position:absolute;display:block;z-index:15020;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:11.3125rem;left:2.96875rem;display:block; }
#tNsc6Al1QLea0F0XAGvSMAvmrdNFb9fp { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:15rem;left:4.34375rem;height:3.0859375rem;font-style:normal;display:block; }
#AVn82bQXluMZ4W9at740vRKtrP8886uW { position:absolute;display:block;z-index:15024;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:15.625rem;left:2.96875rem;display:block; }
#MaQN5WNapBTaGupr5Cltscb01Q21lvZF { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:19.3125rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:block; }
#IorrXeIgns2XCBeXLUm4Bfh0kRgcRApl { position:absolute;display:block;z-index:15021;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:19.9375rem;left:2.96875rem;display:block; }
#HsFsZnNXsslbuXeXNxnqoRD6AGEUWJAv { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.09375rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:block; }
#X1wmoaiZZVNobLva9ekPBTQmfbeuCJxv { position:absolute;display:block;z-index:15022;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:22.75rem;left:3.0185546875rem;display:block; }
#TihJEUCCOLfsHfDukR55ezu2EnT24cT8 { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.912109375rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:block; }
#y18dT1qr2wN83URMpqbbVuhenHHii6k1 { position:absolute;display:block;z-index:15023;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:25.5625rem;left:3rem;display:block; }
#V9lFzS0MU9XM6Qh3QAbkeh4LWBN4d8Zr { color:#ffffff;display:block;width:33rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:27.749794006347rem;left:4.343132019043rem;height:6.171875rem;font-style:normal;display:block; }
#fw8ww0H4U1bHyQLd9bOxOpzdNm9cw83p { 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:15027;opacity:1;top:28rem;left:2.75rem; }
#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 { 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; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container { background-color: transparent; background-image: none; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container > .video-iframe-container { display: none; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row > .video-iframe-container { display: none; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .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); }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container { border-width: 0; border-radius: 0; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#LEpUJI1oQHV6HMkLC7942ifOxWUobOp2 { color:#ffffff;display:block;width:29.9375rem;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:2.4187488555908rem;left:14.0625rem;height:2.4375rem;font-style:normal;display:block; }
#WTm5EEklySQivO3NIBEg71RTU1ma3T7x { 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:2.3617210388184rem;left:46.000001907349rem;display:block; }
#DMKbzJoWt1X6QabpksNvTNa0u0t6MQub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwXK3gkF4lfrJ2Zhr6vp8tb2vTcW4gaT { 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; }
#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.3125rem;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.5498046875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ZPnuTggz05RmQ1wVD0TFZuPVeUIWBZPI { 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:0rem;left:0rem;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; }
#bTQkFLpo0xP3OF5DuINZrfWzBW4gQm5e { 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: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; } #Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row .container { background-color: transparent; background-image: none; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row .container > .video-iframe-container { display: none; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row > .video-iframe-container { display: none; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .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); }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row .container { border-width: 0; border-radius: 0; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .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; } #TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container { background-color: transparent; background-image: none; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container > .video-iframe-container { display: none; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row > .video-iframe-container { display: none; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .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); }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container { border-width: 0; border-radius: 0; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ { 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; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row .container { background-color: transparent; background-image: none; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row .container > .video-iframe-container { display: none; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row > .video-iframe-container { display: none; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .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); }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row .container { border-width: 0; border-radius: 0; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#Zg75ZQJMMgOlxG5zXxJuCFCuz8TwTB4H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#ecPTqIxe4VlHU49AuuvxLpStyDJsz83e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.625rem;left:20.625rem;overflow:hidden;display:block; }
#V1EtxsNeZRlKOIQ7G8cynOGoVwrQ2Z9Q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.625rem;left:58.125rem;overflow:hidden;display:block; }
#adST3cawx7IiDwAeHHX3WkTHrJQ9vtly { color:#bdbdbf;display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.375rem;height:12.42775625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Om7vgshpxL1Tghd3aJMryzC4uPq2iDzP { color:#bdbdbf;display:block;width:12.375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:25.125rem;height:13.80858125rem;font-style:normal;display:block; }
#FcssueGpJTEdMmXcv8yXvvzSVFaaDQxO { color:#bdbdbf;display:block;width:12.375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:43.8125rem;height:12.42770625rem;font-style:normal;display:block; }
#DDRBdQFSLnQDf5Jbf9kS6TqQAz9THTrc { color:#bdbdbf;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:62.5rem;height:11.04689375rem;font-style:normal;display:block; }
#S2CN5xTp1LGhTSz3InzeFzldnu55n5UE { 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:16.875rem;left:0rem;display:block; }
#cEOz4o0vALIZTAEa0HOISIT7BTfyso4U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.625rem;left:39.375rem;overflow:hidden;display:block; }
#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC { 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; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container { background-color: transparent; background-image: none; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container > .video-iframe-container { display: none; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row > .video-iframe-container { display: none; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .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); }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container { border-width: 0; border-radius: 0; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#vp2UXSz65oSaZghTwuuPTIlVywBwyURE { 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; }
#DLCbahvcr136TKN8ExaMnOEQX7HKTo8n { 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:left;text-align-last:left;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:6.875rem;width:75rem;position:relative;display:block; }#Fm90mqKEdAHwqFR1lSw5rXf3uFGfn9ew { color:#bdbdbf;display:block;width:57.125rem;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:left;text-align-last:left;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.1875rem;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:57.6875rem;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:left;text-align-last:left;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:6.1875rem;width:75rem;position:relative;display:block; }#VTSKI3upxLQ5nrb1EOC5vRq2b0yn45l9 { color:#bdbdbf;display:block;width:53.4375rem;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:left;text-align-last:left;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:6.3125rem;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.375rem;width:75rem;position:relative;display:block; }#s8bVI3ieZOZbW8MQUhMdrfWA7uTunkbc { color:#bdbdbf;display:block;width:53.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; }
#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv { 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; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container { background-color: transparent; background-image: none; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container > .video-iframe-container { display: none; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row > .video-iframe-container { display: none; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .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); }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container { border-width: 0; border-radius: 0; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#Z37Fcg7BkenlFPPQTZIvyHZHQmC1Zqko { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.10546875rem;left:21.0625rem;height:4.0628875rem;font-style:normal;display:block; }
#vlvHH14qAFltLxG1bSrS8k1FwbhVFDDr { 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.9rem;height:3.025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.625rem;left:37rem;display:block; }
#b6vBCcMgbbO4CLNzwFkh1z4UHwL1Sft7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KZfoSWfnFlS0I5phOn5vWT9aTo20hdf7 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.5rem;height:2.6rem;font-style:normal;display:block; }
#dw6OD0RgACUGTEK2AQc7rekNd9vP1nAq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.875rem;left:38.51171875rem;height:1.05625rem;display:block; }
#uia8Zi9yt7AaPhOqd2ZBgHh8sdWkT6c3 { 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; }
#Gy7TIBATStSbbo5bAoGChSU6lrhrhK3o { 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:0rem;left:0rem;display:block; }
#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:3.75rem;width:75rem;position:relative;display:block; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 { 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; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row .container { background-color: transparent; background-image: none; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row .container > .video-iframe-container { display: none; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row > .video-iframe-container { display: none; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .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); }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row .container { border-width: 0; border-radius: 0; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK { 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; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row .container { background-color: transparent; background-image: none; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row .container > .video-iframe-container { display: none; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row > .video-iframe-container { display: none; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .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); }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row .container { border-width: 0; border-radius: 0; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#WFsQsKhLeqUsDLmMioZBsLUa546mbzew { 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:10.625rem;height:2.5625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.125rem;left:40.75rem;display:none; }
#wJKrig4EpuUaBr5LTaWfBVR0ySre60ET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onlepW4uWvvoSMTlmnlZOFu06wIN2xiD { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.0625rem;left:41.9375rem;height:0;font-style:normal;display:none; }
#P9pF02bFFxiSI8WVDwQz6BFJM5XzWTia { color:#ffffff;display:block;width:4.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:2.1875rem;left:45.5rem;height:0;font-style:normal;display:none; }
#PAR7FdXGWEMTdBZHlu7X3a7pmLBqVOAt { color:#000000;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.1875rem;left:39.0625rem;height:0;text-align:center;text-align-last:center;display:none; }
#iuKKKpPQPa1QE2Ln4ReLGuzJbXTOFEli { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.875rem;left:42.625rem; }
#iuKKKpPQPa1QE2Ln4ReLGuzJbXTOFEli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#MHzS8qzHt28wJLyPHzwEkvk0owOKXzVb { color:#00dcff;display:block;width:12.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:30.5rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn { display:none; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XIxIe80ay06bHVv5v3giD8ADO9Tl4Bu0 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h93RrmnGSdH0ry9sfvp2fUulTv7S5K2r { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f6PNQvAwiI53bW5KBRI2bO5O0HEGPH0W { width:6.1875rem;height:2.375rem;top:0.65625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG { display:none; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Z1HlSoNLI7bd2Z6Pk7n4spPBnk5lfJbJ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tKz80soG8tDbJW0D6MfwObAzZ8iZK3KU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { position:relative;z-index:auto;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; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container { background-color: transparent; background-image: none; }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container > .video-iframe-container { display: none; }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row > .video-iframe-container { display: none; }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .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); }#R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B3gswClNyZ3amlx8JfII2Sw80x6BV7IK { display:block; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sr0W4T9JdDboKAiZUMVViXBgCZN6TsOB { top:2.1845703125rem;left:8.28125rem;width:31.1875rem;height:2.68125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRBIvuSNDnQP4WeGdOAGS3wHfTlLg0qB { top:6.1242179870606rem;left:16.375000357628rem;width:17.4375rem;height:2.1933625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AgWKxOhSsHwm9Vo1vZWfgTkc1NoLfsyy { top:9.6242184638975rem;left:15.687500357628rem;width:5.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UtIEd3BKzVkif6hh96ix8GHi9fHINoSa { top:9.6867184638975rem;left:20.687500357628rem;width:5.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTieP1RVu3EvOWsdSc6gMy2qaKi7pFVN { width:7.5625rem;height:3.125rem;top:9.4367184638975rem;left:26.687500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AV7KlKgsgn2TDdz1RkJ1eqhJxMBoRsvG { display:block; }
 }@media only screen and (max-width: 1199px) { #wyFFqGRPPkq2P7WzN8qWxqc7lZBJrBZQ { width:12.5rem;height:1.0556625rem;top:13.128124833107rem;left:25.375000357628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 { display:block; }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q4sRv4x0NVNG4pIPXwvC4o9tVwuv22FL { top:26.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FmyzQlpuyRlkVNDvGyV0syB1GTsCw4eg { top:0.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CFb4r7QhhbwMxP8VqaZwLRDfDxn9fNiK { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ub6smm6nO0sB5B3qsZGGm8KhwxmT25l2 { top:42.875rem;left:0rem;width:47.7480625rem;height:0.0615234375rem;z-index:15003;background-color:rgba(17,30,35,0.2);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) { #mvK1pMEFE8l31ektc9efqSvHL2gVwg0p { width:23.8125rem;height:9.875rem;top:12.6728515625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCcpbvBpPlq6u8MVTFilbueLvRbLXdz8 { top:1.625rem;left:3rem;width:25.4375rem;height:2.92455rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mwWcq18twSO7gKDIATvqaHTrb8H5VoHR { top:2.25rem;left:1.75rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHbFicoUlgom9Ggwpzrb3eCwHalkwzTL { top:5.6875rem;left:3rem;width:22.125rem;height:2.92455rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5V0Otw3aTXpwpEf2TWbsq44FNRrHPun { top:6.3125rem;left:1.75rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGyEhzmdkV0OQg8NtZ8AVhy8b9qTyq2K { top:9.75rem;left:3rem;width:18.3125rem;height:2.92455rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p5nMN8OBzbN8Z3v95WsTr0Io2XLCytS7 { top:10.375rem;left:1.75rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VGHTMadUfmi6ZMZM1eyVSxDrPui2KCK4 { top:13.8125rem;left:3rem;width:20.5rem;height:4.38574375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJJIw9ztrWRBZHbDpNMEJiSlm6vETm16 { top:14.4375rem;left:1.75rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNsc6Al1QLea0F0XAGvSMAvmrdNFb9fp { top:19.3125rem;left:3rem;width:22.1875rem;height:5.84765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVn82bQXluMZ4W9at740vRKtrP8886uW { top:19.9375rem;left:1.75rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MaQN5WNapBTaGupr5Cltscb01Q21lvZF { top:24.8125rem;left:3rem;width:21.3125rem;height:1.462275rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IorrXeIgns2XCBeXLUm4Bfh0kRgcRApl { top:25.4375rem;left:1.75rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HsFsZnNXsslbuXeXNxnqoRD6AGEUWJAv { top:27.375rem;left:3rem;width:20.875rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X1wmoaiZZVNobLva9ekPBTQmfbeuCJxv { top:28rem;left:1.75rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TihJEUCCOLfsHfDukR55ezu2EnT24cT8 { top:29.9375rem;left:3rem;width:20.875rem;height:2.92455rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y18dT1qr2wN83URMpqbbVuhenHHii6k1 { top:30.5625rem;left:1.75rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V9lFzS0MU9XM6Qh3QAbkeh4LWBN4d8Zr { top:34rem;left:3rem;width:20.875rem;height:8.7715rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fw8ww0H4U1bHyQLd9bOxOpzdNm9cw83p { width:1rem;height:1rem;top:34.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 { display:block; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LEpUJI1oQHV6HMkLC7942ifOxWUobOp2 { top:1.9875011444092rem;left:3.4687498807907rem;width:40.8125rem;height:2.4375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #WTm5EEklySQivO3NIBEg71RTU1ma3T7x { width:10.55rem;height:2.925rem;top:1.7429695129394rem;left:33.781252264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMKbzJoWt1X6QabpksNvTNa0u0t6MQub { display:block; }
 }@media only screen and (max-width: 1199px) { #JwXK3gkF4lfrJ2Zhr6vp8tb2vTcW4gaT { top:8.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@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:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { top:0.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPnuTggz05RmQ1wVD0TFZuPVeUIWBZPI { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;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) { #bTQkFLpo0xP3OF5DuINZrfWzBW4gQm5e { top:12.1875rem;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; } #Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .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; } #TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ { display:block; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zg75ZQJMMgOlxG5zXxJuCFCuz8TwTB4H { top:0.28125rem;left:4.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecPTqIxe4VlHU49AuuvxLpStyDJsz83e { top:0.3125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1EtxsNeZRlKOIQ7G8cynOGoVwrQ2Z9Q { top:0.40625rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adST3cawx7IiDwAeHHX3WkTHrJQ9vtly { top:4.5rem;left:0.21875rem;width:11.5rem;height:14.2978375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Om7vgshpxL1Tghd3aJMryzC4uPq2iDzP { top:4.5rem;left:12.15625rem;width:11.5rem;height:12.99804375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FcssueGpJTEdMmXcv8yXvvzSVFaaDQxO { top:4.5rem;left:24.09375rem;width:11.5rem;height:12.99803125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DDRBdQFSLnQDf5Jbf9kS6TqQAz9THTrc { top:4.5rem;left:36.03125rem;width:11.5rem;height:10.39841875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #S2CN5xTp1LGhTSz3InzeFzldnu55n5UE { top:18.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEOz4o0vALIZTAEa0HOISIT7BTfyso4U { top:0.3125rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC { display:block; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vp2UXSz65oSaZghTwuuPTIlVywBwyURE { top:1.8125rem;left:0rem;width:19rem;height:0;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DLCbahvcr136TKN8ExaMnOEQX7HKTo8n { top:1.125rem;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.4625rem;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.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fm90mqKEdAHwqFR1lSw5rXf3uFGfn9ew { 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:42.6875rem;height:2.92455rem;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.92455rem;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:5.9375rem;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.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s8bVI3ieZOZbW8MQUhMdrfWA7uTunkbc { 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) { #IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv { display:block; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container { width:47.75rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z37Fcg7BkenlFPPQTZIvyHZHQmC1Zqko { top:1.5rem;left:12.25rem;width:4.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlvHH14qAFltLxG1bSrS8k1FwbhVFDDr { width:10.65rem;height:3.025rem;top:1.15625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6vBCcMgbbO4CLNzwFkh1z4UHwL1Sft7 { display:block; }
 }@media only screen and (max-width: 1199px) { #KZfoSWfnFlS0I5phOn5vWT9aTo20hdf7 { top:1.9375rem;left:16.5625rem;width:4.3125rem;height:1.78736875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dw6OD0RgACUGTEK2AQc7rekNd9vP1nAq { width:12.5rem;height:1.0556625rem;top:4.765625rem;left:24rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uia8Zi9yt7AaPhOqd2ZBgHh8sdWkT6c3 { top:8.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Gy7TIBATStSbbo5bAoGChSU6lrhrhK3o { top:0rem;left:0.0015624761581421rem;width:47.7476875rem;height:0.0609375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3lEOqXSswTBV62dfW1gtRM661zZOsxW { display:block; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 { display:block; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WFsQsKhLeqUsDLmMioZBsLUa546mbzew { width:7.5625rem;height:3.125rem;top:3.5625rem;left:27.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wJKrig4EpuUaBr5LTaWfBVR0ySre60ET { display:block; }
 }@media only screen and (max-width: 1199px) { #onlepW4uWvvoSMTlmnlZOFu06wIN2xiD { top:1.9375rem;left:27.6875rem;width:2.8125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P9pF02bFFxiSI8WVDwQz6BFJM5XzWTia { top:2rem;left:30.5rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PAR7FdXGWEMTdBZHlu7X3a7pmLBqVOAt { width:9.5625rem;height:0.9375rem;top:0.25rem;left:26.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iuKKKpPQPa1QE2Ln4ReLGuzJbXTOFEli { width:1.875rem;height:1.875rem;top:1.4375rem;left:28rem;display:block; }
#iuKKKpPQPa1QE2Ln4ReLGuzJbXTOFEli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #MHzS8qzHt28wJLyPHzwEkvk0owOKXzVb { top:1.5625rem;left:17.875rem;width:10.125rem;height:1.6253875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn { 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; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row .container { background-color: transparent; background-image: none; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row .container > .video-iframe-container { display: none; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row > .video-iframe-container { display: none; }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .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); }#FJyT5VyRmtg34UHqirwEbrTqqgW7S0Qn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIxIe80ay06bHVv5v3giD8ADO9Tl4Bu0 { 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) { #h93RrmnGSdH0ry9sfvp2fUulTv7S5K2r { 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) { #f6PNQvAwiI53bW5KBRI2bO5O0HEGPH0W { width:6.125rem;height:2.375rem;top:0.65625rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row .container { background-color: transparent; background-image: none; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row .container > .video-iframe-container { display: none; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row > .video-iframe-container { display: none; }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .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); }#Z4GP7LrO1swzzvbDOxy8vpDAuK515GhG > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1HlSoNLI7bd2Z6Pk7n4spPBnk5lfJbJ { 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) { #tKz80soG8tDbJW0D6MfwObAzZ8iZK3KU { 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) { #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #R4zAt1r0EuaBq1dlPNElMnTfPXt2bTMC > .row .container { width:20rem;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B3gswClNyZ3amlx8JfII2Sw80x6BV7IK { background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/6e738335-2c0d-4051-9088-cff0af1157f5/Kolaz_z_gradientem_mobile_360x309_NEW2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK.adaptive-delivery-prevent-bg, #B3gswClNyZ3amlx8JfII2Sw80x6BV7IK.lazyload, #B3gswClNyZ3amlx8JfII2Sw80x6BV7IK.lazyloading { background-image: none; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container { background-color: transparent; background-image: none; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container > .video-iframe-container { display: none; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row > .video-iframe-container { display: none; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .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); }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container { border-width: 0; border-radius: 0; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B3gswClNyZ3amlx8JfII2Sw80x6BV7IK > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr0W4T9JdDboKAiZUMVViXBgCZN6TsOB { width:20rem;height:2.03125rem;top:1.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRBIvuSNDnQP4WeGdOAGS3wHfTlLg0qB { width:11.687125rem;height:1.70625rem;top:4.7484374046326rem;left:4.1554684937rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgWKxOhSsHwm9Vo1vZWfgTkc1NoLfsyy { width:6.8125rem;height:1.6253875rem;top:7.75rem;left:2.0625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtIEd3BKzVkif6hh96ix8GHi9fHINoSa { width:3.125rem;height:1.4625rem;top:7.9562511444094rem;left:5.8000000715256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTieP1RVu3EvOWsdSc6gMy2qaKi7pFVN { width:6.825rem;height:2.5125rem;top:7.375rem;left:9.6250003576281rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV7KlKgsgn2TDdz1RkJ1eqhJxMBoRsvG { display:block; }
 }@media only screen and (max-width: 763px) { #wyFFqGRPPkq2P7WzN8qWxqc7lZBJrBZQ { width:8.6875rem;height:0.8941375rem;top:10.012500762939rem;left:8.8625005483625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 { display:block; }#B8GBFfycKqwIhzI6tuBMF5Up44AyrVg3 > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4sRv4x0NVNG4pIPXwvC4o9tVwuv22FL { width:20rem;height:0.0625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmyzQlpuyRlkVNDvGyV0syB1GTsCw4eg { 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) { #CFb4r7QhhbwMxP8VqaZwLRDfDxn9fNiK { 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) { #Ub6smm6nO0sB5B3qsZGGm8KhwxmT25l2 { width:20rem;height:0.0625rem;top:8.8611125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvK1pMEFE8l31ektc9efqSvHL2gVwg0p { width:15.5625rem;height:6.4375rem;top:36.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCcpbvBpPlq6u8MVTFilbueLvRbLXdz8 { width:16.0625rem;height:2.4375rem;top:1.625rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwWcq18twSO7gKDIATvqaHTrb8H5VoHR { width:0.375rem;height:0.375rem;top:2.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbFicoUlgom9Ggwpzrb3eCwHalkwzTL { width:17.1875rem;height:2.4375rem;top:5rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5V0Otw3aTXpwpEf2TWbsq44FNRrHPun { width:0.375rem;height:0.375rem;top:5.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGyEhzmdkV0OQg8NtZ8AVhy8b9qTyq2K { width:17.9375rem;height:2.4375rem;top:8.375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5nMN8OBzbN8Z3v95WsTr0Io2XLCytS7 { width:0.375rem;height:0.375rem;top:8.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHTMadUfmi6ZMZM1eyVSxDrPui2KCK4 { width:17.75rem;height:3.65625rem;top:11.75rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJJIw9ztrWRBZHbDpNMEJiSlm6vETm16 { width:0.375rem;height:0.375rem;top:12.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNsc6Al1QLea0F0XAGvSMAvmrdNFb9fp { width:17.5625rem;height:3.65625rem;top:16.375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVn82bQXluMZ4W9at740vRKtrP8886uW { width:0.375rem;height:0.375rem;top:16.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaQN5WNapBTaGupr5Cltscb01Q21lvZF { width:17.625rem;height:1.21875rem;top:20.75rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IorrXeIgns2XCBeXLUm4Bfh0kRgcRApl { width:0.375rem;height:0.375rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsFsZnNXsslbuXeXNxnqoRD6AGEUWJAv { width:12.5rem;height:1.21875rem;top:22.9375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wmoaiZZVNobLva9ekPBTQmfbeuCJxv { width:0.375rem;height:0.375rem;top:23.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TihJEUCCOLfsHfDukR55ezu2EnT24cT8 { width:15.6875rem;height:2.4375rem;top:25.125rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y18dT1qr2wN83URMpqbbVuhenHHii6k1 { width:0.375rem;height:0.375rem;top:25.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9lFzS0MU9XM6Qh3QAbkeh4LWBN4d8Zr { width:18.625rem;height:7.3125rem;top:28.5rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw8ww0H4U1bHyQLd9bOxOpzdNm9cw83p { display:flex;width:1rem;height:1rem;top:28.5rem;left:0rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 { background-color:#121a21;background-image:none;position:relative;z-index:auto;display:block; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container { background-color: transparent; background-image: none; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container > .video-iframe-container { display: none; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row > .video-iframe-container { display: none; }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .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); }#Rso4M2ftdHTeb6FNAMcQI6qagfNUAmh0 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEpUJI1oQHV6HMkLC7942ifOxWUobOp2 { width:19.6875rem;height:1.6253875rem;top:1.1250001192093rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTm5EEklySQivO3NIBEg71RTU1ma3T7x { width:8.3125rem;height:2.3125rem;top:3.453125rem;left:5.8437498807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKbzJoWt1X6QabpksNvTNa0u0t6MQub { display:block; }
 }@media only screen and (max-width: 763px) { #JwXK3gkF4lfrJ2Zhr6vp8tb2vTcW4gaT { width:20rem;height:0.0625rem;top:0.18854236602783rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { display:block; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { width:20rem;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) { #ZPnuTggz05RmQ1wVD0TFZuPVeUIWBZPI { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr { display:block; }#Mc52NAaLVtbo9AyrVI2ileDCDrbBEybr > .row .container { width:20rem;height:7.875rem;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) { #bTQkFLpo0xP3OF5DuINZrfWzBW4gQm5e { width:20rem;height:0.0625rem;top:0rem;left:0rem;z-index:15007;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; } #Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row .container { background-color: transparent; background-image: none; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row .container > .video-iframe-container { display: none; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row > .video-iframe-container { display: none; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .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); }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row .container { border-width: 0; border-radius: 0; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ul78KaOz04iP2FcqMFMWvGpl2rhRxXnP > .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; } #TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container { background-color: transparent; background-image: none; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container > .video-iframe-container { display: none; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row > .video-iframe-container { display: none; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .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); }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container { border-width: 0; border-radius: 0; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbzHZnAiGDOgSSElMctDFUyvqA0ShChw > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ { display:none; }#nvpZxJEmGnoMnI0EcOQsvDlJnWiMrtlJ > .row .container { width:20rem;height:43.305557250976rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zg75ZQJMMgOlxG5zXxJuCFCuz8TwTB4H { width:3.1875rem;height:3.1875rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecPTqIxe4VlHU49AuuvxLpStyDJsz83e { width:3.125rem;height:3.125rem;top:11.472225rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1EtxsNeZRlKOIQ7G8cynOGoVwrQ2Z9Q { width:3.125rem;height:3.125rem;top:27.5555625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adST3cawx7IiDwAeHHX3WkTHrJQ9vtly { width:15.6875rem;height:3.222225rem;top:5.6875rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om7vgshpxL1Tghd3aJMryzC4uPq2iDzP { width:12.4375rem;height:1.6111125rem;top:15.847225rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcssueGpJTEdMmXcv8yXvvzSVFaaDQxO { width:20rem;height:11.375rem;top:23.08332824707rem;left:5.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDRBdQFSLnQDf5Jbf9kS6TqQAz9THTrc { width:20rem;height:11.375rem;top:31.930557250976rem;left:1.9999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2CN5xTp1LGhTSz3InzeFzldnu55n5UE { width:20rem;height:0.0625rem;top:10.159725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOz4o0vALIZTAEa0HOISIT7BTfyso4U { width:3.125rem;height:3.125rem;top:36.430557250976rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC { 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; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container { background-color: transparent; background-image: none; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container > .video-iframe-container { display: none; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row > .video-iframe-container { display: none; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .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); }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container { border-width: 0; border-radius: 0; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOOXbC8m94cfPqQ0b3VJEqQckm7yKbcC > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vp2UXSz65oSaZghTwuuPTIlVywBwyURE { width:19rem;height:1.6253875rem;top:1.25rem;left:0.62413197755814rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #DLCbahvcr136TKN8ExaMnOEQX7HKTo8n { 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.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { width:18.5625rem;height:2.5996125rem;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.375rem;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;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { display:block; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { width:17.0625rem;height:2.5996125rem;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:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm90mqKEdAHwqFR1lSw5rXf3uFGfn9ew { width:18.6875rem;height:8.53125rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ { display:block; }#hlaLBplodLdVNQ3ai5n1VF5mN66ALozJ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnrggTJmZM47c2pR4kTdPLgvKo5i5Mlp { width:19.3125rem;height:3.8994125rem;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.625rem;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;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ { display:block; }#nZXHPV9rI3UMdD10AuqxC9J1gQUfMlrJ > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFyUvdvrxD282asB952Tu76VXWaAv6U8 { width:18.875rem;height:2.5996125rem;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:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTSKI3upxLQ5nrb1EOC5vRq2b0yn45l9 { width:19.25rem;height:4.875rem;top:0.5625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBL60DysIUFgiskDV28bac6EzTf26C5z { display:none; }#TBL60DysIUFgiskDV28bac6EzTf26C5z > .row .container { width:20rem;height:4.6875rem;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.75rem;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;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { width:16.75rem;height:1.29980625rem;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:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8bVI3ieZOZbW8MQUhMdrfWA7uTunkbc { 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) { #IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv { background-color:#121a21;background-image:none;position:relative;z-index:auto;display:block; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container { background-color: transparent; background-image: none; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container > .video-iframe-container { display: none; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row > .video-iframe-container { display: none; }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .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); }#IUiXZm9aa3QJE8e80QK7xzQ0uDW5LeSv > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z37Fcg7BkenlFPPQTZIvyHZHQmC1Zqko { width:4.25rem;height:1.6253875rem;top:1.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlvHH14qAFltLxG1bSrS8k1FwbhVFDDr { width:6.5rem;height:3.0625rem;top:1.25rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6vBCcMgbbO4CLNzwFkh1z4UHwL1Sft7 { display:block; }
 }@media only screen and (max-width: 763px) { #KZfoSWfnFlS0I5phOn5vWT9aTo20hdf7 { width:4.4375rem;height:1.6253875rem;top:1.9375rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw6OD0RgACUGTEK2AQc7rekNd9vP1nAq { width:10rem;height:0.975275rem;top:3.625rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uia8Zi9yt7AaPhOqd2ZBgHh8sdWkT6c3 { width:20rem;height:0.0625rem;top:0.18854236602783rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Gy7TIBATStSbbo5bAoGChSU6lrhrhK3o { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3lEOqXSswTBV62dfW1gtRM661zZOsxW { display:block; }#A3lEOqXSswTBV62dfW1gtRM661zZOsxW > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 { display:block; }#mfz1piQgXKWT73lEGKSyiQ8HffnnVBX6 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#M0u4gqFtSwS61Mz6lWNTKoxv6OwqyRIK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFsQsKhLeqUsDLmMioZBsLUa546mbzew { width:10.625rem;height:2.5625rem;top:33.0625rem;left:4.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJKrig4EpuUaBr5LTaWfBVR0ySre60ET { display:block; }
 }@media only screen and (max-width: 763px) { #onlepW4uWvvoSMTlmnlZOFu06wIN2xiD { width:3.8125rem;height:0;top:18.8125rem;left:8.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9pF02bFFxiSI8WVDwQz6BFJM5XzWTia { width:4.6875rem;height:0;top:21.6875rem;left:7.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAR7FdXGWEMTdBZHlu7X3a7pmLBqVOAt { width:14rem;height:0;top:15.6875rem;left:3rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuKKKpPQPa1QE2Ln4ReLGuzJbXTOFEli { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:14.6875rem; }
#iuKKKpPQPa1QE2Ln4ReLGuzJbXTOFEli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MHzS8qzHt28wJLyPHzwEkvk0owOKXzVb { width:12.1875rem;height:1.6253875rem;top:1.4375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }