.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { border-width: 0; border-radius: 0; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { 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:2.75rem;width:12.75rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#ThwEhdc2Kbt4smSJEBn8TrQz10dEm329 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Dt9ekbepFgOTXq0deqTkTDxSCaITkQ39 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69.5625rem;width:60rem;display:none; }
#BcLxKlUq0fTEIaQBeMNi8LkMhotiQymo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:33.625rem;display:block; }
#I1uFz4Ngtb32krlFRekXLmPaQHhUfOGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJhiT5NVRhBEVV9Wo1Hp4BVkgKXXqrzO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.9375rem;left:39.125rem;display:block; }
#r86Z4uzH0ioK9v7a286X0bhP2pLdNdMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZ2r84gF6z5SRdqWhZZnAdqlELr8TH1Q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.9375rem;left:43.8125rem;display:block; }
#DbGa17g1AAaTsXTErKU6TP0aT6IGH2vc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsmxwnqsTnxagQZa60i5EXJ2GTTGNZKi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.90625rem;left:49.424999237061rem;display:block; }
#f1verXWVRbyDh98kgiEMKJvpFvKOK339 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BSJuTdhfCDlyngbdS1Wm5gioWurcrk9h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.9375rem;left:27.625rem;display:block; }
#duqZAOefmPzRsXEyiiAWK35xmH4lLwxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:none; }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row .container { border-width: 0; border-radius: 0; }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:none; }#F3yeaTZsMEFBmfcyKo50B1QIkN1mRXFN { 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:2.75rem;width:14.4375rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#tgl7Kz2CNAcgFFkHs1N3SIMhGuCWzVsp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SXWMBmcLl49OmQLzSpvsVNddTMXMVZFv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69.5625rem;width:60rem;display:none; }
#I6xI3qen1QzJn1piLJXdTWTyzPU7uiAG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:33.625rem;display:block; }
#LIy90NQZSBsNbgEMf5Mduyk3KyPUfsgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvXh9QtnnQw3TFlNTI2Thf91egKaW5eu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.9375rem;left:39.125rem;display:block; }
#qZcQMyEqTo2EmmLfSHszAUiAnDbHpDOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtqo5EngzRsetfZ55qfWb1HuzAMfFVtv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.9375rem;left:43.8125rem;display:block; }
#IBT3beOL4OF72UTdHARLhSDS9C5k31ls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPlhVLL3Bn0eagICRTD2PNQX8Hw6ZH1B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.90625rem;left:49.424999237061rem;display:block; }
#p22wsLPtoBuhCwMdzvMP7Tuw59pX6yNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozuaBuAFtO5g8MIEn5PGWW77v23Fiiku { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.9375rem;left:27.625rem;display:block; }
#CZ9RuL2QTHpMcz6aK08ucUu6SBc0O0S2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at { background-color:#131313;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row .container { background-color: transparent; background-image: none; }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row .container > .video-iframe-container { display: none; }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row > .video-iframe-container { display: none; }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .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); }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row .container { border-width: 0; border-radius: 0; }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row .container { width:60rem;height:45.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rq9Ld60nJmmmzN96SUqDKPXm8uTIIb0G { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f7b733;text-align:center;text-align-last:center;display:block; }
#iJ1McUldmvCcFPZDs8wItZlsOQOsdk45 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:21rem;top:16.18124961853rem;left:36.0625rem;overflow:hidden;display:block; }
#pnVURCBAMU18URWlnQTC082bULr0oAUR { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.89999961853rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#xQmiHy0veKH6nGvogLRik3GphVSEAW6X { color:#ffffff;display:block;width:57.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.793749809265rem;left:0.828125rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#CNv5zodRTOUCMakiE5NM9bHg9H07a7uW { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:25rem;top:23.83437538147rem;left:4.453125rem;overflow:hidden;display:block; }
#aeECJ6RNGBhWDyXbcVU4skODM6aXLS8J { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.375rem;left:12.765625rem;height:1.21875rem;display:block; }
#NwnlgxayN9SAXsDfsIBImfEQ1F1HflHs { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:42.9375rem;left:0.0010414123535156rem;display:block; }
#eJkgDX5XaaruIOvNefumEW69PlxZn8PC { background-color:#131313;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row .container { background-color: transparent; background-image: none; }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row .container > .video-iframe-container { display: none; }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row > .video-iframe-container { display: none; }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .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); }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row .container { border-width: 0; border-radius: 0; }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row .container { width:60rem;height:49.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#F6KU5kJ1NBxf9G5hEhwPxswb2Vm1T2XE { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f7b733;text-align:center;text-align-last:center;display:block; }
#lKq8KeMhl056FnEavk3qxhxTBtE6S6iH { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8249998092651rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#KItZdGUKNmfd3wDqHlrEbvot8tvKNDLo { background-color:#ffbe28;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:42.375rem;left:23.90625rem;display:block; }
#FXZF2A9Keh2MeQ6vF4XGdM6JX6e4Fk6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bob4vJn6yWh50Lc9AVv5KCXRwwW9l99k { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.184375762939rem;left:0.0010414123535156rem;height:11.59375rem;display:block; }#Bob4vJn6yWh50Lc9AVv5KCXRwwW9l99k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bob4vJn6yWh50Lc9AVv5KCXRwwW9l99k li:before{  }
#NNnhhb1Ukm6ugS7wXopa6U05THKJp1DT { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37rem;left:4.125rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#AvWEvB16nRmq9digIZXFEuSCzkm8TlBT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.6875rem;width:15.5rem;top:7.3312492370606rem;left:42.319793701172rem;display:block; }
#d6qFTB1iHVzTdGxO9TFnCNA7QZtE8oAp { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.9375rem;left:1.0635414123535rem;overflow:hidden;display:block; }
#XTfX0Tdan1Xh5HJoAnGbWcpQnisVrA5h { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;top:45.8125rem;left:0.0010414123535156rem;display:block; }
#L1SPE55k5KaBaKK8QyOmkfbxifdauRpw { color:#6ac259;display:block;width:51.8125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.193748474121rem;left:4.09375rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi { background-color:#131313;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row .container { background-color: transparent; background-image: none; }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row .container > .video-iframe-container { display: none; }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row > .video-iframe-container { display: none; }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .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); }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row .container { border-width: 0; border-radius: 0; }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row .container { width:60rem;height:48.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JcHs4yc7lFHKFaE1JFagWnPRV3gzdRfk { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f7b733;text-align:center;text-align-last:center;display:block; }
#Ldw72hUaRosPySIcVxff6DaTGd0Ieu5H { display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1375007629394rem;left:0rem;height:2.19375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#aB9V6wopfGefTaux0u7Ch9IOVB0ZhTZh { background-color:#ffbe28;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:39.838542938233rem;left:45.843746185302rem;display:block; }
#c2vTItF14ZkraZDRNcT558rZs9gTDE7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I2aeaK5TlQvHSwc3OrTuTKxkO0r47AzI { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.182292938233rem;left:0.96875rem;height:4.0625rem;display:block; }
#QUxuUrHkgxcQwFqWpb04nEUxJJFTPvxL { display:block;width:19.625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1375007629394rem;left:19.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#sQEZlz3Lmxt0ZkRVqb3nZx0NiXbLwcg1 { display:block;width:20.25rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1375007629394rem;left:39.626041412354rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#tt2lVXG4O2PWQ3pKS4D5eGRFezGKT2Nk { box-sizing:content-box;height:21.75rem;width:0.25rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;top:8.947916625rem;left:19.64921464209rem;display:block; }
#AHs6VsdVsCezpLL9TtABF68VQ18mCg7V { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:18rem;top:9.625rem;left:0.96875rem;overflow:hidden;display:block; }
#pPePD92WfKR9yk7GxxAfB3uwhfmpNFA6 { box-sizing:content-box;height:21.75rem;width:0.25rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:9.625rem;left:39.307292938233rem;display:block; }
#F1NDT7wcTI1G6HuDSPfnSMqe4P9llBtI { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.213542938233rem;left:6.34375rem;height:1.21875rem;display:block; }
#i36INB3ZxeeoUXGlJvXHlzDBvtawkSce { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.069791793823rem;left:1.21875rem;height:13.65rem;display:block; }
#swEkBFP6nHer7k1kgTJPwaTe0CZlff8n { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:18rem;top:9.625rem;left:21rem;overflow:hidden;display:block; }
#T449blOcxz9sl7LCcDXslLKcnyt7hdw0 { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.213542938233rem;left:26.375rem;height:1.21875rem;display:block; }
#gFadbiOTHZPOKtEhP8TNoGuklR3E3ODw { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.069791793823rem;left:21.25rem;height:13.65rem;display:block; }
#BcUwWAgTqph1hG8hIKdoGPPIRbwRs1ZP { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.25rem;width:18.25rem;top:8.9479169845581rem;left:40.626041412354rem;display:block; }
#TbakZuOv4i6gmI9L71DTSqcQUXGTEKHD { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.069791793823rem;left:41.001041412354rem;height:13rem;display:block; }
#GpHsOZuCnm9O3irHnOspXOTZo5X1Loaw { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.213542938233rem;left:44.157291412354rem;height:1.21875rem;display:block; }
#Xt3SXJLvX6STHwBT1P30regbJ6PJMbdX { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:46rem;left:0.0010414123535156rem;display:block; }
#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT { background-color:#131313;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row .container { background-color: transparent; background-image: none; }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row .container > .video-iframe-container { display: none; }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row > .video-iframe-container { display: none; }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .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); }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row .container { border-width: 0; border-radius: 0; }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row .container { width:60rem;height:48rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gLDnZii5xPIubrHNFEQVEXz1ggZwpGUJ { display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:0rem;left:0.0010414123535156rem;height:3.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f7b733;text-align:center;text-align-last:center;display:block; }
#WTTet5iWwyfsRNkNyyM91Uo8usOoMB1h { background-color:#ffbe28;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:38.75rem;left:23.90625rem;display:block; }
#izInTpLc4RGGXoekgcrLvrynXZmpGW6U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCxTINXQugSOJfJAP5gdU9qJ1hbZZ9Xo { display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:31.751041412354rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f7b733;text-align:center;text-align-last:center;display:block; }
#ikSMt0OoRrfB1tTVeblWK9nGJ5aE8pMX { box-sizing:content-box;height:21.75rem;width:0.25rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:8.25rem;left:29.875rem;display:block; }
#Aifkfrzn5OFzdtPJZwKmq3Vli3oFXudB { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:28.625rem;top:4.21875rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#QPKRos4KzM2E8kxLOnrTNIRaZ8DGlw6N { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:28.625rem;top:4.21875rem;left:31.308330535889rem;overflow:hidden;display:block; }
#CvMkqXQX1rTtSI9eegogB1hn8pVg2mHU { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.282291412354rem;left:1.4385414123535rem;height:;display:block; }
#pd5L3XyAv3IrsrkbdKCbO6h0611CeSLC { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.282291412354rem;left:33.032291412354rem;height:13.1625rem;display:block; }
#uwQMT2OitwbWQHHzuIthaHpZwKFC2H21 { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:45.0625rem;left:0.0010414123535156rem;display:block; }
#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#494949;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; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container { background-color: transparent; background-image: none; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container > .video-iframe-container { display: none; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row > .video-iframe-container { display: none; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .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); }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container { border-width: 0; border-radius: 0; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:60rem;position:relative;display:block; }#q1WUaAldwqatqcsK4FhkVNZ9JaRl6fQX { position:absolute;display:block;z-index:15004;background-color:#181818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:19.125rem;top:10.625rem;left:20rem;display:block; }
#CLKACybg78rklBM21bJLXFVKtaH0e8OW { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:21.78125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wy3C0m93dZrTJTTHFJi9JsCRbcmx4tp4 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:24.125rem;left:22.5rem;height:;text-align:center;text-align-last:center;display:block; }
#AvsO8ePcMcWutG7mZoisaKTdH8D8ZhTZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:29.5rem;left:23.75rem;height:4.8rem;text-align:center;text-align-last:center;display:block; }
#n3KfOTSm3pV6Dg5clQ1OWiS1fQ6TwwnZ { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:2.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcNSVkzsX8pZTofWcr9IIqGxsC8AO5CV { color:#ffffff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:24.125rem;left:2.5rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#XWs8T5OIliNk3rpkFQW1AAxkizBuwc6v { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:29.5rem;left:3.3125rem;height:6.4rem;text-align:center;text-align-last:center;display:block; }
#S4CW3TeXROcPsaCw3Hw5p2lzquZFkpWB { position:absolute;display:block;z-index:15012;background-color:#181818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(24,24,24,0.25) ;height:33.1875rem;width:19.125rem;top:10.625rem;left:0rem;display:block; }
#RPQHeu4JBafhugiUMZAppxUO2ab137Zy { position:absolute;display:block;z-index:15003;background-color:#181818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(19,19,19,0.25) ;height:33.1875rem;width:19.125rem;top:10.625rem;left:40.875rem;display:block; }
#W3E0bTxs7o0lWMfPk6Xd5Nd7C4V6Xb2t { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:42.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VHWyQJ8KCfsdL8EKkpT7rBhn3Nf39rKm { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5625rem;left:47.3125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMwV5fG8SacfpEEdGWraqBCoorQZync3 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.496875762939rem;left:51.75rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULe0gS2av5W95lVnqdtxJPm9IGuPGyLL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.57187461853rem;left:46rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HlZCVKXeZLguDpSaQcvuW9K4LmndUTaz { color:#ffffff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:24.125rem;left:42.9375rem;height:4.8rem;text-align:center;text-align-last:center;display:block; }
#nZ7XH2qwkUGQ4gqrCFsstolRmk407Csw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:29.5rem;left:44.1875rem;height:6.4rem;text-align:center;text-align-last:center;display:block; }
#y19bt1Lz6qkPrcapkqVqHx9sVN2OaTsu { background-color:#ffbe28;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.6875rem;left:2.71875rem;display:block; }
#KQ4aKt5B3CWtD4HP23l1Pmddaz9JcbtV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsOw0bqPNWEcR8UQg59TAEwcTmpZb7Ed { 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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:23.15625rem;display:block; }
#QfEMBnUUMszNIR4tPAog3JxLWc6BCW6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vho7m9DXmvBuCiFnSnKJdOPc8V0RawC1 { background-color:#ffbe28;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:43.59375rem;display:block; }
#mGW5ErQv0UsZBaHxzhMexfRiDL3u1LHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeWv0ocbDbqpdDquzEcKBsOtg15VQ1V1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.1937503814698rem;left:0rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzJIDT7Nq2gouQLoK6xai59XW9dcJ1UP { box-sizing:content-box;height:7.6875rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:#131313;background-image:none;top:47rem;left:0rem;display:block; }
#Z8tdVuO87Uhh3by3sq5mCXutOcJzxEQ3 { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:49.746875762939rem;left:8.25rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#Po0WF3ahJQOp3sFDQGEvUOryEDss9c25 { background-color:#ffbe28;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:49.625rem;left:45.59375rem;display:block; }
#nbi4saNOqzifb2UuMKDaekeZDwkkwORk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bJyzZ0SuNlDtZCldKDOmLWcwr2y7rFom { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:5.3125rem;left:26.15625rem;overflow:hidden;display:block; }
#tIv5zSr2BxuSdmKgeqFI9roqPHzzn0tF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.9375rem;top:5.3125rem;left:5.375rem;overflow:hidden;display:block; }
#X1ZiosNxOl3NHeyotDHgNBMprWnoNqUm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.625rem;top:6.25rem;left:47.375rem;overflow:hidden;display:block; }
#iSRyBbTEanS74KTLW0ZE9CaGZ8ZvsrL9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:46.90625rem;left:0rem;overflow:hidden;display:block; }
#ub2oZZDEPK3Lir8L1SarWyN1ENIU0IrU { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.5rem;left:30.875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnNPK0DWsesH6eK7pUS0xaJQkdxNbtTf { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.5625rem;left:26.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GRoZ9WfIpet5nAkwTZiJQUNleOON5b9K { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.5625rem;left:25.125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Es07SW6k5I061PBow74uHIALOhXk1nq8 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.5625rem;left:10.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DItnTbOtoC4X9kD2c4h51d0rNTTxeO29 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.20937538147rem;left:4.375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b1LBzcoxRsCmowrfLe91Jx5GV6TZekTs { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.625rem;left:5.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr { background-color:#131313;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row .container { background-color: transparent; background-image: none; }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row .container > .video-iframe-container { display: none; }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row > .video-iframe-container { display: none; }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .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); }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row .container { border-width: 0; border-radius: 0; }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row .container { width:60rem;height:66.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TRS1lySdZf2CIakp91gc0xGXPygD4WTp { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:0rem;left:0.0010414123535156rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#Q2NNTpBywOqtDWkwwP94I48EpDylIbrt { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.1875rem;left:0rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#Db4IWlunfk8CMCEMDCXuAXEDRQ9Qdanl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:22rem;top:6.3125rem;left:2.1875rem;overflow:hidden;display:block; }
#wgtoPAdWmsFsh3kWFk7oyikZalqTKhlu { position:absolute;display:block;z-index:15010;height:40.3125rem;width:33.75rem;top:6.4375rem;left:26.25rem;display:block; }
#wxHkatMwVSiblHFPE5uJpmbyHWB92tIi { color:#ffffff;display:block;width:59.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:48.875rem;left:0rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;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; }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row .container { background-color: transparent; background-image: none; }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row .container > .video-iframe-container { display: none; }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row > .video-iframe-container { display: none; }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .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); }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row .container { border-width: 0; border-radius: 0; }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#Hs8Ig3S5pSDb4xU2bkyzMplci6BnwmGL { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2b8474f-a042-4f20-8fc2-6aac68a0485c/output.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:37.0625rem;top:9.4375rem;left:0rem;display:block; }#Hs8Ig3S5pSDb4xU2bkyzMplci6BnwmGL.adaptive-delivery-prevent-bg, #Hs8Ig3S5pSDb4xU2bkyzMplci6BnwmGL.lazyload, #Hs8Ig3S5pSDb4xU2bkyzMplci6BnwmGL.lazyloading { background-image: none; }
#OH0v8cstCnfrUUW1X3B5qm8ileTQibdV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcu2nsiEG4hhx1cXA6Jr02xVLNrDcs2Q { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.9375rem;left:39.8125rem;height:15.6rem;display:block; }
#df0TQPn0SbFTelk4TKvN2p6LTNbsCtIi { color:#bdc3c7;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.625rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { position:relative;display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { background-color: transparent; background-image: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { border-width: 0; border-radius: 0; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#131313;background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { color:#ffbe28;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgJXTURkPSq8rhwuyVOmd3Lblg3V5KE5 { position:absolute;display:block;z-index:15000;background-color:#333547;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f7b733;border-left:0.1875rem solid #f7b733;border-right:0.1875rem solid #f7b733;border-bottom:0.1875rem solid #f7b733;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.75rem;top:7.625rem;left:0rem;display:block; }
#CfAPTyoQSD8q4sR8xCb6T7nOqK8z0oKp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.9375rem;left:5.5rem; }
#tkd8zqSmwfs1usGJeTpAIfWMy85LAbW2 { position:absolute;display:block;z-index:15004;background-color:#333547;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f7b733;border-left:0.1875rem solid #f7b733;border-right:0.1875rem solid #f7b733;border-bottom:0.1875rem solid #f7b733;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.75rem;top:7.625rem;left:15.125rem;display:block; }
#yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { color:#ffd580;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(157,157,157,0.5);top:15.125rem;left:0.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnbTilLkkMhFDRBKill5G5Z1xABwBSuI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.5625rem;left:20.625rem; }
#T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.375rem;left:0.8125rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0uiHKnNDsTOIo8KUrO3RDdO5Lmf9iT0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:18rem;left:15.9375rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yz8Q0RUzwb3sXfgpyLaJg4IJvkqZoARv { position:absolute;display:block;z-index:15008;background-color:#333547;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f7b733;border-left:0.1875rem solid #f7b733;border-right:0.1875rem solid #f7b733;border-bottom:0.1875rem solid #f7b733;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.75rem;top:7.625rem;left:30.5625rem;display:block; }
#fVGQPUPUck0a8MbT6tI6kUT14LOEQo6X { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18rem;left:31.375rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThobdZq9nso0viRZEAHwAdiNz97dUXr1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.5625rem;left:36.0625rem; }
#p592eRxoVgrGMLGNNhu14AfAc1E0res7 { position:absolute;display:block;z-index:15012;background-color:#333547;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f7b733;border-left:0.1875rem solid #f7b733;border-right:0.1875rem solid #f7b733;border-bottom:0.1875rem solid #f7b733;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.75rem;top:7.625rem;left:45.875rem;display:block; }
#TIKTgGTXEoQouUlsiL5cMQRJaR4nr4Vf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:17.924999237061rem;left:46.6875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zfpxtD5Rp2A10LqAUi5eieMSGci7HQWo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.5625rem;left:51.375rem; }
#AS5G1iTiuvgZphy12Uz2TtTE9WWykyuI { color:#ffd580;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(157,157,157,0.5);top:15.125rem;left:15.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lDActFXt8H7pLn652Q4O9IAzbCDTTISd { color:#ffd580;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(157,157,157,0.5);top:15.125rem;left:31.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5mH2S5siET06UZhuchiJfLB7K56UvlH { color:#ffd580;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(157,157,157,0.5);top:15.125rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OR2kUVM68eHR6aZJP1b7pBqvExKQ5UXZ { position:absolute;display:block;z-index:15019;height:19.4375rem;width:59.4375rem;top:30.3125rem;left:0rem;display:block; }
#u6HifJc45NJtErVapMCNALwSAiftnKzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;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; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { background-color: transparent; background-image: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container > .video-iframe-container { display: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container { display: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .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); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { border-width: 0; border-radius: 0; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0.0625rem solid #333333;border-left:0;border-right:0;border-bottom:0;background-color:#131313;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;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.75rem;left:13.5625rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:13.3125rem;left:25.75rem; }
#LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:13.3125rem;left:29.0625rem; }
#wqKuA6rd9gMWM1WzIevhUU8S963ph4sD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:13.156261444092rem;left:32.3125rem; }
#T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:16.125rem;top:6.619789123535rem;left:21.9375rem;overflow:hidden;display:block; }
#JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { color:#ffffff;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:10.9375rem;left:12.1875rem;height:1.6rem;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) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:12.75rem;height:2.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThwEhdc2Kbt4smSJEBn8TrQz10dEm329 { display:none; }
 }@media only screen and (max-width: 763px) { #Dt9ekbepFgOTXq0deqTkTDxSCaITkQ39 { width:47.75rem;height:55.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcLxKlUq0fTEIaQBeMNi8LkMhotiQymo { width:5.4375rem;height:2.4375rem;top:0.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1uFz4Ngtb32krlFRekXLmPaQHhUfOGu { display:block; }
 }@media only screen and (max-width: 763px) { #qJhiT5NVRhBEVV9Wo1Hp4BVkgKXXqrzO { width:4.1875rem;height:2.4375rem;top:0.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #r86Z4uzH0ioK9v7a286X0bhP2pLdNdMg { display:block; }
 }@media only screen and (max-width: 763px) { #QZ2r84gF6z5SRdqWhZZnAdqlELr8TH1Q { width:5.1875rem;height:2.4375rem;top:0.9375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbGa17g1AAaTsXTErKU6TP0aT6IGH2vc { display:block; }
 }@media only screen and (max-width: 763px) { #OsmxwnqsTnxagQZa60i5EXJ2GTTGNZKi { width:4.6875rem;height:2.4375rem;top:0.875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1verXWVRbyDh98kgiEMKJvpFvKOK339 { display:block; }
 }@media only screen and (max-width: 763px) { #BSJuTdhfCDlyngbdS1Wm5gioWurcrk9h { width:6.5625rem;height:2.4375rem;top:0.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #duqZAOefmPzRsXEyiiAWK35xmH4lLwxu { display:block; }
 }@media only screen and (max-width: 763px) { #BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T { display:none; }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F3yeaTZsMEFBmfcyKo50B1QIkN1mRXFN { width:14.4375rem;height:2.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgl7Kz2CNAcgFFkHs1N3SIMhGuCWzVsp { display:none; }
 }@media only screen and (max-width: 763px) { #SXWMBmcLl49OmQLzSpvsVNddTMXMVZFv { width:47.75rem;height:55.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6xI3qen1QzJn1piLJXdTWTyzPU7uiAG { width:5.4375rem;height:2.4375rem;top:0.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIy90NQZSBsNbgEMf5Mduyk3KyPUfsgw { display:block; }
 }@media only screen and (max-width: 763px) { #TvXh9QtnnQw3TFlNTI2Thf91egKaW5eu { width:4.1875rem;height:2.4375rem;top:0.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZcQMyEqTo2EmmLfSHszAUiAnDbHpDOu { display:block; }
 }@media only screen and (max-width: 763px) { #xtqo5EngzRsetfZ55qfWb1HuzAMfFVtv { width:5.1875rem;height:2.4375rem;top:0.9375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBT3beOL4OF72UTdHARLhSDS9C5k31ls { display:block; }
 }@media only screen and (max-width: 763px) { #aPlhVLL3Bn0eagICRTD2PNQX8Hw6ZH1B { width:4.6875rem;height:2.4375rem;top:0.875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22wsLPtoBuhCwMdzvMP7Tuw59pX6yNX { display:block; }
 }@media only screen and (max-width: 763px) { #ozuaBuAFtO5g8MIEn5PGWW77v23Fiiku { width:6.5625rem;height:2.4375rem;top:0.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ9RuL2QTHpMcz6aK08ucUu6SBc0O0S2 { display:block; }
 }@media only screen and (max-width: 763px) { #KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at { display:block; }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rq9Ld60nJmmmzN96SUqDKPXm8uTIIb0G { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ1McUldmvCcFPZDs8wItZlsOQOsdk45 { top:16.125rem;left:26.75rem;width:21rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVURCBAMU18URWlnQTC082bULr0oAUR { width:47.75rem;height:;top:6.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQmiHy0veKH6nGvogLRik3GphVSEAW6X { top:11.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNv5zodRTOUCMakiE5NM9bHg9H07a7uW { top:23.8125rem;left:0rem;width:25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeECJ6RNGBhWDyXbcVU4skODM6aXLS8J { top:37.375rem;left:6.640625rem;width:8.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwnlgxayN9SAXsDfsIBImfEQ1F1HflHs { top:42.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJkgDX5XaaruIOvNefumEW69PlxZn8PC { display:block; }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6KU5kJ1NBxf9G5hEhwPxswb2Vm1T2XE { width:47.75rem;height:;top:0rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKq8KeMhl056FnEavk3qxhxTBtE6S6iH { width:47.75rem;height:;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KItZdGUKNmfd3wDqHlrEbvot8tvKNDLo { width:12.1875rem;height:2.75rem;top:42.375rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXZF2A9Keh2MeQ6vF4XGdM6JX6e4Fk6r { display:block; }
 }@media only screen and (max-width: 763px) { #Bob4vJn6yWh50Lc9AVv5KCXRwwW9l99k { top:13.125rem;left:0rem;width:37.3125rem;height:;font-size:1.6875rem;display:block; }#Bob4vJn6yWh50Lc9AVv5KCXRwwW9l99k li:before{  }
 }@media only screen and (max-width: 763px) { #NNnhhb1Ukm6ugS7wXopa6U05THKJp1DT { top:37rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWEvB16nRmq9digIZXFEuSCzkm8TlBT { top:7.3125rem;left:32.25rem;width:15.5rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qFTB1iHVzTdGxO9TFnCNA7QZtE8oAp { top:1.9375rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTfX0Tdan1Xh5HJoAnGbWcpQnisVrA5h { top:45.8125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1SPE55k5KaBaKK8QyOmkfbxifdauRpw { top:39.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi { display:block; }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcHs4yc7lFHKFaE1JFagWnPRV3gzdRfk { width:47.75rem;height:;top:0rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldw72hUaRosPySIcVxff6DaTGd0Ieu5H { width:19.9375rem;height:2.1875rem;top:6.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB9V6wopfGefTaux0u7Ch9IOVB0ZhTZh { width:12.1875rem;height:2.75rem;top:39.8125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2vTItF14ZkraZDRNcT558rZs9gTDE7w { display:block; }
 }@media only screen and (max-width: 763px) { #I2aeaK5TlQvHSwc3OrTuTKxkO0r47AzI { top:39.125rem;left:0rem;width:44.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUxuUrHkgxcQwFqWpb04nEUxJJFTPvxL { width:19.625rem;height:;top:6.125rem;left:13.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQEZlz3Lmxt0ZkRVqb3nZx0NiXbLwcg1 { width:20.25rem;height:;top:6.125rem;left:27.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt2lVXG4O2PWQ3pKS4D5eGRFezGKT2Nk { top:8.9375rem;left:13.52421464209rem;width:0.25rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHs6VsdVsCezpLL9TtABF68VQ18mCg7V { top:9.625rem;left:0rem;width:18rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPePD92WfKR9yk7GxxAfB3uwhfmpNFA6 { top:9.625rem;left:33.182292938233rem;width:0.25rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1NDT7wcTI1G6HuDSPfnSMqe4P9llBtI { top:19.1875rem;left:0.21875rem;width:7.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i36INB3ZxeeoUXGlJvXHlzDBvtawkSce { top:21.0625rem;left:0rem;width:17.5rem;height:13.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swEkBFP6nHer7k1kgTJPwaTe0CZlff8n { top:9.625rem;left:14.875rem;width:18rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T449blOcxz9sl7LCcDXslLKcnyt7hdw0 { top:19.1875rem;left:20.25rem;width:7.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFadbiOTHZPOKtEhP8TNoGuklR3E3ODw { top:21.0625rem;left:15.125rem;width:17.5rem;height:0;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcUwWAgTqph1hG8hIKdoGPPIRbwRs1ZP { top:8.9375rem;left:29.5rem;width:18.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbakZuOv4i6gmI9L71DTSqcQUXGTEKHD { top:21.0625rem;left:30.25rem;width:17.5rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpHsOZuCnm9O3irHnOspXOTZo5X1Loaw { top:19.1875rem;left:36.5625rem;width:11.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3SXJLvX6STHwBT1P30regbJ6PJMbdX { top:46rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT { display:block; }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLDnZii5xPIubrHNFEQVEXz1ggZwpGUJ { width:28.4375rem;height:;top:0rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTet5iWwyfsRNkNyyM91Uo8usOoMB1h { width:12.1875rem;height:2.75rem;top:38.75rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izInTpLc4RGGXoekgcrLvrynXZmpGW6U { display:block; }
 }@media only screen and (max-width: 763px) { #wCxTINXQugSOJfJAP5gdU9qJ1hbZZ9Xo { width:28.125rem;height:;top:0rem;left:19.625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikSMt0OoRrfB1tTVeblWK9nGJ5aE8pMX { top:8.25rem;left:23.75rem;width:0.25rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aifkfrzn5OFzdtPJZwKmq3Vli3oFXudB { top:4.1875rem;left:0rem;width:28.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPKRos4KzM2E8kxLOnrTNIRaZ8DGlw6N { top:4.1875rem;left:19.125rem;width:28.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvMkqXQX1rTtSI9eegogB1hn8pVg2mHU { top:21.25rem;left:0rem;width:25.5625rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd5L3XyAv3IrsrkbdKCbO6h0611CeSLC { top:21.25rem;left:22.1875rem;width:25.5625rem;height:13.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwQMT2OitwbWQHHzuIthaHpZwKFC2H21 { top:45.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr { display:block; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1WUaAldwqatqcsK4FhkVNZ9JaRl6fQX { top:10.625rem;left:12.625rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKACybg78rklBM21bJLXFVKtaH0e8OW { top:13.125rem;left:15.3125rem;width:16.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy3C0m93dZrTJTTHFJi9JsCRbcmx4tp4 { top:24.125rem;left:16.3125rem;width:15rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvsO8ePcMcWutG7mZoisaKTdH8D8ZhTZ { top:29.5rem;left:17.5625rem;width:12.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3KfOTSm3pV6Dg5clQ1OWiS1fQ6TwwnZ { top:13.125rem;left:0.625rem;width:14.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcNSVkzsX8pZTofWcr9IIqGxsC8AO5CV { top:24.125rem;left:0.4375rem;width:15rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWs8T5OIliNk3rpkFQW1AAxkizBuwc6v { top:29.5rem;left:1.25rem;width:12.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4CW3TeXROcPsaCw3Hw5p2lzquZFkpWB { top:10.625rem;left:0rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPQHeu4JBafhugiUMZAppxUO2ab137Zy { top:10.625rem;left:28.5rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3E0bTxs7o0lWMfPk6Xd5Nd7C4V6Xb2t { top:13.125rem;left:31.875rem;width:15.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHWyQJ8KCfsdL8EKkpT7rBhn3Nf39rKm { top:18.5625rem;left:37rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMwV5fG8SacfpEEdGWraqBCoorQZync3 { top:19.4375rem;left:41.4375rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULe0gS2av5W95lVnqdtxJPm9IGuPGyLL { top:20.5625rem;left:35.6875rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlZCVKXeZLguDpSaQcvuW9K4LmndUTaz { top:24.125rem;left:32.625rem;width:15rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ7XH2qwkUGQ4gqrCFsstolRmk407Csw { top:29.5rem;left:33.875rem;width:12.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19bt1Lz6qkPrcapkqVqHx9sVN2OaTsu { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ4aKt5B3CWtD4HP23l1Pmddaz9JcbtV { display:block; }
 }@media only screen and (max-width: 763px) { #PsOw0bqPNWEcR8UQg59TAEwcTmpZb7Ed { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfEMBnUUMszNIR4tPAog3JxLWc6BCW6G { display:block; }
 }@media only screen and (max-width: 763px) { #vho7m9DXmvBuCiFnSnKJdOPc8V0RawC1 { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGW5ErQv0UsZBaHxzhMexfRiDL3u1LHs { display:block; }
 }@media only screen and (max-width: 763px) { #qeWv0ocbDbqpdDquzEcKBsOtg15VQ1V1 { top:1.1875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzJIDT7Nq2gouQLoK6xai59XW9dcJ1UP { top:47rem;left:0rem;width:47.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8tdVuO87Uhh3by3sq5mCXutOcJzxEQ3 { top:49.6875rem;left:0rem;width:36.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po0WF3ahJQOp3sFDQGEvUOryEDss9c25 { width:13.3125rem;height:2.4375rem;top:49.625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbi4saNOqzifb2UuMKDaekeZDwkkwORk { display:block; }
 }@media only screen and (max-width: 763px) { #bJyzZ0SuNlDtZCldKDOmLWcwr2y7rFom { top:5.3125rem;left:19.96875rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIv5zSr2BxuSdmKgeqFI9roqPHzzn0tF { top:5.3125rem;left:3.3125rem;width:7.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ZiosNxOl3NHeyotDHgNBMprWnoNqUm { top:6.25rem;left:37.0625rem;width:6.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSRyBbTEanS74KTLW0ZE9CaGZ8ZvsrL9 { top:46.875rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2oZZDEPK3Lir8L1SarWyN1ENIU0IrU { top:19.5rem;left:24.6875rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnNPK0DWsesH6eK7pUS0xaJQkdxNbtTf { top:18.5625rem;left:20.25rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRoZ9WfIpet5nAkwTZiJQUNleOON5b9K { top:20.5625rem;left:18.9375rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es07SW6k5I061PBow74uHIALOhXk1nq8 { top:19.5625rem;left:8.3125rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DItnTbOtoC4X9kD2c4h51d0rNTTxeO29 { top:20.1875rem;left:2.3125rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1LBzcoxRsCmowrfLe91Jx5GV6TZekTs { top:18.625rem;left:3.875rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr { display:block; }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRS1lySdZf2CIakp91gc0xGXPygD4WTp { width:47.75rem;height:3.8125rem;top:0rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NNTpBywOqtDWkwwP94I48EpDylIbrt { top:31.1875rem;left:0rem;width:25.5625rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db4IWlunfk8CMCEMDCXuAXEDRQ9Qdanl { top:6.3125rem;left:0rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtoPAdWmsFsh3kWFk7oyikZalqTKhlu { top:6.4375rem;left:14rem;width:33.75rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxHkatMwVSiblHFPE5uJpmbyHWB92tIi { top:48.875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP { display:block; }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hs8Ig3S5pSDb4xU2bkyzMplci6BnwmGL { top:9.4375rem;left:0rem;width:37.0625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH0v8cstCnfrUUW1X3B5qm8ileTQibdV { top:3.625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcu2nsiEG4hhx1cXA6Jr02xVLNrDcs2Q { top:12.9375rem;left:29.9375rem;width:17.8125rem;height:17.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #df0TQPn0SbFTelk4TKvN2p6LTNbsCtIi { top:34.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { width:47.75rem;height:3.5625rem;top:2.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJXTURkPSq8rhwuyVOmd3Lblg3V5KE5 { width:13.75rem;height:16.25rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfAPTyoQSD8q4sR8xCb6T7nOqK8z0oKp { top:10.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkd8zqSmwfs1usGJeTpAIfWMy85LAbW2 { width:13.75rem;height:16.25rem;top:7.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { width:13.125rem;height:1.625rem;top:15.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnbTilLkkMhFDRBKill5G5Z1xABwBSuI { top:10.5625rem;left:14.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { width:12.5rem;height:4.1875rem;top:18.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0uiHKnNDsTOIo8KUrO3RDdO5Lmf9iT0 { width:12.5rem;height:5.5625rem;top:18rem;left:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz8Q0RUzwb3sXfgpyLaJg4IJvkqZoARv { width:13.75rem;height:16.25rem;top:7.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVGQPUPUck0a8MbT6tI6kUT14LOEQo6X { width:12.5rem;height:4.1875rem;top:18rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThobdZq9nso0viRZEAHwAdiNz97dUXr1 { top:10.5625rem;left:29.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p592eRxoVgrGMLGNNhu14AfAc1E0res7 { width:13.75rem;height:16.25rem;top:7.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKTgGTXEoQouUlsiL5cMQRJaR4nr4Vf { width:12.5rem;height:5.5625rem;top:17.875rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfpxtD5Rp2A10LqAUi5eieMSGci7HQWo { top:10.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS5G1iTiuvgZphy12Uz2TtTE9WWykyuI { width:13.125rem;height:1.625rem;top:15.125rem;left:9.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDActFXt8H7pLn652Q4O9IAzbCDTTISd { width:13.125rem;height:1.625rem;top:15.125rem;left:24.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mH2S5siET06UZhuchiJfLB7K56UvlH { width:13.125rem;height:1.625rem;top:15.125rem;left:34.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR2kUVM68eHR6aZJP1b7pBqvExKQ5UXZ { top:30.3125rem;left:0rem;width:47.75rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HifJc45NJtErVapMCNALwSAiftnKzM { display:block; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { top:16.75rem;left:7.4375rem;width:32.875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { top:13.3125rem;left:19.625rem;width:1.875rem;height:1.875rem;display:block; }
#LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { top:13.3125rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#wqKuA6rd9gMWM1WzIevhUU8S963ph4sD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { top:13.125rem;left:26.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:16.125rem;height:3.375rem;top:6.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { top:10.9375rem;left:6.0625rem;width:36rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:20rem;height:22.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:5.75rem;height:1.25rem;top:4rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThwEhdc2Kbt4smSJEBn8TrQz10dEm329 { display:flex;top:1.125rem;left:17.75rem;width:1.75rem;height:1.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #Dt9ekbepFgOTXq0deqTkTDxSCaITkQ39 { top:0.6875rem;left:0.78125rem;width:1.9375rem;height:2.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BcLxKlUq0fTEIaQBeMNi8LkMhotiQymo { width:5.4375rem;height:2.4375rem;top:7.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1uFz4Ngtb32krlFRekXLmPaQHhUfOGu { display:block; }
 }@media only screen and (max-width: 763px) { #qJhiT5NVRhBEVV9Wo1Hp4BVkgKXXqrzO { width:4.1875rem;height:2.4375rem;top:11.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r86Z4uzH0ioK9v7a286X0bhP2pLdNdMg { display:block; }
 }@media only screen and (max-width: 763px) { #QZ2r84gF6z5SRdqWhZZnAdqlELr8TH1Q { width:5.1875rem;height:2.4375rem;top:15.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbGa17g1AAaTsXTErKU6TP0aT6IGH2vc { display:block; }
 }@media only screen and (max-width: 763px) { #OsmxwnqsTnxagQZa60i5EXJ2GTTGNZKi { width:4.6875rem;height:2.4375rem;top:18.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1verXWVRbyDh98kgiEMKJvpFvKOK339 { display:block; }
 }@media only screen and (max-width: 763px) { #BSJuTdhfCDlyngbdS1Wm5gioWurcrk9h { width:6.5625rem;height:2.4375rem;top:4.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #duqZAOefmPzRsXEyiiAWK35xmH4lLwxu { display:block; }
 }@media only screen and (max-width: 763px) { #BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row .container { background-color: transparent; background-image: none; }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row .container > .video-iframe-container { display: none; }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row > .video-iframe-container { display: none; }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .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); }#BXAa3mKGKPEIWogQnaaEwwBuZJG8PS4T > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3yeaTZsMEFBmfcyKo50B1QIkN1mRXFN { width:5.75rem;height:1.25rem;top:4rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgl7Kz2CNAcgFFkHs1N3SIMhGuCWzVsp { display:flex;top:0.96875rem;left:9.125rem;width:1.75rem;height:1.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #SXWMBmcLl49OmQLzSpvsVNddTMXMVZFv { top:0.6875rem;left:0.78125rem;width:1.9375rem;height:2.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I6xI3qen1QzJn1piLJXdTWTyzPU7uiAG { width:5.4375rem;height:2.4375rem;top:7.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIy90NQZSBsNbgEMf5Mduyk3KyPUfsgw { display:block; }
 }@media only screen and (max-width: 763px) { #TvXh9QtnnQw3TFlNTI2Thf91egKaW5eu { width:4.1875rem;height:2.4375rem;top:11.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZcQMyEqTo2EmmLfSHszAUiAnDbHpDOu { display:block; }
 }@media only screen and (max-width: 763px) { #xtqo5EngzRsetfZ55qfWb1HuzAMfFVtv { width:5.1875rem;height:2.4375rem;top:15.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBT3beOL4OF72UTdHARLhSDS9C5k31ls { display:block; }
 }@media only screen and (max-width: 763px) { #aPlhVLL3Bn0eagICRTD2PNQX8Hw6ZH1B { width:4.6875rem;height:2.4375rem;top:18.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22wsLPtoBuhCwMdzvMP7Tuw59pX6yNX { display:block; }
 }@media only screen and (max-width: 763px) { #ozuaBuAFtO5g8MIEn5PGWW77v23Fiiku { width:6.5625rem;height:2.4375rem;top:4.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ9RuL2QTHpMcz6aK08ucUu6SBc0O0S2 { display:block; }
 }@media only screen and (max-width: 763px) { #KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at { display:block; }#KokgAJyJpdrzl8GiEKICX4Kk1LUxh7at > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rq9Ld60nJmmmzN96SUqDKPXm8uTIIb0G { width:18.75rem;height:4.875rem;top:1.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ1McUldmvCcFPZDs8wItZlsOQOsdk45 { width:10.1875rem;height:10.875rem;top:9.706250190735rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVURCBAMU18URWlnQTC082bULr0oAUR { width:20rem;height:1.86875rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQmiHy0veKH6nGvogLRik3GphVSEAW6X { width:20rem;height:10.96875rem;top:22.324998855591rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNv5zodRTOUCMakiE5NM9bHg9H07a7uW { width:20rem;height:10rem;top:34.981248855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeECJ6RNGBhWDyXbcVU4skODM6aXLS8J { width:8.375rem;height:1.21875rem;top:45.856249809265rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwnlgxayN9SAXsDfsIBImfEQ1F1HflHs { width:20rem;height:0.3125rem;top:48.324996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJkgDX5XaaruIOvNefumEW69PlxZn8PC { display:block; }#eJkgDX5XaaruIOvNefumEW69PlxZn8PC > .row .container { width:20rem;height:105.98749694824rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6KU5kJ1NBxf9G5hEhwPxswb2Vm1T2XE { width:18.75rem;height:4.5rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKq8KeMhl056FnEavk3qxhxTBtE6S6iH { width:20rem;height:4.3875rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KItZdGUKNmfd3wDqHlrEbvot8tvKNDLo { width:12.1875rem;height:2.75rem;top:89.167699813844rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXZF2A9Keh2MeQ6vF4XGdM6JX6e4Fk6r { display:block; }
 }@media only screen and (max-width: 763px) { #Bob4vJn6yWh50Lc9AVv5KCXRwwW9l99k { width:20rem;height:26.95rem;top:22.980208396912rem;left:0rem;font-size:1.6875rem;display:block; }#Bob4vJn6yWh50Lc9AVv5KCXRwwW9l99k li:before{  }
 }@media only screen and (max-width: 763px) { #NNnhhb1Ukm6ugS7wXopa6U05THKJp1DT { width:20rem;height:6.58125rem;top:93.356252670288rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWEvB16nRmq9digIZXFEuSCzkm8TlBT { width:20rem;height:35.8125rem;top:51.117705345154rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qFTB1iHVzTdGxO9TFnCNA7QZtE8oAp { width:9.25rem;height:9.25rem;top:12.975002288818rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTfX0Tdan1Xh5HJoAnGbWcpQnisVrA5h { width:20rem;height:0.125rem;top:104.61249694824rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1SPE55k5KaBaKK8QyOmkfbxifdauRpw { width:20rem;height:0;top:101.16874694824rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi { display:block; }#tSmDgBSiSpmXAHKDZTcssRCC9EQTPeOi > .row .container { width:20rem;height:110.54374694824rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcHs4yc7lFHKFaE1JFagWnPRV3gzdRfk { width:18.75rem;height:2.25rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldw72hUaRosPySIcVxff6DaTGd0Ieu5H { width:20rem;height:2.19375rem;top:4.8749952316284rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB9V6wopfGefTaux0u7Ch9IOVB0ZhTZh { width:12.1875rem;height:2.75rem;top:105.16874694824rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2vTItF14ZkraZDRNcT558rZs9gTDE7w { display:block; }
 }@media only screen and (max-width: 763px) { #I2aeaK5TlQvHSwc3OrTuTKxkO0r47AzI { width:20rem;height:8.125rem;top:96.226039886475rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUxuUrHkgxcQwFqWpb04nEUxJJFTPvxL { width:19.625rem;height:2.19375rem;top:33.231249809265rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQEZlz3Lmxt0ZkRVqb3nZx0NiXbLwcg1 { width:20rem;height:2.19375rem;top:62.339583396912rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt2lVXG4O2PWQ3pKS4D5eGRFezGKT2Nk { width:0.25rem;height:21.75rem;top:96.418752288819rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHs6VsdVsCezpLL9TtABF68VQ18mCg7V { width:18rem;height:9.1875rem;top:8.4927082061769rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPePD92WfKR9yk7GxxAfB3uwhfmpNFA6 { width:0.25rem;height:21.75rem;top:149.78854522705rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1NDT7wcTI1G6HuDSPfnSMqe4P9llBtI { width:7.25rem;height:1.21875rem;top:17.680212974548rem;left:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i36INB3ZxeeoUXGlJvXHlzDBvtawkSce { width:17.5rem;height:13.65rem;top:19.581245422363rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swEkBFP6nHer7k1kgTJPwaTe0CZlff8n { width:19.8125rem;height:10.0625rem;top:35.425000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T449blOcxz9sl7LCcDXslLKcnyt7hdw0 { width:7.25rem;height:1.21875rem;top:45.487500190735rem;left:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFadbiOTHZPOKtEhP8TNoGuklR3E3ODw { width:17.5rem;height:17.0625rem;top:47.413541793823rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcUwWAgTqph1hG8hIKdoGPPIRbwRs1ZP { height:11.125rem;width:20rem;top:64.533333778381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbakZuOv4i6gmI9L71DTSqcQUXGTEKHD { width:17.5rem;height:16.25rem;top:77.976041793825rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpHsOZuCnm9O3irHnOspXOTZo5X1Loaw { width:11.1875rem;height:1.21875rem;top:76.237499237062rem;left:4.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3SXJLvX6STHwBT1P30regbJ6PJMbdX { width:20rem;height:0.125rem;top:109.16874694824rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT { display:block; }#O0B5Kc8kKdtzPeNtDXPv5VbZT3MTffsT > .row .container { width:20rem;height:79.230194091797rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLDnZii5xPIubrHNFEQVEXz1ggZwpGUJ { width:18.75rem;height:2.25rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTet5iWwyfsRNkNyyM91Uo8usOoMB1h { width:12.1875rem;height:2.75rem;top:73.855205535888rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izInTpLc4RGGXoekgcrLvrynXZmpGW6U { display:block; }
 }@media only screen and (max-width: 763px) { #wCxTINXQugSOJfJAP5gdU9qJ1hbZZ9Xo { width:20rem;height:2.4rem;top:37.605207443237rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikSMt0OoRrfB1tTVeblWK9nGJ5aE8pMX { width:0.125rem;height:17.5625rem;top:47.098957061767rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aifkfrzn5OFzdtPJZwKmq3Vli3oFXudB { width:20rem;height:10.21875rem;top:4.6302070617676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPKRos4KzM2E8kxLOnrTNIRaZ8DGlw6N { width:20rem;height:10.21875rem;top:41.473957061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvMkqXQX1rTtSI9eegogB1hn8pVg2mHU { width:20rem;height:19.74375rem;top:15.442710876465rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd5L3XyAv3IrsrkbdKCbO6h0611CeSLC { width:20rem;height:17.55rem;top:53.880207061767rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwQMT2OitwbWQHHzuIthaHpZwKFC2H21 { width:20rem;height:0.125rem;top:77.8551940918rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr { background-color:#494949;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container { background-color: transparent; background-image: none; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container > .video-iframe-container { display: none; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row > .video-iframe-container { display: none; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .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); }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container { border-width: 0; border-radius: 0; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Myeahu5uyWhcpfKIDqNJeMJwTx4Wsmbr > .row .container { width:20rem;height:122.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1WUaAldwqatqcsK4FhkVNZ9JaRl6fQX { width:20rem;height:30.625rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKACybg78rklBM21bJLXFVKtaH0e8OW { width:16.8125rem;height:2.6rem;top:45.0625rem;left:1.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy3C0m93dZrTJTTHFJi9JsCRbcmx4tp4 { width:16.25rem;height:3.2rem;top:56.037499427796rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvsO8ePcMcWutG7mZoisaKTdH8D8ZhTZ { width:12.5rem;height:4.8rem;top:61.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3KfOTSm3pV6Dg5clQ1OWiS1fQ6TwwnZ { width:14.5625rem;height:2.6rem;top:9.887499809265rem;left:2.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcNSVkzsX8pZTofWcr9IIqGxsC8AO5CV { width:16.25rem;height:3.2rem;top:19.699999809265rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWs8T5OIliNk3rpkFQW1AAxkizBuwc6v { width:12.5rem;height:6.4rem;top:25.199999809265rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4CW3TeXROcPsaCw3Hw5p2lzquZFkpWB { width:20rem;height:30.625rem;top:8.574999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPQHeu4JBafhugiUMZAppxUO2ab137Zy { width:20rem;height:30.625rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3E0bTxs7o0lWMfPk6Xd5Nd7C4V6Xb2t { width:19.25rem;height:2.6rem;top:77.249999046325rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHWyQJ8KCfsdL8EKkpT7rBhn3Nf39rKm { width:5rem;height:2.6rem;top:81.75rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMwV5fG8SacfpEEdGWraqBCoorQZync3 { width:5rem;height:1.7875rem;top:82.6875rem;left:10.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULe0gS2av5W95lVnqdtxJPm9IGuPGyLL { width:7.125rem;height:1.1375rem;top:83.75rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlZCVKXeZLguDpSaQcvuW9K4LmndUTaz { width:18.875rem;height:4.8rem;top:87.049999237062rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ7XH2qwkUGQ4gqrCFsstolRmk407Csw { width:12.5rem;height:6.4rem;top:93.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19bt1Lz6qkPrcapkqVqHx9sVN2OaTsu { width:13.6875rem;height:4.0625rem;top:34.449999809265rem;left:3.15625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #KQ4aKt5B3CWtD4HP23l1Pmddaz9JcbtV { display:block; }
 }@media only screen and (max-width: 763px) { #PsOw0bqPNWEcR8UQg59TAEwcTmpZb7Ed { width:13.6875rem;height:4.0625rem;top:68.125rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QfEMBnUUMszNIR4tPAog3JxLWc6BCW6G { display:block; }
 }@media only screen and (max-width: 763px) { #vho7m9DXmvBuCiFnSnKJdOPc8V0RawC1 { width:13.6875rem;height:4.0625rem;top:100.9375rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mGW5ErQv0UsZBaHxzhMexfRiDL3u1LHs { display:block; }
 }@media only screen and (max-width: 763px) { #qeWv0ocbDbqpdDquzEcKBsOtg15VQ1V1 { width:20rem;height:5.2rem;top:2.2500038146973rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzJIDT7Nq2gouQLoK6xai59XW9dcJ1UP { width:20rem;height:12.4375rem;top:108.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8tdVuO87Uhh3by3sq5mCXutOcJzxEQ3 { width:20rem;height:4.3875rem;top:112.21249771118rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po0WF3ahJQOp3sFDQGEvUOryEDss9c25 { width:13.3125rem;height:2.4375rem;top:117.1874961853rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbi4saNOqzifb2UuMKDaekeZDwkkwORk { display:block; }
 }@media only screen and (max-width: 763px) { #bJyzZ0SuNlDtZCldKDOmLWcwr2y7rFom { width:7.6875rem;height:7.6875rem;top:47.662498474121rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIv5zSr2BxuSdmKgeqFI9roqPHzzn0tF { width:5.4375rem;height:5.375rem;top:13rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ZiosNxOl3NHeyotDHgNBMprWnoNqUm { width:6.625rem;height:6.9375rem;top:80.112499237062rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSRyBbTEanS74KTLW0ZE9CaGZ8ZvsrL9 { width:5.0625rem;height:5.0625rem;top:108.1874961853rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2oZZDEPK3Lir8L1SarWyN1ENIU0IrU { width:5rem;height:1.7875rem;top:49.6875rem;left:10.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnNPK0DWsesH6eK7pUS0xaJQkdxNbtTf { width:5rem;height:2.6rem;top:48.75rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRoZ9WfIpet5nAkwTZiJQUNleOON5b9K { width:2.3125rem;height:1.1375rem;top:50.75rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es07SW6k5I061PBow74uHIALOhXk1nq8 { width:5rem;height:1.7875rem;top:15.3125rem;left:10.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DItnTbOtoC4X9kD2c4h51d0rNTTxeO29 { width:2.3125rem;height:1.1375rem;top:16rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1LBzcoxRsCmowrfLe91Jx5GV6TZekTs { width:5rem;height:2.6rem;top:14.375rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr { display:block; }#pJqnXvCGSm42B9VCNi3wT3zH5UnyhObr > .row .container { width:20rem;height:133.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRS1lySdZf2CIakp91gc0xGXPygD4WTp { width:18.75rem;height:2.25rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NNTpBywOqtDWkwwP94I48EpDylIbrt { width:20rem;height:13.65rem;top:30.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db4IWlunfk8CMCEMDCXuAXEDRQ9Qdanl { width:20rem;height:20rem;top:8.66250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtoPAdWmsFsh3kWFk7oyikZalqTKhlu { width:18.5rem;height:53.0625rem;top:46.16250038147rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxHkatMwVSiblHFPE5uJpmbyHWB92tIi { width:20rem;height:27.3rem;top:104.41250038147rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP { display:block; }#reFFIwwcG4gOdZMFR3TTqQL15AvM9TLP > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hs8Ig3S5pSDb4xU2bkyzMplci6BnwmGL { width:17.375rem;height:11.5rem;top:16.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH0v8cstCnfrUUW1X3B5qm8ileTQibdV { width:20rem;height:5.2rem;top:8.9374780654906rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcu2nsiEG4hhx1cXA6Jr02xVLNrDcs2Q { width:17.8125rem;height:17.55rem;top:28.9375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #df0TQPn0SbFTelk4TKvN2p6LTNbsCtIi { width:20rem;height:1.3rem;top:47.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:20rem;height:92.524963378906rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJXTURkPSq8rhwuyVOmd3Lblg3V5KE5 { width:15.125rem;height:11.875rem;top:4.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfAPTyoQSD8q4sR8xCb6T7nOqK8z0oKp { display:flex;width:3.125rem;height:3.125rem;top:5.6875028610229rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tkd8zqSmwfs1usGJeTpAIfWMy85LAbW2 { width:15.125rem;height:11.875rem;top:21.1375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { width:12.9375rem;height:1.70625rem;top:9.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnbTilLkkMhFDRBKill5G5Z1xABwBSuI { display:flex;width:3.125rem;height:3.125rem;top:21.637499809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { width:13.125rem;height:4.2rem;top:11.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0uiHKnNDsTOIo8KUrO3RDdO5Lmf9iT0 { width:13.125rem;height:5.6rem;top:27.438542366028rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz8Q0RUzwb3sXfgpyLaJg4IJvkqZoARv { width:15.125rem;height:11.875rem;top:38.3625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVGQPUPUck0a8MbT6tI6kUT14LOEQo6X { width:13.125rem;height:4.2rem;top:45.612500190735rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThobdZq9nso0viRZEAHwAdiNz97dUXr1 { display:flex;width:3.125rem;height:3.125rem;top:38.925000190735rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #p592eRxoVgrGMLGNNhu14AfAc1E0res7 { width:15.125rem;height:11.875rem;top:54.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKTgGTXEoQouUlsiL5cMQRJaR4nr4Vf { width:13.125rem;height:5.6rem;top:59.706251144409rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfpxtD5Rp2A10LqAUi5eieMSGci7HQWo { display:flex;width:3.125rem;height:3.125rem;top:54.874999046326rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AS5G1iTiuvgZphy12Uz2TtTE9WWykyuI { width:13.125rem;height:1.70625rem;top:25.387499809265rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDActFXt8H7pLn652Q4O9IAzbCDTTISd { width:13.125rem;height:1.70625rem;top:42.987500190735rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mH2S5siET06UZhuchiJfLB7K56UvlH { width:13.125rem;height:1.70625rem;top:58rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR2kUVM68eHR6aZJP1b7pBqvExKQ5UXZ { width:20rem;height:24.25rem;top:68.275001525881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HifJc45NJtErVapMCNALwSAiftnKzM { display:block; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { width:20rem;height:4.2rem;top:18.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { width:1.875rem;height:1.875rem;top:7.8125rem;left:9.0625rem;display:block; }
#LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { width:1.875rem;height:1.875rem;top:10.9375rem;left:9.0625rem;display:block; }
#wqKuA6rd9gMWM1WzIevhUU8S963ph4sD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { width:2.1875rem;height:2.1875rem;top:14.0625rem;left:8.875rem;display:block; }
#T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:8rem;height:1.6875rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { width:20rem;height:3.2rem;top:3.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }