.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { position:relative;display:none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { border-width: 0; border-radius: 0; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QonT9ik1cfTSlLWnl3oN69DcZENTnZth { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58f5b618-9cf6-4fab-beca-21409e5a494d/KV_MF_Kardiologia_TLO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz.adaptive-delivery-prevent-bg, #OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz.lazyload, #OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz.lazyloading { background-image: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container { background-color: transparent; background-image: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container > .video-iframe-container { display: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row > .video-iframe-container { display: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .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); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container { border-width: 0; border-radius: 0; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#XR0oShWalZkHaT9uuPTE4fVdskLJP5H1 { color:#dc1b48;display:block;width:7.6875rem;position:absolute;font-family:generalsans;font-size:2.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:3.75rem;left:20.251041412354rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ocfTo1xhdlXmCQWMgF8xOXHrT7SNiH2N { color:#6b6b6b;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:18.0625rem;left:0rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTIWXIn4iRZOlWBD1Io5zAGq6LahkDJ8 { color:#072312;display:block;width:35.5625rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QobAPJzFZNwCiPAA95ZM4LTOUfo5AAfu { color:#878787;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:22.375rem;left:5rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kCATJM6Olq62RFn1TJPyp4qM3TIgLqMa { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:23.875rem;left:5rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#okwV3LIEouUJhtBEGWIz6nE53iIQwSSX { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.75rem;left:0.9375rem;display:block; }
#FFNRW5XHCTfbkfrFTJ7ncyUot0oDPuvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qR4P6WgTmm6xpOyrTRrWASbpx1QWJsZJ { color:#dc1b48;display:block;width:15.4375rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:25.4375rem;left:59.5625rem;height:3.675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dDNNM2xMEU95orvHLDtSvwUzZmlcxcbx { position:absolute;display:block;z-index:15056;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:15.5625rem;width:15.5625rem;top:19.625rem;left:59.4375rem;overflow:hidden;display:block; }
#odEkUxVZnFCOHdBDzWTItX0G8TPfAvxu { 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 #dc1b48;border-left:0.0625rem solid #dc1b48;border-right:0.0625rem solid #dc1b48;border-bottom:0.0625rem solid #dc1b48;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#dc1b48;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:27.625rem;left:0rem;display:block; }
#GaqbpsmPcpghFkTaIuRLLHirXp4WAUBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRpVAr5mX8Nxd78lzuzOr8xu0CSQA9Vx { box-sizing:content-box;height:13rem;width:13.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:20.9375rem;left:60.6875rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#zfW1ad0l27XDCTXHbXCSKGz07NHl1a2G { position:absolute;display:block;z-index:15056;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:10.625rem;width:10.625rem;top:1.375rem;left:62.5rem;overflow:hidden;display:block; }
#HziichWOT3lXzKEB6dSBu9dGnThGNvGh { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15061;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z9Vu0wcBRL4HtvJ0GNZhl4I9skpbHHny { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:5.5rem;left:62.4375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CzaCPMldJvizO3ZRsZNXdlDprzZyi8AS { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sRB3iHBXJPdLCT0ZAPphXGlAmaZAlhrl { position:absolute;display:block;z-index:14998;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:5.625rem;width:19.5625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#TqNe57cSKlvvMMsfVJZHC70bTP6LmCD0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:21.34375rem;left:0rem;overflow:hidden;display:block; }
#eGTTpIIM1mMQdry5CStP3FVbsTg2t2Nk { position:absolute;display:block;z-index:14997;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:32rem;width:35.3125rem;top:2.0625rem;left:38.6875rem;overflow:hidden;display:block; }
#E1APOqS6mawH3ZByVzygtULhhizFy7Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58f5b618-9cf6-4fab-beca-21409e5a494d/KV_MF_Kardiologia_TLO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E1APOqS6mawH3ZByVzygtULhhizFy7Mt.adaptive-delivery-prevent-bg, #E1APOqS6mawH3ZByVzygtULhhizFy7Mt.lazyload, #E1APOqS6mawH3ZByVzygtULhhizFy7Mt.lazyloading { background-image: none; }#E1APOqS6mawH3ZByVzygtULhhizFy7Mt > .row .container { border-width: 0; border-radius: 0; }#E1APOqS6mawH3ZByVzygtULhhizFy7Mt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1APOqS6mawH3ZByVzygtULhhizFy7Mt > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#AJ6TrpoFoHTMfqVNJyC4ZDHyVmHlDU5c { color:#dc1b48;display:block;width:7.6875rem;position:absolute;font-family:generalsans;font-size:2.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:3.75rem;left:20.251041412354rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qhRGcEAfrG3ai6nztBkUw3BKs2CESimL { color:#6b6b6b;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:18.0625rem;left:0rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#crb2xpZsZ9GOz415GSs87H1hvREyRegT { color:#072312;display:block;width:35.5625rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X6ciTubt2FA5A9lNT6Ef4pWTsxpmtlEc { color:#878787;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:22.375rem;left:5rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ybJyvTq3aM5KFmM7R4NyK0n5WRsEXkxv { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:23.875rem;left:5rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVwyDhhSNMkMeAbtyO7CW6ns92zoooq2 { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.75rem;left:0.9375rem;display:block; }
#dp5aQTzoEM0hXuhSeZKNvmXMCp1Vtbud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iduz266t2LzryR8HI8dTc4bwONz1ITRE { color:#dc1b48;display:block;width:15.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:24.0625rem;left:59.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mT9svMey2rnxdGINpEeDoyOwGNhZNudr { color:#dc1b48;display:block;width:15.75rem;position:absolute;font-family:generalsans;font-size:4.375rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:24.8125rem;left:59.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bCryFoVv3rl3MNkLn2hd50xRlDZeFITw { position:absolute;display:block;z-index:15056;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:15.5625rem;width:15.5625rem;top:19.625rem;left:59.4375rem;overflow:hidden;display:block; }
#AxWXIynXXAbXp4sBUmWcpPoe4AywKTSA { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:21.125rem;left:60.625rem;display:block; }
#UA6qiwINXnqeO4iNIb4EcT6ewXCnXaKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySfMiNFSr5EeTt92ykHTrq31ePicUQeG { 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 #dc1b48;border-left:0.0625rem solid #dc1b48;border-right:0.0625rem solid #dc1b48;border-bottom:0.0625rem solid #dc1b48;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#dc1b48;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:27.625rem;left:17.5rem;display:block; }
#ACHacKShTrv8EH4MCMguqWBCUozTe1R7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUnKvWyse481to30Wsl2C0GNHuWTlBCR { box-sizing:content-box;height:13rem;width:13.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:20.9375rem;left:60.6875rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#oxgRJkmT7lpP0kSTRHacBKykkon5RNLU { background-color:#dc1b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:27.625rem;left:0rem;display:block; }
#PKyJuvTMJIZMDuiTrycXzH5cTnsG6uPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XC3Bb6qr4iRsm4GLTOVeHqXrDAm6xtGX { position:absolute;display:block;z-index:15056;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:10.625rem;width:10.625rem;top:1.375rem;left:62.5rem;overflow:hidden;display:block; }
#ggvxynRoweJlsJPZTh1rfD6JKvV7MTTT { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15061;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rmmXFQyT6Uzv70LT2VOMmrviuLHSW9eA { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:5.5rem;left:62.4375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lq5OTH1T0hVkZpBqUEAwfudsc3KnTTte { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fnvT5x59FIb2EhW6HOaHpyPZ3nVZ71ce { position:absolute;display:block;z-index:14998;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:5.625rem;width:19.5625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#xeQACbLy31eITB0UpCHONVqg3aUoCOJ0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:21.34375rem;left:0rem;overflow:hidden;display:block; }
#PRfNT3EIZ1aQNwMTuPZpbU5r9Z9g2s4O { position:absolute;display:block;z-index:14997;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:32rem;width:35.3125rem;top:2.0625rem;left:38.6875rem;overflow:hidden;display:block; }
#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { background-color: transparent; background-image: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container > .video-iframe-container { display: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container { display: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .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); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { border-width: 0; border-radius: 0; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { 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:5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { background-color: transparent; background-image: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container > .video-iframe-container { display: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container { display: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .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); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { border-width: 0; border-radius: 0; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { color:#dc1b48;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { color:#dc1b48;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kTJldhBm5TawOp1R5lQskQXMVW4wT4or { color:#dc1b48;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.75rem;height:1.38153125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { color:#dc1b48;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3125rem;left:18.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TwCEizN5w0BbsQWzbADisR6bSJstARak { color:#dc1b48;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.3125rem;left:37.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { color:#dc1b48;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.1875rem;left:37.5rem;height:1.38153125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { color:#dc1b48;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.1875rem;left:56.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { color:#dc1b48;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:1.3125rem;left:56.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#toJSUbQp5cOTZTm5WCqxuJPL9gkT9yM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ab203e;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; }#toJSUbQp5cOTZTm5WCqxuJPL9gkT9yM2 > .row .container { border-width: 0; border-radius: 0; }#toJSUbQp5cOTZTm5WCqxuJPL9gkT9yM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toJSUbQp5cOTZTm5WCqxuJPL9gkT9yM2 > .row .container { font-size:0.875rem;font-family:arial;height:73.4375rem;width:75rem;position:relative;display:none; }#HyffX4pDckcpILotmWQNT5OQaI72Tl9n { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:2.75rem;left:0rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tsbov28GEGkyC9hieSVV7KIO6snTmTlu { color:#ffffff;display:block;width:72.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.5rem;left:0rem;height:56rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BtxfxZhkK5rbLZz1mG821QuJ013rOWEc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:65.25rem;left:35.625rem;overflow:hidden;display:block; }
#ZtaLUWcflJCI58ugMMqnr0QKuzTwQAn3 { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:69.6875rem;left:27rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc1b48;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; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { background-color: transparent; background-image: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container > .video-iframe-container { display: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container { display: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .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); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { border-width: 0; border-radius: 0; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mKf71NHNODoM6wdlJEtD5idDeH5otvpI { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:generalsans;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:8rem;left:0rem;height:16.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HQfIOce99e5mQNBk4Bz6zHbrK93e5qaF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.6875rem;width:26.25rem;top:8rem;left:48.75rem;display:block; }
#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc1b48;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; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { background-color: transparent; background-image: none; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container > .video-iframe-container { display: none; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row > .video-iframe-container { display: none; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .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); }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { border-width: 0; border-radius: 0; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#Glg6mmKOnNTGyrFFLJxKa5tukemOsWhT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:9.8125rem;left:5.625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqKDMK0uA9B832AMGwULe97POiRqJc1V { color:#ffffff;display:block;width:15rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.8125rem;left:30rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGa9RXddzTRyBT3dq8G2DInNQGBBiIsT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5625rem;left:11.875rem;overflow:hidden;display:block; }
#deFuTTSzVKeqiSaGiU08ERrC2gEkpbHF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5625rem;left:34.375rem;overflow:hidden;display:block; }
#crS5QiVLZUuq6wzBx7S3AaPDxGqG89n5 { position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.25);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; }
#ifwJIPWeQtNpai8JolaGLMzhutEi7KOo { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.8125rem;left:53.125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#md7yB3WQuNS4FndaJMEzT06TQemw2AqK { position:absolute;display:block;z-index:15018;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:6.25rem;width:6.25rem;top:2.5625rem;left:58.125rem;overflow:hidden;display:block; }
#h5b5CuM4MJt3t3LJ061v4vwLAqcTIoVN { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc1b48;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; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { border-width: 0; border-radius: 0; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:none; }#dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:9.75rem;left:0rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVSWG314TAPmHR0e9idB2mgvPg72f9XU { color:#ffffff;display:block;width:15rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.75rem;left:20.625rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSSXwQwpXuSo2X42tbQvZezXzU725NqT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5rem;left:6.25rem;overflow:hidden;display:block; }
#GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5rem;left:25rem;overflow:hidden;display:block; }
#zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.25);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; }
#Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.75rem;left:38.75rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { position:absolute;display:block;z-index:15018;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:6.25rem;width:6.25rem;top:2.5rem;left:43.75rem;overflow:hidden;display:block; }
#lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dOTPbcvry9g89niUlPmRtW2m2GHckp8u { position:absolute;display:block;z-index:15019;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:6.25rem;width:6.25rem;top:2.5rem;left:61.9375rem;overflow:hidden;display:block; }
#hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:9.75rem;left:56.25rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nME62eT94QNNRZh7IvUT8i5hklrshwBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc1b48;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; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { border-width: 0; border-radius: 0; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:none; }#BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { color:rgba(255,255,255,0.8);display:block;width:75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1.9375rem;left:0rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.8125rem;width:30rem;top:5.0625rem;left:22.5rem;display:block; }
#wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:22.5rem;left:19.375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tV1JO30gcGUCpBuzEs7xw5Q5isGMiloi { position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.25);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; }
#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { background-color: transparent; background-image: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .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); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { border-width: 0; border-radius: 0; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#zUrnpOR4bZTPggWOB8TPmJ4BmdyyvnGN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.0625rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kQva7vSOgywTFa7aiTLuPCpMBTKcm8nO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:13.5625rem;left:0rem;height:1.25028125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o94Lv2JmDAm5ZmalOWbp931LOMpKEFyr { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1;letter-spacing:0;top:15.75rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kEBNK1maG6Ior8JqBPqyIyHM0FiTWTnd { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:15.4375rem;left:20rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mpnzqqMTcTT7qrRGTKucHQsJlRh9Gwna { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:9.0625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTz6IfDhdElzNcDFvZqanOW2aVV7cpFr { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1;letter-spacing:0;top:17.75rem;left:-0.09375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y3paTS7wQy84Xa9kgbdyyNezeUuxlQcK { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1gN5tQ0GRLKr1KOCXuHZCw0cFAlmTOJ { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.0625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rxO0kP0AHbszFF8xA2hmAWut0qLDuFgi { color:#dc1b48;display:block;width:6.6875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:20.6875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N2Puq0oUulErZHMopbwKAKvEMvinFPy2 { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:25.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UXlM5snvQ2TEu9b7ZvM0htGDQW5u8FFT { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:25.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oiLccXCfJb79VqJSSnuIHEPlsH0mRT0Z { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:29.8125rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJobAhQo3OwdbHGJl2dTsB21T9xgPZWz { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DcRn2dnNrE3M1oLAU2gQBcbc0uPymTDo { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:48.375rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XVvF3IQ37eh1A31XOT1mLkHZEy9BT4wI { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:48.375rem;left:27.5rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ic7T8NpX6qOFhXRuGNzsyh5VQr8Z7s6L { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:48.75rem;top:13.625rem;left:20rem;display:block; }
#wbCmm9aQHT4bWenv8qzg8BIMbMqvDci6 { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:50.936920166016rem;left:27.499430656433rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmPGMbHIm4A1PCUkqMyASoUC6AqQNRSw { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:50.936920166016rem;left:19.999430656433rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XmpsFmrwqFTC8gXKy8AFEBb43OD2ZnOb { 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:16.25rem;width:16.25rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#OnL7RoTcJsiXS61NR6EotMXdCx2EtOJC { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:34.5rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VzSuMZ6QbdFRvCoKfGkr0ziKX2TIRyGV { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:34.5rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWCUzr7xzmqhOSpkoHA6PXx5LtHP93GU { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:43.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ik47BFxsmz8huv3Ey14ZxhlK1r0JVkoU { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:43.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lS8drTFxJhnSh3iuMnwksxkyVHxBL76e { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:39.125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zoqIeanLJ5USHBsCbkCIpebrddh9Ddqd { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:39.125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sR2O6qscDxNEe6yB0C6sawgt81krBVGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { border-width: 0; border-radius: 0; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.1875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { color:#dc1b48;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.1875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { color:#dc1b48;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:11.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:34.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:34.8125rem;left:27.5rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:48.75rem;top:0rem;left:20rem;display:block; }
#xiLbNgldksFs3QaGTJkeGc9BZVaFueeJ { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:38rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i3M9MkRk2C8qS5QGaQQCHftoySO74QN4 { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:38rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AmaP3CwpXU70laI77T9zskXE1yhDCoHs { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:45.75rem;left:27.5rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { color:#dc1b48;display:block;width:6.6875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:45.736465454101rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGcxQEFHp1DHynTPVRfrr7FEMVB6aT5p { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:42.625rem;left:27.5rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C41GZ4LyXu4Gi01dpBWpewM8GBtgaXtN { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:42.625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:21rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:21rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:30.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:25.625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { border-width: 0; border-radius: 0; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.1875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { color:#dc1b48;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.1875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { color:#dc1b48;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:11.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.4375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:34.875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:34.875rem;left:27.5rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:48.75rem;top:0rem;left:20rem;display:block; }
#Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:21.0625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:21.0625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:30.3125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:30.3125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:25.6875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HFIv4t9AydnTg0wIlXXCU4AChd3pOSdF { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:37.436920166016rem;left:19.999430656433rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ML0GMgpIJhROATQ4cerqvEB5pNksC2zN { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:37.436920166016rem;left:27.499430656433rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { border-width: 0; border-radius: 0; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.1875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { color:#dc1b48;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.1875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { color:#dc1b48;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:11.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.3125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.3125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:34.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:34.8125rem;left:27.5rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:48.75rem;top:0rem;left:20rem;display:block; }
#xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:38rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:38rem;left:27.5rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:20.9375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:20.9375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imRT1bAad8aECig8opCaRMXVFSX7yLNX { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:30.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:25.625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ULczUetN0fHDrvQS1emGmCy7xumVEPlX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container { background-color: transparent; background-image: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container > .video-iframe-container { display: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row > .video-iframe-container { display: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .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); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container { border-width: 0; border-radius: 0; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#Jzx66A9Ga8Sv3ZOWJKaMkXctQhyLR8ic { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FhkD3Tym9ATDvfdSTt4r81018ewaukGR { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.1875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5qP3cmQ2e0RuqJM66Z2sTLDDBpJWF6b { color:#dc1b48;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.1875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l5dAOBBVHR64yhkhd7FlTKuCBmZkG8MT { color:#dc1b48;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:11.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2SGLhhHEeV1MwTGXtgh0nGw0SKuvSeo { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lxBNLxl9QNVc3DzklKxBf7oUnn91ve1n { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.3125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iP8h0P7Md5OLSqM1Gl9qu41eywPEROcG { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.3125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CWFRL2C9Fm3mmiPL6rfWIAZVfiOidiFd { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:34.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HSEctJlnM96ELTk42WgE42xRaQhmkic5 { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:34.8125rem;left:27.5rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPIogvyuWi90wv7tJuqUyhL7o8PZfZf4 { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:48.75rem;top:0rem;left:20rem;display:block; }
#cIlL7eqqFvTqwSzdpTotS7tW9mQctolu { color:#dc1b48;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:38rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O2Tl2nPz1yWUe6ccwMXQ0tozkEGL4giT { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:38rem;left:27.5rem;height:1.39961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RRWgelZS9dRvlD7qFfR1Ka0A9D6BUKJc { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:20.9375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BghhFqUC88dOlxAyWpXht0dP3RUb9GlS { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:20.9375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LV7SWdNoTbFBEWsD67G0dNMyC67zqLWP { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:30.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rC45rRlUTUFWQ54RJCmPup8eBNbSIP1P { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S8t27CbQxrqiTC7TZU8KqCaoux1tfeUG { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H10eKKkLRJdQgeze9w7Hfzupd95QU5Sr { color:#dc1b48;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:25.625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mIxhRzSZ8i8cOpieQncgWHIUNyJghQUq { position:absolute;display:block;z-index:15028;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:8rem;width:20rem;top:31.512500762939rem;left:55rem;overflow:hidden;display:block; }
#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { background-color: transparent; background-image: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container > .video-iframe-container { display: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container { display: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .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); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { border-width: 0; border-radius: 0; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { position:absolute;display:block;z-index:15000;background-color:rgba(239,239,239,0.25);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.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:generalsans;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:generalsans;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.0625rem;left:27.875rem;z-index:15064; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR { width:auto; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
#NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { color:#ababab;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:2.4489593505859rem;left:0rem;height:1.05586875rem;text-align:center;text-align-last:center;display:block; }
#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc1b48;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; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { border-width: 0; border-radius: 0; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { color:#ffffff;display:block;width:42rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.45rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#odqQCX7liGkOfazuivyOa9TIaHSDeJlD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:46.875rem;top:0.375rem;left:28.125rem;overflow:hidden;display:block; }
#dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { color:#dc1b48;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:8.3250007629394rem;left:45.15625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { color:#dc1b48;display:block;width:15.75rem;position:absolute;font-family:generalsans;font-size:5.875rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:9.22500038147rem;left:48.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OgBbhHXyo1iXsnWKeds4z0GomAuiLIi6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#dc1b48;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:16.97500038147rem;left:0rem;display:block; }
#meLEUFhTKmTBdea9VXTM2WIQNqeeD7fb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc1b48;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; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { border-width: 0; border-radius: 0; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.45rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:46.875rem;top:0.9375rem;left:28.125rem;overflow:hidden;display:block; }
#c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { color:#dc1b48;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:9.4499969482425rem;left:45.28125rem;height:6.825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc1b48;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; }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row .container { background-color: transparent; background-image: none; }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row .container > .video-iframe-container { display: none; }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row > .video-iframe-container { display: none; }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .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); }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row .container { border-width: 0; border-radius: 0; }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#tTdg1eueXmwzg1ZdeqNqdE21ZcofHET3 { color:#ffffff;display:block;width:42rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.45rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AK0ROCu9vEAhVWZSPOKWZE4ARXTAPUZ3 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#quW8G6K6hH3nXal3CHTFLRRdX0XOGCWs { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:46.875rem;top:0.375rem;left:28.125rem;overflow:hidden;display:block; }
#Ww716JSksWC7kyMWBJ2Tx44RA2TtULo2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#yr7ZyQ9fhasRcoVAmN78WNn18gcEQp2c { color:#dc1b48;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:10.637512207031rem;left:45.21875rem;height:4.55rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sVKevDtmdMJySKHddWnJx2AikPdvLTqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc1b48;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; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { background-color: transparent; background-image: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container > .video-iframe-container { display: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container { display: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .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); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { border-width: 0; border-radius: 0; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.8125rem;left:0rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:0rem;overflow:hidden;display:block; }
#S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { position:absolute;display:block;z-index:15030;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.75rem;width:3.75rem;top:4.09375rem;left:12.5rem;overflow:hidden;display:block; }
#ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:25rem;overflow:hidden;display:block; }
#rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { position:absolute;display:block;z-index:15030;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.75rem;width:3.75rem;top:4.09375rem;left:37.5rem;overflow:hidden;display:block; }
#dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:50rem;overflow:hidden;display:block; }
#pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { position:absolute;display:block;z-index:15032;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.75rem;width:3.75rem;top:4.09375rem;left:62.5rem;overflow:hidden;display:block; }
#Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:8.8125rem;left:12.5rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.8125rem;left:25rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytVRLCibEqermtpxAfprflTNWyoHCMhP { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:8.8125rem;left:37.5rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:50rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:8.8125rem;left:62.5000038147rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { background-color: transparent; background-image: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container > .video-iframe-container { display: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container { display: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .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); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { border-width: 0; border-radius: 0; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#bFUQW1LxE5cExKggXSfccJ5wUV14cdum { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { background-color: transparent; background-image: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container > .video-iframe-container { display: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container { display: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .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); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { border-width: 0; border-radius: 0; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { color:#111111;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:17.75rem;top:26.087501525879rem;left:9.875rem;overflow:hidden;display:block; }
#VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { color:#b0b0b0;display:block;width:37.5rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:1.05586875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { color:#b0b0b0;display:block;width:37.5rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:37.5rem;height:1.05586875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:13.875rem;top:24.056251525879rem;left:49.3125rem;overflow:hidden;display:block; }
#PxkBaCBniX1CfBg9ltyCNqVM2rWSJDBt { color:#b0b0b0;display:block;width:74.999375rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9364624023438rem;left:0.0010414123535156rem;height:1.05586875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OvkKfRX1Mo4VBDvGWICJPKyvmERwuuoK { position:absolute;display:block;z-index:15018;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:5.9375rem;width:16.5rem;top:11.553123474121rem;left:29rem;overflow:hidden;display:block; }
#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { background-color: transparent; background-image: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container > .video-iframe-container { display: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container { display: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .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); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { border-width: 0; border-radius: 0; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { 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:5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row .container { background-color: transparent; background-image: none; }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row .container > .video-iframe-container { display: none; }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row > .video-iframe-container { display: none; }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .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); }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row .container { border-width: 0; border-radius: 0; }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { background-color: transparent; background-image: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container > .video-iframe-container { display: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container { display: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .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); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { border-width: 0; border-radius: 0; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row .container { background-color: transparent; background-image: none; }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row .container > .video-iframe-container { display: none; }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row > .video-iframe-container { display: none; }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .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); }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row .container { border-width: 0; border-radius: 0; }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container { background-color: transparent; background-image: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container > .video-iframe-container { display: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row > .video-iframe-container { display: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .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); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container { border-width: 0; border-radius: 0; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { display:none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block; }
 }@media only screen and (max-width: 1199px) { #vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block; }
 }@media only screen and (max-width: 1199px) { #MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block; }
 }@media only screen and (max-width: 1199px) { #QonT9ik1cfTSlLWnl3oN69DcZENTnZth { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block; }
 }@media only screen and (max-width: 1199px) { #OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58f5b618-9cf6-4fab-beca-21409e5a494d/KV_MF_Kardiologia_TLO.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz.adaptive-delivery-prevent-bg, #OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz.lazyload, #OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz.lazyloading { background-image: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container { background-color: transparent; background-image: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container > .video-iframe-container { display: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row > .video-iframe-container { display: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .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); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XR0oShWalZkHaT9uuPTE4fVdskLJP5H1 { width:7.6875rem;height:2.25rem;top:3.75rem;left:16.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocfTo1xhdlXmCQWMgF8xOXHrT7SNiH2N { width:17.8125rem;height:1.4625rem;top:18.0625rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #WTIWXIn4iRZOlWBD1Io5zAGq6LahkDJ8 { width:20.6875rem;height:4.875rem;top:12.14999961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #QobAPJzFZNwCiPAA95ZM4LTOUfo5AAfu { width:13.4375rem;height:1rem;top:21.125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #kCATJM6Olq62RFn1TJPyp4qM3TIgLqMa { width:21.4375rem;height:1rem;top:22.5625rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #okwV3LIEouUJhtBEGWIz6nE53iIQwSSX { width:10.0625rem;height:1.5rem;top:2.25rem;left:3.3614587783814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFNRW5XHCTfbkfrFTJ7ncyUot0oDPuvk { display:block; }
 }@media only screen and (max-width: 1199px) { #qR4P6WgTmm6xpOyrTRrWASbpx1QWJsZJ { width:12.3125rem;height:2.7625rem;top:19.662475585938rem;left:35.4375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #dDNNM2xMEU95orvHLDtSvwUzZmlcxcbx { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odEkUxVZnFCOHdBDzWTItX0G8TPfAvxu { width:16.25rem;height:3.75rem;top:25.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaqbpsmPcpghFkTaIuRLLHirXp4WAUBI { display:block; }
 }@media only screen and (max-width: 1199px) { #gRpVAr5mX8Nxd78lzuzOr8xu0CSQA9Vx { width:10.25rem;height:10.25rem;top:16.043749809265rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zfW1ad0l27XDCTXHbXCSKGz07NHl1a2G { width:9.375rem;height:9.375rem;top:1.0625rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HziichWOT3lXzKEB6dSBu9dGnThGNvGh { width:9.5625rem;height:1.1375rem;top:7.375rem;left:38.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9Vu0wcBRL4HtvJ0GNZhl4I9skpbHHny { width:9.5625rem;height:1.95rem;top:4.8125rem;left:38.125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #CzaCPMldJvizO3ZRsZNXdlDprzZyi8AS { width:9.5625rem;height:2.6rem;top:2.0625rem;left:38.125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sRB3iHBXJPdLCT0ZAPphXGlAmaZAlhrl { width:15.375rem;height:4.375rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqNe57cSKlvvMMsfVJZHC70bTP6LmCD0 { width:3.75rem;height:3.75rem;top:20.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGTTpIIM1mMQdry5CStP3FVbsTg2t2Nk { width:25.5rem;height:23.0625rem;top:1.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1APOqS6mawH3ZByVzygtULhhizFy7Mt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58f5b618-9cf6-4fab-beca-21409e5a494d/KV_MF_Kardiologia_TLO.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#E1APOqS6mawH3ZByVzygtULhhizFy7Mt.adaptive-delivery-prevent-bg, #E1APOqS6mawH3ZByVzygtULhhizFy7Mt.lazyload, #E1APOqS6mawH3ZByVzygtULhhizFy7Mt.lazyloading { background-image: none; }#E1APOqS6mawH3ZByVzygtULhhizFy7Mt > .row .container { width:47.75rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #AJ6TrpoFoHTMfqVNJyC4ZDHyVmHlDU5c { width:7.6875rem;height:2.25rem;top:3.75rem;left:16.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhRGcEAfrG3ai6nztBkUw3BKs2CESimL { width:17.8125rem;height:1.4625rem;top:18.0625rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #crb2xpZsZ9GOz415GSs87H1hvREyRegT { width:20.6875rem;height:4.875rem;top:12.14999961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #X6ciTubt2FA5A9lNT6Ef4pWTsxpmtlEc { width:13.4375rem;height:1rem;top:21.125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ybJyvTq3aM5KFmM7R4NyK0n5WRsEXkxv { width:21.4375rem;height:1rem;top:22.5625rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #MVwyDhhSNMkMeAbtyO7CW6ns92zoooq2 { width:10.0625rem;height:1.5rem;top:2.25rem;left:3.3614587783814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dp5aQTzoEM0hXuhSeZKNvmXMCp1Vtbud { display:block; }
 }@media only screen and (max-width: 1199px) { #Iduz266t2LzryR8HI8dTc4bwONz1ITRE { width:12.3125rem;height:1.1375rem;top:18.28750038147rem;left:35.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #mT9svMey2rnxdGINpEeDoyOwGNhZNudr { width:12.3125rem;height:4.3875rem;top:19.424999237061rem;left:35.4375rem;font-size:3.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #bCryFoVv3rl3MNkLn2hd50xRlDZeFITw { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxWXIynXXAbXp4sBUmWcpPoe4AywKTSA { width:8.75rem;height:8.75rem;top:16.61874961853rem;left:37.15625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #UA6qiwINXnqeO4iNIb4EcT6ewXCnXaKi { display:block; }
 }@media only screen and (max-width: 1199px) { #ySfMiNFSr5EeTt92ykHTrq31ePicUQeG { width:16.25rem;height:3.75rem;top:25.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACHacKShTrv8EH4MCMguqWBCUozTe1R7 { display:block; }
 }@media only screen and (max-width: 1199px) { #IUnKvWyse481to30Wsl2C0GNHuWTlBCR { width:10.25rem;height:10.25rem;top:16.043749809265rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxgRJkmT7lpP0kSTRHacBKykkon5RNLU { width:16.25rem;height:3.75rem;top:25.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKyJuvTMJIZMDuiTrycXzH5cTnsG6uPP { display:block; }
 }@media only screen and (max-width: 1199px) { #XC3Bb6qr4iRsm4GLTOVeHqXrDAm6xtGX { width:9.375rem;height:9.375rem;top:1.0625rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggvxynRoweJlsJPZTh1rfD6JKvV7MTTT { width:9.5625rem;height:1.1375rem;top:7.375rem;left:38.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #rmmXFQyT6Uzv70LT2VOMmrviuLHSW9eA { width:9.5625rem;height:1.95rem;top:4.8125rem;left:38.125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #lq5OTH1T0hVkZpBqUEAwfudsc3KnTTte { width:9.5625rem;height:2.6rem;top:2.0625rem;left:38.125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #fnvT5x59FIb2EhW6HOaHpyPZ3nVZ71ce { width:15.375rem;height:4.375rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xeQACbLy31eITB0UpCHONVqg3aUoCOJ0 { width:3.75rem;height:3.75rem;top:20.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRfNT3EIZ1aQNwMTuPZpbU5r9Z9g2s4O { width:25.5rem;height:23.0625rem;top:1.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { width:47.75rem;height:3.1833333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { width:11.9375rem;height:4.875rem;top:0.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { width:11.9375rem;height:1.21875rem;top:5.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTJldhBm5TawOp1R5lQskQXMVW4wT4or { width:11.9375rem;height:2.4375rem;top:5.8125rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { width:11.9375rem;height:4.875rem;top:0.9375rem;left:11.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwCEizN5w0BbsQWzbADisR6bSJstARak { width:11.9375rem;height:4.875rem;top:0.9375rem;left:23.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { width:10.6875rem;height:2.4375rem;top:5.8125rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { width:11.9375rem;height:1.21875rem;top:5.8125rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { width:11.9375rem;height:4.875rem;top:0.9375rem;left:35.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #toJSUbQp5cOTZTm5WCqxuJPL9gkT9yM2 { display:none; }#toJSUbQp5cOTZTm5WCqxuJPL9gkT9yM2 > .row .container { width:47.75rem;height:76.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HyffX4pDckcpILotmWQNT5OQaI72Tl9n { width:47.75rem;height:1.5rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tsbov28GEGkyC9hieSVV7KIO6snTmTlu { width:46.5rem;height:60.2rem;top:6.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BtxfxZhkK5rbLZz1mG821QuJ013rOWEc { width:3.75rem;height:3.75rem;top:68.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtaLUWcflJCI58ugMMqnr0QKuzTwQAn3 { width:21.0625rem;height:1.29980625rem;top:72.875rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { width:47.75rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { width:47.75rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKf71NHNODoM6wdlJEtD5idDeH5otvpI { width:22.6875rem;height:24rem;top:6.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #HQfIOce99e5mQNBk4Bz6zHbrK93e5qaF { width:22.625rem;height:12.625rem;top:7.1749992370606rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 { display:block; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { width:47.75rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Glg6mmKOnNTGyrFFLJxKa5tukemOsWhT { width:9.4375rem;height:1.4rem;top:9.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tqKDMK0uA9B832AMGwULe97POiRqJc1V { width:11.9375rem;height:7rem;top:9.25rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JGa9RXddzTRyBT3dq8G2DInNQGBBiIsT { width:5rem;height:5rem;top:2.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #deFuTTSzVKeqiSaGiU08ERrC2gEkpbHF { width:5rem;height:5rem;top:2.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crS5QiVLZUuq6wzBx7S3AaPDxGqG89n5 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifwJIPWeQtNpai8JolaGLMzhutEi7KOo { width:11.9375rem;height:2.8rem;top:9.25rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #md7yB3WQuNS4FndaJMEzT06TQemw2AqK { width:5rem;height:5rem;top:2.75rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5b5CuM4MJt3t3LJ061v4vwLAqcTIoVN { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { display:none; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { width:9.4375rem;height:1.4rem;top:9rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVSWG314TAPmHR0e9idB2mgvPg72f9XU { width:11.9375rem;height:7rem;top:9rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSSXwQwpXuSo2X42tbQvZezXzU725NqT { width:5rem;height:5rem;top:2.5rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { width:5rem;height:5rem;top:2.5rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { width:11.9375rem;height:2.8rem;top:9rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { width:5rem;height:5rem;top:2.5rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #dOTPbcvry9g89niUlPmRtW2m2GHckp8u { width:5rem;height:5rem;top:2.5rem;left:39.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { width:11.9375rem;height:2.8rem;top:9.0625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nME62eT94QNNRZh7IvUT8i5hklrshwBn { display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { width:47rem;height:1.5rem;top:1.875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { width:22.625rem;height:12.625rem;top:4.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { width:22.375rem;height:1.6rem;top:18.125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tV1JO30gcGUCpBuzEs7xw5Q5isGMiloi { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C { background-color:#0c163f;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; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { background-color: transparent; background-image: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .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); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { border-width: 0; border-radius: 0; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { width:47.75rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zUrnpOR4bZTPggWOB8TPmJ4BmdyyvnGN { width:47.6875rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQva7vSOgywTFa7aiTLuPCpMBTKcm8nO { width:9.5rem;height:1.125rem;top:8.9375rem;left:19.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #o94Lv2JmDAm5ZmalOWbp931LOMpKEFyr { width:12.5625rem;height:1.125rem;top:10.9375rem;left:17.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kEBNK1maG6Ior8JqBPqyIyHM0FiTWTnd { width:40.0625rem;height:3.15rem;top:25.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpnzqqMTcTT7qrRGTKucHQsJlRh9Gwna { width:6.4375rem;height:1.4rem;top:19.000000953674rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTz6IfDhdElzNcDFvZqanOW2aVV7cpFr { width:9.5rem;height:1.125rem;top:12.8125rem;left:19.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #y3paTS7wQy84Xa9kgbdyyNezeUuxlQcK { width:37.125rem;height:2.8rem;top:30.375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #u1gN5tQ0GRLKr1KOCXuHZCw0cFAlmTOJ { width:33.125rem;height:2.8rem;top:19.000000953674rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxO0kP0AHbszFF8xA2hmAWut0qLDuFgi { width:6.4375rem;height:1.4rem;top:30.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N2Puq0oUulErZHMopbwKAKvEMvinFPy2 { width:6.75rem;height:1.4rem;top:34.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXlM5snvQ2TEu9b7ZvM0htGDQW5u8FFT { width:35.625rem;height:2.8rem;top:34.9375rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #oiLccXCfJb79VqJSSnuIHEPlsH0mRT0Z { width:6.625rem;height:1.4rem;top:39.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJobAhQo3OwdbHGJl2dTsB21T9xgPZWz { width:37.4375rem;height:4.2rem;top:39.5625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #DcRn2dnNrE3M1oLAU2gQBcbc0uPymTDo { width:6.3125rem;height:1.4rem;top:59.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVvF3IQ37eh1A31XOT1mLkHZEy9BT4wI { width:38.125rem;height:1.4rem;top:59.4375rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #Ic7T8NpX6qOFhXRuGNzsyh5VQr8Z7s6L { width:46.5rem;height:0.0625rem;top:23.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbCmm9aQHT4bWenv8qzg8BIMbMqvDci6 { width:38.125rem;height:1.4rem;top:70.3125rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #bmPGMbHIm4A1PCUkqMyASoUC6AqQNRSw { width:6.0625rem;height:1.4rem;top:70.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmpsFmrwqFTC8gXKy8AFEBb43OD2ZnOb { width:12.5rem;height:12.5rem;top:5.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OnL7RoTcJsiXS61NR6EotMXdCx2EtOJC { width:37.4375rem;height:2.8rem;top:44.125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #VzSuMZ6QbdFRvCoKfGkr0ziKX2TIRyGV { width:6.625rem;height:1.4rem;top:44.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWCUzr7xzmqhOSpkoHA6PXx5LtHP93GU { width:37.4375rem;height:2.8rem;top:54.8125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Ik47BFxsmz8huv3Ey14ZxhlK1r0JVkoU { width:6.625rem;height:1.4rem;top:54.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lS8drTFxJhnSh3iuMnwksxkyVHxBL76e { width:37.4375rem;height:2.8rem;top:48.8125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #zoqIeanLJ5USHBsCbkCIpebrddh9Ddqd { width:6.625rem;height:1.4rem;top:48.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sR2O6qscDxNEe6yB0C6sawgt81krBVGn { background-color:#0c163f;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; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { border-width: 0; border-radius: 0; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { width:47.75rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { width:45.375rem;height:3.15rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { width:37.125rem;height:2.8rem;top:6.8125rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { width:6.4375rem;height:1.4rem;top:6.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { width:6.75rem;height:1.4rem;top:11.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { width:35.625rem;height:2.8rem;top:11.375rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { width:6.625rem;height:1.4rem;top:16rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { width:37.4375rem;height:2.8rem;top:16rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { width:6.0625rem;height:1.4rem;top:34.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { width:38.125rem;height:1.4rem;top:34.5625rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xiLbNgldksFs3QaGTJkeGc9BZVaFueeJ { width:6.0625rem;height:1.4rem;top:37.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3M9MkRk2C8qS5QGaQQCHftoySO74QN4 { width:38.125rem;height:4.2rem;top:37.75rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #AmaP3CwpXU70laI77T9zskXE1yhDCoHs { width:33.1875rem;height:1.4rem;top:45.4375rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { width:6.0625rem;height:1.4rem;top:45.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGcxQEFHp1DHynTPVRfrr7FEMVB6aT5p { width:37.4375rem;height:1.4rem;top:42.3125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #C41GZ4LyXu4Gi01dpBWpewM8GBtgaXtN { width:6.0625rem;height:1.4rem;top:42.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { width:37.4375rem;height:2.8rem;top:20.6875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { width:6.625rem;height:1.4rem;top:20.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { width:37.4375rem;height:2.8rem;top:29.9375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { width:6.625rem;height:1.4rem;top:29.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { width:37.4375rem;height:2.8rem;top:25.3125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { width:6.625rem;height:1.4rem;top:25.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { background-color:#0c163f;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; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { border-width: 0; border-radius: 0; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { width:47.75rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { width:45.375rem;height:3.15rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { width:37.125rem;height:2.8rem;top:6.8125rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { width:6.4375rem;height:1.4rem;top:6.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { width:6.75rem;height:1.4rem;top:11.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { width:35.625rem;height:2.8rem;top:11.5rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { width:6.625rem;height:1.4rem;top:16.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { width:37.4375rem;height:2.8rem;top:16.125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { width:6.0625rem;height:1.4rem;top:35.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { width:38.125rem;height:1.4rem;top:35.0625rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { width:37.4375rem;height:2.8rem;top:21rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { width:6.625rem;height:1.4rem;top:21rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { width:37.4375rem;height:2.8rem;top:30.5rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { width:6.625rem;height:1.4rem;top:30.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { width:37.4375rem;height:2.8rem;top:25.625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { width:6.625rem;height:1.4rem;top:25.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFIv4t9AydnTg0wIlXXCU4AChd3pOSdF { width:6.0625rem;height:1.4rem;top:45.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ML0GMgpIJhROATQ4cerqvEB5pNksC2zN { width:38.125rem;height:1.4rem;top:45.75rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { background-color:#0c163f;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; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { border-width: 0; border-radius: 0; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { width:47.75rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { width:45.375rem;height:3.15rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { width:37.125rem;height:2.8rem;top:6.875rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { width:6.4375rem;height:1.4rem;top:6.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { width:6.75rem;height:1.4rem;top:11.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { width:35.625rem;height:2.8rem;top:11.3125rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { width:6.625rem;height:1.4rem;top:15.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { width:37.4375rem;height:2.8rem;top:15.9375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { width:6.0625rem;height:1.4rem;top:34.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { width:38.125rem;height:1.4rem;top:34.25rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { width:6.0625rem;height:1.4rem;top:37.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { width:38.125rem;height:1.4rem;top:37.4375rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { width:37.4375rem;height:2.8rem;top:20.5rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { width:6.625rem;height:1.4rem;top:20.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imRT1bAad8aECig8opCaRMXVFSX7yLNX { width:37.4375rem;height:2.8rem;top:29.6875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { width:6.625rem;height:1.4rem;top:29.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { width:37.4375rem;height:2.8rem;top:25.0625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { width:6.625rem;height:1.4rem;top:25.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULczUetN0fHDrvQS1emGmCy7xumVEPlX { background-color:#0c163f;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; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container { background-color: transparent; background-image: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container > .video-iframe-container { display: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row > .video-iframe-container { display: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .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); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container { border-width: 0; border-radius: 0; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container { width:47.75rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jzx66A9Ga8Sv3ZOWJKaMkXctQhyLR8ic { width:45.375rem;height:3.15rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FhkD3Tym9ATDvfdSTt4r81018ewaukGR { width:37.125rem;height:2.8rem;top:6.875rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #C5qP3cmQ2e0RuqJM66Z2sTLDDBpJWF6b { width:6.4375rem;height:1.4rem;top:6.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5dAOBBVHR64yhkhd7FlTKuCBmZkG8MT { width:6.75rem;height:1.4rem;top:11.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2SGLhhHEeV1MwTGXtgh0nGw0SKuvSeo { width:35.625rem;height:2.8rem;top:11.4375rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #lxBNLxl9QNVc3DzklKxBf7oUnn91ve1n { width:6.625rem;height:1.4rem;top:16.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iP8h0P7Md5OLSqM1Gl9qu41eywPEROcG { width:37.4375rem;height:2.8rem;top:16.0625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #CWFRL2C9Fm3mmiPL6rfWIAZVfiOidiFd { width:6.0625rem;height:1.4rem;top:34.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HSEctJlnM96ELTk42WgE42xRaQhmkic5 { width:38.125rem;height:1.4rem;top:34.375rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #IPIogvyuWi90wv7tJuqUyhL7o8PZfZf4 { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cIlL7eqqFvTqwSzdpTotS7tW9mQctolu { width:6.0625rem;height:1.4rem;top:37.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2Tl2nPz1yWUe6ccwMXQ0tozkEGL4giT { width:38.125rem;height:1.4rem;top:37.5625rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #RRWgelZS9dRvlD7qFfR1Ka0A9D6BUKJc { width:37.4375rem;height:2.8rem;top:20.625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #BghhFqUC88dOlxAyWpXht0dP3RUb9GlS { width:6.625rem;height:1.4rem;top:20.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LV7SWdNoTbFBEWsD67G0dNMyC67zqLWP { width:37.4375rem;height:2.8rem;top:29.8125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #rC45rRlUTUFWQ54RJCmPup8eBNbSIP1P { width:6.625rem;height:1.4rem;top:29.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8t27CbQxrqiTC7TZU8KqCaoux1tfeUG { width:37.4375rem;height:2.8rem;top:25.1875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #H10eKKkLRJdQgeze9w7Hfzupd95QU5Sr { width:6.625rem;height:1.4rem;top:25.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIxhRzSZ8i8cOpieQncgWHIUNyJghQUq { width:17.5rem;height:7rem;top:32.025001525879rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { display:block; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { display:flex;width:18rem;height:5.0625rem;top:2.375rem;left:14.25rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
 }@media only screen and (max-width: 1199px) { #NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { width:47.75rem;height:1.05625rem;top:1.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { display:none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { width:35.5rem;height:6.5rem;top:2.5rem;left:6.125rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #odqQCX7liGkOfazuivyOa9TIaHSDeJlD { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { width:12.3125rem;height:1.38125rem;top:18.362499237061rem;left:17.71875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { width:12.3125rem;height:5.85rem;top:19.012500762939rem;left:17.71875rem;font-size:4.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #OgBbhHXyo1iXsnWKeds4z0GomAuiLIi6 { width:16.25rem;height:3.75rem;top:31.40625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meLEUFhTKmTBdea9VXTM2WIQNqeeD7fb { display:block; }
 }@media only screen and (max-width: 1199px) { #UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { display:none; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { width:47.75rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { width:35rem;height:6.5rem;top:2.5rem;left:6.375rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { width:12.3125rem;height:5.3625rem;top:18.681251525879rem;left:17.71875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ihlWKOXugn7b3mBnppIDtK3LlvhIekbM { display:block; }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tTdg1eueXmwzg1ZdeqNqdE21ZcofHET3 { width:35.5rem;height:6.5rem;top:2.5rem;left:6.125rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #AK0ROCu9vEAhVWZSPOKWZE4ARXTAPUZ3 { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #quW8G6K6hH3nXal3CHTFLRRdX0XOGCWs { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ww716JSksWC7kyMWBJ2Tx44RA2TtULo2 { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yr7ZyQ9fhasRcoVAmN78WNn18gcEQp2c { width:12.3125rem;height:3.575rem;top:19.862503051757rem;left:17.71875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sVKevDtmdMJySKHddWnJx2AikPdvLTqU { display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { width:15rem;height:7.875rem;top:8.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { width:3.75rem;height:3.75rem;top:3.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { width:3.75rem;height:3.75rem;top:3.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { width:3.75rem;height:3.75rem;top:3.9375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { width:3.75rem;height:3.75rem;top:18.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { width:3.75rem;height:3.75rem;top:18.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { width:3.75rem;height:3.75rem;top:18.9375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { width:15rem;height:6.5625rem;top:8.875rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { width:13.4375rem;height:7.875rem;top:8.875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytVRLCibEqermtpxAfprflTNWyoHCMhP { width:15rem;height:6.5625rem;top:23.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { width:15rem;height:2.625rem;top:23.875rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { width:12.5rem;height:3.9375rem;top:23.875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { width:47.75rem;height:1.95rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { display:block; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bFUQW1LxE5cExKggXSfccJ5wUV14cdum { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;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;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block; }
 }@media only screen and (max-width: 1199px) { #aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { display:block; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { width:47.75rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { width:32.625rem;height:1.875rem;top:2.6875rem;left:7.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { width:14.9375rem;height:1.8125rem;top:23.125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { width:23.875rem;height:1.05625rem;top:19.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { width:23.875rem;height:1.05625rem;top:19.0625rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { width:11.0625rem;height:5rem;top:21.53125rem;left:30.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxkBaCBniX1CfBg9ltyCNqVM2rWSJDBt { width:21.0619375rem;height:1.05625rem;top:8.0625rem;left:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OvkKfRX1Mo4VBDvGWICJPKyvmERwuuoK { width:11.875rem;height:4.3125rem;top:10.1875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { width:47.75rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { width:47.75rem;height:3.1833333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { display:block; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row .container { width:47.75rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Efd4M9bFcxwL3gdVU8UadldElDnihZoi { display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { display:block; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { background-color:#0c163f;background-image:none;display:block; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container { background-color: transparent; background-image: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container > .video-iframe-container { display: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row > .video-iframe-container { display: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .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); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { background-color: transparent; background-image: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container > .video-iframe-container { display: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container { display: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .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); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { border-width: 0; border-radius: 0; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { width:5.625rem;height:2.0625rem;top:0.3125rem;left:4.5rem;z-index:15019;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#dc1b48;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block; }
 }@media only screen and (max-width: 763px) { #vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { width:5rem;height:2.0625rem;top:0.3125rem;left:15rem;z-index:15020;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#dc1b48;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block; }
 }@media only screen and (max-width: 763px) { #MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { width:4.375rem;height:2.0625rem;top:0.3125rem;left:10.375rem;z-index:15020;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#dc1b48;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block; }
 }@media only screen and (max-width: 763px) { #QonT9ik1cfTSlLWnl3oN69DcZENTnZth { width:4.125rem;height:2.0625rem;top:0.3125rem;left:0rem;z-index:15021;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#dc1b48;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block; }
 }@media only screen and (max-width: 763px) { #OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz { background-color:#ffffff;background-image:none;display:block; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container { background-color: transparent; background-image: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container > .video-iframe-container { display: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row > .video-iframe-container { display: none; }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .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); }#OPOvqUmZm7geyriHkd8AhJWWe8Sr5prz > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XR0oShWalZkHaT9uuPTE4fVdskLJP5H1 { width:3.6875rem;height:1.5rem;top:7.03125rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocfTo1xhdlXmCQWMgF8xOXHrT7SNiH2N { width:20rem;height:1.38125rem;top:13.0625rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTIWXIn4iRZOlWBD1Io5zAGq6LahkDJ8 { width:19.375rem;height:3.3rem;top:9.4020833969119rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QobAPJzFZNwCiPAA95ZM4LTOUfo5AAfu { width:8.375rem;height:0.75rem;top:15.8125rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCATJM6Olq62RFn1TJPyp4qM3TIgLqMa { width:12.5rem;height:0.9rem;top:16.875rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #okwV3LIEouUJhtBEGWIz6nE53iIQwSSX { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFNRW5XHCTfbkfrFTJ7ncyUot0oDPuvk { display:block; }
 }@media only screen and (max-width: 763px) { #qR4P6WgTmm6xpOyrTRrWASbpx1QWJsZJ { width:6.6875rem;height:2.4375rem;top:32.9375rem;left:10.518750190735rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #dDNNM2xMEU95orvHLDtSvwUzZmlcxcbx { width:9.75rem;height:9.75rem;top:29.1875rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #odEkUxVZnFCOHdBDzWTItX0G8TPfAvxu { width:16.25rem;height:3.75rem;top:40.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaqbpsmPcpghFkTaIuRLLHirXp4WAUBI { display:block; }
 }@media only screen and (max-width: 763px) { #gRpVAr5mX8Nxd78lzuzOr8xu0CSQA9Vx { width:8.125rem;height:8.125rem;top:30rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #zfW1ad0l27XDCTXHbXCSKGz07NHl1a2G { width:6.875rem;height:6.8125rem;top:18.625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #HziichWOT3lXzKEB6dSBu9dGnThGNvGh { width:4.9375rem;height:0.89375rem;top:23.162498474121rem;left:14.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Vu0wcBRL4HtvJ0GNZhl4I9skpbHHny { width:6.875rem;height:1.625rem;top:21.25rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #CzaCPMldJvizO3ZRsZNXdlDprzZyi8AS { width:6.9375rem;height:2.275rem;top:19.125rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #sRB3iHBXJPdLCT0ZAPphXGlAmaZAlhrl { width:11.8125rem;height:3.375rem;top:4.375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqNe57cSKlvvMMsfVJZHC70bTP6LmCD0 { width:2.5rem;height:2.5rem;top:15.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTTpIIM1mMQdry5CStP3FVbsTg2t2Nk { width:19.75rem;height:17.875rem;top:19.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1APOqS6mawH3ZByVzygtULhhizFy7Mt { background-color:#ffffff;background-image:none;display:none; }#E1APOqS6mawH3ZByVzygtULhhizFy7Mt > .row .container { width:20rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AJ6TrpoFoHTMfqVNJyC4ZDHyVmHlDU5c { width:3.6875rem;height:1.5rem;top:7.03125rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhRGcEAfrG3ai6nztBkUw3BKs2CESimL { width:20rem;height:1.38125rem;top:13.0625rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crb2xpZsZ9GOz415GSs87H1hvREyRegT { width:19.375rem;height:3.3rem;top:9.4020833969119rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X6ciTubt2FA5A9lNT6Ef4pWTsxpmtlEc { width:8.375rem;height:0.75rem;top:15.8125rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybJyvTq3aM5KFmM7R4NyK0n5WRsEXkxv { width:12.5rem;height:0.9rem;top:16.875rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MVwyDhhSNMkMeAbtyO7CW6ns92zoooq2 { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp5aQTzoEM0hXuhSeZKNvmXMCp1Vtbud { display:block; }
 }@media only screen and (max-width: 763px) { #Iduz266t2LzryR8HI8dTc4bwONz1ITRE { width:6.6875rem;height:2.1125rem;top:30.875rem;left:10.518750190735rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mT9svMey2rnxdGINpEeDoyOwGNhZNudr { width:6.4375rem;height:3.25rem;top:33.15625rem;left:10.643750190735rem;text-align:center;text-align-last:center;font-size:2.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #bCryFoVv3rl3MNkLn2hd50xRlDZeFITw { width:9.75rem;height:9.75rem;top:29.1875rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #AxWXIynXXAbXp4sBUmWcpPoe4AywKTSA { width:7.375rem;height:7.375rem;top:30.4375rem;left:0.9375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #UA6qiwINXnqeO4iNIb4EcT6ewXCnXaKi { display:block; }
 }@media only screen and (max-width: 763px) { #ySfMiNFSr5EeTt92ykHTrq31ePicUQeG { width:16.25rem;height:3.75rem;top:44.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHacKShTrv8EH4MCMguqWBCUozTe1R7 { display:block; }
 }@media only screen and (max-width: 763px) { #IUnKvWyse481to30Wsl2C0GNHuWTlBCR { width:8.125rem;height:8.125rem;top:30rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #oxgRJkmT7lpP0kSTRHacBKykkon5RNLU { width:16.25rem;height:3.75rem;top:39.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKyJuvTMJIZMDuiTrycXzH5cTnsG6uPP { display:block; }
 }@media only screen and (max-width: 763px) { #XC3Bb6qr4iRsm4GLTOVeHqXrDAm6xtGX { width:6.875rem;height:6.8125rem;top:18.625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #ggvxynRoweJlsJPZTh1rfD6JKvV7MTTT { width:4.9375rem;height:0.89375rem;top:23.162498474121rem;left:14.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #rmmXFQyT6Uzv70LT2VOMmrviuLHSW9eA { width:6.875rem;height:1.625rem;top:21.25rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #lq5OTH1T0hVkZpBqUEAwfudsc3KnTTte { width:6.9375rem;height:2.275rem;top:19.125rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #fnvT5x59FIb2EhW6HOaHpyPZ3nVZ71ce { width:11.8125rem;height:3.375rem;top:4.375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeQACbLy31eITB0UpCHONVqg3aUoCOJ0 { width:2.5rem;height:2.5rem;top:15.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRfNT3EIZ1aQNwMTuPZpbU5r9Z9g2s4O { width:19.75rem;height:17.875rem;top:19.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { width:20rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { width:3.125rem;height:2.60028125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { width:9.25rem;height:1.29948125rem;top:1.8999996185302rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kTJldhBm5TawOp1R5lQskQXMVW4wT4or { width:15.625rem;height:1.29948125rem;top:5.3250007629394rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { width:3.125rem;height:2.60028125rem;top:4.7000007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TwCEizN5w0BbsQWzbADisR6bSJstARak { width:3.125rem;height:2.60028125rem;top:8.2999992370606rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { width:12.125rem;height:1.29948125rem;top:8.8875007629394rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { width:9.4375rem;height:1.29948125rem;top:12.362499237061rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { width:3.125rem;height:2.60028125rem;top:11.83749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #toJSUbQp5cOTZTm5WCqxuJPL9gkT9yM2 { display:none; }#toJSUbQp5cOTZTm5WCqxuJPL9gkT9yM2 > .row .container { width:20rem;height:133.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HyffX4pDckcpILotmWQNT5OQaI72Tl9n { width:20rem;height:2.1rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsbov28GEGkyC9hieSVV7KIO6snTmTlu { width:20rem;height:119rem;top:5.75rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtxfxZhkK5rbLZz1mG821QuJ013rOWEc { width:3.75rem;height:3.75rem;top:126.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaLUWcflJCI58ugMMqnr0QKuzTwQAn3 { width:20rem;height:1.1375rem;top:130.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { width:20rem;height:3.9rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKf71NHNODoM6wdlJEtD5idDeH5otvpI { width:20rem;height:22.5rem;top:7.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #HQfIOce99e5mQNBk4Bz6zHbrK93e5qaF { height:11.160220994475rem;width:20rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 { display:block; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glg6mmKOnNTGyrFFLJxKa5tukemOsWhT { width:16.5625rem;height:1.3125rem;top:2.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqKDMK0uA9B832AMGwULe97POiRqJc1V { width:14.4375rem;height:5.25rem;top:5.75rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGa9RXddzTRyBT3dq8G2DInNQGBBiIsT { width:2.5rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deFuTTSzVKeqiSaGiU08ERrC2gEkpbHF { width:2.5rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crS5QiVLZUuq6wzBx7S3AaPDxGqG89n5 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwJIPWeQtNpai8JolaGLMzhutEi7KOo { width:15.6875rem;height:2.625rem;top:11.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #md7yB3WQuNS4FndaJMEzT06TQemw2AqK { width:2.5rem;height:2.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5b5CuM4MJt3t3LJ061v4vwLAqcTIoVN { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { display:none; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { width:16.5625rem;height:1.3125rem;top:2.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSWG314TAPmHR0e9idB2mgvPg72f9XU { width:14.4375rem;height:5.25rem;top:5.75rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSXwQwpXuSo2X42tbQvZezXzU725NqT { width:2.5rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { width:2.5rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { width:15.6875rem;height:2.625rem;top:11.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { width:2.5rem;height:2.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #dOTPbcvry9g89niUlPmRtW2m2GHckp8u { width:2.5rem;height:2.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { width:12.625rem;height:1.3125rem;top:16.5rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nME62eT94QNNRZh7IvUT8i5hklrshwBn { display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { width:20rem;height:1.5rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { height:11.160220994475rem;width:20rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { width:20rem;height:1.6rem;top:16.758331298828rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV1JO30gcGUCpBuzEs7xw5Q5isGMiloi { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C { background-color:#0c163f;background-image:none;display:block; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { background-color: transparent; background-image: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .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); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUrnpOR4bZTPggWOB8TPmJ4BmdyyvnGN { width:20rem;height:1.62528125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQva7vSOgywTFa7aiTLuPCpMBTKcm8nO { width:20rem;height:0.8752875rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94Lv2JmDAm5ZmalOWbp931LOMpKEFyr { width:20rem;height:0.8752875rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEBNK1maG6Ior8JqBPqyIyHM0FiTWTnd { width:18.3125rem;height:2.8rem;top:24.087501525879rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpnzqqMTcTT7qrRGTKucHQsJlRh9Gwna { width:20rem;height:1.3125rem;top:15rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTz6IfDhdElzNcDFvZqanOW2aVV7cpFr { width:20rem;height:0.8752875rem;top:9.6875rem;left:-0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3paTS7wQy84Xa9kgbdyyNezeUuxlQcK { width:18.75rem;height:3.9375rem;top:30.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1gN5tQ0GRLKr1KOCXuHZCw0cFAlmTOJ { width:18.75rem;height:3.9375rem;top:16.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxO0kP0AHbszFF8xA2hmAWut0qLDuFgi { width:18.75rem;height:1.3125rem;top:28.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Puq0oUulErZHMopbwKAKvEMvinFPy2 { width:18.75rem;height:1.3125rem;top:35.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXlM5snvQ2TEu9b7ZvM0htGDQW5u8FFT { width:18.75rem;height:2.625rem;top:37.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiLccXCfJb79VqJSSnuIHEPlsH0mRT0Z { width:18.75rem;height:1.3125rem;top:42rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJobAhQo3OwdbHGJl2dTsB21T9xgPZWz { width:18.75rem;height:5.25rem;top:43.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRn2dnNrE3M1oLAU2gQBcbc0uPymTDo { width:18.75rem;height:1.3125rem;top:68.249702453612rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVvF3IQ37eh1A31XOT1mLkHZEy9BT4wI { width:20rem;height:1.3125rem;top:69.937202453612rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic7T8NpX6qOFhXRuGNzsyh5VQr8Z7s6L { width:20rem;height:0.0625rem;top:22.237499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCmm9aQHT4bWenv8qzg8BIMbMqvDci6 { width:20rem;height:1.3125rem;top:74.249427795413rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmPGMbHIm4A1PCUkqMyASoUC6AqQNRSw { width:6.5625rem;height:1.3125rem;top:72.599418640138rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmpsFmrwqFTC8gXKy8AFEBb43OD2ZnOb { width:9.375rem;height:9.375rem;top:4.3125rem;left:5.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OnL7RoTcJsiXS61NR6EotMXdCx2EtOJC { width:20rem;height:2.625rem;top:52.49942779541rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzSuMZ6QbdFRvCoKfGkr0ziKX2TIRyGV { width:6.5rem;height:1.3125rem;top:50.874992370606rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWCUzr7xzmqhOSpkoHA6PXx5LtHP93GU { width:20rem;height:2.625rem;top:63.936927795413rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik47BFxsmz8huv3Ey14ZxhlK1r0JVkoU { width:6.5rem;height:1.3125rem;top:62.374702453613rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS8drTFxJhnSh3iuMnwksxkyVHxBL76e { width:20rem;height:2.625rem;top:58.37442779541rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoqIeanLJ5USHBsCbkCIpebrddh9Ddqd { width:6.5rem;height:1.3125rem;top:56.749992370606rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR2O6qscDxNEe6yB0C6sawgt81krBVGn { background-color:#0c163f;background-image:none;display:block; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { width:19.875rem;height:2.8rem;top:1.9124984741211rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { width:18.75rem;height:3.9375rem;top:8.0739593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { width:18.75rem;height:1.3125rem;top:6.4489593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { width:18.75rem;height:1.3125rem;top:13.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { width:18.75rem;height:2.625rem;top:15.448959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { width:18.75rem;height:1.3125rem;top:19.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { width:18.75rem;height:5.25rem;top:21.448959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { width:18.75rem;height:1.3125rem;top:48.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { width:20rem;height:1.3125rem;top:49.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { width:0.125rem;height:0.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiLbNgldksFs3QaGTJkeGc9BZVaFueeJ { width:20rem;height:1.3125rem;top:52.975006103516rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3M9MkRk2C8qS5QGaQQCHftoySO74QN4 { width:20rem;height:6.5625rem;top:54.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmaP3CwpXU70laI77T9zskXE1yhDCoHs { width:20rem;height:1.3125rem;top:68.561645507812rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { width:20rem;height:1.3125rem;top:66.998580932619rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGcxQEFHp1DHynTPVRfrr7FEMVB6aT5p { width:20rem;height:1.3125rem;top:64.049148559569rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C41GZ4LyXu4Gi01dpBWpewM8GBtgaXtN { width:20rem;height:1.3125rem;top:62.524429321287rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { width:20rem;height:2.625rem;top:30.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { width:6.5rem;height:1.3125rem;top:28.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { width:20rem;height:2.625rem;top:43.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { width:6.5rem;height:1.3125rem;top:42rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { width:20rem;height:3.9375rem;top:36.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { width:6.5rem;height:1.3125rem;top:34.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { background-color:#0c163f;background-image:none;display:block; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { width:18.625rem;height:4.2rem;top:1.9125061035156rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { width:18.75rem;height:3.9375rem;top:9.5114593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { width:18.75rem;height:1.3125rem;top:7.8864593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { width:18.75rem;height:1.3125rem;top:15.073959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { width:18.75rem;height:2.625rem;top:16.698959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { width:18.75rem;height:1.3125rem;top:21.073959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { width:18.75rem;height:3.9375rem;top:22.698959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { width:18.75rem;height:1.3125rem;top:47.886459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { width:20rem;height:1.3125rem;top:49.511459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { width:20rem;height:2.625rem;top:30.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { width:6.5rem;height:1.3125rem;top:28.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { width:20rem;height:2.625rem;top:43.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { width:6.5rem;height:1.3125rem;top:41.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { width:20rem;height:3.9375rem;top:36.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { width:6.5rem;height:1.3125rem;top:34.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFIv4t9AydnTg0wIlXXCU4AChd3pOSdF { width:6.5625rem;height:1.3125rem;top:51.999996185302rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML0GMgpIJhROATQ4cerqvEB5pNksC2zN { width:20rem;height:1.3125rem;top:53.624423980713rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { background-color:#0c163f;background-image:none;display:block; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { width:17rem;height:4.2rem;top:1.9125061035156rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { width:18.75rem;height:2.625rem;top:9.5114593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { width:18.75rem;height:1.3125rem;top:7.8864593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { width:18.75rem;height:1.3125rem;top:13.948959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { width:18.75rem;height:2.625rem;top:15.573959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { width:18.75rem;height:1.3125rem;top:19.948959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { width:18.75rem;height:2.625rem;top:21.573959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { width:18.75rem;height:1.3125rem;top:44.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { width:20rem;height:1.3125rem;top:45.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { width:20rem;height:1.3125rem;top:48.850006103516rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { width:20rem;height:1.3125rem;top:50.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { width:20rem;height:2.625rem;top:27.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { width:6.5rem;height:1.3125rem;top:26rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRT1bAad8aECig8opCaRMXVFSX7yLNX { width:20rem;height:2.625rem;top:39.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { width:6.5rem;height:1.3125rem;top:38.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { width:20rem;height:2.625rem;top:33.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { width:6.5rem;height:1.3125rem;top:32rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULczUetN0fHDrvQS1emGmCy7xumVEPlX { background-color:#0c163f;background-image:none;display:block; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container { background-color: transparent; background-image: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container > .video-iframe-container { display: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row > .video-iframe-container { display: none; }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .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); }#ULczUetN0fHDrvQS1emGmCy7xumVEPlX > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jzx66A9Ga8Sv3ZOWJKaMkXctQhyLR8ic { width:17rem;height:2.8rem;top:1.9125061035156rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhkD3Tym9ATDvfdSTt4r81018ewaukGR { width:18.75rem;height:2.625rem;top:8.0114593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qP3cmQ2e0RuqJM66Z2sTLDDBpJWF6b { width:18.75rem;height:1.3125rem;top:6.3864593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5dAOBBVHR64yhkhd7FlTKuCBmZkG8MT { width:18.75rem;height:1.3125rem;top:12.448959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2SGLhhHEeV1MwTGXtgh0nGw0SKuvSeo { width:18.75rem;height:2.625rem;top:14.073959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxBNLxl9QNVc3DzklKxBf7oUnn91ve1n { width:18.75rem;height:1.3125rem;top:18.448959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP8h0P7Md5OLSqM1Gl9qu41eywPEROcG { width:18.75rem;height:3.9375rem;top:20.073959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWFRL2C9Fm3mmiPL6rfWIAZVfiOidiFd { width:18.75rem;height:1.3125rem;top:45.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSEctJlnM96ELTk42WgE42xRaQhmkic5 { width:20rem;height:1.3125rem;top:46.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPIogvyuWi90wv7tJuqUyhL7o8PZfZf4 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIlL7eqqFvTqwSzdpTotS7tW9mQctolu { width:20rem;height:1.3125rem;top:49.850006103516rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Tl2nPz1yWUe6ccwMXQ0tozkEGL4giT { width:20rem;height:1.3125rem;top:51.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWgelZS9dRvlD7qFfR1Ka0A9D6BUKJc { width:20rem;height:2.625rem;top:27.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BghhFqUC88dOlxAyWpXht0dP3RUb9GlS { width:6.5rem;height:1.3125rem;top:25.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV7SWdNoTbFBEWsD67G0dNMyC67zqLWP { width:20rem;height:2.625rem;top:40.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC45rRlUTUFWQ54RJCmPup8eBNbSIP1P { width:6.5rem;height:1.3125rem;top:39.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8t27CbQxrqiTC7TZU8KqCaoux1tfeUG { width:20rem;height:3.9375rem;top:33.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10eKKkLRJdQgeze9w7Hfzupd95QU5Sr { width:6.5rem;height:1.3125rem;top:31.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIxhRzSZ8i8cOpieQncgWHIUNyJghQUq { width:17.5rem;height:7rem;top:54.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { display:block; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { width:20rem;height:0.125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-number { padding-top:0.445625rem;padding-right:0.395rem;padding-bottom:0.445625rem;padding-left:0.395rem;width:2.370625rem;min-width:2.370625rem;height:2.395rem;font-size:1.781875rem;line-height:38.32px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.16125rem;height:0.946875rem;font-size:0.668125rem;line-height:15.15px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { display:flex;width:16.625rem;height:4.511875rem;top:3.0625rem;left:1.25rem;padding-top:0.556875rem;padding-right:0.564375rem;padding-bottom:0.556875rem;padding-left:0.564375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
 }@media only screen and (max-width: 763px) { #NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { width:20rem;height:1.05625rem;top:2.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { display:none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { width:20rem;height:29.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { width:20rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odqQCX7liGkOfazuivyOa9TIaHSDeJlD { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { width:14.6875rem;height:14.6875rem;top:8.5rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { width:20rem;height:1.29948125rem;top:12.368743896484rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { width:20rem;height:5.28153125rem;top:13.550003051757rem;left:0rem;text-align:center;text-align-last:center;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBbhHXyo1iXsnWKeds4z0GomAuiLIi6 { width:16.25rem;height:3.75rem;top:24.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meLEUFhTKmTBdea9VXTM2WIQNqeeD7fb { display:block; }
 }@media only screen and (max-width: 763px) { #UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { display:none; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { width:20rem;height:23.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { width:20rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { width:14.6875rem;height:14.6875rem;top:8.25rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { width:20rem;height:4.63125rem;top:13.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihlWKOXugn7b3mBnppIDtK3LlvhIekbM { display:block; }#ihlWKOXugn7b3mBnppIDtK3LlvhIekbM > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTdg1eueXmwzg1ZdeqNqdE21ZcofHET3 { width:20rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AK0ROCu9vEAhVWZSPOKWZE4ARXTAPUZ3 { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quW8G6K6hH3nXal3CHTFLRRdX0XOGCWs { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww716JSksWC7kyMWBJ2Tx44RA2TtULo2 { width:14.6875rem;height:14.6875rem;top:8.5rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr7ZyQ9fhasRcoVAmN78WNn18gcEQp2c { width:20rem;height:3.0875rem;top:14.181274414062rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVKevDtmdMJySKHddWnJx2AikPdvLTqU { display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { width:16.5625rem;height:7.875rem;top:3.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { width:2.5rem;height:2.5rem;top:3.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { width:2.5rem;height:2.5rem;top:12.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { width:2.5rem;height:2.5rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { width:2.5rem;height:2.5rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { width:2.5rem;height:2.5rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { width:2.5rem;height:2.5rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { width:16.5625rem;height:5.25rem;top:12.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { width:16.5625rem;height:6.5625rem;top:18.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytVRLCibEqermtpxAfprflTNWyoHCMhP { width:16.5625rem;height:6.5625rem;top:26.8125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { width:16.5625rem;height:2.625rem;top:34.625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { width:15.625rem;height:3.9375rem;top:38.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { width:20rem;height:1.62528125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { display:block; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFUQW1LxE5cExKggXSfccJ5wUV14cdum { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block; }
 }@media only screen and (max-width: 763px) { #aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { display:block; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { width:20rem;height:1.62528125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { width:13.375rem;height:1.5rem;top:16.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { width:20rem;height:0.975rem;top:14.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { width:20rem;height:0.975rem;top:20.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { width:8.3125rem;height:3.75rem;top:22.975006103516rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkBaCBniX1CfBg9ltyCNqVM2rWSJDBt { width:19.99925rem;height:0.975rem;top:6.0989532470703rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvkKfRX1Mo4VBDvGWICJPKyvmERwuuoK { width:11.3125rem;height:4.0625rem;top:8.3239593505863rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { width:20rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { display:block; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #NH7SPSpRKOl16Dl3hRTEghWENeF9hGJ2 > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Efd4M9bFcxwL3gdVU8UadldElDnihZoi { display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { width:20rem;height:0.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { display:block; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #mM5mVmUd3zSdSMl7nU4fZTlfQSkNNucb > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { background-color:#0c163f;background-image:none;display:block; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container { background-color: transparent; background-image: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container > .video-iframe-container { display: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row > .video-iframe-container { display: none; }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .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); }#b768ZMwixRMgf7FVB371PLJhuwyJ1LCg > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }