.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.625rem;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:4.5625rem;width:4.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vke0U9sJO0n4LM1MBxdMJqZQqhaImhJP { 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:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.15625rem;left:6.685546875rem;display:block; }
#krlEOAGiaTL2vpgKdzhBkJ400b1UO92M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGJkTsyeDH73UNlnzf9yOHn4lL15k1at { 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:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.436525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.09375rem;left:16.8125rem;display:block; }
#v4vVvzBXqdi6W99rZf9qOpWTZVXuLrPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tao6MUkmp6qTPftVPX7L60UGgbLvEPIc { 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:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.09375rem;left:28.1875rem;display:block; }
#aPz38JeQTIKIpm4JkT0prPEWCTpKwQxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qslmLO1on69LB8AgtdikUKOK2zXXsufL { z-index:15003;top:0.59375rem;left:44.21875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#050607;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VV32eOS7ytig8Im0dX0ET4g6qJVAAaPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:60rem;height:8rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DGF3rSShJltiomrqavUWwv0AVy6H5rET { color:#2f2f2f;display:block;width:60rem;position:absolute;font-family:unbounded;font-size:3.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p3MzTUwK3y5gDrSBQWbQDNxLbMx90gTO { color:#050b26;display:block;width:32.8125rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.224609375rem;left:13.59375rem;height:2.75065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row .container { background-color: transparent; background-image: none; }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row .container > .video-iframe-container { display: none; }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row > .video-iframe-container { display: none; }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .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); }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row .container { border-width: 0; border-radius: 0; }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#KX3is2Icn0iOZi800yaMwJ22TZ9d7HO6 { color:#050b26;display:block;width:32.8125rem;position:absolute;font-family:unbounded;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.9375rem;left:13.59375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTIElGXnmGMvCvwnZFiukgLPGKfrIzVo { 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:35.5rem;width:39.125rem;top:7.6875rem;left:20.875rem;overflow:hidden;display:none; }
#g0LuRZn9wUk26AQZf4frrRs6n55ZFDmZ { 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:60rem;width:60rem;top:7.9375rem;left:35.25rem;overflow:hidden;display:none; }
#fMT6bom5rqVhVhTmRHhV703ZpCZsGXs3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:7.25rem;left:0rem;overflow:hidden;display:none; }
#R0iU6DqFKiGVw8wh9KUh9adE9htt7k3E { 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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#PGQdQfWUDDxIdNq5HeG9gJCgWKTQHT2H { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#ydt7Xw7c6cKXrxlq4ghLAJxAbl9bNAKW { position:absolute;display:block;z-index:15008;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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#yridLTdXsR4PZ6STT0bi9fCky1zhtpaD { 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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#zJnDT2LpKTFfX4FibiwEzEovA4FQODAK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:34.0625rem;top:9.125rem;left:12.96875rem;overflow:hidden;display:block; }
#g618C1XHdWVamz4NMuDz54s9naP56TGf { position:absolute;display:block;z-index:15011;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#Fkhsr24dNHIJAKT1KaqHifTRLbHiEC5s { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#gC5wFDFmAS7bCz7b7KUAO1OHerLrX8h8 { position:absolute;display:block;z-index:15013;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#ggJRRUTua7imZzu5db0Bfsa9ZRdMO6Ko { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#Sie1kF96Zu4rkqJEKBII19zTDAabNFIZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#X13NLkWTlccahtoO9mshVuqexBxEXqxp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#CCWG1M9dLplOfAuv792kHFxq2gzlJaNT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#gsc0Wh7fR7u5HBJpTyMAGWlOzmMVrVsz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#tJ6prJfFuJF6b9C9KblHN9U60OA862tf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#MLDALUT5eNAIGZcfIE2cO02w3REXAS5V { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#Ct5bA863ulos423sZI6dH7XWQ3Koz6vA { position:absolute;display:block;z-index:15021;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#pD3QaC26UDJiU5cDdOp6fHbzumSv5qKv { position:absolute;display:block;z-index:15022;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#aBk5h0FGhmzCFpNWWne0eu3PyKwfSuVf { 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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#ZzFKpFNqufIuD1hsGIvfZWNGkUq4J9fH { 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:84.8125rem;width:60rem;top:7.625rem;left:0rem;overflow:hidden;display:none; }
#DCaBOTLDwwafUIs4KpTTridgLSO6GPA9 { 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:54.5rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#vcm6g735FFvBqHWe5dq12x6pycEEbAdB { position:absolute;display:block;z-index:15026;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row .container { background-color: transparent; background-image: none; }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row .container > .video-iframe-container { display: none; }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row > .video-iframe-container { display: none; }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .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); }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row .container { border-width: 0; border-radius: 0; }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#HZLMdCKK1oXauGiqcRaGxPq6M0ubpMJB { color:#050b26;display:block;width:37.875rem;position:absolute;font-family:unbounded;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.5rem;left:11.0625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mv3oN6ZzAFvSw2Pqaaca6qqFKQPStrdF { 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:35.5rem;width:39.125rem;top:7.6875rem;left:20.875rem;overflow:hidden;display:none; }
#vlXBJlJtoGxI1N9WgH8HEaxgVMp2s2UH { 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:60rem;width:60rem;top:7.9375rem;left:35.25rem;overflow:hidden;display:none; }
#G5aTI2qHR5z9JdrDUbOiCB8uFtJSbD8e { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:7.25rem;left:0rem;overflow:hidden;display:none; }
#MIQJ2AvLh3tMtIIPEx1bJoQPlvNy0gua { 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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#B3KzBHkDtPTkc95IvF2cShQHx58hSV38 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#yc2il8opLD9uTlgr12PXXPuaPCw4ND2L { position:absolute;display:block;z-index:15008;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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#T29NX0TOLFnZzGgOCZKqzxnJC4XaRneu { 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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#CyIhh6mHrTVAOhMikTxfuvXUbuZwWT2U { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:34.0625rem;top:9.125rem;left:12.96875rem;overflow:hidden;display:block; }
#hesuwthtUQ3wnga1J9467x6ZttC99Uv1 { position:absolute;display:block;z-index:15011;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#DeUELQh1GIvTJopuloEcTStgxCL6DZEe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#wd9fJDpGVUznV3LuJ5KeuxqKOQGJs2RL { position:absolute;display:block;z-index:15013;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#z3ZKQ4Dchfkb3rz7MVLo2shUIcPWJEJW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#ZO0AQBRKoxQMUzNZOAONFBM6zlsMb1SL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#yQ1Dba5GC8vD30gDXm2VZxOe7MyEk3KM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#EZJwclBTyA8p8VNr1Vl10Ktku8sT1Zdd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#CHTO8hqTcvKuOKyAiIteF3rvcGh6qgRW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#OEFLOhuBcIyMrqiCnq8ULn2Op1txJgEB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#EJ06lzagt8rtTRRxZh2ofU2FEz55scd3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#ii3AIumcalC8znprczxsTnuvhw6tyMpe { position:absolute;display:block;z-index:15021;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#lPyaXUDcvq9As4T04KbV1xNyAPOnav0i { position:absolute;display:block;z-index:15022;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#KUJgXo7D3mZ8UCJcIyGJzJ9KbUTulidi { 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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#Z5W2htDWJGI19VyTAhxNJk5nhfPOTeCW { 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:84.8125rem;width:60rem;top:7.625rem;left:0rem;overflow:hidden;display:none; }
#t0Ga36TVFSpQ1aaFC8Z4MmTwLKCGS1lr { 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:54.5rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#qICQy7msRMM7XO3lZRx8RpLMH259aIpQ { position:absolute;display:block;z-index:15026;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#G6SRKUaBAOBWXK7ZCFTZxAwuThn6qZXn { position:absolute;display:block;z-index:15027;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#GiagClbikTNTr8P2TX4HDpbP2ZdO1sCE { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#TMxNcN6Wb4xcVZPgAIar74n6m1ATZeVr { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#TbD4qKTvupptHn4newTUCGBohJuUfq9F { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#ko1WMQgRg0QnFNqAKoqWPmJQbCq5bSdL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#ptN1caPQvwZOJxED4y0ZF86w7sqFaPiv { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#RXsi81kVbCTOpJHwxspgTTzXh1xaDCp9 { position:absolute;display:block;z-index:15033;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#EQWXvGrVMJ7nOu1tLGagvrfDlNRTK1kR { position:absolute;display:block;z-index:15034;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#ZPITfGFXT9TeO1IeDQa5TwTRbe534bxn { position:absolute;display:block;z-index:15035;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#tZWpEydVMoZliyA5RcM8JC42VsfZ39l9 { position:absolute;display:block;z-index:15036;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#R90scvZkQB6xQF3SFIlq3cvo06XheIWx { position:absolute;display:block;z-index:15037;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#C275px0PKB1NWSiu8IyHbhrx6ls6alvf { position:absolute;display:block;z-index:15038;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:60rem;width:60rem;top:8.5rem;left:0rem;overflow:hidden;display:none; }
#iDxIVukz5Biy36gwfk7wGZh01bPH1kv3 { position:absolute;display:block;z-index:15039;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#VgxEOm4cqr2SdReQIVfxg4V0AfXVnnLJ { position:absolute;display:block;z-index:15040;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row .container { background-color: transparent; background-image: none; }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row .container > .video-iframe-container { display: none; }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row > .video-iframe-container { display: none; }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .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); }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row .container { border-width: 0; border-radius: 0; }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#qPXoOM5xCRUaLKgTs9hO35FMfgwCDicT { color:#050b26;display:block;width:37.875rem;position:absolute;font-family:unbounded;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.5rem;left:11.0625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IQRMTBLBfoXo4zWuOEqCMgN2PZBQGQhc { 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:35.5rem;width:39.125rem;top:7.6875rem;left:20.875rem;overflow:hidden;display:none; }
#MRA8cv7FvHXJtXT1FHUTt7MOHFAf5W4N { 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:60rem;width:60rem;top:7.9375rem;left:35.25rem;overflow:hidden;display:none; }
#qE07eRJoJlsKZbB7fXkb4TQnFtrd3THC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:7.25rem;left:0rem;overflow:hidden;display:none; }
#eAnwwuDKXhCaHEJXslKZRtxSu8w5wBJe { 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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#uA2iVQGMAteixy0T1F4J5NPzXmgOfZtJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#NgM6iLvvP4aHJVgNe3GsVtTLJDaiakPf { position:absolute;display:block;z-index:15008;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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#HbhoE1DPsUIE3H4QZAUKUIlTIwLisvwP { 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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#WqOP1CdJbUyo7CPgTLmlcvL25mC9ZwO5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:34.0625rem;top:9.125rem;left:12.96875rem;overflow:hidden;display:block; }
#rZSBrhyAdXMD6eURVZiSFaC8fbQgNKnA { position:absolute;display:block;z-index:15011;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#BmONVJWqNSDcXp96WBfeHd2vFlyMDTOK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#w98MUACNhITnLFghC4kKZf2uEkKJTOLL { position:absolute;display:block;z-index:15013;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#xG7rz4Ic5eRTPLvcaihU6Zevc97sSRzu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#p9VDlObEhmUQHKPKCVkbzux1Vzu9TTVD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#wx6dCSNkH8iX3HEhHXXbBwBnmfQ75086 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#TEKcRNibwdG7K2UfOQdioSQ2q6axaR1p { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#NwgoE79LCIEc0oqn5SMTETX73N1LP9kg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#vWlKkHLCCwARp9ve9HE1kQGxhvCFkxpO { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#S94XLruE61aWrNKn1JntGS49u8tOW3hD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#tfpTOK49davP3SIcHuk66ceUaNw6Wb9Q { position:absolute;display:block;z-index:15021;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#DcX9XTa4eOJtFq23xS623NTkFsJ9EFbr { position:absolute;display:block;z-index:15022;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#J7VhQcq3QkLHlFsdr0gmDQmd06h4BAZ4 { 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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#lkeNUl6vTHTsIMahBv6C3frLUmRixvcR { 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:84.8125rem;width:60rem;top:7.625rem;left:0rem;overflow:hidden;display:none; }
#BHLxgNOntcodUUHTxnFuyslGq9If2JJm { 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:54.5rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#m5hL4J3474e9512ItzuPdmpNu0RFWeQW { position:absolute;display:block;z-index:15026;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#nmxQlhFMxHWI0fPTazEGApkf6uM8TAGo { position:absolute;display:block;z-index:15027;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#JkwaKpVFedTTzt8MtJ2x5R17MHsbuL2M { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#HzLd7SItccvTub7TTX449yzSPGNf9zsn { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#L9SnKs1qbbgMcgaO0P3d1Ir9151ecFm7 { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#VKu7LiNixJXudaFBiKkyi3fb2il16K8E { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#yTEIBzQveiIKdTetgzdd1QR1VHqxVTC6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#aropoLtG7Zss043BPNWBIIlVDwBvPno8 { position:absolute;display:block;z-index:15033;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#eNsCMCg24D1Bi8lpCsveTG785fyxXCo4 { position:absolute;display:block;z-index:15034;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#toJ8CT4kCx5dpeMMrZO21t90L438lXTq { position:absolute;display:block;z-index:15035;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#lZWU1aZba4FlvcyWUolmAyraVQtX0Sqd { position:absolute;display:block;z-index:15036;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#dpxyTTqsutfGckBMD4bkSNloK8iQT5mX { position:absolute;display:block;z-index:15037;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#HBiuGs7OBh8s6D2LbUEHTy7UwJmEPTdF { position:absolute;display:block;z-index:15038;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:60rem;width:60rem;top:8.5rem;left:0rem;overflow:hidden;display:none; }
#GD7JTrpUff71U9WwRmzHttB8ZwrIFgSt { position:absolute;display:block;z-index:15039;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#EyWImZGDdkmkoyCV4bv08ACcD4Nm3MVh { position:absolute;display:block;z-index:15040;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#lbOTKHPtEvQ04n2AgSmwwFmpz2Jbc6q4 { position:absolute;display:block;z-index:15041;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:41.625rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#nJKVZ2tRDaQf4IBSxrwJ3U2xpNTkJrGA { position:absolute;display:block;z-index:15042;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:84.25rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#ovZdpDlzRzXMgZWc4imLFREhEJfZ8JgI { position:absolute;display:block;z-index:15043;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:80rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#X6WXwLkvCdA4uLB4rL37P2vMEqmgancl { position:absolute;display:block;z-index:15044;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:41.625rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#aecfM1db37ZXitRInX0zMnCo6QytJzZz { position:absolute;display:block;z-index:15045;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:42.8125rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#SUdrCnqTsZRwXUqmZtT54dTWWgChmyM7 { position:absolute;display:block;z-index:15046;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#nEWyqWedXQcJVLZ8xTuXsUHOKvGypDXL { position:absolute;display:block;z-index:15047;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#NQLJpmo47PqugXi99VbP5E23OIR1VLOk { position:absolute;display:block;z-index:15048;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row .container { background-color: transparent; background-image: none; }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row .container > .video-iframe-container { display: none; }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row > .video-iframe-container { display: none; }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .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); }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row .container { border-width: 0; border-radius: 0; }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#peoVBPxePQX4s34u0cVXFg2EyWSWEMNi { color:#050b26;display:block;width:37.875rem;position:absolute;font-family:unbounded;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.5rem;left:11.0625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#epN59OnVC4oN5Tn9AfE0AcFqLHtGxCrn { 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:35.5rem;width:39.125rem;top:7.6875rem;left:20.875rem;overflow:hidden;display:none; }
#kFOJZkK9rfsZe4PETPQDXHVCl7lbUvXh { 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:60rem;width:60rem;top:7.9375rem;left:35.25rem;overflow:hidden;display:none; }
#HDKiOnI7omc7FJn5nTHseMPPT2IqK2s2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:7.25rem;left:0rem;overflow:hidden;display:none; }
#eSR8NgORklbwbvaQuTPbOUF0aX7k0NWM { 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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#mRkPchbcpMl0MLKnEnptsBAG2C6mRSwq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#yKi2ghd74dFbeGsDT6Oo6QguPb2f99mN { position:absolute;display:block;z-index:15008;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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#vfsyI7tyzn7KUOrZEk97DJRZApJgv7Ws { 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:60rem;width:60rem;top:7.9375rem;left:0rem;overflow:hidden;display:none; }
#MIAzJnnDTSKRNcLPmc4BIEWBIzBqFSld { position:absolute;display:block;z-index:15011;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#NzNQFkRHeIdnQo5R95fwcX70QPHBUJSH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#O8a1QWCcdoMFJDnmw8t70XP8Dq5Hb6QR { position:absolute;display:block;z-index:15013;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#TZZxxU9igilRPToMyquphLcZWBEPeT4m { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#ulKykJTqxaOoMvOxR2zugW6VeCZcElb2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#UPuQteUd71e1QeetAAePfUsAPPgd4luD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#g5IWFMWyIeafQ5b96Ri3uryqsoNfqmIc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#ChTmFfqTVl1v9PNvrOdx3LcND9ZU9gxJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#pOLllsWtehl1iT8ehlZ4SflEvVvSXUZL { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#VEMia3bdpab3TvSaGKErnNT6uHCvplRo { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#ULXZo2eEbToFJ9WVlpdIMqiPeVs5o8OF { position:absolute;display:block;z-index:15021;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#ZLSqCLiaoBptCZVMRlzOAzu5qEVlBCM5 { position:absolute;display:block;z-index:15022;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#yZp3CaWRzg0rqva6Mrx6S3FqE5oJ1udT { 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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#iHM4fsaFrA5GUZcrN45q4ld8uxnRHcGN { 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:84.8125rem;width:60rem;top:7.625rem;left:0rem;overflow:hidden;display:none; }
#INa3JUPpcOFlAM4I8UBva9AFMVrZOxDx { 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:54.5rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#iA30wwEUaGiO2qKA5QqVOTIUT77ykxv0 { position:absolute;display:block;z-index:15026;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:60rem;width:60rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#WAsv5XSdZdFzuEw4ABpqZtnKgL3yvWnt { position:absolute;display:block;z-index:15027;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#RGyJPwNftT2SSb1JZZXiJR3X6iaTadTC { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#uceKLsPxDzDRaJAS7bamXngJQ4fbpOfn { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#gGIcBqqWHlton8hnVBfeNxHfZ6KTzPCR { 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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#J19Ae4WAtTGMLmPaOSs20Fs065eJV9OU { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#gTTpBJEVPA07taLOqII6cenD54eX2LsA { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#ZtKUPLgzy0xC8FUmb3RpHHXkzn4wJS0s { position:absolute;display:block;z-index:15033;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#W89bzcZQKFxhmL6wZsPmtth8qVucdiAe { position:absolute;display:block;z-index:15034;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#UxTkTA38CLeErnZ65g6lnbqg5FVDHRkI { position:absolute;display:block;z-index:15035;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#Td3LWz9ZvDb67cs16b49yLcb1OIsRAEk { position:absolute;display:block;z-index:15036;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#C2CQlh4gmNBidLcdr940Dgw9txnt6tHL { position:absolute;display:block;z-index:15037;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#UVvfRD1widED59UzHnevEwP11341oyLo { position:absolute;display:block;z-index:15038;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:60rem;width:60rem;top:8.5rem;left:0rem;overflow:hidden;display:none; }
#VAv3VgIuP5evu1vkXAT9UoAC481cRdVT { position:absolute;display:block;z-index:15039;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#JJrM8w5IDvGWZTDkU5KFRhcILbPVVU7Q { position:absolute;display:block;z-index:15040;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#oJ1uhedKFuDQVAgTRBydehdUpFI5v3Pn { position:absolute;display:block;z-index:15041;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:41.625rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#SfzXfkDVLHgZN8T1ABC7bpH6l555zc0q { position:absolute;display:block;z-index:15042;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:84.25rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#xZZ0eodLy1KTtQwR9Qm0GD4eN4yA3lJa { position:absolute;display:block;z-index:15043;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:80rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#xTO1e957MnST7B5T3dSCxO1vUHXJ7UXG { position:absolute;display:block;z-index:15044;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:41.625rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#TrzC4dyMkqs6HJ1f4K1cCm2zPLS6uuRb { position:absolute;display:block;z-index:15045;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:42.8125rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#mmPX3VIfyHrdPg2i8ZtZiNxKKkZayRXa { position:absolute;display:block;z-index:15046;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#tzflLUKKcCFniAJIe7FPM6u3gUTiGhTL { position:absolute;display:block;z-index:15047;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:60rem;width:60rem;top:9.125rem;left:0rem;overflow:hidden;display:none; }
#rQK5r15QF4RgoCqvDHr2e6PflFkRSdPp { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.7509765625rem;left:22.21875rem;height:1.787925rem;text-align:center;text-align-last:center;display:block; }
#UHyGpPIiGmAWhTicOznfTzd4qeNU08BC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:12.7177734375rem;left:23.8115234375rem; }
#UHyGpPIiGmAWhTicOznfTzd4qeNU08BC > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; }#CrSxcMCTBKC5HUTiRNcLRTocpxJRqWyk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:12.0615234375rem;left:30.0615234375rem; }
#CrSxcMCTBKC5HUTiRNcLRTocpxJRqWyk > img { max-width: 100%;max-height:100%; width:6.625rem; height:6.625rem; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq { position:relative;display:block; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq { background-color: transparent; background-image: none; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .row .container > .video-iframe-container { display: none; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .row > .video-iframe-container { display: none; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .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); }#APDug7lf9faS89drLHKwlHlh5vAGhCIq { border-width: 0; border-radius: 0; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .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; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#ZfeXB0RQrRpbFrNz5yC7MoVdsBn7cAOB { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:0rem;left:10.625rem;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;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:23.0625rem;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.625rem;left:18.4375rem;height:1.3997375rem;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:2.9052734375rem;left:22.374673843384rem; }
#LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E > 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:2.7490234375rem;left:35.686849594116rem; }
#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:6.5625rem;width:6.5625rem;top:0rem;left:26.71875rem;overflow:hidden;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:4.5625rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vke0U9sJO0n4LM1MBxdMJqZQqhaImhJP { width:8.75rem;height:2.4375rem;top:1.125rem;left:0.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krlEOAGiaTL2vpgKdzhBkJ400b1UO92M { display:block; }
 }@media only screen and (max-width: 763px) { #cGJkTsyeDH73UNlnzf9yOHn4lL15k1at { width:8.75rem;height:2.375rem;top:1.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vVvzBXqdi6W99rZf9qOpWTZVXuLrPl { display:block; }
 }@media only screen and (max-width: 763px) { #tao6MUkmp6qTPftVPX7L60UGgbLvEPIc { width:10.375rem;height:2.4375rem;top:1.0625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPz38JeQTIKIpm4JkT0prPEWCTpKwQxo { display:block; }
 }@media only screen and (max-width: 763px) { #qslmLO1on69LB8AgtdikUKOK2zXXsufL { top:0.5625rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV32eOS7ytig8Im0dX0ET4g6qJVAAaPA { display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:47.75rem;height:4.1875rem;top:0.9375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MzTUwK3y5gDrSBQWbQDNxLbMx90gTO { width:32.8125rem;height:0;top:5.1875rem;left:7.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5nNi8D465HS5bafS9TSdo9ftBIpqJpw { display:block; }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KX3is2Icn0iOZi800yaMwJ22TZ9d7HO6 { width:32.8125rem;height:2.75rem;top:3.9375rem;left:7.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTIElGXnmGMvCvwnZFiukgLPGKfrIzVo { top:7.6875rem;left:8.625rem;width:39.125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0LuRZn9wUk26AQZf4frrRs6n55ZFDmZ { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMT6bom5rqVhVhTmRHhV703ZpCZsGXs3 { top:7.25rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0iU6DqFKiGVw8wh9KUh9adE9htt7k3E { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGQdQfWUDDxIdNq5HeG9gJCgWKTQHT2H { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydt7Xw7c6cKXrxlq4ghLAJxAbl9bNAKW { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yridLTdXsR4PZ6STT0bi9fCky1zhtpaD { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJnDT2LpKTFfX4FibiwEzEovA4FQODAK { top:9.125rem;left:6.84375rem;width:34.0625rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g618C1XHdWVamz4NMuDz54s9naP56TGf { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkhsr24dNHIJAKT1KaqHifTRLbHiEC5s { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC5wFDFmAS7bCz7b7KUAO1OHerLrX8h8 { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggJRRUTua7imZzu5db0Bfsa9ZRdMO6Ko { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sie1kF96Zu4rkqJEKBII19zTDAabNFIZ { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13NLkWTlccahtoO9mshVuqexBxEXqxp { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCWG1M9dLplOfAuv792kHFxq2gzlJaNT { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsc0Wh7fR7u5HBJpTyMAGWlOzmMVrVsz { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ6prJfFuJF6b9C9KblHN9U60OA862tf { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLDALUT5eNAIGZcfIE2cO02w3REXAS5V { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct5bA863ulos423sZI6dH7XWQ3Koz6vA { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD3QaC26UDJiU5cDdOp6fHbzumSv5qKv { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBk5h0FGhmzCFpNWWne0eu3PyKwfSuVf { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzFKpFNqufIuD1hsGIvfZWNGkUq4J9fH { top:7.625rem;left:0rem;width:47.75rem;height:67.496614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaBOTLDwwafUIs4KpTTridgLSO6GPA9 { top:8.1875rem;left:0rem;width:47.75rem;height:43.372916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcm6g735FFvBqHWe5dq12x6pycEEbAdB { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h { display:block; }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZLMdCKK1oXauGiqcRaGxPq6M0ubpMJB { width:37.875rem;height:2.75rem;top:4.5rem;left:4.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv3oN6ZzAFvSw2Pqaaca6qqFKQPStrdF { top:7.6875rem;left:8.625rem;width:39.125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlXBJlJtoGxI1N9WgH8HEaxgVMp2s2UH { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5aTI2qHR5z9JdrDUbOiCB8uFtJSbD8e { top:7.25rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIQJ2AvLh3tMtIIPEx1bJoQPlvNy0gua { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3KzBHkDtPTkc95IvF2cShQHx58hSV38 { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2il8opLD9uTlgr12PXXPuaPCw4ND2L { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29NX0TOLFnZzGgOCZKqzxnJC4XaRneu { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyIhh6mHrTVAOhMikTxfuvXUbuZwWT2U { top:9.125rem;left:6.84375rem;width:34.0625rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hesuwthtUQ3wnga1J9467x6ZttC99Uv1 { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUELQh1GIvTJopuloEcTStgxCL6DZEe { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd9fJDpGVUznV3LuJ5KeuxqKOQGJs2RL { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ZKQ4Dchfkb3rz7MVLo2shUIcPWJEJW { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO0AQBRKoxQMUzNZOAONFBM6zlsMb1SL { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ1Dba5GC8vD30gDXm2VZxOe7MyEk3KM { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZJwclBTyA8p8VNr1Vl10Ktku8sT1Zdd { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHTO8hqTcvKuOKyAiIteF3rvcGh6qgRW { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEFLOhuBcIyMrqiCnq8ULn2Op1txJgEB { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ06lzagt8rtTRRxZh2ofU2FEz55scd3 { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii3AIumcalC8znprczxsTnuvhw6tyMpe { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPyaXUDcvq9As4T04KbV1xNyAPOnav0i { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUJgXo7D3mZ8UCJcIyGJzJ9KbUTulidi { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5W2htDWJGI19VyTAhxNJk5nhfPOTeCW { top:7.625rem;left:0rem;width:47.75rem;height:67.496614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Ga36TVFSpQ1aaFC8Z4MmTwLKCGS1lr { top:8.1875rem;left:0rem;width:47.75rem;height:43.372916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qICQy7msRMM7XO3lZRx8RpLMH259aIpQ { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6SRKUaBAOBWXK7ZCFTZxAwuThn6qZXn { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiagClbikTNTr8P2TX4HDpbP2ZdO1sCE { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxNcN6Wb4xcVZPgAIar74n6m1ATZeVr { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbD4qKTvupptHn4newTUCGBohJuUfq9F { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko1WMQgRg0QnFNqAKoqWPmJQbCq5bSdL { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptN1caPQvwZOJxED4y0ZF86w7sqFaPiv { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXsi81kVbCTOpJHwxspgTTzXh1xaDCp9 { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQWXvGrVMJ7nOu1tLGagvrfDlNRTK1kR { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPITfGFXT9TeO1IeDQa5TwTRbe534bxn { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZWpEydVMoZliyA5RcM8JC42VsfZ39l9 { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R90scvZkQB6xQF3SFIlq3cvo06XheIWx { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C275px0PKB1NWSiu8IyHbhrx6ls6alvf { top:8.5rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDxIVukz5Biy36gwfk7wGZh01bPH1kv3 { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgxEOm4cqr2SdReQIVfxg4V0AfXVnnLJ { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EasT1QQ7tLloHhSdT27DdDFyhZFw43FC { display:block; }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPXoOM5xCRUaLKgTs9hO35FMfgwCDicT { width:37.875rem;height:2.75rem;top:4.5rem;left:4.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRMTBLBfoXo4zWuOEqCMgN2PZBQGQhc { top:7.6875rem;left:8.625rem;width:39.125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRA8cv7FvHXJtXT1FHUTt7MOHFAf5W4N { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE07eRJoJlsKZbB7fXkb4TQnFtrd3THC { top:7.25rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAnwwuDKXhCaHEJXslKZRtxSu8w5wBJe { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA2iVQGMAteixy0T1F4J5NPzXmgOfZtJ { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgM6iLvvP4aHJVgNe3GsVtTLJDaiakPf { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbhoE1DPsUIE3H4QZAUKUIlTIwLisvwP { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqOP1CdJbUyo7CPgTLmlcvL25mC9ZwO5 { top:9.125rem;left:6.84375rem;width:34.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZSBrhyAdXMD6eURVZiSFaC8fbQgNKnA { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmONVJWqNSDcXp96WBfeHd2vFlyMDTOK { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w98MUACNhITnLFghC4kKZf2uEkKJTOLL { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7rz4Ic5eRTPLvcaihU6Zevc97sSRzu { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9VDlObEhmUQHKPKCVkbzux1Vzu9TTVD { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx6dCSNkH8iX3HEhHXXbBwBnmfQ75086 { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKcRNibwdG7K2UfOQdioSQ2q6axaR1p { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwgoE79LCIEc0oqn5SMTETX73N1LP9kg { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlKkHLCCwARp9ve9HE1kQGxhvCFkxpO { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94XLruE61aWrNKn1JntGS49u8tOW3hD { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpTOK49davP3SIcHuk66ceUaNw6Wb9Q { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcX9XTa4eOJtFq23xS623NTkFsJ9EFbr { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7VhQcq3QkLHlFsdr0gmDQmd06h4BAZ4 { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkeNUl6vTHTsIMahBv6C3frLUmRixvcR { top:7.625rem;left:0rem;width:47.75rem;height:67.496614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHLxgNOntcodUUHTxnFuyslGq9If2JJm { top:8.1875rem;left:0rem;width:47.75rem;height:43.372916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5hL4J3474e9512ItzuPdmpNu0RFWeQW { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmxQlhFMxHWI0fPTazEGApkf6uM8TAGo { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkwaKpVFedTTzt8MtJ2x5R17MHsbuL2M { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzLd7SItccvTub7TTX449yzSPGNf9zsn { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9SnKs1qbbgMcgaO0P3d1Ir9151ecFm7 { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKu7LiNixJXudaFBiKkyi3fb2il16K8E { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTEIBzQveiIKdTetgzdd1QR1VHqxVTC6 { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aropoLtG7Zss043BPNWBIIlVDwBvPno8 { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNsCMCg24D1Bi8lpCsveTG785fyxXCo4 { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toJ8CT4kCx5dpeMMrZO21t90L438lXTq { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZWU1aZba4FlvcyWUolmAyraVQtX0Sqd { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpxyTTqsutfGckBMD4bkSNloK8iQT5mX { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBiuGs7OBh8s6D2LbUEHTy7UwJmEPTdF { top:8.5rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD7JTrpUff71U9WwRmzHttB8ZwrIFgSt { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWImZGDdkmkoyCV4bv08ACcD4Nm3MVh { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbOTKHPtEvQ04n2AgSmwwFmpz2Jbc6q4 { top:9.125rem;left:0rem;width:47.75rem;height:33.1265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJKVZ2tRDaQf4IBSxrwJ3U2xpNTkJrGA { top:9.125rem;left:0rem;width:47.75rem;height:67.048958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovZdpDlzRzXMgZWc4imLFREhEJfZ8JgI { top:9.125rem;left:0rem;width:47.75rem;height:63.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6WXwLkvCdA4uLB4rL37P2vMEqmgancl { top:9.125rem;left:0rem;width:47.75rem;height:33.1265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aecfM1db37ZXitRInX0zMnCo6QytJzZz { top:9.125rem;left:0rem;width:47.75rem;height:34.071614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUdrCnqTsZRwXUqmZtT54dTWWgChmyM7 { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEWyqWedXQcJVLZ8xTuXsUHOKvGypDXL { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQLJpmo47PqugXi99VbP5E23OIR1VLOk { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wguWE2K4kC879bJAQy1we5U1GmsfHOT3 { display:block; }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peoVBPxePQX4s34u0cVXFg2EyWSWEMNi { width:37.875rem;height:2.75rem;top:4.5rem;left:4.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epN59OnVC4oN5Tn9AfE0AcFqLHtGxCrn { top:7.6875rem;left:8.625rem;width:39.125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFOJZkK9rfsZe4PETPQDXHVCl7lbUvXh { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDKiOnI7omc7FJn5nTHseMPPT2IqK2s2 { top:7.25rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSR8NgORklbwbvaQuTPbOUF0aX7k0NWM { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRkPchbcpMl0MLKnEnptsBAG2C6mRSwq { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKi2ghd74dFbeGsDT6Oo6QguPb2f99mN { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsyI7tyzn7KUOrZEk97DJRZApJgv7Ws { top:7.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIAzJnnDTSKRNcLPmc4BIEWBIzBqFSld { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzNQFkRHeIdnQo5R95fwcX70QPHBUJSH { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8a1QWCcdoMFJDnmw8t70XP8Dq5Hb6QR { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZxxU9igilRPToMyquphLcZWBEPeT4m { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulKykJTqxaOoMvOxR2zugW6VeCZcElb2 { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPuQteUd71e1QeetAAePfUsAPPgd4luD { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5IWFMWyIeafQ5b96Ri3uryqsoNfqmIc { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChTmFfqTVl1v9PNvrOdx3LcND9ZU9gxJ { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOLllsWtehl1iT8ehlZ4SflEvVvSXUZL { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEMia3bdpab3TvSaGKErnNT6uHCvplRo { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULXZo2eEbToFJ9WVlpdIMqiPeVs5o8OF { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLSqCLiaoBptCZVMRlzOAzu5qEVlBCM5 { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZp3CaWRzg0rqva6Mrx6S3FqE5oJ1udT { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHM4fsaFrA5GUZcrN45q4ld8uxnRHcGN { top:7.625rem;left:0rem;width:47.75rem;height:67.496614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #INa3JUPpcOFlAM4I8UBva9AFMVrZOxDx { top:8.1875rem;left:0rem;width:47.75rem;height:43.372916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA30wwEUaGiO2qKA5QqVOTIUT77ykxv0 { top:8.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAsv5XSdZdFzuEw4ABpqZtnKgL3yvWnt { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGyJPwNftT2SSb1JZZXiJR3X6iaTadTC { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uceKLsPxDzDRaJAS7bamXngJQ4fbpOfn { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGIcBqqWHlton8hnVBfeNxHfZ6KTzPCR { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J19Ae4WAtTGMLmPaOSs20Fs065eJV9OU { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTpBJEVPA07taLOqII6cenD54eX2LsA { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtKUPLgzy0xC8FUmb3RpHHXkzn4wJS0s { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W89bzcZQKFxhmL6wZsPmtth8qVucdiAe { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTkTA38CLeErnZ65g6lnbqg5FVDHRkI { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td3LWz9ZvDb67cs16b49yLcb1OIsRAEk { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2CQlh4gmNBidLcdr940Dgw9txnt6tHL { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVvfRD1widED59UzHnevEwP11341oyLo { top:8.5rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAv3VgIuP5evu1vkXAT9UoAC481cRdVT { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJrM8w5IDvGWZTDkU5KFRhcILbPVVU7Q { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1uhedKFuDQVAgTRBydehdUpFI5v3Pn { top:9.125rem;left:0rem;width:47.75rem;height:33.1265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfzXfkDVLHgZN8T1ABC7bpH6l555zc0q { top:9.125rem;left:0rem;width:47.75rem;height:67.048958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZZ0eodLy1KTtQwR9Qm0GD4eN4yA3lJa { top:9.125rem;left:0rem;width:47.75rem;height:63.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTO1e957MnST7B5T3dSCxO1vUHXJ7UXG { top:9.125rem;left:0rem;width:47.75rem;height:33.1265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrzC4dyMkqs6HJ1f4K1cCm2zPLS6uuRb { top:9.125rem;left:0rem;width:47.75rem;height:34.071614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmPX3VIfyHrdPg2i8ZtZiNxKKkZayRXa { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzflLUKKcCFniAJIe7FPM6u3gUTiGhTL { top:9.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQK5r15QF4RgoCqvDHr2e6PflFkRSdPp { top:8.75rem;left:16.09375rem;width:15.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyGpPIiGmAWhTicOznfTzd4qeNU08BC { top:12.6875rem;left:17.6865234375rem;width:5.3125rem;height:5.3125rem;display:block; }
#UHyGpPIiGmAWhTicOznfTzd4qeNU08BC > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; } }@media only screen and (max-width: 763px) { #CrSxcMCTBKC5HUTiRNcLRTocpxJRqWyk { top:12rem;left:23.9365234375rem;width:6.625rem;height:6.625rem;display:block; }
#CrSxcMCTBKC5HUTiRNcLRTocpxJRqWyk > img { max-width: 100%;max-height:100%; width:6.625rem; height:6.625rem; } }@media only screen and (max-width: 763px) { #APDug7lf9faS89drLHKwlHlh5vAGhCIq { display:block; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfeXB0RQrRpbFrNz5yC7MoVdsBn7cAOB { top:0rem;left:4.5rem;width:38.75rem;height:21.75rem;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.625rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { top:2.875rem;left:16.249673843384rem;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) { #T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { top:2.6875rem;left:29.561849594116rem;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:6.5625rem;height:6.5625rem;top:0rem;left:20.59375rem;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:#ffffff;background-image:none;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 { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vke0U9sJO0n4LM1MBxdMJqZQqhaImhJP { width:8.75rem;height:2.4375rem;top:3.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krlEOAGiaTL2vpgKdzhBkJ400b1UO92M { display:block; }
 }@media only screen and (max-width: 763px) { #cGJkTsyeDH73UNlnzf9yOHn4lL15k1at { width:8.75rem;height:2.375rem;top:7.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vVvzBXqdi6W99rZf9qOpWTZVXuLrPl { display:block; }
 }@media only screen and (max-width: 763px) { #tao6MUkmp6qTPftVPX7L60UGgbLvEPIc { width:10.375rem;height:2.4375rem;top:11.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPz38JeQTIKIpm4JkT0prPEWCTpKwQxo { display:block; }
 }@media only screen and (max-width: 763px) { #qslmLO1on69LB8AgtdikUKOK2zXXsufL { top:14.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV32eOS7ytig8Im0dX0ET4g6qJVAAaPA { display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:20rem;height:2.599825rem;top:19.999999284744rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MzTUwK3y5gDrSBQWbQDNxLbMx90gTO { width:20rem;height:0;top:23.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a5nNi8D465HS5bafS9TSdo9ftBIpqJpw { display:block; }#a5nNi8D465HS5bafS9TSdo9ftBIpqJpw > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KX3is2Icn0iOZi800yaMwJ22TZ9d7HO6 { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BTIElGXnmGMvCvwnZFiukgLPGKfrIzVo { width:20rem;height:18.14696485623rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0LuRZn9wUk26AQZf4frrRs6n55ZFDmZ { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMT6bom5rqVhVhTmRHhV703ZpCZsGXs3 { width:20rem;height:20rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0iU6DqFKiGVw8wh9KUh9adE9htt7k3E { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGQdQfWUDDxIdNq5HeG9gJCgWKTQHT2H { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydt7Xw7c6cKXrxlq4ghLAJxAbl9bNAKW { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yridLTdXsR4PZ6STT0bi9fCky1zhtpaD { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJnDT2LpKTFfX4FibiwEzEovA4FQODAK { width:20rem;height:20rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g618C1XHdWVamz4NMuDz54s9naP56TGf { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fkhsr24dNHIJAKT1KaqHifTRLbHiEC5s { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gC5wFDFmAS7bCz7b7KUAO1OHerLrX8h8 { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggJRRUTua7imZzu5db0Bfsa9ZRdMO6Ko { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sie1kF96Zu4rkqJEKBII19zTDAabNFIZ { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X13NLkWTlccahtoO9mshVuqexBxEXqxp { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCWG1M9dLplOfAuv792kHFxq2gzlJaNT { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsc0Wh7fR7u5HBJpTyMAGWlOzmMVrVsz { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJ6prJfFuJF6b9C9KblHN9U60OA862tf { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLDALUT5eNAIGZcfIE2cO02w3REXAS5V { width:20rem;height:20rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ct5bA863ulos423sZI6dH7XWQ3Koz6vA { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pD3QaC26UDJiU5cDdOp6fHbzumSv5qKv { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBk5h0FGhmzCFpNWWne0eu3PyKwfSuVf { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzFKpFNqufIuD1hsGIvfZWNGkUq4J9fH { width:20rem;height:28.270833333333rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCaBOTLDwwafUIs4KpTTridgLSO6GPA9 { width:20rem;height:18.166666666667rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcm6g735FFvBqHWe5dq12x6pycEEbAdB { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h { display:block; }#OcqwRqqWLoCRFDsFLRlrGShqGPbd6H7h > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZLMdCKK1oXauGiqcRaGxPq6M0ubpMJB { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mv3oN6ZzAFvSw2Pqaaca6qqFKQPStrdF { width:20rem;height:18.14696485623rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlXBJlJtoGxI1N9WgH8HEaxgVMp2s2UH { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5aTI2qHR5z9JdrDUbOiCB8uFtJSbD8e { width:20rem;height:20rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIQJ2AvLh3tMtIIPEx1bJoQPlvNy0gua { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3KzBHkDtPTkc95IvF2cShQHx58hSV38 { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yc2il8opLD9uTlgr12PXXPuaPCw4ND2L { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T29NX0TOLFnZzGgOCZKqzxnJC4XaRneu { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyIhh6mHrTVAOhMikTxfuvXUbuZwWT2U { width:20rem;height:20rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hesuwthtUQ3wnga1J9467x6ZttC99Uv1 { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeUELQh1GIvTJopuloEcTStgxCL6DZEe { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wd9fJDpGVUznV3LuJ5KeuxqKOQGJs2RL { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3ZKQ4Dchfkb3rz7MVLo2shUIcPWJEJW { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZO0AQBRKoxQMUzNZOAONFBM6zlsMb1SL { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQ1Dba5GC8vD30gDXm2VZxOe7MyEk3KM { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZJwclBTyA8p8VNr1Vl10Ktku8sT1Zdd { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHTO8hqTcvKuOKyAiIteF3rvcGh6qgRW { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEFLOhuBcIyMrqiCnq8ULn2Op1txJgEB { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJ06lzagt8rtTRRxZh2ofU2FEz55scd3 { width:20rem;height:20rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ii3AIumcalC8znprczxsTnuvhw6tyMpe { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPyaXUDcvq9As4T04KbV1xNyAPOnav0i { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUJgXo7D3mZ8UCJcIyGJzJ9KbUTulidi { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5W2htDWJGI19VyTAhxNJk5nhfPOTeCW { width:20rem;height:28.270833333333rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0Ga36TVFSpQ1aaFC8Z4MmTwLKCGS1lr { width:20rem;height:18.166666666667rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qICQy7msRMM7XO3lZRx8RpLMH259aIpQ { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6SRKUaBAOBWXK7ZCFTZxAwuThn6qZXn { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GiagClbikTNTr8P2TX4HDpbP2ZdO1sCE { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMxNcN6Wb4xcVZPgAIar74n6m1ATZeVr { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbD4qKTvupptHn4newTUCGBohJuUfq9F { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ko1WMQgRg0QnFNqAKoqWPmJQbCq5bSdL { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptN1caPQvwZOJxED4y0ZF86w7sqFaPiv { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXsi81kVbCTOpJHwxspgTTzXh1xaDCp9 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQWXvGrVMJ7nOu1tLGagvrfDlNRTK1kR { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPITfGFXT9TeO1IeDQa5TwTRbe534bxn { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZWpEydVMoZliyA5RcM8JC42VsfZ39l9 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R90scvZkQB6xQF3SFIlq3cvo06XheIWx { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C275px0PKB1NWSiu8IyHbhrx6ls6alvf { width:20rem;height:20rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDxIVukz5Biy36gwfk7wGZh01bPH1kv3 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgxEOm4cqr2SdReQIVfxg4V0AfXVnnLJ { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EasT1QQ7tLloHhSdT27DdDFyhZFw43FC { display:block; }#EasT1QQ7tLloHhSdT27DdDFyhZFw43FC > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPXoOM5xCRUaLKgTs9hO35FMfgwCDicT { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IQRMTBLBfoXo4zWuOEqCMgN2PZBQGQhc { width:20rem;height:18.14696485623rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRA8cv7FvHXJtXT1FHUTt7MOHFAf5W4N { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qE07eRJoJlsKZbB7fXkb4TQnFtrd3THC { width:20rem;height:20rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAnwwuDKXhCaHEJXslKZRtxSu8w5wBJe { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uA2iVQGMAteixy0T1F4J5NPzXmgOfZtJ { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgM6iLvvP4aHJVgNe3GsVtTLJDaiakPf { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbhoE1DPsUIE3H4QZAUKUIlTIwLisvwP { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqOP1CdJbUyo7CPgTLmlcvL25mC9ZwO5 { width:20rem;height:13.871559633028rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZSBrhyAdXMD6eURVZiSFaC8fbQgNKnA { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmONVJWqNSDcXp96WBfeHd2vFlyMDTOK { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w98MUACNhITnLFghC4kKZf2uEkKJTOLL { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xG7rz4Ic5eRTPLvcaihU6Zevc97sSRzu { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9VDlObEhmUQHKPKCVkbzux1Vzu9TTVD { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wx6dCSNkH8iX3HEhHXXbBwBnmfQ75086 { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEKcRNibwdG7K2UfOQdioSQ2q6axaR1p { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwgoE79LCIEc0oqn5SMTETX73N1LP9kg { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWlKkHLCCwARp9ve9HE1kQGxhvCFkxpO { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S94XLruE61aWrNKn1JntGS49u8tOW3hD { width:20rem;height:20rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfpTOK49davP3SIcHuk66ceUaNw6Wb9Q { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcX9XTa4eOJtFq23xS623NTkFsJ9EFbr { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7VhQcq3QkLHlFsdr0gmDQmd06h4BAZ4 { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkeNUl6vTHTsIMahBv6C3frLUmRixvcR { width:20rem;height:28.270833333333rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHLxgNOntcodUUHTxnFuyslGq9If2JJm { width:20rem;height:18.166666666667rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5hL4J3474e9512ItzuPdmpNu0RFWeQW { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmxQlhFMxHWI0fPTazEGApkf6uM8TAGo { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkwaKpVFedTTzt8MtJ2x5R17MHsbuL2M { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzLd7SItccvTub7TTX449yzSPGNf9zsn { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9SnKs1qbbgMcgaO0P3d1Ir9151ecFm7 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKu7LiNixJXudaFBiKkyi3fb2il16K8E { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTEIBzQveiIKdTetgzdd1QR1VHqxVTC6 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aropoLtG7Zss043BPNWBIIlVDwBvPno8 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNsCMCg24D1Bi8lpCsveTG785fyxXCo4 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #toJ8CT4kCx5dpeMMrZO21t90L438lXTq { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZWU1aZba4FlvcyWUolmAyraVQtX0Sqd { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpxyTTqsutfGckBMD4bkSNloK8iQT5mX { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBiuGs7OBh8s6D2LbUEHTy7UwJmEPTdF { width:20rem;height:20rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GD7JTrpUff71U9WwRmzHttB8ZwrIFgSt { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyWImZGDdkmkoyCV4bv08ACcD4Nm3MVh { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbOTKHPtEvQ04n2AgSmwwFmpz2Jbc6q4 { width:20rem;height:13.875rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJKVZ2tRDaQf4IBSxrwJ3U2xpNTkJrGA { width:20rem;height:28.083333333333rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovZdpDlzRzXMgZWc4imLFREhEJfZ8JgI { width:20rem;height:26.666666666667rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6WXwLkvCdA4uLB4rL37P2vMEqmgancl { width:20rem;height:13.875rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aecfM1db37ZXitRInX0zMnCo6QytJzZz { width:20rem;height:14.270833333333rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUdrCnqTsZRwXUqmZtT54dTWWgChmyM7 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEWyqWedXQcJVLZ8xTuXsUHOKvGypDXL { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQLJpmo47PqugXi99VbP5E23OIR1VLOk { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wguWE2K4kC879bJAQy1we5U1GmsfHOT3 { display:block; }#wguWE2K4kC879bJAQy1we5U1GmsfHOT3 > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peoVBPxePQX4s34u0cVXFg2EyWSWEMNi { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #epN59OnVC4oN5Tn9AfE0AcFqLHtGxCrn { width:20rem;height:18.14696485623rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFOJZkK9rfsZe4PETPQDXHVCl7lbUvXh { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDKiOnI7omc7FJn5nTHseMPPT2IqK2s2 { width:20rem;height:20rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSR8NgORklbwbvaQuTPbOUF0aX7k0NWM { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRkPchbcpMl0MLKnEnptsBAG2C6mRSwq { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKi2ghd74dFbeGsDT6Oo6QguPb2f99mN { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfsyI7tyzn7KUOrZEk97DJRZApJgv7Ws { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIAzJnnDTSKRNcLPmc4BIEWBIzBqFSld { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzNQFkRHeIdnQo5R95fwcX70QPHBUJSH { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8a1QWCcdoMFJDnmw8t70XP8Dq5Hb6QR { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZZxxU9igilRPToMyquphLcZWBEPeT4m { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulKykJTqxaOoMvOxR2zugW6VeCZcElb2 { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPuQteUd71e1QeetAAePfUsAPPgd4luD { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5IWFMWyIeafQ5b96Ri3uryqsoNfqmIc { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChTmFfqTVl1v9PNvrOdx3LcND9ZU9gxJ { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOLllsWtehl1iT8ehlZ4SflEvVvSXUZL { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEMia3bdpab3TvSaGKErnNT6uHCvplRo { width:20rem;height:20rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULXZo2eEbToFJ9WVlpdIMqiPeVs5o8OF { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLSqCLiaoBptCZVMRlzOAzu5qEVlBCM5 { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZp3CaWRzg0rqva6Mrx6S3FqE5oJ1udT { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHM4fsaFrA5GUZcrN45q4ld8uxnRHcGN { width:20rem;height:28.270833333333rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #INa3JUPpcOFlAM4I8UBva9AFMVrZOxDx { width:20rem;height:18.166666666667rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iA30wwEUaGiO2qKA5QqVOTIUT77ykxv0 { width:20rem;height:20rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAsv5XSdZdFzuEw4ABpqZtnKgL3yvWnt { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGyJPwNftT2SSb1JZZXiJR3X6iaTadTC { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uceKLsPxDzDRaJAS7bamXngJQ4fbpOfn { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGIcBqqWHlton8hnVBfeNxHfZ6KTzPCR { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J19Ae4WAtTGMLmPaOSs20Fs065eJV9OU { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTTpBJEVPA07taLOqII6cenD54eX2LsA { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtKUPLgzy0xC8FUmb3RpHHXkzn4wJS0s { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W89bzcZQKFxhmL6wZsPmtth8qVucdiAe { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxTkTA38CLeErnZ65g6lnbqg5FVDHRkI { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td3LWz9ZvDb67cs16b49yLcb1OIsRAEk { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2CQlh4gmNBidLcdr940Dgw9txnt6tHL { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVvfRD1widED59UzHnevEwP11341oyLo { width:20rem;height:20rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAv3VgIuP5evu1vkXAT9UoAC481cRdVT { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJrM8w5IDvGWZTDkU5KFRhcILbPVVU7Q { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ1uhedKFuDQVAgTRBydehdUpFI5v3Pn { width:20rem;height:13.875rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfzXfkDVLHgZN8T1ABC7bpH6l555zc0q { width:20rem;height:28.083333333333rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZZ0eodLy1KTtQwR9Qm0GD4eN4yA3lJa { width:20rem;height:26.666666666667rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTO1e957MnST7B5T3dSCxO1vUHXJ7UXG { width:20rem;height:13.875rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrzC4dyMkqs6HJ1f4K1cCm2zPLS6uuRb { width:20rem;height:14.270833333333rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmPX3VIfyHrdPg2i8ZtZiNxKKkZayRXa { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzflLUKKcCFniAJIe7FPM6u3gUTiGhTL { width:20rem;height:20rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQK5r15QF4RgoCqvDHr2e6PflFkRSdPp { width:15.5625rem;height:auto;top:8.75rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHyGpPIiGmAWhTicOznfTzd4qeNU08BC { width:5.3125rem;height:5.3125rem;top:12.6875rem;left:7.3125rem;display:block; }
#UHyGpPIiGmAWhTicOznfTzd4qeNU08BC > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; } }@media only screen and (max-width: 763px) { #CrSxcMCTBKC5HUTiRNcLRTocpxJRqWyk { width:6.625rem;height:6.625rem;top:18rem;left:6.6875rem;display:block; }
#CrSxcMCTBKC5HUTiRNcLRTocpxJRqWyk > img { max-width: 100%;max-height:100%; width:6.625rem; height:6.625rem; } }@media only screen and (max-width: 763px) { #APDug7lf9faS89drLHKwlHlh5vAGhCIq { display:block; }#APDug7lf9faS89drLHKwlHlh5vAGhCIq > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfeXB0RQrRpbFrNz5yC7MoVdsBn7cAOB { width:20rem;height:21.75rem;top:1.25rem;left:0rem;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:47.72265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { width:20rem;height:1.3994125rem;top:7.8125rem;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:1.25rem;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) { #T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { width:2.1875rem;height:2.1875rem;top:4.375rem;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:1.6875rem;height:1.6875rem;top:46.0355875rem;left:9.125rem;display:block; }
 }