.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; }
#DufhyROzQuPQOmeuvF0gArFNXJm05S67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1048bbae-d240-4a04-a37d-6d423c6a655d/KV_MF_terpia_ruchem_DESKTOP.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; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67.adaptive-delivery-prevent-bg, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyload, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyloading { background-image: none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { border-width: 0; border-radius: 0; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:none; }#N53SAqqos506u5tzqpeRD9z4984EyGAi { color:#36cebf;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:25.876037597656rem;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; }
#Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { 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:19.6875rem;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; }
#RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:8.775rem;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; }
#cIUhKsWOezdc2hgLfLBvvB2uunJOVriM { position:absolute;display:block;z-index:15015;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:22.5rem;left:0rem;overflow:hidden;display:block; }
#xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { 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:23.5rem;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; }
#hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { 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:25rem;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; }
#Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { 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:5.8125rem;display:block; }
#L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oz3qDrvNncMQlmORqAdv7rxsP18cvNoe { position:absolute;display:block;z-index:15052;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; }
#WT7XHRk2V5gxgvJaalPOw1Fnk5OrUkPt { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.4375rem;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; }
#dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { color:#36cebf;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; }
#LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { color:#36cebf;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; }
#e4cohh3LaHAZJRcdLATD55h82gd1UHab { 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; }
#vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { 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:61.25rem;display:block; }
#aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { 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 #36cebf;border-left:0.0625rem solid #36cebf;border-right:0.0625rem solid #36cebf;border-bottom:0.0625rem solid #36cebf;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:#36cebf;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:28.75rem;left:17.5rem;display:block; }
#wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0uLsfXBgDmaTLk14OgOh57tkMv6HLWE { position:absolute;display:block;z-index:14999;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:24.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#a0gdXRTEPnbyKp461znaHDFaAKPTAazC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:22.3125rem;top:5.625rem;left:8.84375rem;overflow:hidden;display:none; }
#Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { box-sizing:content-box;height:12.375rem;width:12.5rem;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:14998;background-color:#ffffff;background-image:none;top:21.1875rem;left:61rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { background-color:#36cebf;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:28.75rem;left:0rem;display:block; }
#D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmu09cW5gedlKgJH8AXKSBZQ6xi537Cq { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:3.15rem;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; }
#bTnNLms3zeC3fbpAfzHL5f3n85p23cRs { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15064;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; }
#VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c73a2917-d4d2-457e-8d6d-377893e9f526/KV_MF_terpia_ruchem_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; }#VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH.adaptive-delivery-prevent-bg, #VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH.lazyload, #VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH.lazyloading { background-image: none; }#VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH > .row .container { border-width: 0; border-radius: 0; }#VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:none; }#t6Q1CADP69s7tFxs7ClTKRW7E3OkkOXQ { color:#36cebf;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:25.876037597656rem;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; }
#nMXlkliKBNubsRgFFdwwXBFq4snTBK0O { 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:19.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; }
#TiaDttqEqTTwvzHtXFq2xnMbe0Xv9M8p { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:8.775rem;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; }
#iLtKeWttxBNAgw40BuJVyf43s0eEqtTi { position:absolute;display:block;z-index:15015;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.875rem;left:0rem;overflow:hidden;display:block; }
#RqTIvNhdKMMlV9bKE19hVwqnV2QNgIez { 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.875rem;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; }
#F9rMAKZCKV9RUHnuTxfMo5lnZ6RQQqBT { 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:24.375rem;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; }
#DHfrBRZGsBiKi80x3eydcRkT7EnDAIkN { 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:5.8125rem;display:block; }
#KfO1hQSWaP9QTMmXHl37vCkBLTH3yyeo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1i8HQfJTVgzEqzXI9sfkESlK049Tvhh { position:absolute;display:block;z-index:15052;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; }
#FTBi7HurXECQKwAvpPehE6Zi4R4IBsBk { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.4375rem;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; }
#xykBOoEkggdtDrnq972Lx3XlaakpChG9 { color:#868686;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.75rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:22.91250038147rem;left:61.625rem;height:3.15rem;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; }
#JZv3t1BUfldoopvN9EhggK9iFq48USn7 { 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; }
#pSk6qGE1qEDHfl2dDS4fsQeVbotrW8KJ { 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 #36cebf;border-left:0.0625rem solid #36cebf;border-right:0.0625rem solid #36cebf;border-bottom:0.0625rem solid #36cebf;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:#36cebf;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:28.75rem;left:17.5rem;display:block; }
#IzkmiVCZnOH0SeLvq1Zfeq6NXfaEBfvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pr2QRvhai7ZKOKFOPAsllRJoABM8ZzK5 { position:absolute;display:block;z-index:14999;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:24.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#NlxGXKORbHBkp3TsyK4RJoPkG6oTI9LL { box-sizing:content-box;height:12.375rem;width:12.5rem;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:14998;background-color:#ffffff;background-image:none;top:21.1875rem;left:60.9375rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#xE9zJZmIszTssnimdKryfqBZ5EC8UdRt { background-color:#36cebf;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:28.75rem;left:0rem;display:block; }
#XGUHZzCS1nReQs2zXLU7lGLv7FKh7Q8h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dhspo5N1ksf2uvEbxZVwLPzTxe36Se0a { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:3.15rem;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; }
#aAEZVfJz2t6VmAlvZq1FhICA0VAKFrVm { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15064;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; }
#l7mUdCa7kIlbKqEXCwqn9XQ6ag2l823x { position:absolute;display:block;z-index:15065;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.5rem;width:10.625rem;top:26.9375rem;left:61.9375rem;overflow:hidden;display:block; }
#a5zi3wS9xoQTt9J4oPshKnfF1345lpyz { 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.03125rem;left:38.6875rem;overflow:hidden;display:block; }
#nQJNEuT5hAw97W45cKK3ultgMIF0at5b { color:#333333;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:27.3125rem;left:17.5rem;height:0.975rem;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; }
#fmsKifQoXRJJWdlcSrNV6vcKzQJM3ADO { color:#333333;display:block;width:13.75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:32.9375rem;left:18.75rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c73a2917-d4d2-457e-8d6d-377893e9f526/KV_MF_terpia_ruchem_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; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle.adaptive-delivery-prevent-bg, #b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle.lazyload, #b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle.lazyloading { background-image: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container { background-color: transparent; background-image: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container > .video-iframe-container { display: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row > .video-iframe-container { display: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .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); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container { border-width: 0; border-radius: 0; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#iKmp04kElEGLE0pkfB28JikgDV5NUucB { color:#36cebf;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:25.876037597656rem;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; }
#fowcg4nGWHLLIrkz8bqsVLlgTRUNWIF4 { 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:19.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; }
#QTGvRIQWvkkAcmrpZwTDHNyrdMCi4xQQ { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:8.775rem;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; }
#p1EfrGrA4l1sTwrzrGTSJezbEd7uvgDW { position:absolute;display:block;z-index:15015;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.875rem;left:0rem;overflow:hidden;display:block; }
#LtLVLSTKJ1JnFE2uL1ptNBSb7yu47nh7 { 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.875rem;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; }
#G1mmCqTCs9kJ3h1DRyovGZVTKgLt2p6T { 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:24.375rem;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; }
#wA2e4LIQr3uTB5HWpi7TTcerah1BfNzh { 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:5.8125rem;display:block; }
#s1MdJZ7nv2hR6X0t6BgoRuMlGEMO295Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZuV0MB8mTSK3Vt3Hm1RXXS6xqBbZxt79 { position:absolute;display:block;z-index:15052;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; }
#Brek9T2xHO7g5hWClpfRsXhSzSZHeOGy { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.4375rem;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; }
#PlApNTOiJSRH054PsqTtOBGPcaGvq3k7 { 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; }
#EtRKeuFTNhRX6DZEV7oL8eXWTdyt05Jb { 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 #36cebf;border-left:0.0625rem solid #36cebf;border-right:0.0625rem solid #36cebf;border-bottom:0.0625rem solid #36cebf;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:#36cebf;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:28.75rem;left:0rem;display:block; }
#tu0SWOU4LBhxVrDyO1n7PXOatTAmVqx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkkeUsO31ai46gJZud25LqdNp0VuEDBz { position:absolute;display:block;z-index:14999;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:24.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#gfmvTIBOdZbkuF5lLhfBuhcRpLV0gDqQ { box-sizing:content-box;height:12.375rem;width:12.5rem;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:14998;background-color:#ffffff;background-image:none;top:21.1875rem;left:60.9375rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#TW3Mb1wgaNzzXBCrNOoMKHAKu7isTvtF { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:3.15rem;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; }
#lZPaksZnm1XE67HIOEIpZcREVStN4xlb { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15064;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; }
#SpQXnA8OnLGHFB7Jm7EN8PfzD0PvZdcw { 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.03125rem;left:38.6875rem;overflow:hidden;display:block; }
#ITFTovxShIuXAsWOTDiGq5ZE4GKQBQ8N { color:#36cebf;display:block;width:15.5625rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:25.4375rem;left:59.5rem;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; }
#E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c73a2917-d4d2-457e-8d6d-377893e9f526/KV_MF_terpia_ruchem_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; }#E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y.adaptive-delivery-prevent-bg, #E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y.lazyload, #E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y.lazyloading { background-image: none; }#E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y > .row .container { border-width: 0; border-radius: 0; }#E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:none; }#DkO0uwMTZR4PdyZesyDtrHvXNqgaG12b { color:#36cebf;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:25.876037597656rem;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; }
#oNp66QZ8AqowX6A2dJbST1GEhI5DM1Jw { 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:19.6875rem;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; }
#lonwzwWNAOad2z23hu4wapkZbrXFIr1K { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:8.775rem;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; }
#Qic7rZcqpey15s93pXJEBMBOOfx2cORK { position:absolute;display:block;z-index:15015;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:22.5rem;left:0rem;overflow:hidden;display:block; }
#Ztd2wxXKQZFMUBuk3igvRTrGsSLf0DNT { 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:23.5rem;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; }
#wbowBEI2vqQzCIuPktGDCalATf45GqtL { 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:25rem;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; }
#ya10HgXCG3pKp47GqKTemsAvcs0TOqtt { 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:5.8125rem;display:block; }
#xTPSw58arHSEVlrFU9IcFkolzyrQoEiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XEMJ0R5JcuJuRlBqx6kESshKIxef8MxP { position:absolute;display:block;z-index:15052;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; }
#hrIeDAn8x1pUTSSmIqX814nO8IIINeng { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.4375rem;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; }
#ws7lAGaf4oOD1PqrT9WvqoV89k3EGh8x { color:#868686;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.75rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:22.91250038147rem;left:61.625rem;height:3.15rem;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; }
#d1ZHkSTl0toIXt1BMhTyfaZnugcmnPsi { 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; }
#P24q7Zby7tn8PKKmJ2HHlVg8ngI9xfvI { 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 #36cebf;border-left:0.0625rem solid #36cebf;border-right:0.0625rem solid #36cebf;border-bottom:0.0625rem solid #36cebf;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:#36cebf;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:28.75rem;left:17.5rem;display:block; }
#ddGaL9uVzL3B2rGCyKnilwDWMJ3DNOIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HraaVKtEVcS5JrhQfkf61RzCFdDrE60Z { position:absolute;display:block;z-index:14999;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:24.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#azqJPZmHJEKloFgmNfFb3n9T4Wwnc2g4 { box-sizing:content-box;height:12.375rem;width:12.5rem;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:14998;background-color:#ffffff;background-image:none;top:21.1875rem;left:60.9375rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#Ttw7sZpCeqKeWfH5E0olkHoSQRK030dr { background-color:#36cebf;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:28.75rem;left:0rem;display:block; }
#mVhEeZFDpNdJQMeUaINsAS6Jex0TyOBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpK3C04H72LOdi4yt0GDQcVLafmXe7oJ { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:3.15rem;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; }
#kwQU35bflX69zqDMbsb3S78gznV3l4yq { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15064;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; }
#eGE4QXaBRev907OLJHLFzzFiagEtVvHA { position:absolute;display:block;z-index:15065;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.5rem;width:10.625rem;top:26.9375rem;left:61.9375rem;overflow:hidden;display:block; }
#xLVATeTLwV2bWTPTPKreLCz5vNauZVGT { 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.03125rem;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:#36cebf;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:#36cebf;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:1.38125rem;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:#36cebf;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.38125rem;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:#36cebf;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:#36cebf;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:4.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:center;text-align-last:center;display:block; }
#oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { color:#36cebf;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:;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:#36cebf;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:#36cebf;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:4.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:center;text-align-last:center;display:block; }
#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36cebf;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; }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row .container { background-color: transparent; background-image: none; }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row .container > .video-iframe-container { display: none; }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row > .video-iframe-container { display: none; }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .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); }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row .container { border-width: 0; border-radius: 0; }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#wJIduBOk1DDKGBLfxHh9mDBHLQcD2oDl { 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: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; }
#m4yfVUo0tmpbF2MyWgHx88w8Wut3wacg { color:#ffffff;display:block;width:71.125rem;position:absolute;font-family:generalsans;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.625rem;left:0rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9Qxb8n93EUstVFWOF0cdkmpwyHQWN3S { 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; }
#nME62eT94QNNRZh7IvUT8i5hklrshwBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36cebf;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:28.25rem;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:0.0625rem;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:20.375rem;width:36.25rem;top:3.1875rem;left:0rem;display:block; }
#eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:3.1875rem;left:38.75rem;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:24.1875rem;left:0rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.1875rem;left:38.75rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36cebf;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; }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row .container { background-color: transparent; background-image: none; }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row .container > .video-iframe-container { display: none; }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row > .video-iframe-container { display: none; }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .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); }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row .container { border-width: 0; border-radius: 0; }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#BMDr80pEOv7rrG9hgDZd3V8OeKbikTzN { 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; }
#yr4ydsQmR336gkehpd15oH88d1UnTz1y { 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:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVpKZeOF7531wyWO8OQe84D2a9QGkVU4 { 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; }
#Xio0Ooi4w0M0iZDJNPABAabtwKUqiziN { 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; }
#z9p4RgKEBoXTapPc5Ik3Km7uCvlSkHEM { 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; }
#Z5flygh42E6iTSkluOiGCekHM36T0CfV { 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; }
#tiV0o26ZAfU1bvOX645Nrbl8CSnamDAU { 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; }
#NolzZTU0Zub4RSEusRxOBVH6bMqcgTZk { 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; }
#ZThOwlRt0dtJVn99qk85SbHpRzFRwVeB { 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; }
#lK0y2D6Jd4zdgT1bEg3mSDlb1J68k6fw { 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; }
#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36cebf;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:22.25rem;width:75rem;position:relative;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; }
#wpcbK3KXoXdhqaDWN3pUrzModwWXbRKS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.625rem;width:35rem;top:0rem;left:20.71875rem;display:block; }
#pudJeflVqS6w4iT5HFmJny8ifgUObuon { 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; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { background-color: transparent; background-image: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .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); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { border-width: 0; border-radius: 0; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#yppiHq1uDKf9cnUHQDR23FI04m12T5mV { 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; }
#BRx3UieT8PKBmB9LousiRH1wH4H56MXe { 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.25rem;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; }
#MwcLRxNiawT98FGJyHcWAOToT96WqG6L { 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; }
#toGCDf8p40MzehDuOvxcF4kgivxEsMXd { 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:;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; }
#Jlwxkz85aAJUC4bIcDahDQdEM9uWDDch { color:#36cebf;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; }
#tu9sxeuiOMkX5deyL4w4U59zTeBh4GKR { 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; }
#q92bZtEAUApgoAxPtxRmZx74DcW2OoMF { 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:19.125rem;left:27.5rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTLnQqfCFo5mF5uRGRxKTrBGZZo1pc5D { 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; }
#XDFx9BtvGMhPXCdHCM4chgOCwO4QMFV1 { color:#36cebf;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:19.125rem;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; }
#qTcgNxeAribI7xCbtCdgkse4okRai2f5 { color:#36cebf;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: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; }
#g9Nb5b3SXMtL6gk4n3ng5fS1WqyLUq4I { 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:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTcQrFs3ZKhVLREh5OnxNBPTUoSH7eFJ { color:#36cebf;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:31.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; }
#xKNQu4X68yoRNXmoCxMT2NgFuN3fVBkE { 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:31.375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#itw8X0F8BZHmXbUPydt20xQicpxTLeLq { color:#36cebf;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:35.9375rem;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; }
#ITJHACNRxZGlKoSk57AMOKvW3S7WT6Q3 { 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:35.9375rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKxoxRPaNU3ANsbM37wuQV0XLp2lJOJx { 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; }
#HJZccCZv5Gs6fsGI6OPJz0i5LbVRK27F { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#RMrvGH3pHZxWblPa2XzLiWcU7nW2bl5r { color:#36ceb6;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:40rem;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; }
#RQTnhPqIlkUcR7eXtvoo2J8KQOGonKKy { 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:40rem;left:27.5rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2esM7S9P5X0vFTPR25RXfH5qbm3BWtl { 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:49.1875rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yeHLCT32utuhOcFSRUGpUCGNPQHnrDKE { color:#36cebf;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:49.1875rem;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; }
#HGEvd91z5mvKEMAXzkzWWQqQ72zZDIro { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:45.9375rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BuD8V0cy8ohAddvoNnzeJObk4yGa9y8f { color:#36cebf;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:45.9375rem;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; }
#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb { 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; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container { background-color: transparent; background-image: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container > .video-iframe-container { display: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row > .video-iframe-container { display: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .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); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container { border-width: 0; border-radius: 0; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#A7qRJcTX5xMR7tMkcgBsbZg4oLyyOGxD { color:#ffffff;display:block;width:41.3125rem;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; }
#nCoGiPpEmzVAH7ZV8erlc7tWMm2unTXT { 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:5.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlFs9eBW2FyMaq26GmFbb0rGlcPmRnKz { color:#36cebf;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:5.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; }
#pxegLPpsJvEhtrQAtCUBUS9wTTVh9SRw { color:#36cebf;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:10.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; }
#tJak23qbGvqv2qepD7VeLFRG0VbCpkb6 { 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:10.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LDWSueFmrEiXycmN7FyLOxPw2SpF3Pmv { color:#36cebf;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:14.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; }
#ECMlPfPuHslRF8mOMFhwK01Vbogq12e3 { 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:14.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hve4DfV8fuaBgt9dLbvgtnTtKWgunqhy { color:#36cebf;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:19.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; }
#oONwO7rqa2a1gPhsfRheKBUFnxMltJM7 { 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:19.4375rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXh5EFPsQBrn4NeRSoV8aLDLBy1WCthZ { 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; }
#ikcr9pZLxzQ8DMbmI6RR0Ri0z4qVAXCC { 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:22.625rem;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; }
#nSwLRiRHfGwCf0TiwfB7se5GzRdscM0W { color:#36cebf;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:22.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; }
#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 { 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; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container { background-color: transparent; background-image: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container > .video-iframe-container { display: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row > .video-iframe-container { display: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .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); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container { border-width: 0; border-radius: 0; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#BkUPX2pLGfhxq6OLt6erL3IWE5hi9mJe { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.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; }
#Qc1zNV8G3WuxShedQADINsVsbLzzUoQk { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.625rem;left:27.5rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1nvBdwt1Q98T7xeSpgt4P0TDZdMhf59 { color:#36cebf;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:5.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; }
#D7bTTWXT1XCTTPJvM2ubNBzhkO8TFLx7 { color:#36cebf;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.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; }
#eZOX4WJWJVDOytc0MuDq1OxwD1ZM0ha7 { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRZPc9RTUMhNiZUyNnEzGIM8TkdJvKNh { color:#36cebf;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; }
#QUZ7a8Cvk2J7EGVvpXdZVnPBOFfxu6XT { color:#ffffff;display:block;width:37.3125rem;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; }
#Wbt1cvaMVT0zR6stHaI8AJAcHJqEwkd5 { color:#36cebf;display:block;width:7.25rem;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; }
#lzlTCgRGI3UiO1Rvy2smn6BtiGM4DBKR { 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:20.9375rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B21QDdBPMhhVDiRbZIUeomDsQsT8NFea { color:#36cebf;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:25.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; }
#qLzIXngoaaMQuraaCTfp7oB8MU1cCZ10 { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.0625rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xniOLTBbp7MatqzyAu2FFmgWw6eIDSp1 { 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; }
#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC { 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; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container { background-color: transparent; background-image: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container > .video-iframe-container { display: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row > .video-iframe-container { display: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .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); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container { border-width: 0; border-radius: 0; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#e7GGkJV8r1OFTnH7TQGgeeuqvIDpXWCB { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.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; }
#PbTAm4yZgGn5Ri1gB11egDRkxBaVUUFJ { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUkHzClyC3Bd4ya0xkpdDsWbKzNqWzND { color:#36cebf;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:5.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; }
#PMBVnXHnDK3Jn1Iqxz93rczTQe405NTL { color:#36cebf;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:10.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; }
#XHkwf4KnSBe7S6MFUBtIK12FmKLtAkOO { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.3125rem;left:27.5rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LtIuH7Byg72NE34iaBxQu1cmziTC4G6v { color:#36cebf;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.1875rem;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; }
#hN0W69y8rGHKnRT5IB022nJTLBayDtiT { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.1875rem;left:27.5rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rqxEzfdFgCuaosTtCDAHcmut5Cov2OMu { color:#36cebf;display:block;width:7.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:22.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; }
#XLNmk8anq3F4vXLhZTqGy1oMxsrm8BaP { 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:22.0625rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZuTxp2VSSpn2bnma8vX3UPsMpKHXGM9 { 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; }
#GwM4VHXKKFpEMR7EIHHTBRAAWSI78nlb { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.375rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RBTtgNvyzm49ANFKPPHS26GLBToP6CqB { color:#36cebf;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.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; }
#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.05625rem;text-align:center;text-align-last:center;display:block; }
#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36cebf;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; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { background-color: transparent; background-image: none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container > .video-iframe-container { display: none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row > .video-iframe-container { display: none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .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); }#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:block; }#yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { color:#ffffff;display:block;width:42.8125rem;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:#36cebf;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.637500762939rem;left:45.3125rem;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; }
#plTNXQftorRIg8sQnewerdbdNoZaTRvD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36cebf;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; }#plTNXQftorRIg8sQnewerdbdNoZaTRvD > .row .container { border-width: 0; border-radius: 0; }#plTNXQftorRIg8sQnewerdbdNoZaTRvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#plTNXQftorRIg8sQnewerdbdNoZaTRvD > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#R5yPLgpvrHrThi3Vz255l8qing3CKogO { color:#ffffff;display:block;width:42.8125rem;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; }
#BxznwVkOUkChOb6WsMitvWVg6qsXhMEx { 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; }
#c7mhbDaKGTSHwniG86ViIRySCc8FLCMJ { 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; }
#A0r90y5zhTEcicFXftl6ilsuLQiJVKe2 { 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; }
#TBmEIO6vtQblU4J0QI3St7slF9sczy58 { color:#36cebf;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; }
#IMkCB9bnd0VTAF4NKJyRVbdUwR84tzVO { color:#36cebf;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; }
#qRqtvZ6ksocRa7iOoU9qlQkJOs05ilgx { 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:#36cebf;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:17.131248474121rem;left:0rem;display:block; }
#QpwiGB4mHryTpTVV2hJNT7Fs9bRaAvtq { 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:#36cebf;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:42.5625rem;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:#36cebf;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; }
#sVKevDtmdMJySKHddWnJx2AikPdvLTqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36cebf;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:22.3125rem;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:61.6875rem;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:41.375rem;left:28.625rem;overflow:hidden;display:block; }
#VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:39.125rem;left:0rem;height:1.05625rem;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:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:47.3125rem;left:0rem;height:1.05625rem;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:49.625rem;left:30.5625rem;overflow:hidden;display:block; }
#XsRTTXeGdlEWXXhslB2Te3S0tkgDvNy1 { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.375rem;left:0rem;height:1.05625rem;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; }
#N9ovkobJzro0BQcrmg0sBffahiLcER7f { 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:4.8125rem;width:14.625rem;top:31.25rem;left:30.1875rem;overflow:hidden;display:block; }
#P9adkqIHLTiR6Zlw3GlhsestMvKvwVCI { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:1.05625rem;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; }
#EJGxXKEasEs1iEMRl3lyZ5Up5W1xmtPF { 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:4.0625rem;width:16.3125rem;top:11.5625rem;left:29.375rem;overflow:hidden;display:block; }
#ZlyCm4tsG8FTmG9xV7ZXNinvfTLxBCNn { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.565625190735rem;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; }
#vv9on3K2O9873GDV313e1moa2gw6qK7M { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:18.75rem;top:21.500000953674rem;left:28.125rem;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; } #Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .row .container { background-color: transparent; background-image: none; }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .row .container > .video-iframe-container { display: none; }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .row > .video-iframe-container { display: none; }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .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); }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .row .container { border-width: 0; border-radius: 0; }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .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; } #T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .row .container { background-color: transparent; background-image: none; }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .row .container > .video-iframe-container { display: none; }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .row > .video-iframe-container { display: none; }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .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); }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .row .container { border-width: 0; border-radius: 0; }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .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; } #TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container { background-color: transparent; background-image: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container > .video-iframe-container { display: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row > .video-iframe-container { display: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .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); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container { border-width: 0; border-radius: 0; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .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) { #DufhyROzQuPQOmeuvF0gArFNXJm05S67 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df9a96cf-3a99-4838-a142-b4b6e9897fdf/KV_MF_terpia_ruchem_TABLET.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67.adaptive-delivery-prevent-bg, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyload, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyloading { background-image: none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { width:47.75rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #N53SAqqos506u5tzqpeRD9z4984EyGAi { width:7.6875rem;height:2.25rem;top:3.75rem;left:20.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { width:17.8125rem;height:1.4625rem;top:19.3125rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { width:23.5625rem;height:9.75rem;top:8.83749961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cIUhKsWOezdc2hgLfLBvvB2uunJOVriM { width:3.75rem;height:3.75rem;top:21.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { width:13.4375rem;height:1rem;top:22.375rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { width:21.4375rem;height:1rem;top:23.8125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { width:10.0625rem;height:1.5rem;top:2.25rem;left:5.1739587783814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block; }
 }@media only screen and (max-width: 1199px) { #oz3qDrvNncMQlmORqAdv7rxsP18cvNoe { width:9.375rem;height:9.375rem;top:0.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WT7XHRk2V5gxgvJaalPOw1Fnk5OrUkPt { width:9.5625rem;height:1.21875rem;top:6.9375rem;left:37.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { 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) { #LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { 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) { #e4cohh3LaHAZJRcdLATD55h82gd1UHab { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { width:8.75rem;height:8.75rem;top:16.61874961853rem;left:37.15625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block; }
 }@media only screen and (max-width: 1199px) { #kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { width:16.25rem;height:3.75rem;top:26.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block; }
 }@media only screen and (max-width: 1199px) { #T0uLsfXBgDmaTLk14OgOh57tkMv6HLWE { width:19.25rem;height:4.375rem;top:2.5rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #a0gdXRTEPnbyKp461znaHDFaAKPTAazC { width:15.25rem;height:13.625rem;top:7.5rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { width:10rem;height:10rem;top:16.1875rem;left:36.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { width:16.25rem;height:3.75rem;top:26.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block; }
 }@media only screen and (max-width: 1199px) { #xmu09cW5gedlKgJH8AXKSBZQ6xi537Cq { width:9.5625rem;height:2.6rem;top:1.625rem;left:37.5625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #bTnNLms3zeC3fbpAfzHL5f3n85p23cRs { width:9.5625rem;height:1.95rem;top:4.375rem;left:37.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c73a2917-d4d2-457e-8d6d-377893e9f526/KV_MF_terpia_ruchem_tlo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH.adaptive-delivery-prevent-bg, #VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH.lazyload, #VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH.lazyloading { background-image: none; }#VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH > .row .container { width:47.75rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #t6Q1CADP69s7tFxs7ClTKRW7E3OkkOXQ { width:7.6875rem;height:2.25rem;top:3.75rem;left:20.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMXlkliKBNubsRgFFdwwXBFq4snTBK0O { width:17.8125rem;height:1.4625rem;top:19.3125rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #TiaDttqEqTTwvzHtXFq2xnMbe0Xv9M8p { width:23.5625rem;height:9.75rem;top:8.83749961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #iLtKeWttxBNAgw40BuJVyf43s0eEqtTi { width:3.75rem;height:3.75rem;top:21.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqTIvNhdKMMlV9bKE19hVwqnV2QNgIez { width:13.4375rem;height:1rem;top:22.375rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #F9rMAKZCKV9RUHnuTxfMo5lnZ6RQQqBT { width:21.4375rem;height:1rem;top:23.8125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #DHfrBRZGsBiKi80x3eydcRkT7EnDAIkN { width:10.0625rem;height:1.5rem;top:2.25rem;left:5.1739587783814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfO1hQSWaP9QTMmXHl37vCkBLTH3yyeo { display:block; }
 }@media only screen and (max-width: 1199px) { #t1i8HQfJTVgzEqzXI9sfkESlK049Tvhh { width:9.375rem;height:9.375rem;top:0.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTBi7HurXECQKwAvpPehE6Zi4R4IBsBk { width:9.5625rem;height:1.21875rem;top:6.9375rem;left:37.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #xykBOoEkggdtDrnq972Lx3XlaakpChG9 { width:9.875rem;height:2.68125rem;top:17.893750190735rem;left:36.6875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #JZv3t1BUfldoopvN9EhggK9iFq48USn7 { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pSk6qGE1qEDHfl2dDS4fsQeVbotrW8KJ { width:16.25rem;height:3.75rem;top:27.75rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzkmiVCZnOH0SeLvq1Zfeq6NXfaEBfvo { display:block; }
 }@media only screen and (max-width: 1199px) { #Pr2QRvhai7ZKOKFOPAsllRJoABM8ZzK5 { width:19.25rem;height:4.375rem;top:2.5rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #NlxGXKORbHBkp3TsyK4RJoPkG6oTI9LL { width:10rem;height:10rem;top:16.0625rem;left:36.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #xE9zJZmIszTssnimdKryfqBZ5EC8UdRt { width:16.25rem;height:3.75rem;top:27.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XGUHZzCS1nReQs2zXLU7lGLv7FKh7Q8h { display:block; }
 }@media only screen and (max-width: 1199px) { #Dhspo5N1ksf2uvEbxZVwLPzTxe36Se0a { width:9.5625rem;height:2.6rem;top:1.625rem;left:37.5625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #aAEZVfJz2t6VmAlvZq1FhICA0VAKFrVm { width:9.5625rem;height:1.95rem;top:4.375rem;left:37.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #l7mUdCa7kIlbKqEXCwqn9XQ6ag2l823x { width:8.25rem;height:2.5625rem;top:21.14999961853rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5zi3wS9xoQTt9J4oPshKnfF1345lpyz { width:25.5rem;height:23.125rem;top:1.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQJNEuT5hAw97W45cKK3ultgMIF0at5b { width:16.25rem;height:0.9rem;top:26.375rem;left:18.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fmsKifQoXRJJWdlcSrNV6vcKzQJM3ADO { width:13.75rem;height:1.95rem;top:31.8125rem;left:19.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c73a2917-d4d2-457e-8d6d-377893e9f526/KV_MF_terpia_ruchem_tlo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle.adaptive-delivery-prevent-bg, #b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle.lazyload, #b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle.lazyloading { background-image: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container { background-color: transparent; background-image: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container > .video-iframe-container { display: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row > .video-iframe-container { display: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .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); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iKmp04kElEGLE0pkfB28JikgDV5NUucB { width:7.6875rem;height:2.25rem;top:3.75rem;left:20.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fowcg4nGWHLLIrkz8bqsVLlgTRUNWIF4 { width:17.8125rem;height:1.4625rem;top:19.3125rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #QTGvRIQWvkkAcmrpZwTDHNyrdMCi4xQQ { width:23.5625rem;height:9.75rem;top:8.83749961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #p1EfrGrA4l1sTwrzrGTSJezbEd7uvgDW { width:3.75rem;height:3.75rem;top:21.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LtLVLSTKJ1JnFE2uL1ptNBSb7yu47nh7 { width:13.4375rem;height:1rem;top:22.375rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #G1mmCqTCs9kJ3h1DRyovGZVTKgLt2p6T { width:21.4375rem;height:1rem;top:23.8125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #wA2e4LIQr3uTB5HWpi7TTcerah1BfNzh { width:10.0625rem;height:1.5rem;top:2.25rem;left:5.1739587783814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s1MdJZ7nv2hR6X0t6BgoRuMlGEMO295Z { display:block; }
 }@media only screen and (max-width: 1199px) { #ZuV0MB8mTSK3Vt3Hm1RXXS6xqBbZxt79 { width:9.375rem;height:9.375rem;top:0.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Brek9T2xHO7g5hWClpfRsXhSzSZHeOGy { width:9.5625rem;height:1.21875rem;top:6.9375rem;left:37.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #PlApNTOiJSRH054PsqTtOBGPcaGvq3k7 { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtRKeuFTNhRX6DZEV7oL8eXWTdyt05Jb { width:16.25rem;height:3.75rem;top:27.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tu0SWOU4LBhxVrDyO1n7PXOatTAmVqx5 { display:block; }
 }@media only screen and (max-width: 1199px) { #WkkeUsO31ai46gJZud25LqdNp0VuEDBz { width:19.25rem;height:4.375rem;top:2.5rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #gfmvTIBOdZbkuF5lLhfBuhcRpLV0gDqQ { width:10rem;height:10rem;top:16.0625rem;left:36.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #TW3Mb1wgaNzzXBCrNOoMKHAKu7isTvtF { width:9.5625rem;height:2.6rem;top:1.625rem;left:37.5625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #lZPaksZnm1XE67HIOEIpZcREVStN4xlb { width:9.5625rem;height:1.95rem;top:4.375rem;left:37.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #SpQXnA8OnLGHFB7Jm7EN8PfzD0PvZdcw { width:25.5rem;height:23.125rem;top:1.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITFTovxShIuXAsWOTDiGq5ZE4GKQBQ8N { width:12.25rem;height:2.7625rem;top:19.768749237061rem;left:35.5rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c73a2917-d4d2-457e-8d6d-377893e9f526/KV_MF_terpia_ruchem_tlo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y.adaptive-delivery-prevent-bg, #E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y.lazyload, #E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y.lazyloading { background-image: none; }#E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y > .row .container { width:47.75rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DkO0uwMTZR4PdyZesyDtrHvXNqgaG12b { width:7.6875rem;height:2.25rem;top:3.75rem;left:20.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oNp66QZ8AqowX6A2dJbST1GEhI5DM1Jw { width:17.8125rem;height:1.4625rem;top:19.3125rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #lonwzwWNAOad2z23hu4wapkZbrXFIr1K { width:23.5625rem;height:9.75rem;top:8.83749961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Qic7rZcqpey15s93pXJEBMBOOfx2cORK { width:3.75rem;height:3.75rem;top:21.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ztd2wxXKQZFMUBuk3igvRTrGsSLf0DNT { width:13.4375rem;height:1rem;top:22.375rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #wbowBEI2vqQzCIuPktGDCalATf45GqtL { width:21.4375rem;height:1rem;top:23.8125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ya10HgXCG3pKp47GqKTemsAvcs0TOqtt { width:10.0625rem;height:1.5rem;top:2.25rem;left:5.1739587783814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTPSw58arHSEVlrFU9IcFkolzyrQoEiE { display:block; }
 }@media only screen and (max-width: 1199px) { #XEMJ0R5JcuJuRlBqx6kESshKIxef8MxP { width:9.375rem;height:9.375rem;top:0.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrIeDAn8x1pUTSSmIqX814nO8IIINeng { width:9.5625rem;height:1.21875rem;top:6.9375rem;left:37.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ws7lAGaf4oOD1PqrT9WvqoV89k3EGh8x { width:9.875rem;height:2.68125rem;top:17.893750190735rem;left:36.6875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #d1ZHkSTl0toIXt1BMhTyfaZnugcmnPsi { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P24q7Zby7tn8PKKmJ2HHlVg8ngI9xfvI { width:16.25rem;height:3.75rem;top:26.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddGaL9uVzL3B2rGCyKnilwDWMJ3DNOIh { display:block; }
 }@media only screen and (max-width: 1199px) { #HraaVKtEVcS5JrhQfkf61RzCFdDrE60Z { width:19.25rem;height:4.375rem;top:2.5rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #azqJPZmHJEKloFgmNfFb3n9T4Wwnc2g4 { width:10rem;height:10rem;top:16.0625rem;left:36.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #Ttw7sZpCeqKeWfH5E0olkHoSQRK030dr { width:16.25rem;height:3.75rem;top:26.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVhEeZFDpNdJQMeUaINsAS6Jex0TyOBo { display:block; }
 }@media only screen and (max-width: 1199px) { #dpK3C04H72LOdi4yt0GDQcVLafmXe7oJ { width:9.5625rem;height:2.6rem;top:1.625rem;left:37.5625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #kwQU35bflX69zqDMbsb3S78gznV3l4yq { width:9.5625rem;height:1.95rem;top:4.375rem;left:37.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #eGE4QXaBRev907OLJHLFzzFiagEtVvHA { width:8.25rem;height:2.5625rem;top:21.14999961853rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLVATeTLwV2bWTPTPKreLCz5vNauZVGT { width:25.5rem;height:23.125rem;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:1.21875rem;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) { #o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI { display:block; }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wJIduBOk1DDKGBLfxHh9mDBHLQcD2oDl { 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) { #m4yfVUo0tmpbF2MyWgHx88w8Wut3wacg { width:47rem;height:19.2rem;top:8.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9Qxb8n93EUstVFWOF0cdkmpwyHQWN3S { 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) { #nME62eT94QNNRZh7IvUT8i5hklrshwBn { display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { width:47rem;height:1.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { width:22.625rem;height:12.625rem;top:3.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { width:22.625rem;height:12.625rem;top:3.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { width:22.375rem;height:1.6rem;top:16.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { width:22.875rem;height:1.6rem;top:16.4375rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcsBtgIz7W7XrPSts5we49Mk91EWtBFy { display:block; }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BMDr80pEOv7rrG9hgDZd3V8OeKbikTzN { width:9.4375rem;height:2.8rem;top:9rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yr4ydsQmR336gkehpd15oH88d1UnTz1y { width:11.9375rem;height:4.2rem;top:9rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVpKZeOF7531wyWO8OQe84D2a9QGkVU4 { width:5rem;height:5rem;top:2.5rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xio0Ooi4w0M0iZDJNPABAabtwKUqiziN { width:5rem;height:5rem;top:2.5rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9p4RgKEBoXTapPc5Ik3Km7uCvlSkHEM { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5flygh42E6iTSkluOiGCekHM36T0CfV { width:11.9375rem;height:4.2rem;top:9rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tiV0o26ZAfU1bvOX645Nrbl8CSnamDAU { width:5rem;height:5rem;top:2.5rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NolzZTU0Zub4RSEusRxOBVH6bMqcgTZk { 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) { #ZThOwlRt0dtJVn99qk85SbHpRzFRwVeB { width:5rem;height:5rem;top:2.5rem;left:39.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lK0y2D6Jd4zdgT1bEg3mSDlb1J68k6fw { width:11.9375rem;height:2.8rem;top:9.0625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { width:47.75rem;height:18.5625rem;position:relative;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) { #wpcbK3KXoXdhqaDWN3pUrzModwWXbRKS { width:28.75rem;height:16.0625rem;top:0rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pudJeflVqS6w4iT5HFmJny8ifgUObuon { 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; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { background-color: transparent; background-image: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .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); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { border-width: 0; border-radius: 0; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { width:47.75rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yppiHq1uDKf9cnUHQDR23FI04m12T5mV { 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) { #BRx3UieT8PKBmB9LousiRH1wH4H56MXe { 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) { #MwcLRxNiawT98FGJyHcWAOToT96WqG6L { 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) { #toGCDf8p40MzehDuOvxcF4kgivxEsMXd { width:40.0625rem;height:1.575rem;top:25.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jlwxkz85aAJUC4bIcDahDQdEM9uWDDch { width:6.4375rem;height:1.4rem;top:19.000000953674rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tu9sxeuiOMkX5deyL4w4U59zTeBh4GKR { 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) { #q92bZtEAUApgoAxPtxRmZx74DcW2OoMF { width:37.125rem;height:4.2rem;top:29rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #NTLnQqfCFo5mF5uRGRxKTrBGZZo1pc5D { width:33.125rem;height:2.8rem;top:19.000000953674rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDFx9BtvGMhPXCdHCM4chgOCwO4QMFV1 { width:6.4375rem;height:1.4rem;top:29.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTcgNxeAribI7xCbtCdgkse4okRai2f5 { width:6.75rem;height:1.4rem;top:35.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9Nb5b3SXMtL6gk4n3ng5fS1WqyLUq4I { width:35.625rem;height:5.6rem;top:35.0625rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #FTcQrFs3ZKhVLREh5OnxNBPTUoSH7eFJ { width:6.625rem;height:1.4rem;top:42.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKNQu4X68yoRNXmoCxMT2NgFuN3fVBkE { width:37.4375rem;height:2.8rem;top:42.625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #itw8X0F8BZHmXbUPydt20xQicpxTLeLq { width:6.3125rem;height:1.4rem;top:47.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITJHACNRxZGlKoSk57AMOKvW3S7WT6Q3 { width:38.125rem;height:1.4rem;top:47.3125rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #yKxoxRPaNU3ANsbM37wuQV0XLp2lJOJx { width:46.5rem;height:0.0625rem;top:23.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJZccCZv5Gs6fsGI6OPJz0i5LbVRK27F { width:12.5rem;height:12.5rem;top:5.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMrvGH3pHZxWblPa2XzLiWcU7nW2bl5r { width:6.0625rem;height:1.4rem;top:50.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQTnhPqIlkUcR7eXtvoo2J8KQOGonKKy { width:38.125rem;height:4.2rem;top:50.75rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #T2esM7S9P5X0vFTPR25RXfH5qbm3BWtl { width:38.125rem;height:1.4rem;top:58.875rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #yeHLCT32utuhOcFSRUGpUCGNPQHnrDKE { width:6.0625rem;height:1.4rem;top:58.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGEvd91z5mvKEMAXzkzWWQqQ72zZDIro { width:37.4375rem;height:1.4rem;top:55.4375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #BuD8V0cy8ohAddvoNnzeJObk4yGa9y8f { width:6.4375rem;height:1.4rem;top:55.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb { 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; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container { background-color: transparent; background-image: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container > .video-iframe-container { display: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row > .video-iframe-container { display: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .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); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container { border-width: 0; border-radius: 0; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container { width:47.75rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A7qRJcTX5xMR7tMkcgBsbZg4oLyyOGxD { width:40.0625rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCoGiPpEmzVAH7ZV8erlc7tWMm2unTXT { width:37.125rem;height:2.8rem;top:5.4375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #KlFs9eBW2FyMaq26GmFbb0rGlcPmRnKz { width:6.4375rem;height:1.4rem;top:5.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pxegLPpsJvEhtrQAtCUBUS9wTTVh9SRw { width:6.75rem;height:1.4rem;top:10.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJak23qbGvqv2qepD7VeLFRG0VbCpkb6 { width:35.625rem;height:4.2rem;top:10rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #LDWSueFmrEiXycmN7FyLOxPw2SpF3Pmv { width:6.625rem;height:1.4rem;top:16.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECMlPfPuHslRF8mOMFhwK01Vbogq12e3 { width:37.4375rem;height:4.2rem;top:16.1875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #hve4DfV8fuaBgt9dLbvgtnTtKWgunqhy { width:6.0625rem;height:1.4rem;top:22.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oONwO7rqa2a1gPhsfRheKBUFnxMltJM7 { width:38.125rem;height:1.4rem;top:22.25rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #vXh5EFPsQBrn4NeRSoV8aLDLBy1WCthZ { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ikcr9pZLxzQ8DMbmI6RR0Ri0z4qVAXCC { width:33.1875rem;height:1.4rem;top:25.875rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSwLRiRHfGwCf0TiwfB7se5GzRdscM0W { width:6.0625rem;height:1.4rem;top:25.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TydxSoM2tbZxZvnWv2993VSaigK0vLP8 { 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; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container { background-color: transparent; background-image: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container > .video-iframe-container { display: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row > .video-iframe-container { display: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .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); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container { border-width: 0; border-radius: 0; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container { width:47.75rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BkUPX2pLGfhxq6OLt6erL3IWE5hi9mJe { width:40.0625rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qc1zNV8G3WuxShedQADINsVsbLzzUoQk { width:37.125rem;height:4.2rem;top:5.4375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #z1nvBdwt1Q98T7xeSpgt4P0TDZdMhf59 { width:6.4375rem;height:1.4rem;top:5.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7bTTWXT1XCTTPJvM2ubNBzhkO8TFLx7 { width:6.75rem;height:1.4rem;top:11.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZOX4WJWJVDOytc0MuDq1OxwD1ZM0ha7 { width:35.625rem;height:2.8rem;top:11.625rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #IRZPc9RTUMhNiZUyNnEzGIM8TkdJvKNh { width:6.625rem;height:1.4rem;top:16.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QUZ7a8Cvk2J7EGVvpXdZVnPBOFfxu6XT { width:37.4375rem;height:2.8rem;top:16.3125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Wbt1cvaMVT0zR6stHaI8AJAcHJqEwkd5 { width:6.0625rem;height:1.4rem;top:21.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzlTCgRGI3UiO1Rvy2smn6BtiGM4DBKR { width:38.125rem;height:1.4rem;top:21rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #B21QDdBPMhhVDiRbZIUeomDsQsT8NFea { width:6.0625rem;height:1.4rem;top:24.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLzIXngoaaMQuraaCTfp7oB8MU1cCZ10 { width:38rem;height:1.4rem;top:24.875rem;left:7.8125rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #xniOLTBbp7MatqzyAu2FFmgWw6eIDSp1 { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC { 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; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container { background-color: transparent; background-image: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container > .video-iframe-container { display: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row > .video-iframe-container { display: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .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); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container { border-width: 0; border-radius: 0; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container { width:47.75rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e7GGkJV8r1OFTnH7TQGgeeuqvIDpXWCB { width:40.0625rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PbTAm4yZgGn5Ri1gB11egDRkxBaVUUFJ { width:37.125rem;height:4.2rem;top:5.4375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #uUkHzClyC3Bd4ya0xkpdDsWbKzNqWzND { width:6.4375rem;height:1.4rem;top:5.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMBVnXHnDK3Jn1Iqxz93rczTQe405NTL { width:6.75rem;height:1.4rem;top:11.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHkwf4KnSBe7S6MFUBtIK12FmKLtAkOO { width:35.625rem;height:4.2rem;top:11.5625rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #LtIuH7Byg72NE34iaBxQu1cmziTC4G6v { width:6.625rem;height:1.4rem;top:17.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hN0W69y8rGHKnRT5IB022nJTLBayDtiT { width:37.4375rem;height:4.2rem;top:17.625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #rqxEzfdFgCuaosTtCDAHcmut5Cov2OMu { width:6.0625rem;height:1.4rem;top:23.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLNmk8anq3F4vXLhZTqGy1oMxsrm8BaP { width:38.125rem;height:1.4rem;top:23.5625rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #qZuTxp2VSSpn2bnma8vX3UPsMpKHXGM9 { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GwM4VHXKKFpEMR7EIHHTBRAAWSI78nlb { width:37.4375rem;height:1.4rem;top:26.9375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #RBTtgNvyzm49ANFKPPHS26GLBToP6CqB { width:6.0625rem;height:1.4rem;top:26.9375rem;left:0.625rem;font-size:1rem;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:block; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { width:47.75rem;height:32.375rem;position:relative;display:block; } }@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:3.575rem;top:19.80624961853rem;left:17.71875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #plTNXQftorRIg8sQnewerdbdNoZaTRvD { display:none; }#plTNXQftorRIg8sQnewerdbdNoZaTRvD > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #R5yPLgpvrHrThi3Vz255l8qing3CKogO { 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) { #BxznwVkOUkChOb6WsMitvWVg6qsXhMEx { 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) { #c7mhbDaKGTSHwniG86ViIRySCc8FLCMJ { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0r90y5zhTEcicFXftl6ilsuLQiJVKe2 { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBmEIO6vtQblU4J0QI3St7slF9sczy58 { 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) { #IMkCB9bnd0VTAF4NKJyRVbdUwR84tzVO { 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) { #qRqtvZ6ksocRa7iOoU9qlQkJOs05ilgx { width:16.25rem;height:3.75rem;top:31.40625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QpwiGB4mHryTpTVV2hJNT7Fs9bRaAvtq { 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:47.75rem;height:6.5rem;top:2.5rem;left:-0.0625rem;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) { #sVKevDtmdMJySKHddWnJx2AikPdvLTqU { display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { width:47.75rem;height:36.4375rem;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:15rem;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:15rem;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:49.4375rem;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:33.625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { width:21.0625rem;height:1.05625rem;top:31.1875rem;left:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { width:21.0625rem;height:1.05625rem;top:38.5625rem;left:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { width:11.0625rem;height:5rem;top:40.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsRTTXeGdlEWXXhslB2Te3S0tkgDvNy1 { width:21.0625rem;height:1.05625rem;top:22.25rem;left:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9ovkobJzro0BQcrmg0sBffahiLcER7f { width:12.125rem;height:4rem;top:24.3125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9adkqIHLTiR6Zlw3GlhsestMvKvwVCI { width:21.0625rem;height:1.05625rem;top:6.25rem;left:13.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJGxXKEasEs1iEMRl3lyZ5Up5W1xmtPF { width:13.5rem;height:3.375rem;top:7.875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZlyCm4tsG8FTmG9xV7ZXNinvfTLxBCNn { width:21.0625rem;height:1.05625rem;top:13.4375rem;left:13.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vv9on3K2O9873GDV313e1moa2gw6qK7M { width:13.5rem;height:2.5625rem;top:16.125rem;left:17.125rem;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; } #Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .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; } #T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .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; } #TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container { background-color: transparent; background-image: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container > .video-iframe-container { display: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row > .video-iframe-container { display: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .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); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .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.5rem;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:#36cebf;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:#36cebf;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:#36cebf;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:#36cebf;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block; }
 }@media only screen and (max-width: 763px) { #DufhyROzQuPQOmeuvF0gArFNXJm05S67 { background-color:#ffffff;background-image:none;display:none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N53SAqqos506u5tzqpeRD9z4984EyGAi { width:3.6875rem;height:1.5rem;top:7.03125rem;left:15rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { width:20rem;height:1.38125rem;top:15rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { width:19.375rem;height:4.95rem;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) { #cIUhKsWOezdc2hgLfLBvvB2uunJOVriM { width:2.5rem;height:2.5rem;top:17.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { width:10.375rem;height:0.75rem;top:17.75rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { width:15.9375rem;height:0.9rem;top:18.8125rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block; }
 }@media only screen and (max-width: 763px) { #oz3qDrvNncMQlmORqAdv7rxsP18cvNoe { width:6.875rem;height:6.8125rem;top:20.625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #WT7XHRk2V5gxgvJaalPOw1Fnk5OrUkPt { width:6.875rem;height:0.89375rem;top:25.125rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { width:6.6875rem;height:2.1125rem;top:32.8125rem;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) { #LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { width:6.4375rem;height:3.25rem;top:35.09375rem;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) { #e4cohh3LaHAZJRcdLATD55h82gd1UHab { width:9.75rem;height:9.75rem;top:31.125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { width:7.375rem;height:7.375rem;top:32.375rem;left:0.9375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block; }
 }@media only screen and (max-width: 763px) { #kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { width:16.25rem;height:3.75rem;top:46.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block; }
 }@media only screen and (max-width: 763px) { #T0uLsfXBgDmaTLk14OgOh57tkMv6HLWE { width:14.875rem;height:3.375rem;top:4.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0gdXRTEPnbyKp461znaHDFaAKPTAazC { width:17.4375rem;height:15.5625rem;top:22.375rem;left:1.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { width:8.125rem;height:8.125rem;top:31.9375rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { width:16.25rem;height:3.75rem;top:41.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block; }
 }@media only screen and (max-width: 763px) { #xmu09cW5gedlKgJH8AXKSBZQ6xi537Cq { width:6.875rem;height:2.275rem;top:21.0625rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #bTnNLms3zeC3fbpAfzHL5f3n85p23cRs { width:6.6875rem;height:1.625rem;top:23.1875rem;left:13.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH { background-color:#ffffff;background-image:none;display:none; }#VdNIG5OlP5MITIMnU3k8KTuwsDNvWWpH > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t6Q1CADP69s7tFxs7ClTKRW7E3OkkOXQ { width:3.6875rem;height:1.5rem;top:7.03125rem;left:15rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMXlkliKBNubsRgFFdwwXBFq4snTBK0O { width:20rem;height:1.38125rem;top:15rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiaDttqEqTTwvzHtXFq2xnMbe0Xv9M8p { width:19.375rem;height:4.95rem;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) { #iLtKeWttxBNAgw40BuJVyf43s0eEqtTi { width:2.5rem;height:2.5rem;top:17.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqTIvNhdKMMlV9bKE19hVwqnV2QNgIez { width:10.375rem;height:0.75rem;top:17.75rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9rMAKZCKV9RUHnuTxfMo5lnZ6RQQqBT { width:15.9375rem;height:0.9rem;top:18.8125rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DHfrBRZGsBiKi80x3eydcRkT7EnDAIkN { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfO1hQSWaP9QTMmXHl37vCkBLTH3yyeo { display:block; }
 }@media only screen and (max-width: 763px) { #t1i8HQfJTVgzEqzXI9sfkESlK049Tvhh { width:6.875rem;height:6.8125rem;top:20.625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #FTBi7HurXECQKwAvpPehE6Zi4R4IBsBk { width:6.875rem;height:0.89375rem;top:25.125rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #xykBOoEkggdtDrnq972Lx3XlaakpChG9 { width:6.0625rem;height:2.925rem;top:32.450000762939rem;left:10.831250190735rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #JZv3t1BUfldoopvN9EhggK9iFq48USn7 { width:9.75rem;height:9.75rem;top:31.125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #pSk6qGE1qEDHfl2dDS4fsQeVbotrW8KJ { width:16.25rem;height:3.75rem;top:47.66250038147rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzkmiVCZnOH0SeLvq1Zfeq6NXfaEBfvo { display:block; }
 }@media only screen and (max-width: 763px) { #Pr2QRvhai7ZKOKFOPAsllRJoABM8ZzK5 { width:14.875rem;height:3.375rem;top:4.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlxGXKORbHBkp3TsyK4RJoPkG6oTI9LL { width:8.125rem;height:8.125rem;top:31.9375rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #xE9zJZmIszTssnimdKryfqBZ5EC8UdRt { width:16.25rem;height:3.75rem;top:41.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUHZzCS1nReQs2zXLU7lGLv7FKh7Q8h { display:block; }
 }@media only screen and (max-width: 763px) { #Dhspo5N1ksf2uvEbxZVwLPzTxe36Se0a { width:6.875rem;height:2.275rem;top:21.0625rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #aAEZVfJz2t6VmAlvZq1FhICA0VAKFrVm { width:6.6875rem;height:1.625rem;top:23.1875rem;left:13.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #l7mUdCa7kIlbKqEXCwqn9XQ6ag2l823x { width:6.8125rem;height:2.1875rem;top:35.8125rem;left:10.456250190735rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #a5zi3wS9xoQTt9J4oPshKnfF1345lpyz { width:19.75rem;height:17.75rem;top:21.25rem;left:0.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nQJNEuT5hAw97W45cKK3ultgMIF0at5b { width:16.25rem;height:0.9rem;top:46.35000038147rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsKifQoXRJJWdlcSrNV6vcKzQJM3ADO { width:13.75rem;height:1.95rem;top:51.8125rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle { background-color:#ffffff;background-image:none;display:block; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container { background-color: transparent; background-image: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container > .video-iframe-container { display: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row > .video-iframe-container { display: none; }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .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); }#b8gEzW9VWuodAVqmcxaRWb5CJ0ocaOle > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKmp04kElEGLE0pkfB28JikgDV5NUucB { width:3.6875rem;height:1.5rem;top:7.03125rem;left:15rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fowcg4nGWHLLIrkz8bqsVLlgTRUNWIF4 { width:20rem;height:1.38125rem;top:15rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTGvRIQWvkkAcmrpZwTDHNyrdMCi4xQQ { width:19.375rem;height:4.95rem;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) { #p1EfrGrA4l1sTwrzrGTSJezbEd7uvgDW { width:2.5rem;height:2.5rem;top:17.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtLVLSTKJ1JnFE2uL1ptNBSb7yu47nh7 { width:10.375rem;height:0.75rem;top:17.75rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1mmCqTCs9kJ3h1DRyovGZVTKgLt2p6T { width:15.9375rem;height:0.9rem;top:18.8125rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wA2e4LIQr3uTB5HWpi7TTcerah1BfNzh { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1MdJZ7nv2hR6X0t6BgoRuMlGEMO295Z { display:block; }
 }@media only screen and (max-width: 763px) { #ZuV0MB8mTSK3Vt3Hm1RXXS6xqBbZxt79 { width:6.875rem;height:6.8125rem;top:20.625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #Brek9T2xHO7g5hWClpfRsXhSzSZHeOGy { width:6.875rem;height:0.89375rem;top:25.125rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #PlApNTOiJSRH054PsqTtOBGPcaGvq3k7 { width:9.75rem;height:9.75rem;top:31.125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #EtRKeuFTNhRX6DZEV7oL8eXWTdyt05Jb { width:16.25rem;height:3.75rem;top:42.162498474121rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu0SWOU4LBhxVrDyO1n7PXOatTAmVqx5 { display:block; }
 }@media only screen and (max-width: 763px) { #WkkeUsO31ai46gJZud25LqdNp0VuEDBz { width:14.875rem;height:3.375rem;top:4.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfmvTIBOdZbkuF5lLhfBuhcRpLV0gDqQ { width:8.125rem;height:8.125rem;top:31.9375rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #TW3Mb1wgaNzzXBCrNOoMKHAKu7isTvtF { width:6.875rem;height:2.275rem;top:21.0625rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #lZPaksZnm1XE67HIOEIpZcREVStN4xlb { width:6.6875rem;height:1.625rem;top:23.1875rem;left:13.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #SpQXnA8OnLGHFB7Jm7EN8PfzD0PvZdcw { width:19.75rem;height:17.75rem;top:21.25rem;left:0.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ITFTovxShIuXAsWOTDiGq5ZE4GKQBQ8N { width:9.875rem;height:2.4375rem;top:34.78125rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y { background-color:#ffffff;background-image:none;display:none; }#E2v9IZc8vm25x0e9EgmWwvC5Mo9pzT5y > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DkO0uwMTZR4PdyZesyDtrHvXNqgaG12b { width:3.6875rem;height:1.5rem;top:7.03125rem;left:15rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNp66QZ8AqowX6A2dJbST1GEhI5DM1Jw { width:20rem;height:1.38125rem;top:15rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lonwzwWNAOad2z23hu4wapkZbrXFIr1K { width:19.375rem;height:4.95rem;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) { #Qic7rZcqpey15s93pXJEBMBOOfx2cORK { width:2.5rem;height:2.5rem;top:17.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztd2wxXKQZFMUBuk3igvRTrGsSLf0DNT { width:10.375rem;height:0.75rem;top:17.75rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbowBEI2vqQzCIuPktGDCalATf45GqtL { width:15.9375rem;height:0.9rem;top:18.8125rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ya10HgXCG3pKp47GqKTemsAvcs0TOqtt { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPSw58arHSEVlrFU9IcFkolzyrQoEiE { display:block; }
 }@media only screen and (max-width: 763px) { #XEMJ0R5JcuJuRlBqx6kESshKIxef8MxP { width:6.875rem;height:6.8125rem;top:20.625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #hrIeDAn8x1pUTSSmIqX814nO8IIINeng { width:6.875rem;height:0.89375rem;top:25.125rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #ws7lAGaf4oOD1PqrT9WvqoV89k3EGh8x { width:6.0625rem;height:2.925rem;top:32.450000762939rem;left:10.831250190735rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #d1ZHkSTl0toIXt1BMhTyfaZnugcmnPsi { width:9.75rem;height:9.75rem;top:31.125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #P24q7Zby7tn8PKKmJ2HHlVg8ngI9xfvI { width:16.25rem;height:3.75rem;top:46.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGaL9uVzL3B2rGCyKnilwDWMJ3DNOIh { display:block; }
 }@media only screen and (max-width: 763px) { #HraaVKtEVcS5JrhQfkf61RzCFdDrE60Z { width:14.875rem;height:3.375rem;top:4.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azqJPZmHJEKloFgmNfFb3n9T4Wwnc2g4 { width:8.125rem;height:8.125rem;top:31.9375rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Ttw7sZpCeqKeWfH5E0olkHoSQRK030dr { width:16.25rem;height:3.75rem;top:41.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVhEeZFDpNdJQMeUaINsAS6Jex0TyOBo { display:block; }
 }@media only screen and (max-width: 763px) { #dpK3C04H72LOdi4yt0GDQcVLafmXe7oJ { width:6.875rem;height:2.275rem;top:21.0625rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #kwQU35bflX69zqDMbsb3S78gznV3l4yq { width:6.6875rem;height:1.625rem;top:23.1875rem;left:13.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #eGE4QXaBRev907OLJHLFzzFiagEtVvHA { width:6.8125rem;height:2.1875rem;top:35.8125rem;left:10.456250190735rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #xLVATeTLwV2bWTPTPKreLCz5vNauZVGT { width:19.75rem;height:17.75rem;top:21.25rem;left:0.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { width:20rem;height:1.3333333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { width:3.125rem;height:2.6rem;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.3rem;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.3rem;top:5.3875007629394rem;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.6rem;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.6rem;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.3rem;top:9.0750007629394rem;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.3rem;top:12.549987792969rem;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.6rem;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) { #o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI { display:block; }#o3xAnwcyI2yyvVxqcq6fprFr41HeB1OI > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJIduBOk1DDKGBLfxHh9mDBHLQcD2oDl { 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) { #m4yfVUo0tmpbF2MyWgHx88w8Wut3wacg { width:20rem;height:31.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) { #m9Qxb8n93EUstVFWOF0cdkmpwyHQWN3S { 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) { #nME62eT94QNNRZh7IvUT8i5hklrshwBn { display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { width:20rem;height:1.5rem;top:0rem;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:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { height:11.160220994475rem;width:20rem;top:18.2854375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { width:20rem;height:1.6rem;top:14.883375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { width:20rem;height:1.6rem;top:30.045875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcsBtgIz7W7XrPSts5we49Mk91EWtBFy { display:block; }#WcsBtgIz7W7XrPSts5we49Mk91EWtBFy > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMDr80pEOv7rrG9hgDZd3V8OeKbikTzN { 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) { #yr4ydsQmR336gkehpd15oH88d1UnTz1y { width:14.4375rem;height:3.9375rem;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) { #nVpKZeOF7531wyWO8OQe84D2a9QGkVU4 { width:2.5rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xio0Ooi4w0M0iZDJNPABAabtwKUqiziN { width:2.5rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9p4RgKEBoXTapPc5Ik3Km7uCvlSkHEM { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5flygh42E6iTSkluOiGCekHM36T0CfV { 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) { #tiV0o26ZAfU1bvOX645Nrbl8CSnamDAU { width:2.5rem;height:2.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NolzZTU0Zub4RSEusRxOBVH6bMqcgTZk { 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) { #ZThOwlRt0dtJVn99qk85SbHpRzFRwVeB { width:2.5rem;height:2.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK0y2D6Jd4zdgT1bEg3mSDlb1J68k6fw { 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) { #evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { width:20rem;height:13.125rem;position:relative;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) { #wpcbK3KXoXdhqaDWN3pUrzModwWXbRKS { height:11.2208125rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pudJeflVqS6w4iT5HFmJny8ifgUObuon { background-color:#0c163f;background-image:none;display:block; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { background-color: transparent; background-image: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .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); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yppiHq1uDKf9cnUHQDR23FI04m12T5mV { width:20rem;height:1.625rem;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) { #BRx3UieT8PKBmB9LousiRH1wH4H56MXe { width:20rem;height:0.875rem;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) { #MwcLRxNiawT98FGJyHcWAOToT96WqG6L { width:20rem;height:0.875rem;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) { #toGCDf8p40MzehDuOvxcF4kgivxEsMXd { 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) { #Jlwxkz85aAJUC4bIcDahDQdEM9uWDDch { 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) { #tu9sxeuiOMkX5deyL4w4U59zTeBh4GKR { width:20rem;height:0.875rem;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) { #q92bZtEAUApgoAxPtxRmZx74DcW2OoMF { width:18.75rem;height:5.25rem;top:30.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTLnQqfCFo5mF5uRGRxKTrBGZZo1pc5D { 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) { #XDFx9BtvGMhPXCdHCM4chgOCwO4QMFV1 { width:18.75rem;height:1.3125rem;top:28.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcgNxeAribI7xCbtCdgkse4okRai2f5 { width:18.75rem;height:1.3125rem;top:37.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Nb5b3SXMtL6gk4n3ng5fS1WqyLUq4I { width:18.75rem;height:7.875rem;top:39.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcQrFs3ZKhVLREh5OnxNBPTUoSH7eFJ { width:18.75rem;height:1.3125rem;top:48.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNQu4X68yoRNXmoCxMT2NgFuN3fVBkE { width:18.75rem;height:3.9375rem;top:50.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itw8X0F8BZHmXbUPydt20xQicpxTLeLq { width:18.75rem;height:1.3125rem;top:56.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJHACNRxZGlKoSk57AMOKvW3S7WT6Q3 { width:20rem;height:1.3125rem;top:58.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKxoxRPaNU3ANsbM37wuQV0XLp2lJOJx { width:20rem;height:0.0625rem;top:22.237499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJZccCZv5Gs6fsGI6OPJz0i5LbVRK27F { width:9.375rem;height:9.375rem;top:4.3125009536743rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMrvGH3pHZxWblPa2XzLiWcU7nW2bl5r { width:20rem;height:1.3125rem;top:61.287498474121rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTnhPqIlkUcR7eXtvoo2J8KQOGonKKy { width:20rem;height:6.5625rem;top:63.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2esM7S9P5X0vFTPR25RXfH5qbm3BWtl { width:20rem;height:1.3125rem;top:78.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeHLCT32utuhOcFSRUGpUCGNPQHnrDKE { width:6.5625rem;height:1.3125rem;top:76.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGEvd91z5mvKEMAXzkzWWQqQ72zZDIro { width:20rem;height:1.3125rem;top:73rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuD8V0cy8ohAddvoNnzeJObk4yGa9y8f { width:6.5rem;height:1.3125rem;top:71.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb { background-color:#0c163f;background-image:none;display:block; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container { background-color: transparent; background-image: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container > .video-iframe-container { display: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row > .video-iframe-container { display: none; }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .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); }#Ats5lrU3bHMEWZn2bqUbwPJZ5szCp5rb > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7qRJcTX5xMR7tMkcgBsbZg4oLyyOGxD { 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) { #nCoGiPpEmzVAH7ZV8erlc7tWMm2unTXT { width:18.75rem;height:3.9375rem;top:8.2614593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlFs9eBW2FyMaq26GmFbb0rGlcPmRnKz { width:18.75rem;height:1.3125rem;top:6.5114593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxegLPpsJvEhtrQAtCUBUS9wTTVh9SRw { width:18.75rem;height:1.3125rem;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) { #tJak23qbGvqv2qepD7VeLFRG0VbCpkb6 { width:18.75rem;height:6.5625rem;top:15.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDWSueFmrEiXycmN7FyLOxPw2SpF3Pmv { width:18.75rem;height:1.3125rem;top:24.261459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMlPfPuHslRF8mOMFhwK01Vbogq12e3 { width:18.75rem;height:3.9375rem;top:26.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hve4DfV8fuaBgt9dLbvgtnTtKWgunqhy { width:18.75rem;height:1.3125rem;top:31.948959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oONwO7rqa2a1gPhsfRheKBUFnxMltJM7 { width:20rem;height:1.3125rem;top:33.698959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXh5EFPsQBrn4NeRSoV8aLDLBy1WCthZ { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikcr9pZLxzQ8DMbmI6RR0Ri0z4qVAXCC { width:20rem;height:1.3125rem;top:38.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSwLRiRHfGwCf0TiwfB7se5GzRdscM0W { width:20rem;height:1.3125rem;top:37.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydxSoM2tbZxZvnWv2993VSaigK0vLP8 { background-color:#0c163f;background-image:none;display:block; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container { background-color: transparent; background-image: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container > .video-iframe-container { display: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row > .video-iframe-container { display: none; }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .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); }#TydxSoM2tbZxZvnWv2993VSaigK0vLP8 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkUPX2pLGfhxq6OLt6erL3IWE5hi9mJe { width:20rem;height:2.8rem;top:1.9125061035156rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc1zNV8G3WuxShedQADINsVsbLzzUoQk { width:18.75rem;height:5.25rem;top:8.1364593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1nvBdwt1Q98T7xeSpgt4P0TDZdMhf59 { 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) { #D7bTTWXT1XCTTPJvM2ubNBzhkO8TFLx7 { width:18.75rem;height:1.3125rem;top:15.136459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZOX4WJWJVDOytc0MuDq1OxwD1ZM0ha7 { width:18.75rem;height:3.9375rem;top:16.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRZPc9RTUMhNiZUyNnEzGIM8TkdJvKNh { width:18.75rem;height:1.3125rem;top:22.573959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUZ7a8Cvk2J7EGVvpXdZVnPBOFfxu6XT { width:18.75rem;height:3.9375rem;top:24.323959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbt1cvaMVT0zR6stHaI8AJAcHJqEwkd5 { width:18.75rem;height:1.3125rem;top:30.261459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlTCgRGI3UiO1Rvy2smn6BtiGM4DBKR { width:20rem;height:1.3125rem;top:31.948959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B21QDdBPMhhVDiRbZIUeomDsQsT8NFea { width:20rem;height:1.3125rem;top:35.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLzIXngoaaMQuraaCTfp7oB8MU1cCZ10 { width:20rem;height:1.3125rem;top:36.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xniOLTBbp7MatqzyAu2FFmgWw6eIDSp1 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC { background-color:#0c163f;background-image:none;display:block; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container { background-color: transparent; background-image: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container > .video-iframe-container { display: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row > .video-iframe-container { display: none; }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .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); }#uW5t3AsDMp1euxbyPyz9IDwF6aHiPdtC > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7GGkJV8r1OFTnH7TQGgeeuqvIDpXWCB { width:20rem;height:1.4rem;top:1.9125061035156rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTAm4yZgGn5Ri1gB11egDRkxBaVUUFJ { width:18.75rem;height:5.25rem;top:6.8864593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUkHzClyC3Bd4ya0xkpdDsWbKzNqWzND { width:18.75rem;height:1.3125rem;top:5.1989593505859rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMBVnXHnDK3Jn1Iqxz93rczTQe405NTL { width:18.75rem;height:1.3125rem;top:13.886459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHkwf4KnSBe7S6MFUBtIK12FmKLtAkOO { width:18.75rem;height:6.5625rem;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) { #LtIuH7Byg72NE34iaBxQu1cmziTC4G6v { width:18.75rem;height:1.3125rem;top:24.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN0W69y8rGHKnRT5IB022nJTLBayDtiT { width:18.75rem;height:6.5625rem;top:25.761459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqxEzfdFgCuaosTtCDAHcmut5Cov2OMu { width:18.75rem;height:1.3125rem;top:34.323959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLNmk8anq3F4vXLhZTqGy1oMxsrm8BaP { width:20rem;height:1.3125rem;top:36.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZuTxp2VSSpn2bnma8vX3UPsMpKHXGM9 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwM4VHXKKFpEMR7EIHHTBRAAWSI78nlb { width:20rem;height:1.3125rem;top:40.912506103516rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBTtgNvyzm49ANFKPPHS26GLBToP6CqB { width:20rem;height:1.3125rem;top:39.273956298828rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { display:block; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { width:20rem;height:10rem;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:block; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@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:3.0875rem;top:14.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plTNXQftorRIg8sQnewerdbdNoZaTRvD { display:none; }#plTNXQftorRIg8sQnewerdbdNoZaTRvD > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R5yPLgpvrHrThi3Vz255l8qing3CKogO { 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) { #BxznwVkOUkChOb6WsMitvWVg6qsXhMEx { 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) { #c7mhbDaKGTSHwniG86ViIRySCc8FLCMJ { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0r90y5zhTEcicFXftl6ilsuLQiJVKe2 { width:14.6875rem;height:14.6875rem;top:8.5rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmEIO6vtQblU4J0QI3St7slF9sczy58 { width:20rem;height:1.3rem;top:12.368743896484rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkCB9bnd0VTAF4NKJyRVbdUwR84tzVO { width:20rem;height:5.28125rem;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) { #qRqtvZ6ksocRa7iOoU9qlQkJOs05ilgx { width:16.25rem;height:3.75rem;top:24.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpwiGB4mHryTpTVV2hJNT7Fs9bRaAvtq { display:block; }
 }@media only screen and (max-width: 763px) { #UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { display:none; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { width:20rem;height:24.375rem;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) { #sVKevDtmdMJySKHddWnJx2AikPdvLTqU { display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { width:20rem;height:44.5rem;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.625rem;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:6rem;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:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { width:20rem;height:1.625rem;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:33.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { width:20rem;height:0.975rem;top:30.9375rem;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:38rem;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:40.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsRTTXeGdlEWXXhslB2Te3S0tkgDvNy1 { width:20rem;height:0.975rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ovkobJzro0BQcrmg0sBffahiLcER7f { width:11.3125rem;height:3.75rem;top:23.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9adkqIHLTiR6Zlw3GlhsestMvKvwVCI { width:20rem;height:0.975rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJGxXKEasEs1iEMRl3lyZ5Up5W1xmtPF { width:12.875rem;height:3.125rem;top:8.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlyCm4tsG8FTmG9xV7ZXNinvfTLxBCNn { width:20rem;height:0.975rem;top:13.999999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv9on3K2O9873GDV313e1moa2gw6qK7M { width:16rem;height:2.8125rem;top:16.287501335144rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { width:20rem;height:1.3333333333333rem;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; } #Wlpu86oNzt4hHtaQq9H3Ug4vvVr2ndWg > .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.625rem;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; } #T7ugCUkTnbXfQXix0RsVnncwuNxKyuRG > .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; } #TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container { background-color: transparent; background-image: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container > .video-iframe-container { display: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row > .video-iframe-container { display: none; }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .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); }#TbLVvsTc6QrTlvqyApAd26wTSGUyM6Gr > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }