.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { background-color:#ffffff;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;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { background-color: transparent; background-image: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { border-width: 0; border-radius: 0; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:60rem;height:11.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:10.25rem;top:1.71875rem;left:25.51220703125rem;overflow:hidden;display:block; }
#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00abc474-64b8-4d4a-9bed-3fad54beda29/SCENA4RAW.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:60rem;position:relative;display:block; }#dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:roboto;font-size:3.3125rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9rem;left:0.03125rem;height:9.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; }
#x5By3kKbVmUGVwO09uxRLlssfDSayi2x { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.14892578125rem;left:0rem;height:6.07470625rem;font-style:normal;display:block; }
#yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { background-color:#00ade3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.53125rem;left:0rem;display:block; }
#eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:21.5625rem;top:9rem;left:38.375rem;display:block; }
#Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;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:20rem;width:21.5625rem;top:16.4375rem;left:38.375rem;display:block; }
#t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { position:absolute;display:block;z-index:15005;background-color:#1e1e27;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:7.5rem;width:21.5625rem;top:36.4375rem;left:38.375rem;display:block; }
#kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { color:#45454d;display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:10.6875rem;left:40.875rem;height:4.125rem;font-style:normal;display:block; }
#ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:21.375rem;left:38.4375rem;display:block; }
#ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:26.375rem;left:38.4375rem;display:block; }
#f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:31.375rem;left:38.4375rem;display:block; }
#rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { color:rgba(255,255,255,0.86);display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:38.1875rem;left:40.4375rem;height:2.92480625rem;font-style:normal;display:block; }
#OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { 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:3rem;width:3.0625rem;top:17.625rem;left:40.875rem;overflow:hidden;display:block; }
#nzec3K5tTVwL4QQZFctraoOJppNEhX9L { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.5rem;left:45.875rem;height:1.4624rem;font-style:normal;display:block; }
#wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { 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:3rem;width:3.0625rem;top:22.375rem;left:41.125rem;overflow:hidden;display:block; }
#H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.25rem;left:46.125rem;height:1.4624rem;font-style:normal;display:block; }
#OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.0625rem;top:27.375rem;left:41.125rem;overflow:hidden;display:block; }
#cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.25rem;left:46.125rem;height:1.4624rem;font-style:normal;display:block; }
#ESJPKyeM7LEwbzak3upIRs7T2iMiTGOh { 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:3rem;width:3.0625rem;top:32.3125rem;left:41.125rem;overflow:hidden;display:block; }
#EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.125rem;left:46.125rem;height:1.4624rem;font-style:normal;display:block; }
#tlFekZa3MQlZATr49hUKzmugeWZPkAdx { color:#00edbf;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:41.0625rem;left:40.4375rem;height:1.54345625rem;font-style:normal;display:block; }
#Nf2LVZTgwuDduMBFqnwi3WEE1GBQcVvb { color:#ffffff;display:block;width:33.562rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.875rem;left:0rem;height:2.0249rem;font-style:normal;display:block; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .widget-text.counter-number { border-top:0.125rem solid #00ade3;border-left:0.125rem solid #00ade3;border-right:0.125rem solid #00ade3;border-bottom:0.125rem solid #00ade3;background-color:transparent;background-image:none;color:#00ade3;padding-top:0.505625rem;padding-right:0.45rem;padding-bottom:0.505625rem;padding-left:0.45rem;display:block;align-items:center;width:2.7rem;min-width:2.7rem;height:2.718125rem;position:relative;font-family:arial;font-size:2.023125rem;font-weight:700;line-height:43.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .widget-text.counter-label { background-color:;background-image:none;color:#00ade3;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6rem;height:1.075rem;position:relative;font-family:arial;font-size:0.75875rem;font-weight:700;line-height:17.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.375rem;height:5.370625rem;padding-top:0.063125rem;padding-right:0.064375rem;padding-bottom:0.063125rem;padding-left:0.064375rem;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:38.2705078125rem;left:0rem;z-index:15020; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #dZiiJh9qBqHBOsAguktwtQUmLDGG1GhK { display:flex;position:relative;top:0rem;left:0rem; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #FfInecinAakt974b8EMp2OEWPXW0FFWQ { width:auto; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #RKmuK0ZSbGJstdCZxAsFTo7udpAmKekN {  }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #y7vORpOTeTnQhZJCNGHeIK9AUBQ5JgdW { display:flex;position:relative;top:0rem;left:0rem; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #qQf2bNmr2qkyF8Cfn7nNaXg7dUJ0RHOO {  }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #eCNAsNOpNu2lqrAQXl20xFBD61Z0ifbl {  }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #Plki1quqWeXTnOBiPQn14QiFpUbbeZZ0 { display:flex;position:relative;top:0rem;left:0rem; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #nEXusQE9q9zwDF9tg8Tbr6zTFKKeJXlM {  }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #I2qRckh4HSlWw6z8tTpwt3N3QzEILHKM {  }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #MaWl4Tf8MK00iJdz0WWtUf284XT3XiNW { display:flex;position:relative;top:0rem;left:0rem; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #Kobny2AxRuBTeEcpiBrFA5uKcJ6mab5m {  }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #HPNXXnn9cMUtp5SQcN7ilu6bdzHTNUCm {  }
#A5lIcEZIpTC5UDudqFrTKUwsnKlHzxB2 { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.24609375rem;left:0rem;height:2.0249rem;font-style:normal;display:block; }
#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { 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; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { background-color: transparent; background-image: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .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); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { border-width: 0; border-radius: 0; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#LWJAcEarLaSfuCSAKDLdx7024TFTa30g { color:#1e1e27;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:9.75rem;left:35.0625rem;height:7.4238125rem;font-style:normal;display:block; }
#lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:18.5625rem;left:35.125rem;height:12.597625rem;font-style:normal;display:block; }
#G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.875rem;top:31.75rem;left:35.0625rem;display:block; }
#hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { color:#00bbe3;display:block;width:22.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:33.3125rem;left:35.0625rem;height:3.82421875rem;font-style:normal;display:block; }
#LhBxS5fe1fqssZKnRTDOyap1UT1RQUyh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:31.4375rem;top:7.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#Bcx5QwpQ9ZognBdWdSorWsHCemveUikk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:31.25rem;top:24.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { 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; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { background-color: transparent; background-image: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .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); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { border-width: 0; border-radius: 0; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#op2CRPXozyxNCBW6uMlgUsg1hToxACZA { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:14.75rem;left:1.9375rem;height:5.73669375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9375rem;left:1.25rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:0rem;display:block; }
#qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { position:absolute;display:block;z-index:15011;background-color:rgba(0,187,227,0.7);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:3.75rem;width:2.1875rem;top:4.375rem;left:5.3125rem;display:block; }
#Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { position:absolute;display:block;z-index:15015;background-color:rgba(0,187,227,0.7);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:3.75rem;width:2.1875rem;top:4.375rem;left:20.125rem;display:block; }
#pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:16.25rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StrcSmT9fmO39NHsH86e9EAct604BVrC { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:14.8125rem;left:16.9375rem;height:5.73669375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { position:absolute;display:block;z-index:15019;background-color:rgba(0,187,227,0.7);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:3.75rem;width:2.1875rem;top:4.625rem;left:35.5rem;display:block; }
#Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12rem;left:31.25rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:14.8125rem;left:31.9375rem;height:5.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:14.9375rem;display:block; }
#hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:29.9375rem;display:block; }
#OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:44.9375rem;display:block; }
#miAmtX9XdkcfTG65JOJdVoZKHanix78T { position:absolute;display:block;z-index:15024;background-color:rgba(0,187,227,0.7);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:3.75rem;width:2.1875rem;top:4.625rem;left:50.25rem;display:block; }
#JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12rem;left:46.25rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niuhzToloK2y40oxidanoGznkovg3umD { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:59.9375rem;display:block; }
#lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:14.500000953674rem;left:46.937503814698rem;height:8.099625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rUkD4qKrhJEelmM25lGhgnnXQPTVnTLn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.875rem;left:5.9375rem; }
#txwDsT5un9oFP0qEwJ8sDdLQHLgN642g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.0625rem;left:20.9375rem; }
#NauHRwaIiLF49qpHuXzgFoEoHHdTVVeX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:5.0625rem;left:35.9375rem; }
#Tuh6fKiUBfIqRzXAU5o8doDts7O4uFq5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:5.0625rem;left:50.9375rem; }
#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { position:relative;display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { background-color: transparent; background-image: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { border-width: 0; border-radius: 0; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.34375rem;left:0.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqg394To47Am56XMHBKbqDGDdLJMHNvS { color:#45454d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.9375rem;left:0.125rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { background-color: transparent; background-image: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .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); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { border-width: 0; border-radius: 0; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { color:#1e1e27;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.812377929688rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#QZc7e6ADRSfgHvyQL21ng9VGT9A6gTsN { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.8125rem;left:14.125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#brTbVahvn2IlN61fdSyOMOV0g1alIRoi { position:absolute;display:block;z-index:15002;background-color:#00bbe3;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.062255875rem;width:18.75rem;top:19.37548828125rem;left:0rem;display:block; }
#MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { color:#45454d;display:block;width:18.81225rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:20.38671875rem;left:0rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { color:#1e1e27;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:3.25rem;font-style:normal;display:block; }
#rE11g6PDOWuL6Spcx65SWN8Wyw9S2KCG { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:34.8125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { position:absolute;display:block;z-index:15007;background-color:#00bbe3;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.062255875rem;width:18.75rem;top:19.375rem;left:20.625rem;display:block; }
#v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.5625rem;top:1.25rem;left:20.6875rem;overflow:hidden;display:block; }
#ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:4.875rem;font-style:normal;display:block; }
#FsJDbyGX8SOou1Aq2dwknJpCznzffP91 { color:#00bbe3;display:block;width:4.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.0625rem;left:55.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { position:absolute;display:block;z-index:15012;background-color:#00bbe3;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.062255875rem;width:18.75rem;top:19.375rem;left:40.625rem;display:block; }
#hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.5625rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.5625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { color:#45454d;display:block;width:18.81225rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:20.38671875rem;left:20.59375rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { color:#45454d;display:block;width:18.81225rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:20.38671875rem;left:40.5927734375rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { background-color: transparent; background-image: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .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); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { border-width: 0; border-radius: 0; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { color:#1e1e27;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.812377929688rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#BXvJqkrPsflBKem8lhPu4IwqEcRSdq6w { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.8125rem;left:14.125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { position:absolute;display:block;z-index:15002;background-color:#00bbe3;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.062255875rem;width:18.75rem;top:19.375rem;left:0rem;display:block; }
#z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { color:#45454d;display:block;width:18.81225rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:20.38671875rem;left:0rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { color:#1e1e27;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:3.25rem;font-style:normal;display:block; }
#SiEC5SoRi8Gu75e5Wwg6hFiH8F2pzUWJ { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:34.8125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { position:absolute;display:block;z-index:15007;background-color:#00bbe3;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.062255875rem;width:18.75rem;top:19.37451171875rem;left:20.625rem;display:block; }
#lLc2HWgOPic80UrIviDDeQcheiDgC0To { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.5625rem;top:1.25rem;left:20.6875rem;overflow:hidden;display:block; }
#pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { color:#1e1e27;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.874633789062rem;left:41.187133789062rem;height:1.625rem;font-style:normal;display:block; }
#Vtg1I0NGNbCpFFNe42QA3qTD5O1icGrG { color:#00bbe3;display:block;width:6.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.06201171875rem;left:53.124633789062rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { position:absolute;display:block;z-index:15012;background-color:#00bbe3;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:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#SBcEXN7mShOP355uiwNli9cQmwHc4DZy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.5625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { color:#45454d;display:block;width:18.81225rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:20.38671875rem;left:20.5927734375rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { color:#45454d;display:block;width:18.81225rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.18798828125rem;height:6.07470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aZTUQZfZ9skf9Toae1dG2asU6WoWBDlc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.5625rem;top:1.25rem;left:40.71875rem;overflow:hidden;display:block; }
#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { position:relative;display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { background-color: transparent; background-image: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { border-width: 0; border-radius: 0; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sxoAJ2IpZ7Tf8S4sNO1bN056M1V3UKQA { color:#1e1e27;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:21.90625rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9KOaRv1qiUU7B7iQoaQDRTXbP6HWWuT { color:#45454d;display:block;width:40.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:5.287109375rem;left:9.8125rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR { position:relative;display:block; }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR { background-color: transparent; background-image: none; }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .row .container > .video-iframe-container { display: none; }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .row > .video-iframe-container { display: none; }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .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); }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR { border-width: 0; border-radius: 0; }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .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; }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kSs1fTa3BI99u95A9xbb1K2GDqNlcRI7 { background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.0625rem;left:22.9375rem;display:block; }
#rCqiX8O2xt8K8LDAU74WCibmIFXtpz9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { 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; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { color:#45454d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.9375rem;left:0.125rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { 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; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { background-color: transparent; background-image: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .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); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { border-width: 0; border-radius: 0; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { 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; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { background-color: transparent; background-image: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .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); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { border-width: 0; border-radius: 0; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:34.375rem;width:34.375rem;top:4.59375rem;left:0rem;overflow:hidden;display:block; }
#QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { position:absolute;display:block;z-index:15021;background-color:#00bbe3;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:7.5rem;width:21.5625rem;top:8.875rem;left:37.125rem;display:block; }
#cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { position:absolute;display:block;z-index:15022;background-color:#ffffff;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:18.25rem;width:21.625rem;top:16.375rem;left:37.125rem;display:block; }
#cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:10.5625rem;left:39rem;height:4.125rem;font-style:normal;display:block; }
#OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:20.5625rem;left:37.1875rem;display:block; }
#yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.75rem;left:39rem;height:1.4624rem;font-style:normal;display:block; }
#DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { color:#45454d;display:block;width:6.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:17.75rem;left:50.25rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:24.9375rem;left:37.125rem;display:block; }
#N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:30.875rem;left:38.9375rem;height:1.4624rem;font-style:normal;display:block; }
#rsn7TOQAHrighWU68c83CQyMyaouxf3J { color:#45454d;display:block;width:5.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:30.875rem;left:51.3125rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:29.3125rem;left:37.1875rem;display:block; }
#EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:26.5rem;left:39rem;height:1.4624rem;font-style:normal;display:block; }
#wz13f1eH7adq47T2wCozmopmcuP08sBB { color:#45454d;display:block;width:5.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:26.5rem;left:51.4375rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:22.125rem;left:39rem;height:1.4624rem;font-style:normal;display:block; }
#wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { color:#45454d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:22.125rem;left:51.1875rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy { 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; }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row .container { background-color: transparent; background-image: none; }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row .container > .video-iframe-container { display: none; }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row > .video-iframe-container { display: none; }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .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); }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row .container { border-width: 0; border-radius: 0; }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#SaikG1AJ3vky9OexItz3fWyaeaaGP8gF { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.34375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI { 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; }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row .container { background-color: transparent; background-image: none; }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row .container > .video-iframe-container { display: none; }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row > .video-iframe-container { display: none; }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .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); }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row .container { border-width: 0; border-radius: 0; }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#T6dF5KcOGPI4SEiBENyktTk3e1o2cHi3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:19.4375rem;width:34.6875rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#pb3G4taRAP7uDL8uIiR07ruA6iHhuczG { color:#45454d;display:block;width:24rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:7.59375rem;left:30.78125rem;height:1.6499rem;font-style:normal;display:block; }
#xUPOutESRsh3F6E2lg1LX2n8P3z9FKAS { box-sizing:content-box;height:21.8125rem;width:27rem;position:absolute;display:block;z-index:15037;background-color:#f1f1f1;background-image:none;top:5.875rem;left:29.28125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#SrkJwWT26N9QsmTIO1pcAN4HfJTvzwBR { color:#45454d;display:block;width:22.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:10.28125rem;left:30.78125rem;height:14.36766875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki { 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; }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row .container { background-color: transparent; background-image: none; }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row .container > .video-iframe-container { display: none; }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row > .video-iframe-container { display: none; }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .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); }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row .container { border-width: 0; border-radius: 0; }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#rOVZUayMaHmSp4e3wlOVEq1GeRTq47ON { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.40625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ { 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; }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row .container { background-color: transparent; background-image: none; }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row .container > .video-iframe-container { display: none; }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row > .video-iframe-container { display: none; }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .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); }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row .container { border-width: 0; border-radius: 0; }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#QwvU8brcDJwrHBX8SaBHOcbP6mxSvkkb { color:#45454d;display:block;width:22.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:4.4990234375rem;left:0rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fC8rG2QHA8CMA9cT6ZdAeTuACPengpxU { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:34.375rem;top:2.9052734375rem;left:25.625rem;overflow:hidden;display:block; }
#DJPVEBmIppITxBFF6CZVmIpoxHaxkTDb { color:#45454d;display:block;width:22.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:12.505859375rem;left:0rem;height:6.5307625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rlVLWVA5UO0kak08rAOtCCyzry3LQwfB { color:#00bbe3;display:block;width:22.75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:7.8740234375rem;left:0rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kDdAUXvdq966iEh7ZfLSrLq2tppagIJ1 { color:#00bbe3;display:block;width:22.75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:19.2060546875rem;left:0rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00bbe3;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; }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row .container { background-color: transparent; background-image: none; }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row .container > .video-iframe-container { display: none; }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row > .video-iframe-container { display: none; }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .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); }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row .container { border-width: 0; border-radius: 0; }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#A67IydbTWrUxOeRAZof9pVpOSAE87Rzb { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.365234375rem;left:9.875rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00bbe3;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; }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row .container { background-color: transparent; background-image: none; }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row .container > .video-iframe-container { display: none; }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row > .video-iframe-container { display: none; }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .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); }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row .container { border-width: 0; border-radius: 0; }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#vNdDfMZTzq0qh7WzZ6zMEmhkZbcIbTmW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.125rem;left:8.03125rem; }
#tcRxKUVyr7sRQVD7JFgfVsSFRVgxUDiw { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:8.5498046875rem;left:0rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TS6vKtEbaTxDb8IzAAsWg1yMHTOFRetI { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:11.693359375rem;left:1.9375rem;height:3.50536875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivlK1GU2c8tGW3KnC5G88qimgAz6DX3V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.125rem;left:28.03125rem; }
#OirX69TPNPyHIOAWrQXH1JWwICEPTBdC { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:8.5498046875rem;left:20rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ci4sDcy5OP6GTElPTwLPIpmKSLWcJtFw { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:11.69287109375rem;left:21.9375rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPAGbTVSwoGwDylJ64vGNPVHB2ze0Sg8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.125rem;left:48.03125rem; }
#b9fsFS1u9yIfnTSdoxmq3aH9nEGJ3ilk { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:8.5498046875rem;left:39.9375rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUasBg1KqnbuFJGIJs6sgsopATsXdJv8 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:11.693359375rem;left:41.9375rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00abc474-64b8-4d4a-9bed-3fad54beda29/SCENA4RAW.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV.adaptive-delivery-prevent-bg, #XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV.lazyload, #XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV.lazyloading { background-image: none; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row .container { background-color: transparent; background-image: none; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.89); }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row .container > .video-iframe-container { display: none; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.89); }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row > .video-iframe-container { display: none; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .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); }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row .container { border-width: 0; border-radius: 0; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#vREwwBTii3790ZDim11aXfRTZycyw57K { color:#050505;display:block;width:26.9993125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.687147140503rem;left:0rem;height:6.5800625rem;font-style:normal;display:block; }
#Pvz0mBUFWrl96Teu9MNGCrRVgeg16Nvf { color:#484848;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:0rem;height:7.312rem;font-style:normal;display:block; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-form-header {  }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:28.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-text { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.8125rem;overflow:hidden;font-family:"titillium web"; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-text {padding-top: 0; padding-bottom: 0;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-textarea { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.8125rem;overflow:hidden;font-family:"titillium web"; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-select { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:2.5625rem;font-family:"titillium web";color:#ffffff;font-size:0.8125rem;overflow:hidden; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-select {padding-top: 0; padding-bottom: 0;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-button { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:28.3125rem;height:3.4375rem;font-family:"titillium web";overflow:hidden; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"titillium web";font-size:0.625rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:27.0625rem;overflow:hidden;font-style:normal; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"titillium web";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-container:first-of-type{padding-top:0;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-container:last-of-type{padding-bottom:0;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s  { background-color:#00bbe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:29.1875rem;top:10.68505859375rem;z-index:15011;position:absolute; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.3125rem; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-info-text { display:block;height:auto;font-family:"titillium web";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s {display:block;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s { background-color:#00bbe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:29.1875rem;top:10.68505859375rem;z-index:15011;position:absolute; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #dWsvAtWI59PHeahlEBE6a34mOdHTQ6TC { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #TcPJ6V3EgCAXTsPHrRXI95fHrTX7bCAa { position:relative;display:block; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #XHfXtva63ILSD2wTiS91fF5r7XQ4ZSqu { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #ZvUfPFyIfG7eBtvqwNaGTNSta2TbHPCT { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #r6nRDydCxoDyzZc3LpQoPlrcqOHMQ74D { position:relative;display:block; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #AdivJ36aXp3p0CgG0FoEdkv9rrq9oTsr { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #xdHdgvJNdc4mPwVxlFrUAdpouFH1AT61 { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #dno1uoavwUsOyEllH61JCQVLoutCat30 { position:relative;display:block; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #aIccnntlVXdLsZfVa1mozuQ3l98Rfluf { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #JIa8PcZixueJVrmyi8fIg0EneHI1e9O2 { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #ZMTr9ie0NVooipsx9Th1Gx3fz33I4LX1 { position:relative;z-index:2; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #Cprb0PWX4OtS0v9rcyTGbLULfCBPRfWS { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #lSMi9hhHnAr01yM003ZDzeBfTTd4Shb8 { position:relative; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #pERCT3cu7Bv3hed1vR3NRxcAI1Xaru51 { position:relative; }
#IxqICU9AUrpl3O4Twgb0Tpp4csfZEOfE { color:#484848;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1875rem;left:31.8125rem;height:0;font-style:normal;display:block; }
#IAZfXEskglzmfxeWobnW0rSTGNKMsKS9 { position:absolute;display:block;z-index:15008;background-color:#00bbe3;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:5.874025rem;width:30.812rem;top:4.875rem;left:29.18798828125rem;display:block; }
#LhmDDubAlmFRvOX8iACXRqZKv7tkPsxd { color:#ffffff;display:block;width:26.999rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.86181640625rem;left:31.09423828125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTGOOP1fQl9z5KTA62qvan78tdGVxhiR { 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:5.375rem;width:7.75rem;top:4.537109375rem;left:0rem;overflow:hidden;display:block; }
#nkcB6cybmOpb74b8ThyxLTHFougALW9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { background-color: transparent; background-image: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .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); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { border-width: 0; border-radius: 0; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { color:rgba(255,255,255,0.5);display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:2.599609375rem;left:0rem;height:8.9243rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:10.25rem;height:6.8125rem;top:1.6875rem;left:19.38720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:36.0625rem;height:9.9375rem;top:9rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:33.5625rem;height:6.0625rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { width:21.8125rem;height:3.4375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:21.5625rem;height:7.5rem;top:9rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:21.5625rem;height:20rem;top:16.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { width:21.5625rem;height:7.5rem;top:36.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:14.75rem;height:4.125rem;top:10.6875rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { width:21.5625rem;height:0.0625rem;top:21.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { width:21.5625rem;height:0.0625rem;top:26.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { width:21.5625rem;height:0.0625rem;top:31.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { width:17.375rem;height:2.875rem;top:38.1875rem;left:30.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { width:3.0625rem;height:3rem;top:17.625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzec3K5tTVwL4QQZFctraoOJppNEhX9L { width:11.125rem;height:1.4375rem;top:18.5rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { width:3.0625rem;height:3rem;top:22.375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { width:11.125rem;height:1.4375rem;top:23.25rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { width:3.0625rem;height:3rem;top:27.375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { width:11.125rem;height:1.4375rem;top:28.25rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJPKyeM7LEwbzak3upIRs7T2iMiTGOh { width:3.0625rem;height:3rem;top:32.3125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { width:11.125rem;height:1.4375rem;top:33.125rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlFekZa3MQlZATr49hUKzmugeWZPkAdx { width:17.375rem;height:1.5rem;top:41.0625rem;left:30.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf2LVZTgwuDduMBFqnwi3WEE1GBQcVvb { width:33.5rem;height:2rem;top:31.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .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; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .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; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM { width:19rem;height:5.3125rem;display:flex;top:38rem;left:0rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #dZiiJh9qBqHBOsAguktwtQUmLDGG1GhK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #FfInecinAakt974b8EMp2OEWPXW0FFWQ {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #RKmuK0ZSbGJstdCZxAsFTo7udpAmKekN {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #y7vORpOTeTnQhZJCNGHeIK9AUBQ5JgdW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #qQf2bNmr2qkyF8Cfn7nNaXg7dUJ0RHOO {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #eCNAsNOpNu2lqrAQXl20xFBD61Z0ifbl {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #Plki1quqWeXTnOBiPQn14QiFpUbbeZZ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #nEXusQE9q9zwDF9tg8Tbr6zTFKKeJXlM {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #I2qRckh4HSlWw6z8tTpwt3N3QzEILHKM {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #MaWl4Tf8MK00iJdz0WWtUf284XT3XiNW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #Kobny2AxRuBTeEcpiBrFA5uKcJ6mab5m {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #HPNXXnn9cMUtp5SQcN7ilu6bdzHTNUCm {  }
 }@media only screen and (max-width: 763px) { #A5lIcEZIpTC5UDudqFrTKUwsnKlHzxB2 { width:33.5625rem;height:2rem;top:36.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:22.875rem;height:7.375rem;top:9.75rem;left:24.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:24.875rem;height:12.5625rem;top:18.5625rem;left:22.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:24.875rem;height:0.0625rem;top:31.75rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { width:22.0625rem;height:3.8125rem;top:33.3125rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBxS5fe1fqssZKnRTDOyap1UT1RQUyh { width:31.4375rem;height:15.625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcx5QwpQ9ZognBdWdSorWsHCemveUikk { width:31.25rem;height:15.625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:11.125rem;height:5.6875rem;top:14.75rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:1.9375rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:4.375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:4.375rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:1.9375rem;top:12rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:11.125rem;height:5.6875rem;top:14.8125rem;left:12.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:4.625rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.9375rem;top:12rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:11.125rem;height:7.625rem;top:14.8125rem;left:24.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:4.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:4.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:4.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:4.625rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.9375rem;top:12rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:4.375rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { width:11.125rem;height:8.0625rem;top:14.5rem;left:36.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUkD4qKrhJEelmM25lGhgnnXQPTVnTLn { width:3.125rem;height:3.125rem;top:4.875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txwDsT5un9oFP0qEwJ8sDdLQHLgN642g { width:3.125rem;height:3.125rem;top:5.0625rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NauHRwaIiLF49qpHuXzgFoEoHHdTVVeX { width:3.125rem;height:3.125rem;top:5.0625rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuh6fKiUBfIqRzXAU5o8doDts7O4uFq5 { width:3.125rem;height:3.125rem;top:5.0625rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:47.75rem;height:2.75rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:47.75rem;height:1.875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:13.5625rem;height:3.25rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZc7e6ADRSfgHvyQL21ng9VGT9A6gTsN { width:4.6875rem;height:1.625rem;top:15.75rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.75rem;height:4rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.125rem;height:3.25rem;top:15.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE11g6PDOWuL6Spcx65SWN8Wyw9S2KCG { width:4.6875rem;height:1.625rem;top:16.0625rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0;top:19.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.5625rem;height:12.1875rem;top:1.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.8125rem;height:3.25rem;top:15.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsJDbyGX8SOou1Aq2dwknJpCznzffP91 { width:4.375rem;height:1.625rem;top:16rem;left:43.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0;top:19.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.5625rem;height:12.1875rem;top:1.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.5625rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.75rem;height:4rem;top:20.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.75rem;height:4rem;top:20.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:16.1875rem;height:3.25rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXvJqkrPsflBKem8lhPu4IwqEcRSdq6w { width:4.6875rem;height:1.625rem;top:15.8125rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:18.75rem;height:4rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:11.125rem;height:3.25rem;top:15.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiEC5SoRi8Gu75e5Wwg6hFiH8F2pzUWJ { width:4.6875rem;height:1.625rem;top:16.0625rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0;top:19.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:18.5625rem;height:12.1875rem;top:1.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:14rem;height:1.625rem;top:15.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtg1I0NGNbCpFFNe42QA3qTD5O1icGrG { width:6.875rem;height:1.625rem;top:16rem;left:40.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:18.5625rem;height:12.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.75rem;height:4rem;top:20.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.75rem;height:6.0625rem;top:19.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTUQZfZ9skf9Toae1dG2asU6WoWBDlc { width:18.5625rem;height:12.1875rem;top:1.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxoAJ2IpZ7Tf8S4sNO1bN056M1V3UKQA { width:16.1875rem;height:3.3125rem;top:1.3125rem;left:15.78125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9KOaRv1qiUU7B7iQoaQDRTXbP6HWWuT { width:40.375rem;height:4rem;top:5.25rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR { display:block; }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSs1fTa3BI99u95A9xbb1K2GDqNlcRI7 { width:14.125rem;height:3.4375rem;top:2.0625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCqiX8O2xt8K8LDAU74WCibmIFXtpz9K { display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { width:47.75rem;height:1.875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:47.75rem;height:2.75rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:34.375rem;height:34.375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:21.5625rem;height:7.5rem;top:8.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:21.625rem;height:18.25rem;top:16.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:17.625rem;height:4.125rem;top:10.5625rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:21.5625rem;height:0.0625rem;top:20.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.4375rem;top:17.75rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:6.625rem;height:1.4375rem;top:17.75rem;left:41.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:21.5625rem;height:0.0625rem;top:24.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { width:10.625rem;height:1.4375rem;top:30.875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsn7TOQAHrighWU68c83CQyMyaouxf3J { width:5.5rem;height:1.4375rem;top:30.875rem;left:42.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { width:21.5625rem;height:0.0625rem;top:29.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.4375rem;top:26.5rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:5.4375rem;height:1.4375rem;top:26.5rem;left:42.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.4375rem;top:22.125rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:5.6875rem;height:1.4375rem;top:22.125rem;left:42.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUywVNr9zdh1eTVhqfMvgHumQmspqPDy { display:block; }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaikG1AJ3vky9OexItz3fWyaeaaGP8gF { width:47.75rem;height:2.75rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI { display:block; }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6dF5KcOGPI4SEiBENyktTk3e1o2cHi3 { width:34.6875rem;height:19.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb3G4taRAP7uDL8uIiR07ruA6iHhuczG { width:24rem;height:1.625rem;top:7.5625rem;left:23.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUPOutESRsh3F6E2lg1LX2n8P3z9FKAS { width:27rem;height:21.8125rem;top:5.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrkJwWT26N9QsmTIO1pcAN4HfJTvzwBR { width:22.75rem;height:15.625rem;top:10.25rem;left:24.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki { display:block; }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOVZUayMaHmSp4e3wlOVEq1GeRTq47ON { width:47.75rem;height:2.75rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ { display:block; }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwvU8brcDJwrHBX8SaBHOcbP6mxSvkkb { width:22.75rem;height:2.5625rem;top:4.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC8rG2QHA8CMA9cT6ZdAeTuACPengpxU { width:34.375rem;height:19.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJPVEBmIppITxBFF6CZVmIpoxHaxkTDb { width:22.75rem;height:6.5rem;top:12.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlVLWVA5UO0kak08rAOtCCyzry3LQwfB { width:22.75rem;height:2.875rem;top:7.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDdAUXvdq966iEh7ZfLSrLq2tppagIJ1 { width:22.75rem;height:2.875rem;top:19.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaVufiLQwsddya6mJHfPxm78bZnWhQ6T { display:block; }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A67IydbTWrUxOeRAZof9pVpOSAE87Rzb { width:40.25rem;height:3.3125rem;top:3.3125rem;left:3.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl { display:block; }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNdDfMZTzq0qh7WzZ6zMEmhkZbcIbTmW { width:3.9375rem;height:3.9375rem;top:3.125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcRxKUVyr7sRQVD7JFgfVsSFRVgxUDiw { width:20.0625rem;height:1.625rem;top:8.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS6vKtEbaTxDb8IzAAsWg1yMHTOFRetI { width:16.125rem;height:4.625rem;top:11.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivlK1GU2c8tGW3KnC5G88qimgAz6DX3V { width:3.9375rem;height:3.9375rem;top:3.125rem;left:21.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OirX69TPNPyHIOAWrQXH1JWwICEPTBdC { width:20.0625rem;height:1.625rem;top:8.5rem;left:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4sDcy5OP6GTElPTwLPIpmKSLWcJtFw { width:16.125rem;height:2.3125rem;top:11.6875rem;left:15.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPAGbTVSwoGwDylJ64vGNPVHB2ze0Sg8 { width:3.9375rem;height:3.9375rem;top:3.125rem;left:37.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9fsFS1u9yIfnTSdoxmq3aH9nEGJ3ilk { width:20.0625rem;height:1.625rem;top:8.5rem;left:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUasBg1KqnbuFJGIJs6sgsopATsXdJv8 { width:16.125rem;height:2.3125rem;top:11.6875rem;left:31.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV { display:block; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vREwwBTii3790ZDim11aXfRTZycyw57K { width:18.125rem;height:2.84090625rem;top:3.3469462394714rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pvz0mBUFWrl96Teu9MNGCrRVgeg16Nvf { width:18.3114375rem;height:14.3181625rem;top:6.9921870231631rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-regular-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-text { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-text {padding-top: 0; padding-bottom: 0;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-textarea { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-select { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-select {padding-top: 0; padding-bottom: 0;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-button { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-checkbox-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s  { width:26.5rem;height:auto;top:6.1248245239258rem;left:18.562144041061rem; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .radio-container { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s {display:block;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s { width:26.5rem;height:auto;top:6.1248245239258rem;left:18.562144041061rem; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #dWsvAtWI59PHeahlEBE6a34mOdHTQ6TC {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #TcPJ6V3EgCAXTsPHrRXI95fHrTX7bCAa { display:block; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #XHfXtva63ILSD2wTiS91fF5r7XQ4ZSqu {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #ZvUfPFyIfG7eBtvqwNaGTNSta2TbHPCT {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #r6nRDydCxoDyzZc3LpQoPlrcqOHMQ74D { display:block; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #AdivJ36aXp3p0CgG0FoEdkv9rrq9oTsr {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #xdHdgvJNdc4mPwVxlFrUAdpouFH1AT61 {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #dno1uoavwUsOyEllH61JCQVLoutCat30 { display:block; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #aIccnntlVXdLsZfVa1mozuQ3l98Rfluf {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #JIa8PcZixueJVrmyi8fIg0EneHI1e9O2 {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #ZMTr9ie0NVooipsx9Th1Gx3fz33I4LX1 {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #Cprb0PWX4OtS0v9rcyTGbLULfCBPRfWS {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #lSMi9hhHnAr01yM003ZDzeBfTTd4Shb8 {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #pERCT3cu7Bv3hed1vR3NRxcAI1Xaru51 {  }
 }@media only screen and (max-width: 763px) { #IxqICU9AUrpl3O4Twgb0Tpp4csfZEOfE { width:26.9375rem;height:0;top:5.1875rem;left:20.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAZfXEskglzmfxeWobnW0rSTGNKMsKS9 { width:29rem;height:5.9375rem;top:1.0555744171143rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhmDDubAlmFRvOX8iACXRqZKv7tkPsxd { width:26.937125rem;height:2.5rem;top:2.7734375rem;left:19.591618299484rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGOOP1fQl9z5KTA62qvan78tdGVxhiR { width:3.5rem;height:2.5rem;top:1.2571010589599rem;left:7.4050071239469rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:47.75rem;height:8.875rem;top:2.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:5.5rem;height:3.75rem;top:0rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d76ed78e-2c7a-4e0f-b453-334dbc37aa0b/SCENA2RAW.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:20rem;height:5.25rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:20rem;height:6.3984375rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { width:14.125rem;height:3.125rem;top:15.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:20rem;height:6rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:20rem;height:20rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { width:20rem;height:6.9375rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:14.75rem;height:3.29980625rem;top:22.22509765625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { width:20rem;height:0.0625rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { width:20rem;height:0.0625rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { width:20rem;height:0.0625rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { width:17rem;height:2.92480625rem;top:48.375rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { width:3.0625rem;height:3rem;top:28rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzec3K5tTVwL4QQZFctraoOJppNEhX9L { width:11.125rem;height:1.29980625rem;top:28.875rem;left:7.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { width:3.0625rem;height:3rem;top:32.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { width:11.125rem;height:1.29980625rem;top:33.625rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { width:3.0625rem;height:3rem;top:37.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { width:11.125rem;height:1.29980625rem;top:38.625rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESJPKyeM7LEwbzak3upIRs7T2iMiTGOh { width:3.0625rem;height:3rem;top:42.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { width:11.125rem;height:1.29980625rem;top:43.5rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlFekZa3MQlZATr49hUKzmugeWZPkAdx { width:17.375rem;height:1.54345625rem;top:51.2998046875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf2LVZTgwuDduMBFqnwi3WEE1GBQcVvb { width:20rem;height:1.29980625rem;top:53.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .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; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM .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; }
#KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM { width:19rem;height:5.3125rem;display:flex;top:60.01171875rem;left:0.43505859375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #dZiiJh9qBqHBOsAguktwtQUmLDGG1GhK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #FfInecinAakt974b8EMp2OEWPXW0FFWQ {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #RKmuK0ZSbGJstdCZxAsFTo7udpAmKekN {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #y7vORpOTeTnQhZJCNGHeIK9AUBQ5JgdW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #qQf2bNmr2qkyF8Cfn7nNaXg7dUJ0RHOO {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #eCNAsNOpNu2lqrAQXl20xFBD61Z0ifbl {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #Plki1quqWeXTnOBiPQn14QiFpUbbeZZ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #nEXusQE9q9zwDF9tg8Tbr6zTFKKeJXlM {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #I2qRckh4HSlWw6z8tTpwt3N3QzEILHKM {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #MaWl4Tf8MK00iJdz0WWtUf284XT3XiNW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #Kobny2AxRuBTeEcpiBrFA5uKcJ6mab5m {  }
 }@media only screen and (max-width: 763px) { #KpIHFlGzTvTlpWTiMDU0dxhUl05miMeM #HPNXXnn9cMUtp5SQcN7ilu6bdzHTNUCm {  }
 }@media only screen and (max-width: 763px) { #A5lIcEZIpTC5UDudqFrTKUwsnKlHzxB2 { width:20rem;height:1.5996125rem;top:57.84912109375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:20rem;height:6.599125rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:20rem;height:12rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:20rem;height:0.0625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { width:20rem;height:3.19921875rem;top:23.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBxS5fe1fqssZKnRTDOyap1UT1RQUyh { width:20rem;height:9.9403578528827rem;top:27.333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcx5QwpQ9ZognBdWdSorWsHCemveUikk { width:20rem;height:10rem;top:38.39892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:16.625rem;height:3.19921875rem;top:8.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:1.29980625rem;top:6.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:1.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:15.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:1.29980625rem;top:20.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:16.625rem;height:3.19921875rem;top:22.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:29.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.29980625rem;top:34.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:16.625rem;height:3.19921875rem;top:36.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:38.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:75.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:112.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:42.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.94970625rem;top:47.5rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:149.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { width:16.625rem;height:4.798825rem;top:49.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rUkD4qKrhJEelmM25lGhgnnXQPTVnTLn { display:flex;width:3.125rem;height:3.125rem;top:1.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #txwDsT5un9oFP0qEwJ8sDdLQHLgN642g { display:flex;width:3.125rem;height:3.125rem;top:15.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NauHRwaIiLF49qpHuXzgFoEoHHdTVVeX { display:flex;width:3.125rem;height:3.125rem;top:29.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Tuh6fKiUBfIqRzXAU5o8doDts7O4uFq5 { display:flex;width:3.125rem;height:3.125rem;top:42.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:20rem;height:4.3994125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:20rem;height:4.798825rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:11.6875rem;height:2.5996125rem;top:15.4375rem;left:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZc7e6ADRSfgHvyQL21ng9VGT9A6gTsN { width:4.6875rem;height:1.29980625rem;top:18.037109375rem;left:7.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.0625rem;top:19.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.8125rem;height:3.19921875rem;top:20.625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.1875rem;height:2.5996125rem;top:42.1875rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rE11g6PDOWuL6Spcx65SWN8Wyw9S2KCG { width:4.6875rem;height:1.29980625rem;top:44.787109375rem;left:7.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0625rem;top:46.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.625rem;height:12.25rem;top:28.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.875rem;height:2.5996125rem;top:69rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsJDbyGX8SOou1Aq2dwknJpCznzffP91 { width:4.4375rem;height:1.29980625rem;top:71.599609375rem;left:7.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0625rem;top:73.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.625rem;height:12.25rem;top:54.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.625rem;height:12.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.8125rem;height:3.19921875rem;top:47.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.8125rem;height:3.19921875rem;top:74.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:13.8125rem;height:2.5996125rem;top:15.08740234375rem;left:3.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXvJqkrPsflBKem8lhPu4IwqEcRSdq6w { width:4.6875rem;height:1.29980625rem;top:17.68701171875rem;left:7.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0625rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:18.8125rem;height:3.19921875rem;top:20.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:11.1875rem;height:1.29980625rem;top:42.0625rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiEC5SoRi8Gu75e5Wwg6hFiH8F2pzUWJ { width:4.6875rem;height:1.29980625rem;top:43.3623046875rem;left:7.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0625rem;top:46.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:18.625rem;height:12.25rem;top:28rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:12.875rem;height:1.29980625rem;top:68.75rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vtg1I0NGNbCpFFNe42QA3qTD5O1icGrG { width:5.375rem;height:1.29980625rem;top:70.0498046875rem;left:7.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:73.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:18.625rem;height:12.25rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.8125rem;height:3.19921875rem;top:47.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.8125rem;height:4.798825rem;top:73.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #aZTUQZfZ9skf9Toae1dG2asU6WoWBDlc { width:18.5625rem;height:12.1875rem;top:54.98583984375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxoAJ2IpZ7Tf8S4sNO1bN056M1V3UKQA { width:16.1875rem;height:2.5996125rem;top:1.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9KOaRv1qiUU7B7iQoaQDRTXbP6HWWuT { width:20rem;height:6.3984375rem;top:5.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR { display:block; }#PvlxJ1El7vn9u3LF2php2VBxrTSbRHTR > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSs1fTa3BI99u95A9xbb1K2GDqNlcRI7 { width:14.125rem;height:3.4375rem;top:1.25rem;left:2.9375rem;font-size:1rem;color:#1e1e27;display:block; }
 }@media only screen and (max-width: 763px) { #rCqiX8O2xt8K8LDAU74WCibmIFXtpz9K { display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { width:20rem;height:4.798825rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:20rem;height:6.56298828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:20rem;height:4.3994125rem;top:2.1880302429199rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:19.875rem;height:19.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:20rem;height:6rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:14.75rem;height:3.29980625rem;top:24.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:20rem;height:0.0625rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.29980625rem;top:30.3125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:5.1875rem;height:1.29980625rem;top:30.3125rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:20rem;height:0.0625rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { width:10.625rem;height:1.29980625rem;top:39rem;left:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsn7TOQAHrighWU68c83CQyMyaouxf3J { width:5.1875rem;height:1.29980625rem;top:39rem;left:13.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { width:20rem;height:0.0625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.29980625rem;top:34.6875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:5.1875rem;height:1.29980625rem;top:34.6875rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.29980625rem;top:43rem;left:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:5.125rem;height:1.29980625rem;top:43rem;left:13.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aUywVNr9zdh1eTVhqfMvgHumQmspqPDy { display:block; }#aUywVNr9zdh1eTVhqfMvgHumQmspqPDy > .row .container { width:20rem;height:6.56298828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaikG1AJ3vky9OexItz3fWyaeaaGP8gF { width:20rem;height:4.3994125rem;top:2.1880302429199rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI { display:block; }#yE8QXQiP6SeiChDANxsvp1BSC4ekbBWI > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6dF5KcOGPI4SEiBENyktTk3e1o2cHi3 { width:20rem;height:11.25rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb3G4taRAP7uDL8uIiR07ruA6iHhuczG { width:14.75rem;height:0;top:28.7373046875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUPOutESRsh3F6E2lg1LX2n8P3z9FKAS { width:20rem;height:21.8125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrkJwWT26N9QsmTIO1pcAN4HfJTvzwBR { width:19.25rem;height:19.592275rem;top:14.17236328125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki { display:block; }#ohimikRTRaqpUXpDw0RH9gWR0ZtHDDki > .row .container { width:20rem;height:8.75048828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOVZUayMaHmSp4e3wlOVEq1GeRTq47ON { width:20rem;height:6.599125rem;top:2.1880302429199rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ { display:block; }#HLQg9vyBg9Bne3cKqKrSoBBSwwtTQtAJ > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwvU8brcDJwrHBX8SaBHOcbP6mxSvkkb { width:20rem;height:3.91845625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC8rG2QHA8CMA9cT6ZdAeTuACPengpxU { width:20rem;height:11.2rem;top:22.40284375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJPVEBmIppITxBFF6CZVmIpoxHaxkTDb { width:20rem;height:7.8369125rem;top:9.8671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlVLWVA5UO0kak08rAOtCCyzry3LQwfB { width:20rem;height:2.19970625rem;top:6.41796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDdAUXvdq966iEh7ZfLSrLq2tppagIJ1 { width:20rem;height:2.19970625rem;top:18.953625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaVufiLQwsddya6mJHfPxm78bZnWhQ6T { display:block; }#DaVufiLQwsddya6mJHfPxm78bZnWhQ6T > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A67IydbTWrUxOeRAZof9pVpOSAE87Rzb { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl { display:block; }#ctPOiOBRHKvQpRWp0kK3k4UZPiydyCAl > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNdDfMZTzq0qh7WzZ6zMEmhkZbcIbTmW { display:flex;width:3.9375rem;height:3.9375rem;top:1.25rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #tcRxKUVyr7sRQVD7JFgfVsSFRVgxUDiw { width:20rem;height:1.6499rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS6vKtEbaTxDb8IzAAsWg1yMHTOFRetI { width:16.125rem;height:4.673825rem;top:9.3369125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivlK1GU2c8tGW3KnC5G88qimgAz6DX3V { display:flex;width:3.9375rem;height:3.9375rem;top:17rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #OirX69TPNPyHIOAWrQXH1JWwICEPTBdC { width:20rem;height:1.6499rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4sDcy5OP6GTElPTwLPIpmKSLWcJtFw { width:16.125rem;height:2.3369125rem;top:24.625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPAGbTVSwoGwDylJ64vGNPVHB2ze0Sg8 { display:flex;width:3.9375rem;height:3.9375rem;top:29.833rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #b9fsFS1u9yIfnTSdoxmq3aH9nEGJ3ilk { width:20rem;height:1.6499rem;top:34.7841796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUasBg1KqnbuFJGIJs6sgsopATsXdJv8 { width:16.125rem;height:2.3369125rem;top:37.45751953125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV { display:block; }#XsMTXxBQnvSiVuUI6enTkQHvUPgR9xTV > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vREwwBTii3790ZDim11aXfRTZycyw57K { width:20rem;height:3.25rem;top:2.3748216629028rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pvz0mBUFWrl96Teu9MNGCrRVgeg16Nvf { width:20rem;height:7.7988125rem;top:6.6787996292112rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-text {padding-top: 0; padding-bottom: 0;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-select {padding-top: 0; padding-bottom: 0;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s  { width:17.5rem;height:16.375rem;top:20.3125rem;left:0rem;z-index:15006; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s {display:block;}#cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s { width:17.5rem;height:16.375rem;top:20.3125rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #dWsvAtWI59PHeahlEBE6a34mOdHTQ6TC {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #TcPJ6V3EgCAXTsPHrRXI95fHrTX7bCAa { display:block; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #XHfXtva63ILSD2wTiS91fF5r7XQ4ZSqu {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #ZvUfPFyIfG7eBtvqwNaGTNSta2TbHPCT {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #r6nRDydCxoDyzZc3LpQoPlrcqOHMQ74D { display:block; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #AdivJ36aXp3p0CgG0FoEdkv9rrq9oTsr {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #xdHdgvJNdc4mPwVxlFrUAdpouFH1AT61 {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #dno1uoavwUsOyEllH61JCQVLoutCat30 { display:block; }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #aIccnntlVXdLsZfVa1mozuQ3l98Rfluf {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #JIa8PcZixueJVrmyi8fIg0EneHI1e9O2 {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #ZMTr9ie0NVooipsx9Th1Gx3fz33I4LX1 {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #Cprb0PWX4OtS0v9rcyTGbLULfCBPRfWS {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #lSMi9hhHnAr01yM003ZDzeBfTTd4Shb8 {  }
 }@media only screen and (max-width: 763px) { #cEcUqeLcOxEiWgmtQBPOAQnQeZFNJg3s #pERCT3cu7Bv3hed1vR3NRxcAI1Xaru51 {  }
 }@media only screen and (max-width: 763px) { #IxqICU9AUrpl3O4Twgb0Tpp4csfZEOfE { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAZfXEskglzmfxeWobnW0rSTGNKMsKS9 { width:20rem;height:5.8125rem;top:16.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LhmDDubAlmFRvOX8iACXRqZKv7tkPsxd { width:18.6869375rem;height:4.875rem;top:17.3125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zTGOOP1fQl9z5KTA62qvan78tdGVxhiR { width:3.5rem;height:2.5rem;top:40.4368125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:20rem;height:8.9243rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }