.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { background-color: transparent; background-image: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container > .video-iframe-container { display: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container { display: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .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); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { border-width: 0; border-radius: 0; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container {  }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#L7NRu0dlq3xoTrhPc6C5UfKToAPvfylI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:16.5625rem;top:0.5rem;left:21.6875rem;overflow:hidden;display:block; }
#uTKypeMy0QT3xsAki22T9atAfuNt8IKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:url("https://images.assets-landingi.com/uc/68d8ff04-b522-4f29-899d-eef2d39e482d/hedaer.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm.adaptive-delivery-prevent-bg, #uTKypeMy0QT3xsAki22T9atAfuNt8IKm.lazyload, #uTKypeMy0QT3xsAki22T9atAfuNt8IKm.lazyloading { background-image: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { background-color: transparent; background-image: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container > .video-iframe-container { display: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container { display: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .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); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { border-width: 0; border-radius: 0; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container {  }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#fbSxZUSCh1szfRAfagOtSvsdJ7Kl3yxJ { color:#ffffff;display:block;width:17.3123125rem;position:absolute;font-family:"open sans";font-size:4.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.7478303909302rem;left:3.8595924377441rem;height:11.5495rem;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; }
#iLBHCR54nkaceIqag7FSWiAFRhTOcc6y { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:20.85720539093rem;left:3.8595924377441rem;height:2.99913125rem;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; }
#KOMSEtXcfQ2dBk9ppzAvTErnzHtecQlX { color:#ffffff;display:block;width:17.3123125rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:16.420357704163rem;left:3.8595924377441rem;height:5.24956875rem;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; }
#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row .container { background-color: transparent; background-image: none; }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row .container > .video-iframe-container { display: none; }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row > .video-iframe-container { display: none; }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .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); }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row .container { border-width: 0; border-radius: 0; }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row > .video-iframe-container {  }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#oe1fPX4arsA7tg7dEn8tq34uu9AnTdzk { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.2322044372559rem;left:0rem;height:1.21853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZNRHMDmM5KT2OHtJrC8qq3Loav6VcoTd { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4322938919068rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { background-color: transparent; background-image: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container > .video-iframe-container { display: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container { display: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .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); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { border-width: 0; border-radius: 0; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container {  }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#taWt4uGa2IPvQB4D0KRQKtAqb2XgTaoU { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:8.375rem;left:2.1875rem;display:block; }
#gJW6TwKxE20o6BXpR1T0G7HxaXJ1QTtR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:23rem;left:3.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6Idzflch3CT4oZmPRZlwKTa5T8IINpB { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.937721252441rem;left:3.1879348754883rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#XZxO43b5lfQTUfsSWey9ikehMc73F7s2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.75rem;left:4.875rem;overflow:hidden;display:block; }
#HKMO9RZGtN0JO4fM1pTSQB9IdF9Ubgli { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:8.4375rem;left:22.1875rem;display:block; }
#BBx1GRyqpSatvWNUMsXLD1nHymEbI3x7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.8125rem;left:24.9375rem;overflow:hidden;display:block; }
#Ad9Hyl0uPJnmKH77pEkL908rVccn6vvZ { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:8.4375rem;left:42.1875rem;display:block; }
#lJzyzH1a33ukbKxbzUMezpyu94RUaF8F { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.8125rem;left:44.9375rem;overflow:hidden;display:block; }
#yxGSEEsI9u4XovQTUkb6B0ZLBIT6fCIz { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:6.5625rem;left:8rem; }
#iobEQOu6g6HT85NRTumMyfTGs8c3sQfC { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:6.5625rem;left:28rem; }
#DafFa2TgU4qdTIggs8RDcmQTpCmsLsQE { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:6.5625rem;left:48rem; }
#WEbGdI93I7wLdFUrkiyJx6R9OZzh0BvN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:23rem;left:23.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orfmZw7dtizOdalzV3wgx6F5etVbzD7h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:23rem;left:43.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrnVh8JbGyRlmg2yzxxEcPEBLMsZpcbr { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:32.4375rem;left:1.25rem;display:block; }
#FABsvTo3lbevBVR0azaSoeT61aZvobJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4zuSyghvw2GnvLM8w31VbEP49m21oAK { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:32.5rem;left:21.25rem;display:block; }
#TBOE7ffn2bwRB9WImcak2898hspv9oTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnBZIHBKeDQaX7SnC9TBuVdC7toOW4zJ { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32.5rem;left:41.25rem;display:block; }
#iKB6dlcQUXXZipSNQmyoaUk85cqsEcPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1245660781861rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQSLvgK6JbJt6pJt33x3WTvK9yuTly8M { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.004344940186rem;left:3.1879348754883rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#dSIStVuKLVbGrCJIk1VvqZZ6Sg40VCUk { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:28.937721252441rem;left:23.187934875488rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#svifHpstEvOwNfNdwogcJ5bwwbg4oOAI { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:30.004344940186rem;left:23.187934875488rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#vR3kfKBXcydudUCWVsZEfIVfrhThJAU9 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:30.004344940186rem;left:43.187938690186rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#lWJ4SvsPXUUuNabOXptq2G9N7fzSxvJ7 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.937721252441rem;left:43.187938690186rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#uDRCt0HMLEM3fk0TkfKQT2f2VqJbxFv9 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:30.567494392395rem;left:23.187934875488rem;height:1.62435rem;text-align:center;text-align-last:center;display:none; }
#IyupyVznT83q7XJohi4SkTZtA2yprViP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row .container { background-color: transparent; background-image: none; }#IyupyVznT83q7XJohi4SkTZtA2yprViP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row .container > .video-iframe-container { display: none; }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row > .video-iframe-container { display: none; }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .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); }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row .container { border-width: 0; border-radius: 0; }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row > .video-iframe-container {  }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#Tfq64B4LPTcTZUPzkwoSohAxXL0TmeQw { background-color:#dc52d4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.2710494995117rem;left:21.250003814698rem;display:block; }
#WTkqxGBuQe5hvVG6IN49AVytXutU0JHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDgpiblGRRAoIugIur9DB33AegszRFZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { background-color: transparent; background-image: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container > .video-iframe-container { display: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container { display: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .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); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { border-width: 0; border-radius: 0; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container {  }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#Zo2lfabqnZVZJ8gdWf06T2ZGEy8paXB8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:7.875rem;left:2.1875rem;display:block; }
#DI9hhNrOEEOtzTimLg6zhF7TyOMXfpkI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:22.500000953674rem;left:3.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZE79rszDEas07zlJJST0hQcNKGBrQ3A2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:10.686848640442rem;left:5rem;overflow:hidden;display:block; }
#kqsszLiBWkV8WkizhJoFGr49P9mgbQ99 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:7.8743495941163rem;left:22.187503814698rem;display:block; }
#Rl8p15IqdqAhmg1hafoMJ3XdviVoQVtF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.3125rem;left:24.9375rem;overflow:hidden;display:block; }
#c46di8P2hPzTHkJTrqrpvTacI705GkT6 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:7.9375rem;left:42.1875rem;display:block; }
#iaN2gZ4IN72WafeuH15rtiRSgv3wRpo0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.3125rem;left:44.9375rem;overflow:hidden;display:block; }
#vQbLZLd0MtD5LAc8ST178sUvPEoV4okc { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:6.0625rem;left:8rem; }
#JTd1lnGSzJT9H18ieFXw0wom8pwnc8C7 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:6.0625rem;left:28rem; }
#TfqLgfHSdPEDFxi4JFRVqw81QzGN3DyK { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:6.0625rem;left:48rem; }
#ECLb6iTDXZnUQbboT9oalF9MJycswNRE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:22.5rem;left:23.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBxwhG4Nwd1aRSHqcHsaVffxP7qCQtT4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:22.5rem;left:43.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIZv8EhOIUFzIoqzvzlQGfAgTdVyB3nQ { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.9375rem;left:1.25rem;display:block; }
#Ng1wRddfoocqv1otkqeRKP8QXfTExvJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJnlP521IiTvdJHHHMJcwpQL2DLiumEO { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:32rem;left:21.25rem;display:block; }
#gViGbE0A0T6TDoKQcrpSbtXUhAStQ2Hc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1q5806GKRmElsRBbfzvb8SqArJpxa7N { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32rem;left:41.25rem;display:block; }
#Bt7UwqnuRVAKbWQ6KEkDgTGgf0ghg3hl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IwfZlSFJeBiLMvEHWWHTBKof2ut4Pvcm { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:29.49978017807rem;left:23.187934875488rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jq0k2emrC6xzBTuDMi2TKSdDXLiZHWTO { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:29.498696804047rem;left:43.187938690186rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eO3yB05MFXB6c8zF7HP7LnfDnU5QLTf1 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.49978351593rem;left:3.1879348754883rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1X0GoQqH9PVlE5GOiqQ0VaI7VC9TzZK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nk5i9anhNqwZzTGm88uTwZkvyGFHBFEv { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.432073116303rem;left:43.187938690186rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#TTk2b5H1DZ63v6K0QTqKzw5JicIXEqNi { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.432073116303rem;left:23.187934875488rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#XlRqTH8BJUazGBTLGWs3EQ6Tmp3qTqSe { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:28.49392414093rem;left:3.1879348754883rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row .container { background-color: transparent; background-image: none; }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row .container > .video-iframe-container { display: none; }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row > .video-iframe-container { display: none; }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .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); }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row .container { border-width: 0; border-radius: 0; }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row > .video-iframe-container {  }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#gXLshXBoo1pKozQv1CPy3Z0s5K7D9DP2 { background-color:#dc52d4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.2710494995117rem;left:21.250003814698rem;display:block; }
#X0uTHon6VN4dxmaD1LmCoeAWxDR1fX0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { background-color: transparent; background-image: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container > .video-iframe-container { display: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container { display: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .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); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { border-width: 0; border-radius: 0; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container {  }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#cotLqhsVWk4FGwz0nAKeNUOUzmRZ5adR { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:8.1875rem;left:2.1875rem;display:block; }
#Jna547FIifnJxaF9Tp9eaDVUTK16HB73 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:22.8125rem;left:3.75rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvvrNMvHfTxTZdQJKqSRayX7HmBnU9Cs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.5625rem;left:4.875rem;overflow:hidden;display:block; }
#XEEGMsxVLKTrfqobcNG2optpfAW2rcmq { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:8.25rem;left:22.1875rem;display:block; }
#JXqLmvaQXusLoWec1TekLm1akTyaK95w { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.625rem;left:24.9375rem;overflow:hidden;display:block; }
#T0auzEo0QE2E1nMSiENUDuA0y1iSlXAs { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:8.25rem;left:42.1875rem;display:block; }
#EWkytqT4R6bxAcmgTKkcEnyiQJsWT44w { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.625rem;left:44.9375rem;overflow:hidden;display:block; }
#nhOSFwAhiEBI5up6KdsBvyrycENfxu4h { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:6.375rem;left:8rem; }
#NeHbUR3g3IR9ZkpIHR2eRWOyLekGzkqc { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:6.375rem;left:28rem; }
#gFTOIhS93uqMgkphI94grZEpl6MmPkaS { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:6.375rem;left:48rem; }
#pZ3UtqQ5XCmglGbm5WLZV9hHGOw2Hzor { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:22.8125rem;left:23.75rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJOuqO7JnopZqBHRzl0xWLTyAP6croi9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:22.8125rem;left:43.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CR8umKgsdVL5ahTcuBHC3HVkGTQ1p55Q { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:32.25rem;left:1.25rem;display:block; }
#rltI7JHasbGlBMAeGTgDdcle7EhTkgFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bsAOHcJ9hhNqOGvVUDo2QtkUqkIrAGhU { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:32.3125rem;left:21.25rem;display:block; }
#yAiUvlQ1OuvsNK6iT99TXxcxlXcATUxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q8xTm4NL0hUSQLbTT4OCIEIOOOD9RFzU { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32.3125rem;left:41.25rem;display:block; }
#RdaPa7DTs2BQsc4zBuun3l3hViVVFLUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJJUAx9oQ6FIA1Rky2Hnl48iaXUy6zmS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NKLdA5zi5GTDwSCa8G4qgNcrp0EKtE36 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:29.354385137558rem;left:43.187938690186rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6CI5cOVWLFGsI5Ic4KWZuBF3gVH6fDC { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.287761449814rem;left:43.187938690186rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#Xb0EOkdnPiALoD2hx5xMF2uihbiny2z5 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:29.354385137558rem;left:23.187934875488rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoqzyWMl0KTDedP34GSWhHg41y7CIWND { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:28.604602575302rem;left:23.187934875488rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#yFgAUXGirvgFhgEipMApZWAN5w4uE4hH { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:28.604602575302rem;left:3.1879348754883rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#GTkwPIphgck9uQIuCv3NrSqAWROtcpt3 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:29.354385137558rem;left:3.1879348754883rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzSMufQ8T1CO15ans3IezDPu71uBitMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row .container { background-color: transparent; background-image: none; }#gzSMufQ8T1CO15ans3IezDPu71uBitMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row .container > .video-iframe-container { display: none; }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row > .video-iframe-container { display: none; }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .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); }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row .container { border-width: 0; border-radius: 0; }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row > .video-iframe-container {  }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#dsqIQy2LTL4vy4LQ3xKeL2N12npceREJ { background-color:#dc52d4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.2710494995117rem;left:21.250003814698rem;display:block; }
#T2rq92WfiVuSAD0yvBRqcMG3t7s7sCod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { background-color: transparent; background-image: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container > .video-iframe-container { display: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container { display: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .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); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { border-width: 0; border-radius: 0; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container {  }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#L5bt5FFwxtLNboWZ3NWkJHLO3SgkfAIf { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:7.6875rem;left:2.1875rem;display:block; }
#RDoSmaWrzZ8MTIDbGJu4JCx8CxtF65c1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:22.3125rem;left:3.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I85q8xFlh7EFcrmSMtVDVyPSKmrKIycn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.0625rem;left:4.875rem;overflow:hidden;display:block; }
#lzPFkFNmni38vBSiSE7oeZJ5HAFp6GNU { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:7.75rem;left:22.1875rem;display:block; }
#OD1xiKnFZJGNMP4J8LzuemeFkEE6GK9O { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.060113906861rem;left:25.000003814698rem;overflow:hidden;display:block; }
#T6mTE06lwITi38DDR6mppKkuG24y1l16 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:7.75rem;left:42.1875rem;display:block; }
#wAvkuhTKTxbMtaHZME3qEnQkTBwHceK7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:11.125rem;left:44.9375rem;overflow:hidden;display:block; }
#sXp62oQTO6ScZFf6GBdEbE6IGA0shdhb { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:5.875rem;left:8rem; }
#QfgXTUbAaiBrLLV9a3nH0645yEKhKrRV { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:5.875rem;left:28rem; }
#TbkU3iMU70m7y1Lidi5Ecx3PKcWMSp1m { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:5.875rem;left:48rem; }
#vOrIRDOlrETQ81yunbay50zmmnQ6wyXd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:22.3125rem;left:23.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pn4i4KPHxagcTlRaoO6gkDkTu26xPZ9G { color:#000000;display:block;width:13.0620625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:22.3125rem;left:43.4375rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4UCrIg907Qiff5mSPKJ0K9tU7ECTZWo { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.75rem;left:1.25rem;display:block; }
#OI16iNfEQ2kPQfTbp1Kp65WleJTzBgQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKTaLtKI2Z9dtqw5SAeRvKDHQSHzikSS { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:31.8125rem;left:21.25rem;display:block; }
#mWzsh3bQhhcHQOgleXRTI6yo0ARwSQJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVXIcPysLNhbeCqHT6T705tRZpOVIsbx { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.56185rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:31.8125rem;left:41.25rem;display:block; }
#bNofX2RSn3R2FEKifbrpXQBNXs1MITZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDqzTwyWhnkCTnK8XEavScs3NR1lSTV0 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wC1uHXon69xCRbs4sR8FJqqe0T1nzw3J { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:28.589412689209rem;left:3.1879348754883rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmxHOrZDeoIHsMaDzlnN8gnGB49A7ZnC { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:28.589412689209rem;left:23.187934875488rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvQ39LvsTc55qwOW7UAP5geuZ5GXQg0K { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:27.466365814209rem;left:3.1879348754883rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#C4cXfTpIpfpQEe6w8HutET9vT2TqcJTy { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:27.466365814209rem;left:23.187934875488rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#vVwJKRSTRt1z4X2dDFB7wQA9B4TXnqyf { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:27.522789001465rem;left:43.187938690186rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#wVMxFOh0iLoDGvX9NR3CRWO2rWwbfyWT { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:28.589412689209rem;left:43.187938690186rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030009;background-image:none;position:relative;display:block; }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row .container { background-color: transparent; background-image: none; }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row .container > .video-iframe-container { display: none; }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row > .video-iframe-container { display: none; }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .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); }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row .container { border-width: 0; border-radius: 0; }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row > .video-iframe-container {  }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#A1yiiv3ZbWMia5rDM0pQmAyqJeWo4QPp { background-color:#dc52d4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.2710494995117rem;left:21.250003814698rem;display:block; }
#Dhhf9gGNp5b6a1FiNVDg7M7JniTJeEPH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDkSCTHFPUc05TANGstxdnThD5HmXMMp { display:block; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7NRu0dlq3xoTrhPc6C5UfKToAPvfylI { top:0.4375rem;left:15.5625rem;width:16.5625rem;height:3.99956875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKypeMy0QT3xsAki22T9atAfuNt8IKm { display:block; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbSxZUSCh1szfRAfagOtSvsdJ7Kl3yxJ { top:3.6875rem;left:0rem;width:17.25rem;height:11.5rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLBHCR54nkaceIqag7FSWiAFRhTOcc6y { top:20.8125rem;left:0rem;width:18.75rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMSEtXcfQ2dBk9ppzAvTErnzHtecQlX { top:16.375rem;left:0rem;width:17.25rem;height:5.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuKKvSbphVWN7P6obWJx9JRTV2adKAyN { display:block; }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe1fPX4arsA7tg7dEn8tq34uu9AnTdzk { top:5.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNRHMDmM5KT2OHtJrC8qq3Loav6VcoTd { top:1.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T { display:block; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taWt4uGa2IPvQB4D0KRQKtAqb2XgTaoU { width:15.625rem;height:28.125rem;top:8.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJW6TwKxE20o6BXpR1T0G7HxaXJ1QTtR { width:12.5rem;height:5.125rem;top:22.9375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Idzflch3CT4oZmPRZlwKTa5T8IINpB { width:13.5625rem;height:1.125rem;top:28.9375rem;left:1.1254348754882rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZxO43b5lfQTUfsSWey9ikehMc73F7s2 { width:10rem;height:10rem;top:11.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKMO9RZGtN0JO4fM1pTSQB9IdF9Ubgli { width:15.625rem;height:28.125rem;top:8.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBx1GRyqpSatvWNUMsXLD1nHymEbI3x7 { width:10rem;height:10rem;top:11.8125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9Hyl0uPJnmKH77pEkL908rVccn6vvZ { width:15.625rem;height:28.125rem;top:8.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJzyzH1a33ukbKxbzUMezpyu94RUaF8F { width:10rem;height:10rem;top:11.8125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGSEEsI9u4XovQTUkb6B0ZLBIT6fCIz { width:3.9375rem;height:3.9375rem;top:6.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iobEQOu6g6HT85NRTumMyfTGs8c3sQfC { width:3.9375rem;height:3.9375rem;top:6.5625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafFa2TgU4qdTIggs8RDcmQTpCmsLsQE { width:3.9375rem;height:3.9375rem;top:6.5625rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEbGdI93I7wLdFUrkiyJx6R9OZzh0BvN { width:12.5rem;height:5.125rem;top:22.9375rem;left:17.562503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orfmZw7dtizOdalzV3wgx6F5etVbzD7h { width:12.5rem;height:5.125rem;top:22.9375rem;left:33.437503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrnVh8JbGyRlmg2yzxxEcPEBLMsZpcbr { width:17.5rem;height:2.5rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FABsvTo3lbevBVR0azaSoeT61aZvobJe { display:block; }
 }@media only screen and (max-width: 763px) { #v4zuSyghvw2GnvLM8w31VbEP49m21oAK { width:17.5rem;height:2.5rem;top:32.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOE7ffn2bwRB9WImcak2898hspv9oTX { display:block; }
 }@media only screen and (max-width: 763px) { #NnBZIHBKeDQaX7SnC9TBuVdC7toOW4zJ { width:17.5rem;height:2.5rem;top:32.5rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKB6dlcQUXXZipSNQmyoaUk85cqsEcPx { display:block; }
 }@media only screen and (max-width: 763px) { #z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { top:2.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQSLvgK6JbJt6pJt33x3WTvK9yuTly8M { width:13.5625rem;height:1.75rem;top:30rem;left:1.1254348754882rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSIStVuKLVbGrCJIk1VvqZZ6Sg40VCUk { width:13.5625rem;height:1.125rem;top:28.9375rem;left:17.000434875488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svifHpstEvOwNfNdwogcJ5bwwbg4oOAI { width:13.5625rem;height:1.75rem;top:30rem;left:17.000434875488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR3kfKBXcydudUCWVsZEfIVfrhThJAU9 { width:13.5625rem;height:1.75rem;top:30rem;left:32.875438690186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJ4SvsPXUUuNabOXptq2G9N7fzSxvJ7 { width:13.5625rem;height:1.125rem;top:28.9375rem;left:32.875438690186rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDRCt0HMLEM3fk0TkfKQT2f2VqJbxFv9 { width:13.5rem;height:1.75rem;top:30.25rem;left:1.1558161377907rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyupyVznT83q7XJohi4SkTZtA2yprViP { display:block; }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tfq64B4LPTcTZUPzkwoSohAxXL0TmeQw { width:17.5rem;height:3.4375rem;top:2.25rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkqxGBuQe5hvVG6IN49AVytXutU0JHm { display:block; }
 }@media only screen and (max-width: 763px) { #RDgpiblGRRAoIugIur9DB33AegszRFZd { display:block; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo2lfabqnZVZJ8gdWf06T2ZGEy8paXB8 { width:15.625rem;height:28.125rem;top:7.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI9hhNrOEEOtzTimLg6zhF7TyOMXfpkI { width:12.5rem;height:5.125rem;top:22.5rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE79rszDEas07zlJJST0hQcNKGBrQ3A2 { width:10rem;height:10rem;top:10.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqsszLiBWkV8WkizhJoFGr49P9mgbQ99 { width:15.625rem;height:28.125rem;top:7.8125rem;left:16.000003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8p15IqdqAhmg1hafoMJ3XdviVoQVtF { width:10rem;height:10rem;top:11.3125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46di8P2hPzTHkJTrqrpvTacI705GkT6 { width:15.625rem;height:28.125rem;top:7.9375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaN2gZ4IN72WafeuH15rtiRSgv3wRpo0 { width:10rem;height:10rem;top:11.3125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQbLZLd0MtD5LAc8ST178sUvPEoV4okc { width:3.9375rem;height:3.9375rem;top:6.0625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTd1lnGSzJT9H18ieFXw0wom8pwnc8C7 { width:3.9375rem;height:3.9375rem;top:6.0625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqLgfHSdPEDFxi4JFRVqw81QzGN3DyK { width:3.9375rem;height:3.9375rem;top:6.0625rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECLb6iTDXZnUQbboT9oalF9MJycswNRE { width:12.5rem;height:3.0625rem;top:22.5rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxwhG4Nwd1aRSHqcHsaVffxP7qCQtT4 { width:12.5rem;height:3.0625rem;top:22.5rem;left:33.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIZv8EhOIUFzIoqzvzlQGfAgTdVyB3nQ { width:17.5rem;height:2.5rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng1wRddfoocqv1otkqeRKP8QXfTExvJB { display:block; }
 }@media only screen and (max-width: 763px) { #OJnlP521IiTvdJHHHMJcwpQL2DLiumEO { width:17.5rem;height:2.5rem;top:32rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViGbE0A0T6TDoKQcrpSbtXUhAStQ2Hc { display:block; }
 }@media only screen and (max-width: 763px) { #O1q5806GKRmElsRBbfzvb8SqArJpxa7N { width:17.5rem;height:2.5rem;top:32rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt7UwqnuRVAKbWQ6KEkDgTGgf0ghg3hl { display:block; }
 }@media only screen and (max-width: 763px) { #IwfZlSFJeBiLMvEHWWHTBKof2ut4Pvcm { width:13.5625rem;height:1.75rem;top:29.4375rem;left:17.000434875488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0k2emrC6xzBTuDMi2TKSdDXLiZHWTO { width:13.5625rem;height:1.75rem;top:29.4375rem;left:32.875438690186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3yB05MFXB6c8zF7HP7LnfDnU5QLTf1 { width:13.5625rem;height:1.75rem;top:29.4375rem;left:1.1254348754882rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1X0GoQqH9PVlE5GOiqQ0VaI7VC9TzZK { top:1.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5i9anhNqwZzTGm88uTwZkvyGFHBFEv { width:13.5625rem;height:1.125rem;top:28.375rem;left:32.875438690186rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTk2b5H1DZ63v6K0QTqKzw5JicIXEqNi { width:13.5625rem;height:1.125rem;top:28.375rem;left:17.000434875488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlRqTH8BJUazGBTLGWs3EQ6Tmp3qTqSe { width:13.5625rem;height:1.125rem;top:28.4375rem;left:1.1254348754882rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnX29zxDr3cimNA8AbcA5uLdxORpKqlb { display:block; }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXLshXBoo1pKozQv1CPy3Z0s5K7D9DP2 { width:17.5rem;height:3.4375rem;top:2.25rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0uTHon6VN4dxmaD1LmCoeAWxDR1fX0Q { display:block; }
 }@media only screen and (max-width: 763px) { #hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz { display:block; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cotLqhsVWk4FGwz0nAKeNUOUzmRZ5adR { width:15.625rem;height:28.125rem;top:8.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jna547FIifnJxaF9Tp9eaDVUTK16HB73 { width:12.5rem;height:4.0625rem;top:22.8125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvvrNMvHfTxTZdQJKqSRayX7HmBnU9Cs { width:10rem;height:10rem;top:11.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEEGMsxVLKTrfqobcNG2optpfAW2rcmq { width:15.625rem;height:28.125rem;top:8.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXqLmvaQXusLoWec1TekLm1akTyaK95w { width:10rem;height:10rem;top:11.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0auzEo0QE2E1nMSiENUDuA0y1iSlXAs { width:15.625rem;height:28.125rem;top:8.25rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWkytqT4R6bxAcmgTKkcEnyiQJsWT44w { width:10rem;height:10rem;top:11.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhOSFwAhiEBI5up6KdsBvyrycENfxu4h { width:3.9375rem;height:3.9375rem;top:6.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeHbUR3g3IR9ZkpIHR2eRWOyLekGzkqc { width:3.9375rem;height:3.9375rem;top:6.375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTOIhS93uqMgkphI94grZEpl6MmPkaS { width:3.9375rem;height:3.9375rem;top:6.375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3UtqQ5XCmglGbm5WLZV9hHGOw2Hzor { width:12.5rem;height:4.0625rem;top:22.8125rem;left:17.562503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJOuqO7JnopZqBHRzl0xWLTyAP6croi9 { width:12.5rem;height:3.0625rem;top:22.8125rem;left:33.437503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8umKgsdVL5ahTcuBHC3HVkGTQ1p55Q { width:17.5rem;height:2.5rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rltI7JHasbGlBMAeGTgDdcle7EhTkgFc { display:block; }
 }@media only screen and (max-width: 763px) { #bsAOHcJ9hhNqOGvVUDo2QtkUqkIrAGhU { width:17.5rem;height:2.5rem;top:32.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAiUvlQ1OuvsNK6iT99TXxcxlXcATUxg { display:block; }
 }@media only screen and (max-width: 763px) { #q8xTm4NL0hUSQLbTT4OCIEIOOOD9RFzU { width:17.5rem;height:2.5rem;top:32.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdaPa7DTs2BQsc4zBuun3l3hViVVFLUI { display:block; }
 }@media only screen and (max-width: 763px) { #EJJUAx9oQ6FIA1Rky2Hnl48iaXUy6zmS { top:1.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKLdA5zi5GTDwSCa8G4qgNcrp0EKtE36 { width:13.5625rem;height:1.75rem;top:29.3125rem;left:32.875438690186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CI5cOVWLFGsI5Ic4KWZuBF3gVH6fDC { width:13.5625rem;height:1.125rem;top:28.25rem;left:32.875438690186rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb0EOkdnPiALoD2hx5xMF2uihbiny2z5 { width:13.5625rem;height:1.75rem;top:29.3125rem;left:17.000434875488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoqzyWMl0KTDedP34GSWhHg41y7CIWND { width:13.5625rem;height:1.125rem;top:28.5625rem;left:17.000434875488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgAUXGirvgFhgEipMApZWAN5w4uE4hH { width:13.5625rem;height:1.125rem;top:28.5625rem;left:1.1254348754882rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTkwPIphgck9uQIuCv3NrSqAWROtcpt3 { width:13.5625rem;height:1.75rem;top:29.3125rem;left:1.1254348754882rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzSMufQ8T1CO15ans3IezDPu71uBitMP { display:block; }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsqIQy2LTL4vy4LQ3xKeL2N12npceREJ { width:17.5rem;height:3.4375rem;top:2.25rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rq92WfiVuSAD0yvBRqcMG3t7s7sCod { display:block; }
 }@media only screen and (max-width: 763px) { #qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 { display:block; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5bt5FFwxtLNboWZ3NWkJHLO3SgkfAIf { width:15.625rem;height:28.125rem;top:7.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDoSmaWrzZ8MTIDbGJu4JCx8CxtF65c1 { width:12.5rem;height:3.0625rem;top:22.25rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I85q8xFlh7EFcrmSMtVDVyPSKmrKIycn { width:10rem;height:10rem;top:11.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzPFkFNmni38vBSiSE7oeZJ5HAFp6GNU { width:15.625rem;height:28.125rem;top:7.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD1xiKnFZJGNMP4J8LzuemeFkEE6GK9O { width:10rem;height:10rem;top:11rem;left:18.812503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6mTE06lwITi38DDR6mppKkuG24y1l16 { width:15.625rem;height:28.125rem;top:7.75rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvkuhTKTxbMtaHZME3qEnQkTBwHceK7 { width:10rem;height:10rem;top:11.125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp62oQTO6ScZFf6GBdEbE6IGA0shdhb { width:3.9375rem;height:3.9375rem;top:5.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgXTUbAaiBrLLV9a3nH0645yEKhKrRV { width:3.9375rem;height:3.9375rem;top:5.875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkU3iMU70m7y1Lidi5Ecx3PKcWMSp1m { width:3.9375rem;height:3.9375rem;top:5.875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOrIRDOlrETQ81yunbay50zmmnQ6wyXd { width:12.5rem;height:3.0625rem;top:22.25rem;left:17.562503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4i4KPHxagcTlRaoO6gkDkTu26xPZ9G { width:13rem;height:3.0625rem;top:22.25rem;left:33.125003814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UCrIg907Qiff5mSPKJ0K9tU7ECTZWo { width:17.5rem;height:2.5rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI16iNfEQ2kPQfTbp1Kp65WleJTzBgQL { display:block; }
 }@media only screen and (max-width: 763px) { #NKTaLtKI2Z9dtqw5SAeRvKDHQSHzikSS { width:17.5rem;height:2.5rem;top:31.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWzsh3bQhhcHQOgleXRTI6yo0ARwSQJD { display:block; }
 }@media only screen and (max-width: 763px) { #JVXIcPysLNhbeCqHT6T705tRZpOVIsbx { width:17.5rem;height:2.5rem;top:31.8125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNofX2RSn3R2FEKifbrpXQBNXs1MITZM { display:block; }
 }@media only screen and (max-width: 763px) { #TDqzTwyWhnkCTnK8XEavScs3NR1lSTV0 { top:1.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC1uHXon69xCRbs4sR8FJqqe0T1nzw3J { width:13.5625rem;height:1.75rem;top:28.5625rem;left:1.1254348754882rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmxHOrZDeoIHsMaDzlnN8gnGB49A7ZnC { width:13.5625rem;height:1.75rem;top:28.5625rem;left:17.000434875488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvQ39LvsTc55qwOW7UAP5geuZ5GXQg0K { width:13.5625rem;height:1.125rem;top:27.4375rem;left:1.1254348754882rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4cXfTpIpfpQEe6w8HutET9vT2TqcJTy { width:13.5625rem;height:1.125rem;top:27.4375rem;left:17.000434875488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVwJKRSTRt1z4X2dDFB7wQA9B4TXnqyf { width:13.5625rem;height:1.125rem;top:27.5rem;left:32.875438690186rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVMxFOh0iLoDGvX9NR3CRWO2rWwbfyWT { width:13.5625rem;height:1.75rem;top:28.5625rem;left:32.875438690186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN { display:block; }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1yiiv3ZbWMia5rDM0pQmAyqJeWo4QPp { width:17.5rem;height:3.4375rem;top:2.25rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhhf9gGNp5b6a1FiNVDg7M7JniTJeEPH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDkSCTHFPUc05TANGstxdnThD5HmXMMp { background-color:#ffffff;background-image:none;display:block; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { background-color: transparent; background-image: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container > .video-iframe-container { display: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container { display: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .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); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7NRu0dlq3xoTrhPc6C5UfKToAPvfylI { width:11.1870625rem;height:2.62478125rem;top:0.96679693460463rem;left:4.4064670205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKypeMy0QT3xsAki22T9atAfuNt8IKm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b99f527-0fe6-480f-9111-cedd05acd924/1200x1200_bf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm.adaptive-delivery-prevent-bg, #uTKypeMy0QT3xsAki22T9atAfuNt8IKm.lazyload, #uTKypeMy0QT3xsAki22T9atAfuNt8IKm.lazyloading { background-image: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { background-color: transparent; background-image: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container > .video-iframe-container { display: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container { display: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .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); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { border-width: 0; border-radius: 0; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container {  }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbSxZUSCh1szfRAfagOtSvsdJ7Kl3yxJ { width:17.249375rem;height:0;top:15.143229961395rem;left:0.62500005960463rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLBHCR54nkaceIqag7FSWiAFRhTOcc6y { width:18.75rem;height:0;top:21.145833492279rem;left:0.62500005960463rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOMSEtXcfQ2dBk9ppzAvTErnzHtecQlX { width:17.249375rem;height:0;top:18.232423305511rem;left:0.62500005960463rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuKKvSbphVWN7P6obWJx9JRTV2adKAyN { display:block; }#QuKKvSbphVWN7P6obWJx9JRTV2adKAyN > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe1fPX4arsA7tg7dEn8tq34uu9AnTdzk { width:20rem;height:2.6237rem;top:3.1662330627441rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZNRHMDmM5KT2OHtJrC8qq3Loav6VcoTd { width:20rem;height:2.3556875rem;top:0.81163024902344rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T { background-color:#030009;background-image:none;display:block; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { background-color: transparent; background-image: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container > .video-iframe-container { display: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container { display: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .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); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { width:20rem;height:97.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taWt4uGa2IPvQB4D0KRQKtAqb2XgTaoU { width:15.625rem;height:28.125rem;top:6.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJW6TwKxE20o6BXpR1T0G7HxaXJ1QTtR { width:12.5rem;height:7.0051875rem;top:18.9375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Idzflch3CT4oZmPRZlwKTa5T8IINpB { width:13.6230625rem;height:1.462675rem;top:26.875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZxO43b5lfQTUfsSWey9ikehMc73F7s2 { width:10rem;height:10rem;top:8.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKMO9RZGtN0JO4fM1pTSQB9IdF9Ubgli { width:15.625rem;height:28.125rem;top:37.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBx1GRyqpSatvWNUMsXLD1nHymEbI3x7 { width:10rem;height:10rem;top:39.9375rem;left:5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9Hyl0uPJnmKH77pEkL908rVccn6vvZ { width:15.625rem;height:28.125rem;top:68.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJzyzH1a33ukbKxbzUMezpyu94RUaF8F { width:10rem;height:10rem;top:70.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGSEEsI9u4XovQTUkb6B0ZLBIT6fCIz { width:4rem;height:4rem;top:4.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #iobEQOu6g6HT85NRTumMyfTGs8c3sQfC { width:4rem;height:4rem;top:35.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafFa2TgU4qdTIggs8RDcmQTpCmsLsQE { width:4rem;height:4rem;top:66.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEbGdI93I7wLdFUrkiyJx6R9OZzh0BvN { width:12.5rem;height:5.837675rem;top:49.9375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orfmZw7dtizOdalzV3wgx6F5etVbzD7h { width:13.499375rem;height:5.837675rem;top:80.4375rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrnVh8JbGyRlmg2yzxxEcPEBLMsZpcbr { width:17.5rem;height:2.5rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FABsvTo3lbevBVR0azaSoeT61aZvobJe { display:block; }
 }@media only screen and (max-width: 763px) { #v4zuSyghvw2GnvLM8w31VbEP49m21oAK { width:17.5rem;height:2.5rem;top:61.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOE7ffn2bwRB9WImcak2898hspv9oTX { display:block; }
 }@media only screen and (max-width: 763px) { #NnBZIHBKeDQaX7SnC9TBuVdC7toOW4zJ { width:17.5rem;height:2.5rem;top:92.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKB6dlcQUXXZipSNQmyoaUk85cqsEcPx { display:block; }
 }@media only screen and (max-width: 763px) { #z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { width:17.5rem;height:2.3556875rem;top:1.4377170801162rem;left:1.2500000596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQSLvgK6JbJt6pJt33x3WTvK9yuTly8M { width:13.5623125rem;height:1.62435rem;top:76.8125rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSIStVuKLVbGrCJIk1VvqZZ6Sg40VCUk { width:13.5623125rem;height:1.462675rem;top:57.8125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svifHpstEvOwNfNdwogcJ5bwwbg4oOAI { width:13.5623125rem;height:1.7871125rem;top:59.4375rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR3kfKBXcydudUCWVsZEfIVfrhThJAU9 { width:13.5623125rem;height:1.7871125rem;top:90.125rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJ4SvsPXUUuNabOXptq2G9N7fzSxvJ7 { width:13.5623125rem;height:1.462675rem;top:88.5rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDRCt0HMLEM3fk0TkfKQT2f2VqJbxFv9 { width:13.5623125rem;height:1.7871125rem;top:28.5rem;left:3.1875rem;font-size:1.375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #IyupyVznT83q7XJohi4SkTZtA2yprViP { display:block; }#IyupyVznT83q7XJohi4SkTZtA2yprViP > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tfq64B4LPTcTZUPzkwoSohAxXL0TmeQw { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkqxGBuQe5hvVG6IN49AVytXutU0JHm { display:block; }
 }@media only screen and (max-width: 763px) { #RDgpiblGRRAoIugIur9DB33AegszRFZd { background-color:#030009;background-image:none;display:block; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { background-color: transparent; background-image: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container > .video-iframe-container { display: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container { display: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .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); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { width:20rem;height:100.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo2lfabqnZVZJ8gdWf06T2ZGEy8paXB8 { width:15.625rem;height:28.125rem;top:7.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI9hhNrOEEOtzTimLg6zhF7TyOMXfpkI { width:12.5rem;height:7.0051875rem;top:20.000000953674rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE79rszDEas07zlJJST0hQcNKGBrQ3A2 { width:10rem;height:10rem;top:9.4357566833494rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqsszLiBWkV8WkizhJoFGr49P9mgbQ99 { width:15.625rem;height:28.125rem;top:39.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8p15IqdqAhmg1hafoMJ3XdviVoQVtF { width:10rem;height:10rem;top:42.75rem;left:4.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #c46di8P2hPzTHkJTrqrpvTacI705GkT6 { width:15.625rem;height:28.125rem;top:70.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaN2gZ4IN72WafeuH15rtiRSgv3wRpo0 { width:10rem;height:10rem;top:73.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQbLZLd0MtD5LAc8ST178sUvPEoV4okc { width:4rem;height:4rem;top:5.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTd1lnGSzJT9H18ieFXw0wom8pwnc8C7 { width:4rem;height:4rem;top:37.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqLgfHSdPEDFxi4JFRVqw81QzGN3DyK { width:4rem;height:4rem;top:68.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECLb6iTDXZnUQbboT9oalF9MJycswNRE { width:12.5rem;height:4.6701375rem;top:53.499350309372rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxwhG4Nwd1aRSHqcHsaVffxP7qCQtT4 { width:12.5rem;height:3.50260625rem;top:84.4375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIZv8EhOIUFzIoqzvzlQGfAgTdVyB3nQ { width:17.5rem;height:2.5rem;top:31.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng1wRddfoocqv1otkqeRKP8QXfTExvJB { display:block; }
 }@media only screen and (max-width: 763px) { #OJnlP521IiTvdJHHHMJcwpQL2DLiumEO { width:17.5rem;height:2.5rem;top:63.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViGbE0A0T6TDoKQcrpSbtXUhAStQ2Hc { display:block; }
 }@media only screen and (max-width: 763px) { #O1q5806GKRmElsRBbfzvb8SqArJpxa7N { width:17.5rem;height:2.5rem;top:93.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt7UwqnuRVAKbWQ6KEkDgTGgf0ghg3hl { display:block; }
 }@media only screen and (max-width: 763px) { #IwfZlSFJeBiLMvEHWWHTBKof2ut4Pvcm { width:13.5623125rem;height:1.7871125rem;top:60.748707771301rem;left:3.2183161377907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0k2emrC6xzBTuDMi2TKSdDXLiZHWTO { width:13.5623125rem;height:1.7871125rem;top:90.9375038147rem;left:3.2183161377907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3yB05MFXB6c8zF7HP7LnfDnU5QLTf1 { width:13.5623125rem;height:1.7871125rem;top:29.4375rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1X0GoQqH9PVlE5GOiqQ0VaI7VC9TzZK { width:17.5rem;height:2.3556875rem;top:1.1838045120239rem;left:1.2500000596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5i9anhNqwZzTGm88uTwZkvyGFHBFEv { width:13.5623125rem;height:1.462675rem;top:89.38260269165rem;left:3.2183161377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTk2b5H1DZ63v6K0QTqKzw5JicIXEqNi { width:13.5623125rem;height:1.462675rem;top:59.10590839386rem;left:3.2183161377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlRqTH8BJUazGBTLGWs3EQ6Tmp3qTqSe { width:13.5623125rem;height:1.462675rem;top:27.880860328674rem;left:3.2183161377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnX29zxDr3cimNA8AbcA5uLdxORpKqlb { display:block; }#GnX29zxDr3cimNA8AbcA5uLdxORpKqlb > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXLshXBoo1pKozQv1CPy3Z0s5K7D9DP2 { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0uTHon6VN4dxmaD1LmCoeAWxDR1fX0Q { display:block; }
 }@media only screen and (max-width: 763px) { #hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz { background-color:#030009;background-image:none;display:block; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { background-color: transparent; background-image: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container > .video-iframe-container { display: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container { display: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .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); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cotLqhsVWk4FGwz0nAKeNUOUzmRZ5adR { width:15.625rem;height:28.125rem;top:6.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jna547FIifnJxaF9Tp9eaDVUTK16HB73 { width:12.5rem;height:5.837675rem;top:18.9375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvvrNMvHfTxTZdQJKqSRayX7HmBnU9Cs { width:10rem;height:10rem;top:9rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEEGMsxVLKTrfqobcNG2optpfAW2rcmq { width:15.625rem;height:28.125rem;top:37.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXqLmvaQXusLoWec1TekLm1akTyaK95w { width:10rem;height:10rem;top:39.6875rem;left:5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T0auzEo0QE2E1nMSiENUDuA0y1iSlXAs { width:15.625rem;height:28.125rem;top:68.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWkytqT4R6bxAcmgTKkcEnyiQJsWT44w { width:10rem;height:10rem;top:71.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhOSFwAhiEBI5up6KdsBvyrycENfxu4h { width:4rem;height:4rem;top:4.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeHbUR3g3IR9ZkpIHR2eRWOyLekGzkqc { width:4rem;height:4rem;top:35.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTOIhS93uqMgkphI94grZEpl6MmPkaS { width:4rem;height:4rem;top:66.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3UtqQ5XCmglGbm5WLZV9hHGOw2Hzor { width:12.5rem;height:5.837675rem;top:50.3125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJOuqO7JnopZqBHRzl0xWLTyAP6croi9 { width:12.5rem;height:4.6701375rem;top:81.5625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8umKgsdVL5ahTcuBHC3HVkGTQ1p55Q { width:17.5rem;height:2.5rem;top:30.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rltI7JHasbGlBMAeGTgDdcle7EhTkgFc { display:block; }
 }@media only screen and (max-width: 763px) { #bsAOHcJ9hhNqOGvVUDo2QtkUqkIrAGhU { width:17.5rem;height:2.5rem;top:61.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAiUvlQ1OuvsNK6iT99TXxcxlXcATUxg { display:block; }
 }@media only screen and (max-width: 763px) { #q8xTm4NL0hUSQLbTT4OCIEIOOOD9RFzU { width:17.5rem;height:2.5rem;top:91.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdaPa7DTs2BQsc4zBuun3l3hViVVFLUI { display:block; }
 }@media only screen and (max-width: 763px) { #EJJUAx9oQ6FIA1Rky2Hnl48iaXUy6zmS { width:20rem;height:2.3556875rem;top:0.81163215637206rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKLdA5zi5GTDwSCa8G4qgNcrp0EKtE36 { width:13.5623125rem;height:1.7871125rem;top:88.874784469606rem;left:3.2183161377907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CI5cOVWLFGsI5Ic4KWZuBF3gVH6fDC { width:13.5623125rem;height:1.462675rem;top:87.481555938719rem;left:3.2183161377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb0EOkdnPiALoD2hx5xMF2uihbiny2z5 { width:13.5623125rem;height:1.7871125rem;top:59.186193466186rem;left:3.2183161377907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoqzyWMl0KTDedP34GSWhHg41y7CIWND { width:13.5623125rem;height:1.462675rem;top:57.790803909302rem;left:3.2183161377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgAUXGirvgFhgEipMApZWAN5w4uE4hH { width:13.5623125rem;height:1.462675rem;top:26.248927433975rem;left:3.2183161377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTkwPIphgck9uQIuCv3NrSqAWROtcpt3 { width:13.5623125rem;height:1.7871125rem;top:27.709420204163rem;left:3.2183161377907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzSMufQ8T1CO15ans3IezDPu71uBitMP { display:block; }#gzSMufQ8T1CO15ans3IezDPu71uBitMP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsqIQy2LTL4vy4LQ3xKeL2N12npceREJ { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rq92WfiVuSAD0yvBRqcMG3t7s7sCod { display:block; }
 }@media only screen and (max-width: 763px) { #qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 { background-color:#000000;background-image:none;display:block; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { background-color: transparent; background-image: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container > .video-iframe-container { display: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container { display: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .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); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { width:20rem;height:98.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5bt5FFwxtLNboWZ3NWkJHLO3SgkfAIf { width:15.625rem;height:28.125rem;top:6.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDoSmaWrzZ8MTIDbGJu4JCx8CxtF65c1 { width:12.5rem;height:4.6701375rem;top:19.1875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I85q8xFlh7EFcrmSMtVDVyPSKmrKIycn { width:10rem;height:10rem;top:8.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzPFkFNmni38vBSiSE7oeZJ5HAFp6GNU { width:15.625rem;height:28.125rem;top:37.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD1xiKnFZJGNMP4J8LzuemeFkEE6GK9O { width:10rem;height:10rem;top:40rem;left:5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T6mTE06lwITi38DDR6mppKkuG24y1l16 { width:15.625rem;height:28.125rem;top:69.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvkuhTKTxbMtaHZME3qEnQkTBwHceK7 { width:10rem;height:10rem;top:72.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp62oQTO6ScZFf6GBdEbE6IGA0shdhb { width:4rem;height:4rem;top:4.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgXTUbAaiBrLLV9a3nH0645yEKhKrRV { width:4rem;height:4rem;top:36rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkU3iMU70m7y1Lidi5Ecx3PKcWMSp1m { width:4rem;height:4rem;top:67.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOrIRDOlrETQ81yunbay50zmmnQ6wyXd { width:12.5rem;height:3.50260625rem;top:51.8125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4i4KPHxagcTlRaoO6gkDkTu26xPZ9G { width:15.125rem;height:3.50260625rem;top:82.125rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UCrIg907Qiff5mSPKJ0K9tU7ECTZWo { width:17.5rem;height:2.5rem;top:30.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI16iNfEQ2kPQfTbp1Kp65WleJTzBgQL { display:block; }
 }@media only screen and (max-width: 763px) { #NKTaLtKI2Z9dtqw5SAeRvKDHQSHzikSS { width:17.5rem;height:2.5rem;top:61.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWzsh3bQhhcHQOgleXRTI6yo0ARwSQJD { display:block; }
 }@media only screen and (max-width: 763px) { #JVXIcPysLNhbeCqHT6T705tRZpOVIsbx { width:17.5rem;height:2.5rem;top:92.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNofX2RSn3R2FEKifbrpXQBNXs1MITZM { display:block; }
 }@media only screen and (max-width: 763px) { #TDqzTwyWhnkCTnK8XEavScs3NR1lSTV0 { width:20rem;height:2.3556875rem;top:0.93641471862794rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wC1uHXon69xCRbs4sR8FJqqe0T1nzw3J { width:13.5623125rem;height:1.7871125rem;top:27.435976028443rem;left:3.2183161377907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmxHOrZDeoIHsMaDzlnN8gnGB49A7ZnC { width:13.5623125rem;height:1.7871125rem;top:58.9375rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvQ39LvsTc55qwOW7UAP5geuZ5GXQg0K { width:13.5623125rem;height:1.462675rem;top:25.878911018372rem;left:3.2183161377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4cXfTpIpfpQEe6w8HutET9vT2TqcJTy { width:13.5623125rem;height:1.462675rem;top:57rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVwJKRSTRt1z4X2dDFB7wQA9B4TXnqyf { width:13.5623125rem;height:1.462675rem;top:87.5rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVMxFOh0iLoDGvX9NR3CRWO2rWwbfyWT { width:13.5623125rem;height:1.7871125rem;top:89.0625rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN { display:block; }#tJDsTtLlEBzgOmn1hT9OSKUzTv7rlzqN > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1yiiv3ZbWMia5rDM0pQmAyqJeWo4QPp { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhhf9gGNp5b6a1FiNVDg7M7JniTJeEPH { display:block; }
 }