.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;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); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff851b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { background-color: transparent; background-image: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .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); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { border-width: 0; border-radius: 0; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#kVMAWtCro6FT8o4r5ii26TtDmbIc3rq7 { display:block;width:55.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:9.875rem;height:4.2252625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;display:block; }
#n1c1SfxcCudP1u1inrK23uKPgulDToCn { color:#ffffff;display:block;width:50.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:7.6875rem;left:12.4375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxllqJq3H0krTTkzXZuq5d7eICvO3kzP { position:absolute;display:block;z-index:15063;height:3.56228125rem;width:6.3748125rem;top:1.5592448711395rem;left:6.0991744995117rem;display:block; }
#UIZyKUkmRCHi3guWeVkaZXOe8WmiMAZk { position:absolute;display:block;z-index:15064;height:3.5625rem;width:75rem;top:14.311017990113rem;left:0rem;display:block; }
#bCnMoDvPmLLveL99mpglb4iwyDSr06wO { display:block;width:57.374125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:8.8125rem;height:6.337875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;display:block; }
#aobGKDBJyp62DEu8mCB8SkReGN7lez36 { color:#ffffff;display:block;width:50.1855625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:33.0625rem;left:12.4375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { background-color: transparent; background-image: none; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container > .video-iframe-container { display: none; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row > .video-iframe-container { display: none; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .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); }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { border-width: 0; border-radius: 0; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;position:relative;display:block; }#rnxKP00LSvk152uiwetigHTcdxlKmRfv { display:block;width:57.3730625rem;position:absolute;font-family:lato;font-size:4.5rem;font-weight:700;z-index:15073;line-height:1;letter-spacing:0;top:3.5625rem;left:6.875rem;height:9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ff851b;font-style:normal;display:block; }
#cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { color:#000000;display:block;width:56.3748125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.25rem;left:9.375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8096875rem;width:8.8096875rem;top:8.75rem;left:59.4375rem;overflow:hidden;display:block; }
#rbikamHvMw1fwnXFk97V7JwKcnT4ZRbs { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.6875rem;width:23.5625rem;top:22.0625rem;left:23.75rem;overflow:hidden;display:block; }
#Ve3VsWDD87mOOTlP15mb7yPraxJvnufZ { display:block;width:54.249125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.75rem;left:8.4375rem;height:6.337875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#RK6BitEQZLevA9EC8NU27IuUMhBXEThz { background-color:#00f6ca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:6.75rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:48.9375rem;left:19.8125rem;display:block; }
#wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LGniGr3H1Ohlo2SOkzu3cvZBeQZA23LE { display:block;width:32.5615rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:56.8125rem;left:19.279296875rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container { background-color: transparent; background-image: none; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container > .video-iframe-container { display: none; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row > .video-iframe-container { display: none; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .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); }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container { border-width: 0; border-radius: 0; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#Je2KUuD6ynJUWqOUUWo2Z0E2zOh2eBoi { color:#ffffff;display:block;width:58.4971875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:7.9375rem;left:9.4375rem;height:6.8245625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lRvI4ThqHBm3VpmfcE2kGS3kg2HgpIrf { color:#ffffff;display:block;width:50.1855625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:4.8125rem;left:13rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7LTuFDQrFP0Z4gepDq6auME6to0iSAR { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.874rem;width:13.75rem;top:11.1875rem;left:0rem;overflow:hidden;display:block; }
#pbLaim6F8dnwflgeDGDoy9liRgRScJVP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { background-color: transparent; background-image: none; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container > .video-iframe-container { display: none; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row > .video-iframe-container { display: none; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .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); }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { border-width: 0; border-radius: 0; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#TWwSTqVcwyplu3M6ywt9kzKzTcodnTS0 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8095625rem;width:8.8095625rem;top:26.685546875rem;left:3.8740234375rem;overflow:hidden;display:block; }
#XDp8lpqsoMQQkJV7wXtHm3i5adVlOH1U { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.1248125rem;width:20.061875rem;top:2.5625rem;left:8rem;overflow:hidden;display:block; }
#zd4yUEOOvNtPsdReRduZbv0glchrWtKG { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:2.3125rem;left:33.75rem;height:6.82425rem;display:block; }
#hcwOoDLiHdUoQBcHWVeTmoF8MVsw7p5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:21rem;left:30.6875rem; }
#T87ypbThHUfl2TJ1f5xZGibPFidg4Mzx { color:#000000;display:block;width:38.6870625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:21rem;left:33.75rem;height:11.942375rem;display:block; }
#DgsuJbfpOF7CZnhrIaTgGo2cnCkyZtJ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:11.1875rem;left:30.6875rem; }
#VQkfD88tDFrL6nPwvlxTnzIb3twZFbCv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:2.4375rem;left:30.6875rem; }
#UK8Pi0m40xSTK95xLwBRB05aLzZANfvP { color:#000000;display:block;width:38.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:11.0625rem;left:33.75rem;height:8.53025rem;display:block; }
#ebm2gXhpsZJ6UEV6DKBxA2apyAty9zZ7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8730625rem;width:13.75rem;top:32.685546875rem;left:58.748046875rem;overflow:hidden;display:block; }
#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { background-color: transparent; background-image: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container > .video-iframe-container { display: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container { display: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .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); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { border-width: 0; border-radius: 0; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#Rha7GzLu3hMIO1epVPOUDxWerWdhl3eU { color:#111111;display:block;width:58.4970625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:5.3857421875rem;left:8.25rem;height:10.2363125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { background-color: transparent; background-image: none; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container > .video-iframe-container { display: none; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row > .video-iframe-container { display: none; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .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); }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { border-width: 0; border-radius: 0; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { position:absolute;display:block;z-index:15002;background-color:#ff851b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.061875rem;width:15.625rem;top:3.1875rem;left:1.25rem;display:block; }
#d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.125rem;height:1.70631875rem;text-align:center;text-align-last:center;display:block; }
#fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:16.25rem;width:18.0625rem;top:10.6875rem;left:0rem;display:block; }
#AVriFOaiqVGIw008QCToTOOdcQGM6aBh { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:3.9375rem;left:6.5625rem; }
#X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#pMUui2RM9pTWB5X5d7I4zVf5hZ0lTcGo { color:#000000;display:block;width:16.311875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:15.125rem;left:0.875rem;height:8.53025rem;text-align:center;text-align-last:center;display:block; }
#cNT7NqxzxzAffzViGcmP0NG92WgVb461 { 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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:16.25rem;width:18.0625rem;top:10.8125rem;left:19rem;display:block; }
#xTqUWaSfaBfLiqJxAqBCwFHuTpAcT5gD { color:#000000;display:block;width:13.499375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:15.125rem;left:21.25rem;height:8.53025rem;text-align:center;text-align-last:center;display:block; }
#aywtqF5y2KJBHm0B4puEht3kLONE6UCi { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21.625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#JvAXiJMGKeteStkWsL5KhuNXKCgNFWPp { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:4.5625rem;left:26.125rem; }
#WV9FZvIyEkkTN0L6vKQJWTGVSiCD8hCR { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:16.25rem;width:18.0625rem;top:10.6875rem;left:37.9375rem;display:block; }
#UbL3qVF0rrRB9zmhrHbL11f8wqZaOGpa { color:#ffffff;display:block;width:8.9995625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#L3OiGo3zTb3q9ZzZpgiEVNKXqznQIdms { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:4.25rem;left:44.75rem; }
#FsPaLOmVagP1yhqXCmNxqvC3dWQgTS2R { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:15.125rem;left:39.8125rem;height:8.53025rem;text-align:center;text-align-last:center;display:block; }
#nTJ1lpVieHgqi5hiEFUQSst8oIeZtoRL { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:16.25rem;width:18.0625rem;top:10.6875rem;left:56.9375rem;display:block; }
#PiTpTXDZQlDhfoTxZCPzdqyGJCuIv5fQ { color:#ffffff;display:block;width:11.436625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:9.0625rem;left:60.25rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TDkDdncEHXGEVFiCrEypHV834O7EVGdR { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:4.5625rem;left:64.0625rem; }
#RoqXAWWzrsdMPC7xvpkU8B0CPSMMSHct { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:15.125rem;left:58rem;height:8.53025rem;text-align:center;text-align-last:center;display:block; }
#aRX0wiiXJOTxeb4byIofDu1gnJEsNlV5 { position:absolute;display:block;z-index:15115;background-color:#ff851b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.061875rem;width:15.625rem;top:3.1875rem;left:20.1875rem;display:block; }
#WxtyuMPDa7xHtTWmbikSE4oIrO2uC5Pt { position:absolute;display:block;z-index:15112;background-color:#ff851b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.061875rem;width:15.625rem;top:3.1875rem;left:39.125rem;display:block; }
#Tn8mBg0qb56kDrrQnspNAPmchTwmRKe4 { position:absolute;display:block;z-index:15113;background-color:#ff851b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.061875rem;width:15.625rem;top:3.1875rem;left:58.125rem;display:block; }
#licpG5yrM2TffgtT8WozWHV0rXGRH5gE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { background-color: transparent; background-image: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container > .video-iframe-container { display: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container { display: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .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); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { border-width: 0; border-radius: 0; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#KmTe5BrfP2AfonMRZpvs8MhqpH3MZgTC { color:#000000;display:block;width:62.686875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.6204490661621rem;left:6.1556015014649rem;height:6.4238125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFc8O1LcMaPVTotZwvwtCNyHrPFVuGwp { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:7.62939453125E-5rem;left:0rem;height:8.394125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { background-color: transparent; background-image: none; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container > .video-iframe-container { display: none; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row > .video-iframe-container { display: none; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .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); }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { border-width: 0; border-radius: 0; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#woFvNtcdxLaOVmZRSseve0rXWQ3BbZkJ { display:block;width:46.749125rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6247825622559rem;left:14.124351501465rem;height:6.82425rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#E5leFJEHom33p1GMLQUgHyMRpLv2qbQz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:13.0625rem;left:14.375rem; }
#IS9xyfNU8oq8KnWh1U24oaTUCX9poqhO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:13.0625rem;left:37.8125rem; }
#baxznKNCTTpHiwlG8O2CDOOvLEgmBVLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:13.0625rem;left:59.3125rem; }
#XBriTS26elf1nLkUZSziuslraZLmdfU3 { color:#000000;display:block;width:17.3123125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:15.9375rem;left:6.625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#V3TZZVVrCAuGtEwB6ThhVXnqcV6nlI28 { color:#000000;display:block;width:18.811875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:20.8125rem;left:5.875rem;height:13.6484375rem;text-align:center;text-align-last:center;display:block; }
#ovp3Oa1w39XedUMgcOK7rM9Rz5eJzUE5 { color:#000000;display:block;width:17.3123125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:16.5rem;left:30.0625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#tAlZmxhw310PX3C1JoXyCq8qQncHVuxG { color:#000000;display:block;width:17.3123125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:15.875rem;left:51.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#k6f90BJlVXzmmfet0C3fnl9WPyzaOpSK { color:#000000;display:block;width:18.6870625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:20.8125rem;left:29.375rem;height:13.6484375rem;text-align:center;text-align-last:center;display:block; }
#ybQg8Fi7Rogh4ToDW6GFTigmk8MaE3go { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:20.8125rem;left:51.3125rem;height:11.942375rem;text-align:center;text-align-last:center;display:block; }
#p7xQiTxEk7vhRmJVlXQU5rz5IDP4Uyss { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8748125rem;width:18.75rem;top:32.123481750488rem;left:44.312065124512rem;overflow:hidden;display:block; }
#yWsSq3OoupCDnxuv6cZTnJp3mtfOZle8 { color:#000000;display:block;width:17.3123125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:15.875rem;left:51.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:none; }
#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { background-color: transparent; background-image: none; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container > .video-iframe-container { display: none; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row > .video-iframe-container { display: none; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .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); }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { border-width: 0; border-radius: 0; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#WqzsoSpZyL0VN2WwuXTDcKCqBDfZsokh { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.808625rem;width:8.808625rem;top:1.4375rem;left:7.375rem;overflow:hidden;display:block; }
#CyoCoxSSZyspyyH9yMZ6suXBTZ8nUaRr { display:block;width:29.3120625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:7.125rem;height:2.6001rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#ApdcQQfGZ47qtzPwoyfaZELSioTQnkfs { display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:37.5rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:none; }
#QTFpwLIBI4QRIaW3EbJAZH8yLxHbLWQF { color:#080909;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11rem;left:40.25rem;height:5.5234375rem;display:none; }
#smUgt9ZiWtmhRd27mwHPXVxSdqzc6dRU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:8.5rem;left:4.5625rem; }
#xJXQmv02TTuTucmTRdl2ZhpIN8iI0ySl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:12.75rem;left:4.5625rem; }
#oh7h15khoW9a3oTTJK9P2TOpZqoAMZ6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:17.625rem;left:4.5625rem; }
#b6dDmspZlEy45tQdsTbAlJLgQIybzFkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:22.3125rem;left:4.5625rem; }
#n0Mvs2W6W5oFTpxG6PSecvoHQd1RcnQg { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:8.375rem;left:7.625rem;height:3.4121125rem;display:block; }
#os5ZCmEw0qUDGBJbGrhIT3TZAPU35kCT { color:#000000;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:12.75rem;left:7.625rem;height:3.4121125rem;display:block; }
#RIHOToLdpMoq2n52eURLIE5a8WTVwdC2 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:17.625rem;left:7.25rem;height:3.4121125rem;display:block; }
#M8Fi0i7hTThowSbNRTNUs7yG4Kc1VMGF { color:#000000;display:block;width:30.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:22.3125rem;left:7.375rem;height:3.4121125rem;display:block; }
#Sc9mHdUlITwZh5Zym24UyxqGADBrrpvG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:17.625rem;left:38.5rem; }
#mFsBPtoMFoOTNbgJZ0tLfl6w0HTrm6es { color:#000000;display:block;width:30.061875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:17.625rem;left:41.4375rem;height:3.4121125rem;display:block; }
#iVohT3HtkDpyO9BbBu52TlfdR46TlQBv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:22.3125rem;left:38.5rem; }
#cNt4VRHxAurprN3BfESsOJRnn973mgvo { color:#000000;display:block;width:30.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.3125rem;left:41.3125rem;height:3.4121125rem;display:block; }
#MluRXLz1c8oqETx794dRBt0k4r0WGLZI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:8.5rem;left:38.5rem; }
#giSP2B7Rdae5QgaQqwKakSHNETrl7Qe1 { color:#000000;display:block;width:30.061875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:8.5rem;left:41.4375rem;height:3.4121125rem;display:block; }
#arPNGxFJTxXABWR2GuyOikvnGlf6rO82 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:12.8125rem;left:38.5rem; }
#tq3Lsk3FcPK8srxHE8OX3TwxpkkT6kxU { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:12.8125rem;left:41.4375rem;height:3.4121125rem;display:block; }
#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container { background-color: transparent; background-image: none; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container > .video-iframe-container { display: none; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row > .video-iframe-container { display: none; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .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); }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container { border-width: 0; border-radius: 0; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#kN9Gtf2G56zTLIXcrVmP0rha7y7RFKJa { color:#111111;display:block;width:58.4971875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.9181628227234rem;left:8.2508697509762rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ry05qzD5UEA8xooAEtCb4zQHZNhduQte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row .container { background-color: transparent; background-image: none; }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row .container > .video-iframe-container { display: none; }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row > .video-iframe-container { display: none; }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .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); }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row .container { border-width: 0; border-radius: 0; }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#enrndWECBpteRCv0zBGd8vRQ2vn7QJHx { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#G6kwid3OAZymJ5uTWEoT78T3ODH0clkU { position:absolute;display:block;z-index:15022;background-color:#ff851b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.0625rem;width:11.25rem;top:5.125rem;left:3.4375rem;display:block; }
#tV3dSEA8XGAI7dBt7CwmBEQGMx1ZZFtm { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:6.2532539367675rem;left:45.124786376953rem; }
#rqU1aZPHWp2ms6G0RCwfPt0Es0stAJ3i { position:absolute;display:block;z-index:15027;background-color:#ff851b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.0625rem;width:11.25rem;top:5.1875rem;left:22.4375rem;display:block; }
#NcLAGus4AfBMmfGqXWDcrcEDve9Av84M { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:6.253257751465rem;left:26.185981750488rem; }
#en1sNdvAZWkAfkgsqSmaJc1nD0XA6eNw { position:absolute;display:block;z-index:15032;background-color:#ff851b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.0625rem;width:11.25rem;top:5.125rem;left:41.375rem;display:block; }
#VQCASC4cO9PFEPaRx7v14Rvkdf4GzUIB { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:6.2532539367675rem;left:7.1875rem; }
#dFoNV9TiXbMbC0B7gHP5zrG9XBdk1GX6 { color:#ffffff;display:block;width:8.936625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:10.9375rem;left:4.5931015014649rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Tt2EG8KT8rQTaIwARrOEbo5AbgZuuQVn { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:16.25rem;width:18.0625rem;top:9.5rem;left:0rem;display:block; }
#DLVDnPASyt3ff888xOFlK0kw8XEktTWH { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:16.25rem;width:18.0625rem;top:9.5rem;left:19rem;display:block; }
#PGvXsAfkn1nX1USwxWLo5SH7ZL5oXtJ9 { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:16.25rem;width:18.0625rem;top:9.5rem;left:37.9375rem;display:block; }
#gO0Ha5xrTk9O8uFyrg8O77nSlvSKTIia { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:16.25rem;width:18.0625rem;top:9.5rem;left:56.9375rem;display:block; }
#OmTGuKqzXiswDoZwCtTra6eguPratWIU { position:absolute;display:block;z-index:15037;background-color:#ff851b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.0625rem;width:11.25rem;top:5.125rem;left:60.375rem;display:block; }
#ahn5GmB3MWRzKT7ZofrlaUqMylyARbgd { color:#000000;display:block;width:13.624125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:17.184246063233rem;left:2.2493515014649rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#O5PQiEWHhmPRSTMv3V7A3QxdmG1JK8F0 { color:#000000;display:block;width:15.811625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:17.184246063233rem;left:20.15625rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#p6GJaolpfP7kChnI0kgLyEGfUJ1MOdmt { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:17.184246063233rem;left:40.124786376953rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#muWpJFtMbOZN0SRCHWh3rpyHxnu6VE55 { color:#000000;display:block;width:12.874375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:17.184246063233rem;left:59.530166625976rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#DNwPfnmJ8hyDydabiD2SxEtqueTODi5q { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:6.253257751465rem;left:64.092887878419rem; }
#vDMLQRafuZcQhaQJDV84DSHXsmi0rCyU { color:#ffffff;display:block;width:8.9355625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:10.811634063721rem;left:23.59375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TlwVTtyUXXzi90qXg1WVoefCkTQ03NMI { color:#ffffff;display:block;width:9.249125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:10.9375rem;left:42.374137878418rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#eALRwCtkLf2HWtxV2S0KVSov72iSvXKG { color:#ffffff;display:block;width:9.2480625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:10.9375rem;left:61.343322753906rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#i8i5hr7nd3P1uZlc5zniqk8yFrM2qDPE { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:28.875rem;left:13.90625rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJr9sp24hEURVvOg0n4To7MD91aWT4zA { background-color:#00f6ca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:6.75rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:32.75rem;left:20.15625rem;display:block; }
#A4QsMS96H6wITyfbsJMtEUT21Q3VXGg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhBW6hUylyJ0bknifLD1cr2G4oG86Mkd { display:block;width:32.5615rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.5rem;left:19.6875rem;height:1.76855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { background-color: transparent; background-image: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container > .video-iframe-container { display: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container { display: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .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); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { border-width: 0; border-radius: 0; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#MroRJ17SlrccIKb2tBKyl7zCw2y8nSqu { display:block;width:51.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0810546875rem;left:11.78125rem;height:6.337875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;display:block; }
#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { background-color: transparent; background-image: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container > .video-iframe-container { display: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container { display: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .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); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { border-width: 0; border-radius: 0; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#xJ38e8tXQ3MlFG78tLtsWelS0mrMvSGq { color:#111111;display:block;width:58.4971875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:7.8623046875rem;left:8.25rem;height:6.8245625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A5OLtGsUZMOVuZmyQbap3zeGQnKxohSV { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8748125rem;width:13.75rem;top:0rem;left:60.3125rem;overflow:hidden;display:block; }
#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { background-color: transparent; background-image: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container > .video-iframe-container { display: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container { display: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .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); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { border-width: 0; border-radius: 0; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#XEz4EPNLKFtiygAw48IAVhwVV0CUkQM1 { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:2.75rem;left:36.875rem;height:3.4121125rem;display:block; }
#x3aS35KvNVXoy0na0gmzSBiz1EpV3Teu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:7.1875rem;left:34.3125rem; }
#VeqrTLWZOwo0rv00yKlP8ISpDpUwy6GM { color:#000000;display:block;width:33rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:7.1875rem;left:37rem;height:5.1181625rem;display:block; }
#GCUdcpZmoUzDqw5NltvcG2uFrKhG2TLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:13.375rem;left:34.3125rem; }
#ZAH8ybDuqQAm7wd2T0NQFEzNygT7idMT { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:13.375rem;left:36.875rem;height:5.1181625rem;display:block; }
#k3lmlUTwo9RVNB6TWVlTrsRexa4wh3ph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:19.5rem;left:34.3125rem; }
#rnev7rvPsZg5kpTwh8swUS09guxvOTxn { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:19.5rem;left:36.875rem;height:5.1181625rem;display:block; }
#xrkfZfumX2QtPPPltHsTZ0TJepx99wkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:25.5625rem;left:34.3125rem; }
#d7JHGhBPlwkHM1MntZn1z2eKriPdaTJx { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:25.5625rem;left:36.875rem;height:3.4121125rem;display:block; }
#IaZIJIeqLI2bkPM15PDINqJd2vW4so2H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8088125rem;width:1.8088125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:30.25rem;left:34.3125rem; }
#OAXXFaKG6uMcEHS7IeXyEg0aSOAcJzPp { color:#000000;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:30.25rem;left:36.875rem;height:5.1181625rem;display:block; }
#oUfJH0iLpgaAv4OchMlMfON30ro3Tq5O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:3rem;left:34.25rem; }
#xsKgI3ep631LwoNtyeeKryFOETOJ0XMl { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8096875rem;width:8.8096875rem;top:1.7166233062744rem;left:0rem;overflow:hidden;display:block; }
#aoi5yIwsQ8EIMeAtkKCA6K624uqx2KDG { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3118125rem;width:31.1869375rem;top:12.302887916565rem;left:0rem;overflow:hidden;display:block; }
#xkHAzduwwz9Ea0ObaC54wQ0CvPCQQQ4p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80989375rem;width:1.80989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:36.25rem;left:34.0625rem; }
#hteXo8Gi6eHhhxkOsysWQ86hfRH59D48 { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:36.25rem;left:36.875rem;height:5.1181625rem;display:block; }
#U4rK21rMMu8fPXvahh0gKHZGtTG2OOix { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80989375rem;width:1.80989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:42.3125rem;left:34.125rem; }
#lGn7m2EcSGguIZDF5SoNM3GNtpOn6EIS { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:42.3125rem;left:36.9375rem;height:5.1181625rem;display:block; }
#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { background-color: transparent; background-image: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container > .video-iframe-container { display: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container { display: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .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); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { border-width: 0; border-radius: 0; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#UQHfOt8mCgakDUEBF6UtGMkAprg6Urqh { color:#111111;display:block;width:56.9375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3rem;left:7.8125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qinN3imShRJQenJi67FNqSzux8ZaSxRD { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.125rem;width:21.625rem;top:11rem;left:43.1875rem;overflow:hidden;display:block; }
#OSOSI4Bv0A04dSsuxMSSFKmatcElLP8A { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.808625rem;width:8.808625rem;top:36.060546875rem;left:58.75rem;overflow:hidden;display:block; }
#r3XKO3TCTs7WzOJ56dmlgcThpE2PZZCI { display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:45.37109375rem;left:19.21875rem;height:3.8984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#000000;font-style:normal;display:block; }
#K853SZAVKlrh2SBIIqcCTziGbLLgGACF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:13.6875rem;left:8.5rem; }
#qJPTp3FsnypgwEfbWLDXph0x9s6ykmSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:17.75rem;left:8.5rem; }
#qZRfwOUGDulL8NBQ1qyZM1oklpFPwUnU { color:#000000;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:13.6875rem;left:11.4375rem;height:3.4121125rem;display:block; }
#kDU3HJgG2QMlE4LS4EWl7I4Zf92uTazN { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:17.75rem;left:11.1875rem;height:3.4121125rem;display:block; }
#mKfmM72NVTWzB6g2ULd60UpkAmm8F0x1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:22rem;left:8.5rem; }
#yuORDnvRT6dmpgbmNbvqeOqsimUUq7mQ { color:#000000;display:block;width:30.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:22rem;left:11.3125rem;height:3.4121125rem;display:block; }
#pRSKQXdl4wVB6Ny0u1tITbv39efcvtBf { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:9.8125rem;left:8.5rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aeseMAiDpO4rMrOCfCHyFkFcSV102I34 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:25.9375rem;left:8.5rem; }
#XSxZxOJRdw3FTt0VPUG8as8W0oloDdsT { color:#000000;display:block;width:30.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:25.9375rem;left:11.3125rem;height:3.4121125rem;display:block; }
#pQydho75P4QkEi3u3JXUc7I0lWuRlkCT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:30.0625rem;left:8.5rem; }
#thHDDEJkD6yVBS5bApRFxh0BE3gT4shf { color:#000000;display:block;width:30.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30.0625rem;left:11.3125rem;height:3.4121125rem;display:block; }
#IUPfAdET3bR204LFXwEK1EUn7wnMBJcW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:34.25rem;left:8.5rem; }
#Nn6C91PahrTZb6yd77pyHQeA5uXTPT41 { color:#000000;display:block;width:30.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:34.25rem;left:11.3125rem;height:3.4121125rem;display:block; }
#tAQ9mf29LI1iQuWkH9x4IkTZfZZyGNyx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:38.3125rem;left:8.5rem; }
#RzwpJH9N6a4RSS00eVIClMHLSd3BxdXa { color:#000000;display:block;width:30.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:38.3125rem;left:11.3125rem;height:3.4121125rem;display:block; }
#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { background-color: transparent; background-image: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container > .video-iframe-container { display: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container { display: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .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); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { border-width: 0; border-radius: 0; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#KfPTqQ1IF5GA9nFIdK09RMaoPZw3HSnp { color:#ffffff;display:block;width:59.5625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.1875rem;left:7.75rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ubbdcOw8FqTOgbf2PBo19GprHUBGdWUa { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:13rem;left:9.4375rem;height:20.472625rem;text-align:left;text-align-last:left;display:block; }
#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { background-color: transparent; background-image: none; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container > .video-iframe-container { display: none; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row > .video-iframe-container { display: none; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .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); }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { border-width: 0; border-radius: 0; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#w6nN6UDhLf5PkTBRLi7f856KJRGpLmay { color:#003ff9;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.0556640625rem;left:0rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pHfLtET3Kn2NGTzQrk1ptMpFKGyT8lZK { color:#111111;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:4.75rem;left:33.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RPJZvNkTOtfBFBLIC4y9aufVp7bxi7AI { color:#080909;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:8.9375rem;left:33.5rem;height:13.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C82xLKbt7atsOCWqPJkLAZnpX5GW4EOr { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20.75rem;top:5.25rem;left:7.1875rem;overflow:hidden;display:block; }
#uxPioNZnveXke3IypuQe9QgAUDgs1rhI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ec0f6c0-534b-4acc-a822-124922184bc8/mathteachergivinglessonsclassroomwithstuden20250127210004utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI.adaptive-delivery-prevent-bg, #uxPioNZnveXke3IypuQe9QgAUDgs1rhI.lazyload, #uxPioNZnveXke3IypuQe9QgAUDgs1rhI.lazyloading { background-image: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { background-color: transparent; background-image: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container > .video-iframe-container { display: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container { display: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .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); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { border-width: 0; border-radius: 0; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { font-size:0.875rem;font-family:arial;height:80.1875rem;width:75rem;position:relative;display:block; }#T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:61.25rem;width:37.5rem;top:6.1875rem;left:37.5rem;display:block; }
#k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { color:#000000;display:block;width:30.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.9375rem;left:40.875rem;height:2.92480625rem;display:block; }
#B5RaZz3Tvty0AAMZdFIbEtVfANDxDX41 { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:12.23828125rem;left:40.9375rem;height:3.8984375rem;display:block; }
#e7UzalFhUhxlmTv2UVt3zJqDh4wioecQ { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:17rem;left:40.875rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRe6P0n5PETfe3O8NbyPkaqwEAT8sH8b { color:#000000;display:block;width:29.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:25.3125rem;left:40.875rem;height:3.8984375rem;display:block; }
#bzt8GzuhIx6k3K8b58l6nsHTsMalybJ0 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:30rem;left:40.875rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCFxNOTly8I9B3zwtH0tyuaNknRKNk4w { color:#000000;display:block;width:29.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:38.14453125rem;left:40.875rem;height:3.8984375rem;display:block; }
#FAQ12kAPvc7Qh78LPxLbVENDkHwWCETU { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:42.75rem;left:40.875rem;height:11.942375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pqE5zhnm5fyI3RfDz9GJNZtWfytrUtGP { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:56.125rem;left:40.875rem;height:1.94921875rem;display:block; }
#SUPMfqK33fK3uK8QqAPepmr11FF8v48X { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:58.75rem;left:40.875rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { background-color: transparent; background-image: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container > .video-iframe-container { display: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container { display: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .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); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { border-width: 0; border-radius: 0; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#VqTwncnoaQvLd39KrwGSx2xfBv0gUaDp { color:#111111;display:block;width:46.9375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:5.6494140625rem;left:14.03125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x57oxZqTL37Q4JXQWEAW1zmwBbR71qJO { box-sizing:content-box;height:0.75rem;width:18.6875rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(90deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, #ffd345, #fc6e03);background-size:auto !important;top:8.9149310588838rem;left:41.121963500976rem;display:none; }
#zsub22DvaeAxe0DliIpKKXA3omieQtwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { background-color: transparent; background-image: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container > .video-iframe-container { display: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container { display: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .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); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { border-width: 0; border-radius: 0; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#Ow5oNDVwFgSbq0HG6Si7fgVnbqMONL4G { color:#080909;display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:2.6875rem;left:13.3427734375rem;height:11.942375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BJc6KiA1sQ6fZskWAc1KmXAtfqXD6C0Z { position:absolute;display:block;z-index:15065;height:3.5625rem;width:75rem;top:18.746448516846rem;left:0.0625rem;display:block; }
#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { background-color: transparent; background-image: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container > .video-iframe-container { display: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container { display: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .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); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { border-width: 0; border-radius: 0; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#kHF0iCOJ2IrEEByUs7Dxch68wBiCKo8Q { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.249rem;top:29.5625rem;left:54.875rem;overflow:hidden;display:block; }
#v4iQDSD7h0WCyc97NzNtZPEGVBuksSs6 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.625rem;width:20.375rem;top:2.875rem;left:39.6875rem;overflow:hidden;display:block; }
#iaK2AHF4Bp3nS5JO90G9hzCGGXXsqfpT { display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:6.25rem;left:13.5rem;height:23.88475rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#bbKbo74o6MMBzytFT1yRPA4Z4TknSZlz { background-color:#00f6ca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:6.75rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:38.375022888184rem;left:20.903648376465rem;display:block; }
#UQMZuBHUiBab6LTMTvo9UQNSauRcpTWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sk0gv09WWNpAUKdFxFpDMmbbh6OMhJ9T { display:block;width:32.559875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:47.062522888184rem;left:20.497398376465rem;height:7.07425rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { background-color: transparent; background-image: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container > .video-iframe-container { display: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container { display: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .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); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { border-width: 0; border-radius: 0; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#uszcF7gmZ0woCTPu8H6B9gkTU61U9N19 { color:#080909;display:block;width:12.1244375rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:37.5rem;height:1.4622375rem;display:block; }
#LqsAWdP2zdkgg5C5eSG8qTHUsyfqaXae { color:#080909;display:block;width:12.1244375rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.375rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVMAWtCro6FT8o4r5ii26TtDmbIc3rq7 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1c1SfxcCudP1u1inrK23uKPgulDToCn { top:7.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxllqJq3H0krTTkzXZuq5d7eICvO3kzP { top:1.5rem;left:0rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZyKUkmRCHi3guWeVkaZXOe8WmiMAZk { top:14.25rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCnMoDvPmLLveL99mpglb4iwyDSr06wO { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aobGKDBJyp62DEu8mCB8SkReGN7lez36 { top:33.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA { display:block; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { width:47.75rem;height:4.75rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { top:8.75rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbikamHvMw1fwnXFk97V7JwKcnT4ZRbs { top:22.0625rem;left:10.125rem;width:23.5625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3VsWDD87mOOTlP15mb7yPraxJvnufZ { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK6BitEQZLevA9EC8NU27IuUMhBXEThz { width:31.75rem;height:6.75rem;top:48.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block; }
 }@media only screen and (max-width: 763px) { #LGniGr3H1Ohlo2SOkzu3cvZBeQZA23LE { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH6dbug3WbBRTmgfDonlHctJQms0sXr0 { display:block; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je2KUuD6ynJUWqOUUWo2Z0E2zOh2eBoi { top:7.9375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRvI4ThqHBm3VpmfcE2kGS3kg2HgpIrf { top:4.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7LTuFDQrFP0Z4gepDq6auME6to0iSAR { top:11.1875rem;left:0rem;width:13.75rem;height:13.874rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbLaim6F8dnwflgeDGDoy9liRgRScJVP { display:block; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWwSTqVcwyplu3M6ywt9kzKzTcodnTS0 { top:26.625rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDp8lpqsoMQQkJV7wXtHm3i5adVlOH1U { top:2.5625rem;left:0rem;width:20rem;height:30.031652668046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd4yUEOOvNtPsdReRduZbv0glchrWtKG { top:2.3125rem;left:17.8125rem;width:29.9375rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcwOoDLiHdUoQBcHWVeTmoF8MVsw7p5C { top:21rem;left:17.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87ypbThHUfl2TJ1f5xZGibPFidg4Mzx { top:21rem;left:9.125rem;width:38.625rem;height:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgsuJbfpOF7CZnhrIaTgGo2cnCkyZtJ6 { top:11.1875rem;left:17.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQkfD88tDFrL6nPwvlxTnzIb3twZFbCv { top:2.4375rem;left:17.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8Pi0m40xSTK95xLwBRB05aLzZANfvP { top:11.0625rem;left:9.375rem;width:38.375rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebm2gXhpsZJ6UEV6DKBxA2apyAty9zZ7 { top:32.625rem;left:34rem;width:13.75rem;height:13.8730625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK { display:block; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rha7GzLu3hMIO1epVPOUDxWerWdhl3eU { top:5.375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp { display:block; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { top:3.1875rem;left:0rem;width:15.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { top:9.875rem;left:0rem;width:11.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { top:10.6875rem;left:0rem;width:18rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVriFOaiqVGIw008QCToTOOdcQGM6aBh { top:3.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { top:1.125rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMUui2RM9pTWB5X5d7I4zVf5hZ0lTcGo { top:15.125rem;left:0rem;width:16.25rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNT7NqxzxzAffzViGcmP0NG92WgVb461 { top:10.8125rem;left:5.375rem;width:18rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTqUWaSfaBfLiqJxAqBCwFHuTpAcT5gD { top:15.125rem;left:7.625rem;width:13.4375rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aywtqF5y2KJBHm0B4puEht3kLONE6UCi { top:9.0625rem;left:8rem;width:12.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvAXiJMGKeteStkWsL5KhuNXKCgNFWPp { top:4.5625rem;left:12.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV9FZvIyEkkTN0L6vKQJWTGVSiCD8hCR { top:10.6875rem;left:24.3125rem;width:18rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbL3qVF0rrRB9zmhrHbL11f8wqZaOGpa { top:9.0625rem;left:28.8125rem;width:8.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3OiGo3zTb3q9ZzZpgiEVNKXqznQIdms { top:4.25rem;left:31.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsPaLOmVagP1yhqXCmNxqvC3dWQgTS2R { top:15.125rem;left:26.1875rem;width:14.25rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJ1lpVieHgqi5hiEFUQSst8oIeZtoRL { top:10.6875rem;left:29.6875rem;width:18rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTpTXDZQlDhfoTxZCPzdqyGJCuIv5fQ { top:9.0625rem;left:36.375rem;width:11.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDkDdncEHXGEVFiCrEypHV834O7EVGdR { top:4.5625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoqXAWWzrsdMPC7xvpkU8B0CPSMMSHct { top:15.125rem;left:31.8125rem;width:15.9375rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRX0wiiXJOTxeb4byIofDu1gnJEsNlV5 { top:3.1875rem;left:6.5625rem;width:15.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxtyuMPDa7xHtTWmbikSE4oIrO2uC5Pt { top:3.1875rem;left:25.5rem;width:15.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8mBg0qb56kDrrQnspNAPmchTwmRKe4 { top:3.1875rem;left:32.125rem;width:15.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #licpG5yrM2TffgtT8WozWHV0rXGRH5gE { display:block; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmTe5BrfP2AfonMRZpvs8MhqpH3MZgTC { width:47.75rem;height:4.1875rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFc8O1LcMaPVTotZwvwtCNyHrPFVuGwp { width:19.6875rem;height:5.5625rem;top:0.75rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 { display:block; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woFvNtcdxLaOVmZRSseve0rXWQ3BbZkJ { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5leFJEHom33p1GMLQUgHyMRpLv2qbQz { top:13.0625rem;left:0.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS9xyfNU8oq8KnWh1U24oaTUCX9poqhO { top:13.0625rem;left:24.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxznKNCTTpHiwlG8O2CDOOvLEgmBVLH { top:13.0625rem;left:45.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBriTS26elf1nLkUZSziuslraZLmdfU3 { top:15.9375rem;left:0rem;width:17.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3TZZVVrCAuGtEwB6ThhVXnqcV6nlI28 { top:20.8125rem;left:0rem;width:18.75rem;height:13.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovp3Oa1w39XedUMgcOK7rM9Rz5eJzUE5 { top:16.5rem;left:16.4375rem;width:17.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlZmxhw310PX3C1JoXyCq8qQncHVuxG { top:15.875rem;left:30.5rem;width:17.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6f90BJlVXzmmfet0C3fnl9WPyzaOpSK { top:20.8125rem;left:15.75rem;width:18.625rem;height:13.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybQg8Fi7Rogh4ToDW6GFTigmk8MaE3go { top:20.8125rem;left:29.9375rem;width:17.8125rem;height:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7xQiTxEk7vhRmJVlXQU5rz5IDP4Uyss { top:32.0625rem;left:29rem;width:18.75rem;height:18.8748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWsSq3OoupCDnxuv6cZTnJp3mtfOZle8 { top:18.0625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K { display:block; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqzsoSpZyL0VN2WwuXTDcKCqBDfZsokh { top:1.4375rem;left:0.5625rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoCoxSSZyspyyH9yMZ6suXBTZ8nUaRr { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApdcQQfGZ47qtzPwoyfaZELSioTQnkfs { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTFpwLIBI4QRIaW3EbJAZH8yLxHbLWQF { top:7.75rem;left:0rem;width:17.6875rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #smUgt9ZiWtmhRd27mwHPXVxSdqzc6dRU { top:8.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXQmv02TTuTucmTRdl2ZhpIN8iI0ySl { top:12.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh7h15khoW9a3oTTJK9P2TOpZqoAMZ6K { top:17.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6dDmspZlEy45tQdsTbAlJLgQIybzFkg { top:22.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Mvs2W6W5oFTpxG6PSecvoHQd1RcnQg { top:8.375rem;left:0rem;width:29.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os5ZCmEw0qUDGBJbGrhIT3TZAPU35kCT { top:12.75rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIHOToLdpMoq2n52eURLIE5a8WTVwdC2 { top:17.625rem;left:0rem;width:30.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Fi0i7hTThowSbNRTNUs7yG4Kc1VMGF { top:22.3125rem;left:0rem;width:30.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc9mHdUlITwZh5Zym24UyxqGADBrrpvG { top:17.625rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFsBPtoMFoOTNbgJZ0tLfl6w0HTrm6es { top:17.625rem;left:17.75rem;width:30rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVohT3HtkDpyO9BbBu52TlfdR46TlQBv { top:22.3125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNt4VRHxAurprN3BfESsOJRnn973mgvo { top:22.3125rem;left:17.625rem;width:30.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MluRXLz1c8oqETx794dRBt0k4r0WGLZI { top:8.5rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giSP2B7Rdae5QgaQqwKakSHNETrl7Qe1 { top:8.5rem;left:17.75rem;width:30rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arPNGxFJTxXABWR2GuyOikvnGlf6rO82 { top:12.8125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq3Lsk3FcPK8srxHE8OX3TwxpkkT6kxU { top:12.8125rem;left:16.375rem;width:31.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ { display:block; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN9Gtf2G56zTLIXcrVmP0rha7y7RFKJa { top:3.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry05qzD5UEA8xooAEtCb4zQHZNhduQte { display:block; }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enrndWECBpteRCv0zBGd8vRQ2vn7QJHx { top:1.125rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6kwid3OAZymJ5uTWEoT78T3ODH0clkU { top:5.125rem;left:0rem;width:11.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV3dSEA8XGAI7dBt7CwmBEQGMx1ZZFtm { top:6.25rem;left:31.499786376953rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqU1aZPHWp2ms6G0RCwfPt0Es0stAJ3i { top:5.1875rem;left:8.8125rem;width:11.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLAGus4AfBMmfGqXWDcrcEDve9Av84M { top:6.25rem;left:12.560981750488rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1sNdvAZWkAfkgsqSmaJc1nD0XA6eNw { top:5.125rem;left:27.75rem;width:11.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQCASC4cO9PFEPaRx7v14Rvkdf4GzUIB { top:6.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFoNV9TiXbMbC0B7gHP5zrG9XBdk1GX6 { top:10.9375rem;left:0rem;width:8.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt2EG8KT8rQTaIwARrOEbo5AbgZuuQVn { top:9.5rem;left:0rem;width:18rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLVDnPASyt3ff888xOFlK0kw8XEktTWH { top:9.5rem;left:5.375rem;width:18rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGvXsAfkn1nX1USwxWLo5SH7ZL5oXtJ9 { top:9.5rem;left:24.3125rem;width:18rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO0Ha5xrTk9O8uFyrg8O77nSlvSKTIia { top:9.5rem;left:29.75rem;width:18rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTGuKqzXiswDoZwCtTra6eguPratWIU { top:5.125rem;left:36.5rem;width:11.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahn5GmB3MWRzKT7ZofrlaUqMylyARbgd { top:17.125rem;left:0rem;width:13.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5PQiEWHhmPRSTMv3V7A3QxdmG1JK8F0 { top:17.125rem;left:6.53125rem;width:15.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6GJaolpfP7kChnI0kgLyEGfUJ1MOdmt { top:17.125rem;left:26.499786376953rem;width:13.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muWpJFtMbOZN0SRCHWh3rpyHxnu6VE55 { top:17.125rem;left:34.9375rem;width:12.8125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNwPfnmJ8hyDydabiD2SxEtqueTODi5q { top:6.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMLQRafuZcQhaQJDV84DSHXsmi0rCyU { top:10.75rem;left:9.96875rem;width:8.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwVTtyUXXzi90qXg1WVoefCkTQ03NMI { top:10.9375rem;left:28.749137878418rem;width:9.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eALRwCtkLf2HWtxV2S0KVSov72iSvXKG { top:10.9375rem;left:38.5625rem;width:9.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8i5hr7nd3P1uZlc5zniqk8yFrM2qDPE { width:47.1875rem;height:2.0625rem;top:28.875rem;left:0.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJr9sp24hEURVvOg0n4To7MD91aWT4zA { width:31.75rem;height:6.75rem;top:32.75rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4QsMS96H6wITyfbsJMtEUT21Q3VXGg8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZhBW6hUylyJ0bknifLD1cr2G4oG86Mkd { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 { display:block; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MroRJ17SlrccIKb2tBKyl7zCw2y8nSqu { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ { display:block; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ38e8tXQ3MlFG78tLtsWelS0mrMvSGq { top:7.8125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5OLtGsUZMOVuZmyQbap3zeGQnKxohSV { top:0rem;left:34rem;width:13.75rem;height:13.8748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq { display:block; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEz4EPNLKFtiygAw48IAVhwVV0CUkQM1 { top:2.75rem;left:14.6875rem;width:33rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3aS35KvNVXoy0na0gmzSBiz1EpV3Teu { top:7.1875rem;left:20.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeqrTLWZOwo0rv00yKlP8ISpDpUwy6GM { top:7.1875rem;left:14.75rem;width:32.9375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCUdcpZmoUzDqw5NltvcG2uFrKhG2TLH { top:13.375rem;left:20.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAH8ybDuqQAm7wd2T0NQFEzNygT7idMT { top:13.375rem;left:13.625rem;width:34.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3lmlUTwo9RVNB6TWVlTrsRexa4wh3ph { top:19.5rem;left:20.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnev7rvPsZg5kpTwh8swUS09guxvOTxn { top:19.5rem;left:15.125rem;width:32.5625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkfZfumX2QtPPPltHsTZ0TJepx99wkZ { top:25.5625rem;left:20.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JHGhBPlwkHM1MntZn1z2eKriPdaTJx { top:25.5rem;left:12.4375rem;width:35.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaZIJIeqLI2bkPM15PDINqJd2vW4so2H { top:30.25rem;left:20.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAXXFaKG6uMcEHS7IeXyEg0aSOAcJzPp { top:30.25rem;left:11.875rem;width:35.8125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUfJH0iLpgaAv4OchMlMfON30ro3Tq5O { top:3rem;left:20.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsKgI3ep631LwoNtyeeKryFOETOJ0XMl { top:1.6875rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoi5yIwsQ8EIMeAtkKCA6K624uqx2KDG { top:12.25rem;left:0rem;width:31.125rem;height:27.257571028335rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkHAzduwwz9Ea0ObaC54wQ0CvPCQQQ4p { top:36.25rem;left:20.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteXo8Gi6eHhhxkOsysWQ86hfRH59D48 { top:36.25rem;left:11.9375rem;width:35.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4rK21rMMu8fPXvahh0gKHZGtTG2OOix { top:42.3125rem;left:20.5rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGn7m2EcSGguIZDF5SoNM3GNtpOn6EIS { top:42.25rem;left:13rem;width:34.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh { display:block; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHfOt8mCgakDUEBF6UtGMkAprg6Urqh { top:3rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qinN3imShRJQenJi67FNqSzux8ZaSxRD { top:11rem;left:26.125rem;width:21.625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOSI4Bv0A04dSsuxMSSFKmatcElLP8A { top:36rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XKO3TCTs7WzOJ56dmlgcThpE2PZZCI { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K853SZAVKlrh2SBIIqcCTziGbLLgGACF { top:13.6875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJPTp3FsnypgwEfbWLDXph0x9s6ykmSc { top:17.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZRfwOUGDulL8NBQ1qyZM1oklpFPwUnU { top:13.6875rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDU3HJgG2QMlE4LS4EWl7I4Zf92uTazN { top:17.75rem;left:0rem;width:30.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKfmM72NVTWzB6g2ULd60UpkAmm8F0x1 { top:22rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuORDnvRT6dmpgbmNbvqeOqsimUUq7mQ { top:22rem;left:0rem;width:30.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSKQXdl4wVB6Ny0u1tITbv39efcvtBf { width:19.375rem;height:2.0625rem;top:9.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeseMAiDpO4rMrOCfCHyFkFcSV102I34 { top:25.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSxZxOJRdw3FTt0VPUG8as8W0oloDdsT { top:25.9375rem;left:0rem;width:30.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQydho75P4QkEi3u3JXUc7I0lWuRlkCT { top:30.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #thHDDEJkD6yVBS5bApRFxh0BE3gT4shf { top:30.0625rem;left:0rem;width:30.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUPfAdET3bR204LFXwEK1EUn7wnMBJcW { top:34.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn6C91PahrTZb6yd77pyHQeA5uXTPT41 { top:34.25rem;left:0rem;width:30.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQ9mf29LI1iQuWkH9x4IkTZfZZyGNyx { top:38.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzwpJH9N6a4RSS00eVIClMHLSd3BxdXa { top:38.3125rem;left:0rem;width:30.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx { display:block; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfPTqQ1IF5GA9nFIdK09RMaoPZw3HSnp { top:3.1875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubbdcOw8FqTOgbf2PBo19GprHUBGdWUa { top:13rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx { display:block; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6nN6UDhLf5PkTBRLi7f856KJRGpLmay { width:20rem;height:4.5rem;top:1.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHfLtET3Kn2NGTzQrk1ptMpFKGyT8lZK { top:4.75rem;left:13.25rem;width:34.5rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJZvNkTOtfBFBLIC4y9aufVp7bxi7AI { top:8.9375rem;left:13.625rem;width:34.125rem;height:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C82xLKbt7atsOCWqPJkLAZnpX5GW4EOr { top:5.25rem;left:0rem;width:20.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPioNZnveXke3IypuQe9QgAUDgs1rhI { display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { top:6.1875rem;left:10.25rem;width:37.5rem;height:61.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { top:7.9375rem;left:17rem;width:30.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5RaZz3Tvty0AAMZdFIbEtVfANDxDX41 { top:12.1875rem;left:19.6875rem;width:28.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7UzalFhUhxlmTv2UVt3zJqDh4wioecQ { top:17rem;left:15rem;width:32.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRe6P0n5PETfe3O8NbyPkaqwEAT8sH8b { top:25.3125rem;left:18.625rem;width:29.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzt8GzuhIx6k3K8b58l6nsHTsMalybJ0 { top:30rem;left:15rem;width:32.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCFxNOTly8I9B3zwtH0tyuaNknRKNk4w { top:38.125rem;left:18.625rem;width:29.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAQ12kAPvc7Qh78LPxLbVENDkHwWCETU { top:42.75rem;left:15rem;width:32.0625rem;height:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqE5zhnm5fyI3RfDz9GJNZtWfytrUtGP { top:56.125rem;left:16.0625rem;width:31.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUPMfqK33fK3uK8QqAPepmr11FF8v48X { top:58.75rem;left:15.6875rem;width:32.0625rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C { display:block; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqTwncnoaQvLd39KrwGSx2xfBv0gUaDp { top:5.625rem;left:0.40625rem;width:46.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x57oxZqTL37Q4JXQWEAW1zmwBbR71qJO { top:8.875rem;left:27.496963500976rem;width:18.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsub22DvaeAxe0DliIpKKXA3omieQtwX { display:block; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow5oNDVwFgSbq0HG6Si7fgVnbqMONL4G { top:2.6875rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJc6KiA1sQ6fZskWAc1KmXAtfqXD6C0Z { top:18.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 { display:block; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHF0iCOJ2IrEEByUs7Dxch68wBiCKo8Q { top:29.5625rem;left:34.5625rem;width:13.1875rem;height:13.375125009434rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4iQDSD7h0WCyc97NzNtZPEGVBuksSs6 { top:2.875rem;left:26.0625rem;width:20.375rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaK2AHF4Bp3nS5JO90G9hzCGGXXsqfpT { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbKbo74o6MMBzytFT1yRPA4Z4TknSZlz { width:31.75rem;height:6.75rem;top:38.375rem;left:7.278648376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQMZuBHUiBab6LTMTvo9UQNSauRcpTWV { display:block; }
 }@media only screen and (max-width: 763px) { #sk0gv09WWNpAUKdFxFpDMmbbh6OMhJ9T { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uszcF7gmZ0woCTPu8H6B9gkTU61U9N19 { top:2.625rem;left:23.875rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqsAWdP2zdkgg5C5eSG8qTHUsyfqaXae { top:2.625rem;left:11.75rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { background-color:#01d1ff;background-image:none;display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { background-color: transparent; background-image: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .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); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVMAWtCro6FT8o4r5ii26TtDmbIc3rq7 { width:18.8125rem;height:3.8994125rem;top:1.125rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1c1SfxcCudP1u1inrK23uKPgulDToCn { width:19.4375rem;height:5.19921875rem;top:6.0625rem;left:0.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxllqJq3H0krTTkzXZuq5d7eICvO3kzP { width:3.3125rem;height:1.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZyKUkmRCHi3guWeVkaZXOe8WmiMAZk { width:19.875rem;height:3.5rem;top:12.03480052948rem;left:0.093039393424988rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCnMoDvPmLLveL99mpglb4iwyDSr06wO { width:20rem;height:6.499rem;top:21.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aobGKDBJyp62DEu8mCB8SkReGN7lez36 { width:19.25rem;height:2.923825rem;top:29.125rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA { display:block; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:19.1875rem;height:3.0007125rem;top:1.25rem;left:0.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { width:18.0625rem;height:4.7975875rem;top:5.3125rem;left:0.5302734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { width:5.81055rem;height:5.81055rem;top:1.25rem;left:12.569444954395rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rbikamHvMw1fwnXFk97V7JwKcnT4ZRbs { width:16.6875rem;height:11.0625rem;top:11.185546875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3VsWDD87mOOTlP15mb7yPraxJvnufZ { width:18.5625rem;height:7.7988125rem;top:23.123916625976rem;left:0.71831601858137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RK6BitEQZLevA9EC8NU27IuUMhBXEThz { width:19.5625rem;height:3.8125rem;top:31.435546875rem;left:0.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block; }
 }@media only screen and (max-width: 763px) { #LGniGr3H1Ohlo2SOkzu3cvZBeQZA23LE { width:18.375rem;height:2.5996125rem;top:35.998046875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TH6dbug3WbBRTmgfDonlHctJQms0sXr0 { background-color:#01d1ff;background-image:none;display:block; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container { background-color: transparent; background-image: none; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container > .video-iframe-container { display: none; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row > .video-iframe-container { display: none; }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .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); }#TH6dbug3WbBRTmgfDonlHctJQms0sXr0 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je2KUuD6ynJUWqOUUWo2Z0E2zOh2eBoi { width:19.3125rem;height:2.5996125rem;top:1.1875rem;left:0.34375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #lRvI4ThqHBm3VpmfcE2kGS3kg2HgpIrf { width:18.8125rem;height:2.923825rem;top:4.5107421875rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7LTuFDQrFP0Z4gepDq6auME6to0iSAR { width:13.75rem;height:13.874rem;top:11.1875rem;left:3.125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #pbLaim6F8dnwflgeDGDoy9liRgRScJVP { display:block; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWwSTqVcwyplu3M6ywt9kzKzTcodnTS0 { width:8.75rem;height:8.75rem;top:1.25rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDp8lpqsoMQQkJV7wXtHm3i5adVlOH1U { width:9.375rem;height:14.0625rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd4yUEOOvNtPsdReRduZbv0glchrWtKG { width:17.375rem;height:6.499rem;top:15.125rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hcwOoDLiHdUoQBcHWVeTmoF8MVsw7p5C { display:flex;width:1.75rem;height:1.75rem;top:33.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #T87ypbThHUfl2TJ1f5xZGibPFidg4Mzx { width:17.125rem;height:15.597625rem;top:33.9375rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DgsuJbfpOF7CZnhrIaTgGo2cnCkyZtJ6 { display:flex;width:1.75rem;height:1.75rem;top:22.8125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #VQkfD88tDFrL6nPwvlxTnzIb3twZFbCv { display:flex;width:1.75rem;height:1.75rem;top:15.125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #UK8Pi0m40xSTK95xLwBRB05aLzZANfvP { width:17.4375rem;height:10.3984375rem;top:22.8125rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ebm2gXhpsZJ6UEV6DKBxA2apyAty9zZ7 { width:13.75rem;height:13.8730625rem;top:32.625rem;left:3.125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK { background-color:#fbfbfb;background-image:none;display:block; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { background-color: transparent; background-image: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container > .video-iframe-container { display: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container { display: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .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); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rha7GzLu3hMIO1epVPOUDxWerWdhl3eU { width:19.625rem;height:5.84765625rem;top:0.6865234375rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp { display:block; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { width:15.625rem;height:4.0625rem;top:1.0036907196045rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { width:9.75rem;height:1.462475rem;top:2.3037109375rem;left:6.8779296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { width:20rem;height:9.375rem;top:2.5607643127441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVriFOaiqVGIw008QCToTOOdcQGM6aBh { display:flex;width:3.125rem;height:3.125rem;top:1.4724407196045rem;left:3.2562935948372rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { width:8.75rem;height:8.75rem;top:1.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMUui2RM9pTWB5X5d7I4zVf5hZ0lTcGo { width:15.8105625rem;height:5.19921875rem;top:5.5750885009766rem;left:2.0941842198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNT7NqxzxzAffzViGcmP0NG92WgVb461 { width:18.0625rem;height:8.125rem;top:14.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTqUWaSfaBfLiqJxAqBCwFHuTpAcT5gD { width:15.3125rem;height:3.8994125rem;top:17.873264312744rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aywtqF5y2KJBHm0B4puEht3kLONE6UCi { width:10.1875rem;height:2.923825rem;top:13.8466796875rem;left:6.6591796875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JvAXiJMGKeteStkWsL5KhuNXKCgNFWPp { display:flex;width:3.125rem;height:3.125rem;top:13.7470703125rem;left:3.255859375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #WV9FZvIyEkkTN0L6vKQJWTGVSiCD8hCR { width:18.0625rem;height:8.125rem;top:26.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbL3qVF0rrRB9zmhrHbL11f8wqZaOGpa { width:8.0615rem;height:2.923825rem;top:24.8125rem;left:7.7216796875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L3OiGo3zTb3q9ZzZpgiEVNKXqznQIdms { display:flex;width:3.125rem;height:3.125rem;top:24.7109375rem;left:3.255859375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #FsPaLOmVagP1yhqXCmNxqvC3dWQgTS2R { width:15.8105625rem;height:3.8994125rem;top:29.375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJ1lpVieHgqi5hiEFUQSst8oIeZtoRL { width:18.0625rem;height:9.375rem;top:37.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTpTXDZQlDhfoTxZCPzdqyGJCuIv5fQ { width:9.375rem;height:2.923825rem;top:36.318359375rem;left:7.0654296875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDkDdncEHXGEVFiCrEypHV834O7EVGdR { display:flex;width:3.125rem;height:3.125rem;top:36.21875rem;left:3.255859375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #RoqXAWWzrsdMPC7xvpkU8B0CPSMMSHct { width:16.124125rem;height:3.8994125rem;top:41.0625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRX0wiiXJOTxeb4byIofDu1gnJEsNlV5 { width:15.625rem;height:4.0625rem;top:13.279296875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxtyuMPDa7xHtTWmbikSE4oIrO2uC5Pt { width:15.625rem;height:4.0625rem;top:24rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8mBg0qb56kDrrQnspNAPmchTwmRKe4 { width:15.625rem;height:4.0625rem;top:35.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #licpG5yrM2TffgtT8WozWHV0rXGRH5gE { background-color:#fbfbfb;background-image:none;display:block; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { background-color: transparent; background-image: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container > .video-iframe-container { display: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container { display: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .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); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { width:20rem;height:6.3779296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmTe5BrfP2AfonMRZpvs8MhqpH3MZgTC { width:19.75rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #XFc8O1LcMaPVTotZwvwtCNyHrPFVuGwp { width:19.375rem;height:5.625rem;top:0.75304031372069rem;left:0.24956601858139rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 { display:block; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woFvNtcdxLaOVmZRSseve0rXWQ3BbZkJ { width:18.75rem;height:4.38574375rem;top:0.92578125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #E5leFJEHom33p1GMLQUgHyMRpLv2qbQz { display:flex;width:1.74805rem;height:1.74805rem;top:6.625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #IS9xyfNU8oq8KnWh1U24oaTUCX9poqhO { display:flex;width:1.749025rem;height:1.749025rem;top:18.4970703125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #baxznKNCTTpHiwlG8O2CDOOvLEgmBVLH { display:flex;width:1.74805rem;height:1.74805rem;top:30.125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #XBriTS26elf1nLkUZSziuslraZLmdfU3 { width:17.0625rem;height:2.5996125rem;top:6.625rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V3TZZVVrCAuGtEwB6ThhVXnqcV6nlI28 { width:17.4375rem;height:7.7988125rem;top:9.974609375rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ovp3Oa1w39XedUMgcOK7rM9Rz5eJzUE5 { width:17rem;height:1.29980625rem;top:30.125rem;left:2.75rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAlZmxhw310PX3C1JoXyCq8qQncHVuxG { width:15.0625rem;height:0;top:18.0712890625rem;left:3.8125rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #k6f90BJlVXzmmfet0C3fnl9WPyzaOpSK { width:17rem;height:9.098625rem;top:20.24609375rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ybQg8Fi7Rogh4ToDW6GFTigmk8MaE3go { width:17rem;height:6.499rem;top:31.873046875rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7xQiTxEk7vhRmJVlXQU5rz5IDP4Uyss { width:18.75rem;height:18.8748125rem;top:32.0625rem;left:0.625rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #yWsSq3OoupCDnxuv6cZTnJp3mtfOZle8 { width:16.8125rem;height:1.29980625rem;top:18.7216796875rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K { display:block; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqzsoSpZyL0VN2WwuXTDcKCqBDfZsokh { width:8.75rem;height:8.75rem;top:7.20378125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyoCoxSSZyspyyH9yMZ6suXBTZ8nUaRr { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #ApdcQQfGZ47qtzPwoyfaZELSioTQnkfs { width:20rem;height:0;top:37.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #QTFpwLIBI4QRIaW3EbJAZH8yLxHbLWQF { width:16.8120625rem;height:0;top:17.686630249024rem;left:1.5928819775581rem;font-size:1rem;z-index:15055;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #smUgt9ZiWtmhRd27mwHPXVxSdqzc6dRU { display:flex;width:1.74805rem;height:1.74805rem;top:3.5625rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #xJXQmv02TTuTucmTRdl2ZhpIN8iI0ySl { display:flex;width:1.74913125rem;height:1.74913125rem;top:6.75rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #oh7h15khoW9a3oTTJK9P2TOpZqoAMZ6K { display:flex;width:1.74805rem;height:1.74805rem;top:11.5rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #b6dDmspZlEy45tQdsTbAlJLgQIybzFkg { display:flex;width:1.74805rem;height:1.74805rem;top:15.125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #n0Mvs2W6W5oFTpxG6PSecvoHQd1RcnQg { width:17.25rem;height:2.5996125rem;top:3.5625rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #os5ZCmEw0qUDGBJbGrhIT3TZAPU35kCT { width:17rem;height:3.8994125rem;top:6.75rem;left:2.5625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RIHOToLdpMoq2n52eURLIE5a8WTVwdC2 { width:17.1875rem;height:2.5996125rem;top:11.5rem;left:2.375rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8Fi0i7hTThowSbNRTNUs7yG4Kc1VMGF { width:17.5rem;height:3.8994125rem;top:15.125rem;left:2.4375rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sc9mHdUlITwZh5Zym24UyxqGADBrrpvG { display:flex;width:1.74805rem;height:1.74805rem;top:19.6875rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #mFsBPtoMFoOTNbgJZ0tLfl6w0HTrm6es { width:16.875rem;height:2.5996125rem;top:19.6875rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVohT3HtkDpyO9BbBu52TlfdR46TlQBv { display:flex;width:1.75rem;height:1.75rem;top:32.8125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #cNt4VRHxAurprN3BfESsOJRnn973mgvo { width:16.0625rem;height:3.8994125rem;top:32.8125rem;left:2.5625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MluRXLz1c8oqETx794dRBt0k4r0WGLZI { display:flex;width:1.75rem;height:1.75rem;top:23.25rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #giSP2B7Rdae5QgaQqwKakSHNETrl7Qe1 { width:16.75rem;height:3.8994125rem;top:23.25rem;left:2.4375rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #arPNGxFJTxXABWR2GuyOikvnGlf6rO82 { display:flex;width:1.75rem;height:1.75rem;top:27.875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #tq3Lsk3FcPK8srxHE8OX3TwxpkkT6kxU { width:17.375rem;height:3.8994125rem;top:27.875rem;left:2.5625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ { background-color:#fbfbfb;background-image:none;display:block; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container { background-color: transparent; background-image: none; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container > .video-iframe-container { display: none; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row > .video-iframe-container { display: none; }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .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); }#mMJy5q2fdt5M39vDkAK9vWW9DJcGtZbZ > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN9Gtf2G56zTLIXcrVmP0rha7y7RFKJa { width:20rem;height:1.462675rem;top:0.68685150146487rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #ry05qzD5UEA8xooAEtCb4zQHZNhduQte { display:block; }#ry05qzD5UEA8xooAEtCb4zQHZNhduQte > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enrndWECBpteRCv0zBGd8vRQ2vn7QJHx { width:8.75rem;height:8.75rem;top:1.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6kwid3OAZymJ5uTWEoT78T3ODH0clkU { width:11.25rem;height:4.0625rem;top:0.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV3dSEA8XGAI7dBt7CwmBEQGMx1ZZFtm { display:flex;width:3.125rem;height:3.125rem;top:19.779296875rem;left:4.375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #rqU1aZPHWp2ms6G0RCwfPt0Es0stAJ3i { width:11.25rem;height:4.0625rem;top:9.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLAGus4AfBMmfGqXWDcrcEDve9Av84M { display:flex;width:3.125rem;height:3.125rem;top:9.59375rem;left:5.53125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #en1sNdvAZWkAfkgsqSmaJc1nD0XA6eNw { width:12.5rem;height:4.0625rem;top:19.310546875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQCASC4cO9PFEPaRx7v14Rvkdf4GzUIB { display:flex;width:3.125rem;height:3.125rem;top:1.03125rem;left:5.53125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #dFoNV9TiXbMbC0B7gHP5zrG9XBdk1GX6 { width:7.375rem;height:2.923825rem;top:1.130859375rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt2EG8KT8rQTaIwARrOEbo5AbgZuuQVn { width:18rem;height:6.25rem;top:2.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLVDnPASyt3ff888xOFlK0kw8XEktTWH { width:18rem;height:6.25rem;top:11.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGvXsAfkn1nX1USwxWLo5SH7ZL5oXtJ9 { width:18rem;height:6.25rem;top:22.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO0Ha5xrTk9O8uFyrg8O77nSlvSKTIia { width:18rem;height:6.25rem;top:31.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTGuKqzXiswDoZwCtTra6eguPratWIU { width:12.5rem;height:4.0625rem;top:28.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahn5GmB3MWRzKT7ZofrlaUqMylyARbgd { width:13.5625rem;height:1.29980625rem;top:5.74609375rem;left:3.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5PQiEWHhmPRSTMv3V7A3QxdmG1JK8F0 { width:15.75rem;height:2.5996125rem;top:13.9375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6GJaolpfP7kChnI0kgLyEGfUJ1MOdmt { width:13.75rem;height:2.5996125rem;top:24.69921875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muWpJFtMbOZN0SRCHWh3rpyHxnu6VE55 { width:12.8125rem;height:3.8994125rem;top:33.625rem;left:3.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNwPfnmJ8hyDydabiD2SxEtqueTODi5q { display:flex;width:3.125rem;height:3.125rem;top:29.40625rem;left:4.375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #vDMLQRafuZcQhaQJDV84DSHXsmi0rCyU { width:6.3125rem;height:2.923825rem;top:9.693359375rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwVTtyUXXzi90qXg1WVoefCkTQ03NMI { width:7.6875rem;height:2.923825rem;top:19.87890625rem;left:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eALRwCtkLf2HWtxV2S0KVSov72iSvXKG { width:6.0625rem;height:2.923825rem;top:29.505859375rem;left:8.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8i5hr7nd3P1uZlc5zniqk8yFrM2qDPE { width:20rem;height:auto;top:28.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #EJr9sp24hEURVvOg0n4To7MD91aWT4zA { width:19rem;height:5.0625rem;top:39.25rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4QsMS96H6wITyfbsJMtEUT21Q3VXGg8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZhBW6hUylyJ0bknifLD1cr2G4oG86Mkd { width:20rem;height:2.5996125rem;top:45.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 { background-color:#01d1ff;background-image:none;display:block; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { background-color: transparent; background-image: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container > .video-iframe-container { display: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container { display: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .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); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MroRJ17SlrccIKb2tBKyl7zCw2y8nSqu { width:19.25rem;height:7.7988125rem;top:1.1875rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ { background-color:#fbfbfb;background-image:none;display:block; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { background-color: transparent; background-image: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container > .video-iframe-container { display: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container { display: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .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); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ38e8tXQ3MlFG78tLtsWelS0mrMvSGq { width:18.75rem;height:2.923825rem;top:0.724609375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #A5OLtGsUZMOVuZmyQbap3zeGQnKxohSV { width:13.75rem;height:13.8748125rem;top:0rem;left:3.125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq { background-color:#fbfbfb;background-image:none;display:block; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { background-color: transparent; background-image: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container > .video-iframe-container { display: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container { display: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .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); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEz4EPNLKFtiygAw48IAVhwVV0CUkQM1 { width:16.3125rem;height:3.8994125rem;top:0.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3aS35KvNVXoy0na0gmzSBiz1EpV3Teu { display:flex;width:1.74805rem;height:1.74805rem;top:5.5625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #VeqrTLWZOwo0rv00yKlP8ISpDpUwy6GM { width:16.0625rem;height:7.7988125rem;top:5.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GCUdcpZmoUzDqw5NltvcG2uFrKhG2TLH { display:flex;width:1.74805rem;height:1.74805rem;top:14.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #ZAH8ybDuqQAm7wd2T0NQFEzNygT7idMT { width:16.124125rem;height:6.499rem;top:14.25rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3lmlUTwo9RVNB6TWVlTrsRexa4wh3ph { display:flex;width:1.74805rem;height:1.74805rem;top:21.5625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #rnev7rvPsZg5kpTwh8swUS09guxvOTxn { width:16.436625rem;height:5.19921875rem;top:21.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xrkfZfumX2QtPPPltHsTZ0TJepx99wkZ { display:flex;width:1.74805rem;height:1.74805rem;top:27.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #d7JHGhBPlwkHM1MntZn1z2eKriPdaTJx { width:16.4995625rem;height:3.8994125rem;top:27.9375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IaZIJIeqLI2bkPM15PDINqJd2vW4so2H { display:flex;width:1.74805rem;height:1.74805rem;top:32.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #OAXXFaKG6uMcEHS7IeXyEg0aSOAcJzPp { width:16.625rem;height:6.499rem;top:32.9375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oUfJH0iLpgaAv4OchMlMfON30ro3Tq5O { display:flex;width:1.74805rem;height:1.74805rem;top:0.8125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #xsKgI3ep631LwoNtyeeKryFOETOJ0XMl { width:8.75rem;height:8.75rem;top:11.8804375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoi5yIwsQ8EIMeAtkKCA6K624uqx2KDG { width:20rem;height:17.5rem;top:53.187141418457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkHAzduwwz9Ea0ObaC54wQ0CvPCQQQ4p { display:flex;width:1.75rem;height:1.75rem;top:40.125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #hteXo8Gi6eHhhxkOsysWQ86hfRH59D48 { width:17.5rem;height:6.499rem;top:40.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U4rK21rMMu8fPXvahh0gKHZGtTG2OOix { display:flex;width:1.75rem;height:1.75rem;top:47.375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #lGn7m2EcSGguIZDF5SoNM3GNtpOn6EIS { width:17.1875rem;height:5.19921875rem;top:47.375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh { background-color:#fbfbfb;background-image:none;display:block; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { background-color: transparent; background-image: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container > .video-iframe-container { display: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container { display: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .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); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHfOt8mCgakDUEBF6UtGMkAprg6Urqh { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #qinN3imShRJQenJi67FNqSzux8ZaSxRD { width:9.375rem;height:13.125rem;top:5.208984375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOSI4Bv0A04dSsuxMSSFKmatcElLP8A { width:8.75rem;height:8.75rem;top:64.09830625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3XKO3TCTs7WzOJ56dmlgcThpE2PZZCI { width:18.75rem;height:4.38574375rem;top:50.109375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K853SZAVKlrh2SBIIqcCTziGbLLgGACF { display:flex;width:1.75rem;height:1.75rem;top:22.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #qJPTp3FsnypgwEfbWLDXph0x9s6ykmSc { display:flex;width:1.75rem;height:1.75rem;top:25.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #qZRfwOUGDulL8NBQ1qyZM1oklpFPwUnU { width:17.25rem;height:2.5996125rem;top:22.25rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDU3HJgG2QMlE4LS4EWl7I4Zf92uTazN { width:17.375rem;height:3.8994125rem;top:25.9375rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKfmM72NVTWzB6g2ULd60UpkAmm8F0x1 { display:flex;width:1.75rem;height:1.75rem;top:30.4375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #yuORDnvRT6dmpgbmNbvqeOqsimUUq7mQ { width:17.25rem;height:2.5996125rem;top:30.4375rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pRSKQXdl4wVB6Ny0u1tITbv39efcvtBf { width:15.3125rem;height:1.125rem;top:19.34375rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #aeseMAiDpO4rMrOCfCHyFkFcSV102I34 { display:flex;width:1.75rem;height:1.75rem;top:33.8125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #XSxZxOJRdw3FTt0VPUG8as8W0oloDdsT { width:17.375rem;height:3.8994125rem;top:33.8125rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pQydho75P4QkEi3u3JXUc7I0lWuRlkCT { display:flex;width:1.75rem;height:1.75rem;top:38.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #thHDDEJkD6yVBS5bApRFxh0BE3gT4shf { width:16.9375rem;height:2.5996125rem;top:38.25rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUPfAdET3bR204LFXwEK1EUn7wnMBJcW { display:flex;width:1.75rem;height:1.75rem;top:41.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #Nn6C91PahrTZb6yd77pyHQeA5uXTPT41 { width:16.5625rem;height:3.8994125rem;top:41.9375rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAQ9mf29LI1iQuWkH9x4IkTZfZZyGNyx { display:flex;width:1.75rem;height:1.75rem;top:46.6875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #RzwpJH9N6a4RSS00eVIClMHLSd3BxdXa { width:17.5625rem;height:2.5996125rem;top:46.6875rem;left:2.5rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx { background-color:#01d1ff;background-image:none;display:block; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { background-color: transparent; background-image: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container > .video-iframe-container { display: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container { display: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .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); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfPTqQ1IF5GA9nFIdK09RMaoPZw3HSnp { width:18.9375rem;height:4.38574375rem;top:1.25rem;left:0.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #ubbdcOw8FqTOgbf2PBo19GprHUBGdWUa { width:19.4375rem;height:28.5956875rem;top:6.1982421875rem;left:0.28125rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx { display:block; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6nN6UDhLf5PkTBRLi7f856KJRGpLmay { width:20rem;height:0;top:1.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #pHfLtET3Kn2NGTzQrk1ptMpFKGyT8lZK { width:18.75rem;height:2.923825rem;top:13.481986999512rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #RPJZvNkTOtfBFBLIC4y9aufVp7bxi7AI { width:18.75rem;height:14.297875rem;top:16.9296875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C82xLKbt7atsOCWqPJkLAZnpX5GW4EOr { width:12.5rem;height:11.25rem;top:1.123046875rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPioNZnveXke3IypuQe9QgAUDgs1rhI { display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { width:20rem;height:54.25rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { width:17.874375rem;height:1.462675rem;top:3.1879119873047rem;left:1.0622830986977rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #B5RaZz3Tvty0AAMZdFIbEtVfANDxDX41 { width:18.5625rem;height:2.5996125rem;top:5.810546875rem;left:0.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e7UzalFhUhxlmTv2UVt3zJqDh4wioecQ { width:18.5625rem;height:7.7988125rem;top:9.1337890625rem;left:0.71875rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRe6P0n5PETfe3O8NbyPkaqwEAT8sH8b { width:19.125rem;height:2.5996125rem;top:17.556640625rem;left:0.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bzt8GzuhIx6k3K8b58l6nsHTsMalybJ0 { width:18.5625rem;height:7.7988125rem;top:20.6923828125rem;left:0.71875rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fCFxNOTly8I9B3zwtH0tyuaNknRKNk4w { width:16.875rem;height:2.5996125rem;top:29.240234375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FAQ12kAPvc7Qh78LPxLbVENDkHwWCETU { width:18.4375rem;height:11.69825rem;top:32.46484375rem;left:0.75rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqE5zhnm5fyI3RfDz9GJNZtWfytrUtGP { width:18.8125rem;height:2.5996125rem;top:44.88671875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SUPMfqK33fK3uK8QqAPepmr11FF8v48X { width:17.5rem;height:6.499rem;top:48.111328125rem;left:0.75rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C { background-color:#fbfbfb;background-image:none;display:block; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { background-color: transparent; background-image: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container > .video-iframe-container { display: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container { display: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .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); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqTwncnoaQvLd39KrwGSx2xfBv0gUaDp { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #x57oxZqTL37Q4JXQWEAW1zmwBbR71qJO { width:5.375rem;height:0.625rem;top:3.8125rem;left:7.1875002980231rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #zsub22DvaeAxe0DliIpKKXA3omieQtwX { background-color:#fbfbfb;background-image:none;display:block; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { background-color: transparent; background-image: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container > .video-iframe-container { display: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container { display: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .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); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow5oNDVwFgSbq0HG6Si7fgVnbqMONL4G { width:18.75rem;height:18.19725rem;top:0rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BJc6KiA1sQ6fZskWAc1KmXAtfqXD6C0Z { width:20rem;height:3.5rem;top:19.501953125rem;left:0.030539393424988rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 { background-color:#fbfbfb;background-image:none;display:block; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { background-color: transparent; background-image: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container > .video-iframe-container { display: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container { display: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .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); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHF0iCOJ2IrEEByUs7Dxch68wBiCKo8Q { width:13.1875rem;height:13.375125009434rem;top:29.5625rem;left:3.375rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #v4iQDSD7h0WCyc97NzNtZPEGVBuksSs6 { width:9.375rem;height:14.0625rem;top:2.09765625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaK2AHF4Bp3nS5JO90G9hzCGGXXsqfpT { width:18rem;height:18.19725rem;top:17.28515625rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #bbKbo74o6MMBzytFT1yRPA4Z4TknSZlz { width:19rem;height:4.6875rem;top:37.001953125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQMZuBHUiBab6LTMTvo9UQNSauRcpTWV { display:block; }
 }@media only screen and (max-width: 763px) { #sk0gv09WWNpAUKdFxFpDMmbbh6OMhJ9T { width:20rem;height:6.499rem;top:42.501953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uszcF7gmZ0woCTPu8H6B9gkTU61U9N19 { width:12.0625rem;height:1.13671875rem;top:3.63671875rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqsAWdP2zdkgg5C5eSG8qTHUsyfqaXae { width:12.0625rem;height:1.13671875rem;top:1.25rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }