.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#289cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#lUBfPPetmEFn2vwZ4xHW2GXVvTWrBRCo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:19.25rem;top:1.25rem;left:27.875001907349rem;overflow:hidden;display:block; }
#y1dqB7PcL0rAiPHeq1WaF534voF6qMkT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#289cff;text-shadow:0rem 0rem 0.0625rem rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:4.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:47.1875rem;left:28.0625rem;display:block; }
#v1IeViy3qPRVKwoOXgiKvBo4UNTn6ENy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7iCW1yQT4uoHg2VzriQrivHu1iLt6XJ { position:absolute;display:block;z-index:15004;height:33.9375rem;width:52.4375rem;top:11.0625rem;left:0rem;display:block; }
#UsPIEh8STpGwnJC2Cv7G2l0OazfgdMDT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 { position:relative;display:block; }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 { background-color: transparent; background-image: none; }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .row .container > .video-iframe-container { display: none; }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .row > .video-iframe-container { display: none; }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .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); }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 { border-width: 0; border-radius: 0; }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .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; }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .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:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HeJFH5VP3sTCnMszt4tD9vW5fsvl4pxf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:22.5625rem;top:2.625rem;left:5.5rem;overflow:hidden;display:block; }
#IPizTI3e0cvnGokVNa4g3JcnxnaTQKsv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:43.1875rem;top:2.9375rem;left:31.8125rem;overflow:hidden;display:block; }
#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 { position:relative;display:block; }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 { background-color: transparent; background-image: none; }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .row .container > .video-iframe-container { display: none; }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .row > .video-iframe-container { display: none; }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .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); }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 { border-width: 0; border-radius: 0; }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .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; }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .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:89.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wvz3e4kWnaUzJm7o9zARFrmQdrwANTJm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:21.625rem;top:10.072916984558rem;left:7.4479179382325rem;overflow:hidden;display:block; }
#TVz4DfPaelwINUZQXvbXMMRSzcxZSdqU { color:#289cff;display:block;width:30.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.94);top:11.447917938233rem;left:41.15625rem;height:17rem;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; }
#mZlu00embm69wtdeUnLsXHkXE1pmoGlE { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:5.0625rem;left:0rem;display:block; }
#doRNgIvSHdqyqPM1PmN0eJAxaUtzAcLn { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:36.0625rem;left:0rem;display:block; }
#SBaVywJ6V8QfdCdd90XSC4pTXuSgcRdf { position:absolute;display:block;z-index:15004;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.1875rem;width:20.3125rem;top:40.5rem;left:27.21875rem;overflow:hidden;display:block; }
#R6QunGeLvZzy6tZX9nW3T3Gueqgl7Nxk { color:#289cff;display:block;width:54.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.94);top:69.59375rem;left:10.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N4zTcEPEFhyUSsa1fG8OfTECGpgACyze { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:87rem;left:0rem;display:block; }
#DOedB9K7kXTP7iaVC6JKFtgVX2PEAzBP { position:relative;display:none; }#DOedB9K7kXTP7iaVC6JKFtgVX2PEAzBP { border-width: 0; border-radius: 0; }#DOedB9K7kXTP7iaVC6JKFtgVX2PEAzBP > .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; }#DOedB9K7kXTP7iaVC6JKFtgVX2PEAzBP > .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:32.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#E0OtDlT0apXEa7kcUsT5Ry36clg8dXc4 { position:absolute;display:block;z-index:15002;height:31.8125rem;width:75rem;top:6.125rem;left:0rem;display:block; }
#GUsAg5c1HRhCbdeIIHiRkUzOFaRuRnk9 { color:#000000;display:block;width:68.5rem;position:absolute;font-family:roboto;font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.25rem;height:4.3059875rem;text-align:center;text-align-last:center;display:block; }
#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng { position:relative;display:block; }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng { background-color: transparent; background-image: none; }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .row .container > .video-iframe-container { display: none; }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .row > .video-iframe-container { display: none; }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .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); }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng { border-width: 0; border-radius: 0; }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .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; }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .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:12rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NbsUCISGN0EN8Pb3dsa71n8wf7rDO4Gz { color:#000000;display:block;width:45.125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0000009536744rem;left:15.625rem;height:3.65625rem;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;font-style:normal;display:block; }
#ZVIX5HhiwH71tfXsh6aBnpqtXBWl3dWe { color:#000000;display:block;width:43.75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:9.25rem;left:15.625rem;height:;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;font-style:normal;display:block; }
#RfKC8UBc5aH4xNIFoz7sTDWNrHk28QJO { color:#000000;display:block;width:68.5rem;position:absolute;font-family:roboto;font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6742203235625rem;left:3.25rem;height:4.30625rem;text-align:center;text-align-last:center;display:block; }
#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ { position:relative;display:block; }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ { background-color: transparent; background-image: none; }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .row .container > .video-iframe-container { display: none; }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .row > .video-iframe-container { display: none; }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .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); }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ { border-width: 0; border-radius: 0; }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .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; }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .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:32.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lTeNAqDT7RKsNvVhRCtNkxhR5tDcDHV4 { position:absolute;display:block;z-index:15002;height:31.8125rem;width:75rem;top:0.15625095367432rem;left:0rem;display:block; }
#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q { position:relative;display:block; }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q { background-color: transparent; background-image: none; }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .row .container > .video-iframe-container { display: none; }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .row > .video-iframe-container { display: none; }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .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); }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q { border-width: 0; border-radius: 0; }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .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; }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .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:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c5bowAyR28UEu0mf7f5b25FMIits5PZz { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6943359375rem;left:1rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#BxFmPVRrdZgAwh2VS6is9V1C9ezTkQ0A { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.724609375rem;left:1rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Fs9UZNJiUJsbtK3ztH71yprmg4A3VFcm { position:absolute;display:block;z-index:15002;height:21.25rem;width:23.375rem;top:9.9375rem;left:0.8125rem;display:block; }
#ezOWUbskbiCPQnUI0XyutlVlsXpvRScS { position:absolute;display:block;z-index:15003;height:21.25rem;width:23.375rem;top:9.9375rem;left:25.8125rem;display:block; }
#KpW1I5tWxCRHabA21QR5cvZyXi5u1ys8 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6943359375rem;left:25.8125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#BI3okDIF5OsXB7bvmGGf1tvwmwh6D2He { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.724609375rem;left:26rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#G60MtzZVlMdRIMzvMnes5KxcT6TOJx0z { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:51rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#eNNa8yxkWARQLcZgwVBTHmtWIto2mLOM { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1552734375rem;left:51rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LrdTOtNxewphGMcVKuXlFMeBOk88TzMR { position:absolute;display:block;z-index:15004;height:21.25rem;width:23.375rem;top:9.9375rem;left:50.8125rem;display:block; }
#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq { position:relative;display:block; }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq { background-color: transparent; background-image: none; }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .row .container > .video-iframe-container { display: none; }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .row > .video-iframe-container { display: none; }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .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); }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq { border-width: 0; border-radius: 0; }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .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; }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .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:35.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OqlsuDZloGU0i596UI3I3rfkR1rbQlUK { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:3.625rem;left:0.125rem;display:block; }
#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH { position:relative;display:block; }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH { background-color: transparent; background-image: none; }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .row .container > .video-iframe-container { display: none; }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .row > .video-iframe-container { display: none; }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .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); }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH { border-width: 0; border-radius: 0; }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .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; }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .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:33.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MbTlW2Zt654XZpRnEMwmVaQ8JA0WFEwd { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.693359375rem;left:1.375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#g4a6VocQHIiwn1T9eRdU5VOayKFZTRHv { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.724609375rem;left:1rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RTSOFZ3nIaqH6JVg1tJyIG5wvKVwvrTF { position:absolute;display:block;z-index:15002;height:21.25rem;width:23.375rem;top:9.9375rem;left:0.8125rem;display:block; }
#X4UfzZDOKI0TFt96GVa2SD8XsM1lKchI { position:absolute;display:block;z-index:15003;height:21.25rem;width:23.375rem;top:9.9375rem;left:25.8125rem;display:block; }
#BFGsRfeVpLlFX5sfvUlRNJ7elxyvTUIp { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6943359375rem;left:25.8125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#JfPCJkkn6d7i998ASoTFVvs89kPpThc1 { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.724609375rem;left:26rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xBep5IVcfm10kOgDtDuZxgGgqP0HlNox { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6927165985108rem;left:51rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#n5wVMVDqQMa3ds2hkT858NGWlDBHZ4gf { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.7239665985108rem;left:51rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#REBkhMPRhXN3bJkEvLTNIfUzQ61K58NN { position:absolute;display:block;z-index:15004;height:21.25rem;width:23.375rem;top:9.9375rem;left:50.8125rem;display:block; }
#HgzMwznkfugmZDWiohogTi5V2tom9HZH { position:relative;display:block; }#HgzMwznkfugmZDWiohogTi5V2tom9HZH { background-color: transparent; background-image: none; }#HgzMwznkfugmZDWiohogTi5V2tom9HZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .row .container > .video-iframe-container { display: none; }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .row > .video-iframe-container { display: none; }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .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); }#HgzMwznkfugmZDWiohogTi5V2tom9HZH { border-width: 0; border-radius: 0; }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .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; }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .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:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J3aMruDZ1ynTPrx9NJZUAVAmA4J2vV12 { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:6.8125rem;left:0.03125rem;display:block; }
#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA { position:relative;display:block; }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA { background-color: transparent; background-image: none; }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .row .container > .video-iframe-container { display: none; }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .row > .video-iframe-container { display: none; }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .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); }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA { border-width: 0; border-radius: 0; }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .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; }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .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:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ai9XieR6trcVT7IKuyoTr84dMZcZNWP0 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6943359375rem;left:1rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#UNf3KLmINMmpLNNGCinHcixS6kxJz27s { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.724609375rem;left:1rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BN1CJ3O5LFUP7vL51k9T2mMuR5dcNyFa { position:absolute;display:block;z-index:15002;height:21.25rem;width:23.375rem;top:9.9375rem;left:0.8125rem;display:block; }
#TUkdGmGi6vlHh45zkJ28PyztrTGeEREE { position:absolute;display:block;z-index:15003;height:21.25rem;width:23.375rem;top:9.9375rem;left:25.8125rem;display:block; }
#mTUE2AJgCzIPdWJC7kNcUXKQR8WtVL11 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6943359375rem;left:25.8125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#BdtzTdl7FB38ACh0RSglgcT4TPXhKl7u { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.724609375rem;left:26rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wq0OzBZu5r3H9EzKKpTX4fnF3wHmFlhK { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:51rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#St79QZbpDZuuHWKyBqPftvi1dsNwXAQw { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1552734375rem;left:51rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wo7r21GJT8GlNkhHoHThFRS8QZ4ldak7 { position:absolute;display:block;z-index:15004;height:21.25rem;width:23.375rem;top:9.9375rem;left:50.8125rem;display:block; }
#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK { position:relative;display:block; }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK { background-color: transparent; background-image: none; }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .row .container > .video-iframe-container { display: none; }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .row > .video-iframe-container { display: none; }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .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); }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK { border-width: 0; border-radius: 0; }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .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; }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .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:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Csn3DbTU2qZ2VAPFOuTkcTlUd2ux3u44 { position:absolute;display:block;z-index:15006;height:21.75rem;width:75rem;top:3.6875rem;left:0.03125rem;display:block; }
#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX { position:relative;display:block; }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX { background-color: transparent; background-image: none; }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .row .container > .video-iframe-container { display: none; }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .row > .video-iframe-container { display: none; }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .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); }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX { border-width: 0; border-radius: 0; }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .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; }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .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:53.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hq5KhRZx1GhDfAOGl6UTL8TPGcz5XIeP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:30.8125rem;top:9.0201835632325rem;left:2.875rem;overflow:hidden;display:block; }
#ndnu75WNA1np30nTRM9bMJgyU5SeTV7g { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:34.4375rem;top:9.8118495941163rem;left:39.03125rem;overflow:hidden;display:block; }
#MdMhiyobZkx4GZ6H9PiWCCvTZ1zzp2od { position:absolute;display:block;z-index:15002;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:16.0625rem;width:33.6875rem;top:27.8125rem;left:39.405469894409rem;overflow:hidden;display:block; }
#QsEsV0XHUU0efHTPVCQJMIGTSaXE3RBs { 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:15.125rem;width:34.375rem;top:28.28125rem;left:1.5625rem;overflow:hidden;display:block; }
#I9w0STaTcFT1IoTJMXw2CtdpaysxcTHL { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:8.7187519073488rem;height:1.625rem;font-style:normal;display:block; }
#zxGU6y9FhOLtG7bktfrt34ghRHXrzkt0 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4445323944094rem;left:45.906248092651rem;height:1.625rem;font-style:normal;display:block; }
#dQhoeD0Gc6MX4xC8K4Hf4ysrRp7CaK7v { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.237499237061rem;left:7.5937519073488rem;height:1.625rem;font-style:normal;display:block; }
#RVCwuoxVCd4zQS4Tde1BKIcPGiDOkTus { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.3125rem;left:45.905469894409rem;height:1.625rem;font-style:normal;display:block; }
#SiKr4fHwSTgMuS7JU1zzg2kNa1A4VJwO { color:#000000;display:block;width:63.625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:6.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdguoIqgU4shro66sfCQesDMpb4Ee2Ta { color:#000000;display:block;width:25rem;position:absolute;font-family:roboto;font-size:3.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:47.937500953674rem;left:25.437501907349rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 { position:relative;display:block; }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 { background-color: transparent; background-image: none; }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .row .container > .video-iframe-container { display: none; }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .row > .video-iframe-container { display: none; }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .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); }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 { border-width: 0; border-radius: 0; }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .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; }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .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:100.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QvZ8t8ADb7sqMrVlA1t38mTF29C9Vyvw { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7.0625rem;width:36.3125rem;top:1.0625rem;left:0.59375rem;overflow:hidden;display:block; }
#JEXEz3Ghp1GhpArx4l5HaKaZvugIAltJ { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:6.5625rem;width:36.375rem;top:9.0625rem;left:0.5625rem;overflow:hidden;display:block; }
#WlSmS4Odv5fJAIMDq4w3JwKqHmQcS9eI { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5.875rem;width:36.5rem;top:1.0625rem;left:38rem;overflow:hidden;display:block; }
#WoDJxhGMVyiZfkXSoT5l9QBplnG8sBce { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:4.8125rem;width:36.1875rem;top:8.125rem;left:38.15625rem;overflow:hidden;display:block; }
#Is318thvzSV8pg51P9ymAZc8krEQ2tuN { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5.0625rem;width:36.5625rem;top:16.90625rem;left:0.46875rem;overflow:hidden;display:block; }
#vXLqab2gHgkB1bJKnZAMLRQ3telVo00t { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.0625rem;width:36.0625rem;top:40.25rem;left:37.5rem;overflow:hidden;display:block; }
#JaZTiqHL4r654bZfJWTuND7ACkqlbfHf { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:15.5rem;width:36.375rem;top:14.3125rem;left:37.5rem;overflow:hidden;display:block; }
#wzukxeatsZdcS04V4fnE8mOJCkDTauTJ { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5rem;width:36.1875rem;top:29.895833969116rem;left:0.61328125rem;overflow:hidden;display:block; }
#Jcp7IJaGdn1IE7IcLnufF138BUPdRvlI { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.125rem;width:37.0625rem;top:49.3125rem;left:37.5rem;overflow:hidden;display:block; }
#TCBXExXgbtoTm0KceIdLd3ugfzehvZ0Z { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7.25rem;width:36.3125rem;top:31.1875rem;left:37.5rem;overflow:hidden;display:block; }
#JgmdSyZUWEAJXtUScMlcLId7NR0TwmIH { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7rem;width:36.625rem;top:43.5625rem;left:0rem;overflow:hidden;display:block; }
#Do4VPo3nAJmMvIa82vOClrD17wpM85gK { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:6.4375rem;width:36.75rem;top:22.604167938233rem;left:0rem;overflow:hidden;display:block; }
#NKGhOZ72MnMLTttGe96lX8Z5i2MK6a5d { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.625rem;width:36.6875rem;top:51.238933563233rem;left:0rem;overflow:hidden;display:block; }
#MyAe9BaECzwm9Lkbl1RCQypyyBGo0xcG { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5.1875rem;width:37.5rem;top:59.0625rem;left:37.5rem;overflow:hidden;display:block; }
#v9UaP9XK3krtPaGZhXnWQ3zxJwoL9fQ6 { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5.5625rem;width:36.625rem;top:60.6875rem;left:0rem;overflow:hidden;display:block; }
#M2id7li5CQDnnA3UzP889IfpLC832au2 { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5.5625rem;width:36.875rem;top:67.1875rem;left:0rem;overflow:hidden;display:block; }
#DK1lxL9cm2wVQd2y1hPtvlDmvSnS07Hu { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7.125rem;width:36.75rem;top:35.625rem;left:0rem;overflow:hidden;display:block; }
#oRz6R9V519iz2E6XkJ3faDrnPl3Qcrqb { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.0625rem;width:36.875rem;top:65.268230438231rem;left:37.770183563233rem;overflow:hidden;display:block; }
#LoovAd4H4uTA2MQAu7sS4EVH8M5EQelD { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:10.0625rem;width:37.1875rem;top:73.4140625rem;left:0rem;overflow:hidden;display:block; }
#bnLnntpOhnmh73zFETn4UVshKqo8oCpC { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.4375rem;width:37rem;top:75.080730438231rem;left:37.707683563233rem;overflow:hidden;display:block; }
#KuDdrZRGnizO4olShhqWifiTU97QCqyQ { color:#000000;display:block;width:49.4375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:92.424480438231rem;left:12.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGXZR2RWSUkhRD0POpzltlmgW9vOHGmA { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:88.604167938231rem;left:0rem;display:block; }
#MDn2KiOAP2lJ4RVf9dNcuTLiskuKJum1 { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:99.541667938231rem;left:0rem;display:block; }
#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 { position:relative;display:block; }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 { background-color: transparent; background-image: none; }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .row .container > .video-iframe-container { display: none; }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .row > .video-iframe-container { display: none; }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .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); }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 { border-width: 0; border-radius: 0; }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .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; }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .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:41.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r9dgGcgnmHXhoJuZ21Jd78vVThKMoAyT { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.2351551055908rem;left:5.25rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppWdgT6chxL5MtPCS4DyceDK7fWIgHT8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:24.6875rem;top:9.9244823455813rem;left:5.25rem;overflow:hidden;display:block; }
#IitBspKE8mfvkS0bhDToT5ntMSM6bWzQ { color:#289cff;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.97);top:16.364585876465rem;left:31.4375rem;height:11.809875rem;display:block; }
#AeMV5gP4Aa7ZEtPtfFextCTCTJqaF0kK { 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:17.75rem;width:25.25rem;top:39.611328125rem;left:25.5rem;overflow:hidden;display:block; }
#zU08wTb20oWaMARkWlXyzfx97AgNNpzE { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:38.027996063233rem;left:0rem;display:block; }
#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu { position:relative;display:block; }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu { background-color: transparent; background-image: none; }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .row .container > .video-iframe-container { display: none; }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .row > .video-iframe-container { display: none; }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .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); }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu { border-width: 0; border-radius: 0; }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .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; }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .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:76.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MPTqky9V2TlIoUurQEiD6xsmG9hUTRRI { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:71.149089813231rem;left:21.625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBVWhGqiEXiogdG1ipECRTGhDekabWd8 { color:#289cff;display:block;width:56rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.97);top:18.680992126465rem;left:9.84375rem;height:14.171875rem;text-align:center;text-align-last:center;display:block; }
#R0ynl3qr27grKK4B34gRuCRTk9EZy3xB { color:#000000;display:block;width:27.375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:40.962240219116rem;left:24.15625rem;height:2.84375rem;font-style:normal;display:block; }
#t4n0lIHpgTy2NUQqcbDTFaq3aQUOaDgK { color:#289cff;display:block;width:56rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.97);top:46.493490219116rem;left:9.34375rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#bGB2xsnh8d2UXN4CMPPxn4onCOPhi5ce { color:#000000;display:block;width:57rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:59.899742126465rem;left:9.34375rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XcRuO54yLFJ9RkzIfUTzMEPBBxsWONuH { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:36.152996063233rem;left:0rem;display:block; }
#f2mlhfv6qSM4BDxGkyZ4VcoSwGxTLBWf { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:65.902996063231rem;left:0rem;display:block; }
#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP { position:relative;display:block; }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP { background-color: transparent; background-image: none; }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .row .container > .video-iframe-container { display: none; }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .row > .video-iframe-container { display: none; }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .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); }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP { border-width: 0; border-radius: 0; }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .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; }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .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:51.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#allBdqzyu8HwKJoGNXMqepbnVhdpq7rG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:24.125rem;top:9.5104179382325rem;left:4.1432304382324rem;overflow:hidden;display:block; }
#PLKuugZe9kBpyUVFTzFp1g1ircdSvPuL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:23.9375rem;top:3.349609375rem;left:4.2369804382324rem;overflow:hidden;display:block; }
#TKwvOGLigMp1DFL3vbrhbT3w8TIL53Ax { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:25.4375rem;top:3.1937503814698rem;left:41.85312461853rem;overflow:hidden;display:block; }
#kAS1BK8knmcbHLg7kpLVD3cJ8qGQ1QX3 { position:absolute;display:block;z-index:15002;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.1875rem;width:25.5rem;top:9.3854169845581rem;left:41.821617126465rem;overflow:hidden;display:block; }
#BlLGlubpTTS4pPEbLNMNosBbVDKxozen { 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:4rem;width:25.6875rem;top:17.375rem;left:4.2369804382324rem;overflow:hidden;display:block; }
#SSDhBFdOZ3RBc70w5EEiKyoNkUeONhAL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:25.8125rem;top:23.46875rem;left:4.1432304382324rem;overflow:hidden;display:block; }
#s1gUchRGZ1lI6WMMq1Bth8kzggzstFT2 { 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:4.0625rem;width:26.0625rem;top:17.34375rem;left:41.852867126465rem;overflow:hidden;display:block; }
#HoeGswt3K2TgAuFBBGoMQ88MB7kFfcgQ { 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:4.125rem;width:25.875rem;top:23.1875rem;left:41.852867126465rem;overflow:hidden;display:block; }
#CJ2CyTO6VXoSccxQgbdcXxSTTvqUXXQg { 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:3.8125rem;width:25.4375rem;top:31.541667938233rem;left:3.4869804382324rem;overflow:hidden;display:block; }
#Z9ivanVmdl0GKcNf5fTgE40nrl9GFpLE { 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:4rem;width:25.625rem;top:37.354167938233rem;left:3.3932304382324rem;overflow:hidden;display:block; }
#Wlq1cmPMHA7X1qPFclH4McNRN3xSs8FE { color:#289cff;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1276044845581rem;left:1.8307304382324rem;height:1.625rem;font-style:normal;display:block; }
#ARcW1TlZSC5TUPaemLTypvptKMlvIIi4 { color:#289cff;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1276044845581rem;left:39.352867126465rem;height:1.625rem;font-style:normal;display:block; }
#E4v9SChXqGkmUsQeTvd106iOSmCtbUwN { color:#289cff;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.287760734558rem;left:2.5182304382324rem;height:1.625rem;font-style:normal;display:block; }
#THa20ZQdsQfmbR7vEMBTyZ340fmNKUv8 { color:#289cff;display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.287761688233rem;left:39.821617126465rem;height:1.625rem;font-style:normal;display:block; }
#QpHp19IPVu506EXP4FoasIQGhLFJfReC { color:#289cff;display:block;width:29.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.5rem;left:2.2682304382324rem;height:1.625rem;font-style:normal;display:block; }
#PUwvNVAy5o3TDOzGN1SQDDH1oHeqVs7y { 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:4.3125rem;width:26.125rem;top:31.291667938233rem;left:41.509117126465rem;overflow:hidden;display:block; }
#e99DpZdm8FCi1L5kpD3w0fIMfy1SoiC9 { 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:4.5rem;width:26.4375rem;top:37.104167938233rem;left:41.352867126465rem;overflow:hidden;display:block; }
#FFr7xq7JiEUSWMLBgDTe9ELEgK8a33E3 { color:#289cff;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.5rem;left:40.009117126465rem;height:1.625rem;font-style:normal;display:block; }
#cEwQ4BomIT49CTRB19LB9sBeeaEoFewq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:34.791667938233rem;left:14.020834563232rem; }
#AJbQtqRNaZ5ZsE7yxWppK4abQocQmTAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.7291669845581rem;left:52.884117126465rem; }
#qp4L3uFpmqpdNQdm18EKA5VvfK16NgOr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.7604179382325rem;left:14.549480438233rem; }
#TKvDtbO1vxf1lVJexi0sJABDIeCz87OO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.711589813233rem;left:14.549480438233rem; }
#Vdp2y6gsTdex4wJWPoAt6Ly6nCQyBwOp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:34.854167938233rem;left:53.009117126465rem; }
#KItsw0L1afSWxUML1tssRpKsy3foerWq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.774089813233rem;left:52.977867126465rem; }
#yCyOboTEqOkJClfLSysu0qrB1oPXkUa3 { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:48.027996063233rem;left:0rem;display:block; }
#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M { position:relative;display:block; }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M { background-color: transparent; background-image: none; }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .row .container > .video-iframe-container { display: none; }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .row > .video-iframe-container { display: none; }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .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); }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M { border-width: 0; border-radius: 0; }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .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; }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .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:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zQwtwcRgbZKEcS4bL41uwwQwFsp97xZC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:19.75rem;top:9.9375002384187rem;left:10.84609413147rem;overflow:hidden;display:block; }
#abWCHcgcW6azeNynhSEGsNmTwfpFRTcs { color:#289cff;display:block;width:39.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(8,8,8,0.96);top:12.750000238419rem;left:35.750001907349rem;height:9.5rem;display:block; }
#dnEIWVKueqZORECoxqg1IAEe5sgPWVk4 { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8359394073486rem;left:18.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i5oVZT7maQkTpxmarFGe6JW3FqGEq2E8 { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:32.777996063233rem;left:0rem;display:block; }
#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 { position:relative;display:block; }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 { background-color: transparent; background-image: none; }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .row .container > .video-iframe-container { display: none; }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .row > .video-iframe-container { display: none; }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .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); }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 { border-width: 0; border-radius: 0; }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .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; }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .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:34.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ShJeJpUecTVmSQxF8L6H3TTxOeKRMGJL { color:#289cff;display:block;width:39.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem #000000;top:7.9375095367431rem;left:35.750001907349rem;height:14.25rem;font-style:normal;display:block; }
#x7zi5Bx6iaftRlTgtvSJrVAVTxA6fFIL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:23rem;top:7.5000095367431rem;left:7.25rem;overflow:hidden;display:block; }
#hNHFiD9WwOFTZU5VJADnipNFmQHuROxZ { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1484680175781rem;left:19.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThvnTBOW2ziZMJlh0S0atZnWR70f701p { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:31.527996063233rem;left:0rem;display:block; }
#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M { position:relative;display:block; }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M { background-color: transparent; background-image: none; }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .row .container > .video-iframe-container { display: none; }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .row > .video-iframe-container { display: none; }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .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); }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M { border-width: 0; border-radius: 0; }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .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; }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .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:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mL67T7kDO2nUGrlEmQIZJff7H54LGTtD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:24.1875rem;top:8.1632804870606rem;left:6.140625rem;overflow:hidden;display:block; }
#m5fXyhbF53upbVVdNRcg6OMys0dBHmbQ { color:#289cff;display:block;width:39.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(8,8,8,0.96);top:9.36328125rem;left:35.125001907349rem;height:11.875rem;display:block; }
#bdNqGamCypVZn5lgghGbTwEe067Obali { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1484375rem;left:20rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9KITtwHqIZDAyQc0kGza33ul2PnPNfx { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:30.090496063233rem;left:0rem;display:block; }
#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES { position:relative;display:block; }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES { background-color: transparent; background-image: none; }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .row .container > .video-iframe-container { display: none; }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .row > .video-iframe-container { display: none; }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .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); }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES { border-width: 0; border-radius: 0; }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .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; }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .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:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u5pno9MaTMkRtrL0UPAhyVB3VJopaZfS { color:#289cff;display:block;width:39.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(8,8,8,0.96);top:7.6250019073488rem;left:35.125001907349rem;height:9.5rem;display:block; }
#NHpkWxsrTpJCccsh5wXNveiwNZtQFCWl { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.7734375rem;left:22.08749961853rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#w07xTgqOyJgpXTO2ws688OUzIQcwsAnb { 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:9.8125rem;width:27rem;top:6.79921913147rem;left:4.3054685592651rem;overflow:hidden;display:block; }
#zIQcfCVDRkJe61Dqb37VfS070HQr9BLh { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:24.902996063233rem;left:0rem;display:block; }
#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy { position:relative;display:block; }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy { background-color: transparent; background-image: none; }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .row .container > .video-iframe-container { display: none; }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .row > .video-iframe-container { display: none; }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .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); }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy { border-width: 0; border-radius: 0; }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .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; }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .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:40.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T4fsCdEivFHiuv0eefw1M4Rf0egwocN1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:16.6875rem;top:8.3320331573488rem;left:10.40625rem;overflow:hidden;display:block; }
#EmcMOhSfD4Ihh6E7ID2TVlJQcwdNhmgi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:47.75rem;height:1.3rem;display:block; }
#O9Z5XDOkae1n5WrcMkprOzxPLkwMDtfz { color:#289cff;display:block;width:39.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(2,47,84,0.99);top:11.676563262939rem;left:34.437501907349rem;height:9.5rem;display:block; }
#GPc9bvJtmzsBeMXP967DJVVTKs50xqoC { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.51953125rem;left:13.48671913147rem;height:2.84375rem;font-style:normal;display:block; }
#KHpS3sitA2fpGc5RXoJxnaT40nXb9W1a { color:#000000;display:block;width:58.9375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.145182847977rem;left:7.8645839691163rem;height:1.54375rem;font-style:italic;display:block; }
#TU7dOIcXi83VbK4CPnZKw0GxypCsd27i { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:37.090496063233rem;left:0rem;display:block; }
#dvIIarK0G90cHcieUlMSwOWWK2cMOHds { position:relative;display:block; }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds { background-color: transparent; background-image: none; }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .row .container > .video-iframe-container { display: none; }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .row > .video-iframe-container { display: none; }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .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); }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds { border-width: 0; border-radius: 0; }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .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; }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .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:30.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R0ck3Nntr5k2JuEbpNfTAHmKramRCQJD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:27.5rem;top:9.15625rem;left:5.9375rem;overflow:hidden;display:block; }
#GpK4Ci0e7N2dkhhm6rEwdzs1t69FBW1G { color:#289cff;display:block;width:35.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(2,47,84,0.99);top:8.3125019073488rem;left:38.656251907349rem;height:11.875rem;display:block; }
#XZMHbotGU7WQ0xJazJotVWqIOECqQB8u { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7109394073486rem;left:24.89999961853rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#a2ySQ5plzFF376HuxPwsmeQ1NaTLJwi3 { box-sizing:content-box;height:0.25rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:28.715496063233rem;left:0rem;display:block; }
#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE { position:relative;display:block; }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE { background-color: transparent; background-image: none; }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .row .container > .video-iframe-container { display: none; }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .row > .video-iframe-container { display: none; }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .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); }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE { border-width: 0; border-radius: 0; }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .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; }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aUrw6Na0TXC09fhZ3VSidMSCf4yizbPV { color:#000102;display:block;width:55rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:10.524089813233rem;height:3.575rem;display:block; }
#kUyD1hDyVxfXwMqK2rKG7I9rys4bMLpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:7.25rem;left:10.524089813233rem; }
#RGzVZecBVfTDQeLh3HS0026JE3mg6P3h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.9375rem;width:8.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:7.25rem;left:26.024742126465rem; }
#Df8VkfADsT8a5RnBJgq9XGz5SidcBGa3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.25rem;width:9.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.25rem;left:41.3125rem; }
#W7FDyWGT8Rw1ATEfHHm1eVQcb5Wvvm31 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.9375rem;width:8.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.25rem;left:56.149742126465rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUBfPPetmEFn2vwZ4xHW2GXVvTWrBRCo { top:1.25rem;left:14.250001907349rem;width:19.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1dqB7PcL0rAiPHeq1WaF534voF6qMkT { width:18.875rem;height:4.75rem;top:47.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1IeViy3qPRVKwoOXgiKvBo4UNTn6ENy { display:block; }
 }@media only screen and (max-width: 763px) { #C7iCW1yQT4uoHg2VzriQrivHu1iLt6XJ { top:11.0625rem;left:0rem;width:47.75rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsPIEh8STpGwnJC2Cv7G2l0OazfgdMDT { display:none; }
 }@media only screen and (max-width: 763px) { #iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 { display:block; }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeJFH5VP3sTCnMszt4tD9vW5fsvl4pxf { top:2.625rem;left:0rem;width:22.5625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPizTI3e0cvnGokVNa4g3JcnxnaTQKsv { top:2.9375rem;left:0rem;width:43.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waoyI51cwPI0TVGCWlQpfq2VefI82aq1 { display:block; }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wvz3e4kWnaUzJm7o9zARFrmQdrwANTJm { top:10.0625rem;left:0.63541793823244rem;width:21.625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVz4DfPaelwINUZQXvbXMMRSzcxZSdqU { top:11.4375rem;left:17.5625rem;width:30.1875rem;height:17rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZlu00embm69wtdeUnLsXHkXE1pmoGlE { top:5.0625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doRNgIvSHdqyqPM1PmN0eJAxaUtzAcLn { top:36.0625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBaVywJ6V8QfdCdd90XSC4pTXuSgcRdf { top:40.5rem;left:3.3125rem;width:20.3125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QunGeLvZzy6tZX9nW3T3Gueqgl7Nxk { top:69.5625rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4zTcEPEFhyUSsa1fG8OfTECGpgACyze { top:87rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOedB9K7kXTP7iaVC6JKFtgVX2PEAzBP { display:block; }#DOedB9K7kXTP7iaVC6JKFtgVX2PEAzBP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0OtDlT0apXEa7kcUsT5Ry36clg8dXc4 { top:6.125rem;left:0rem;width:47.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUsAg5c1HRhCbdeIIHiRkUzOFaRuRnk9 { top:2.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng { display:block; }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbsUCISGN0EN8Pb3dsa71n8wf7rDO4Gz { top:7rem;left:2rem;width:45.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVIX5HhiwH71tfXsh6aBnpqtXBWl3dWe { top:9.25rem;left:2rem;width:43.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfKC8UBc5aH4xNIFoz7sTDWNrHk28QJO { top:6.625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ { display:block; }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTeNAqDT7RKsNvVhRCtNkxhR5tDcDHV4 { top:0.125rem;left:0rem;width:47.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q { display:block; }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5bowAyR28UEu0mf7f5b25FMIits5PZz { top:2.6875rem;left:0rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxFmPVRrdZgAwh2VS6is9V1C9ezTkQ0A { top:4.6875rem;left:0rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs9UZNJiUJsbtK3ztH71yprmg4A3VFcm { top:9.9375rem;left:0rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezOWUbskbiCPQnUI0XyutlVlsXpvRScS { top:9.9375rem;left:8.375rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpW1I5tWxCRHabA21QR5cvZyXi5u1ys8 { top:2.6875rem;left:9.5rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI3okDIF5OsXB7bvmGGf1tvwmwh6D2He { top:4.6875rem;left:8.75rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60MtzZVlMdRIMzvMnes5KxcT6TOJx0z { top:2.1875rem;left:25.375rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNNa8yxkWARQLcZgwVBTHmtWIto2mLOM { top:4.125rem;left:24.625rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrdTOtNxewphGMcVKuXlFMeBOk88TzMR { top:9.9375rem;left:24.25rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq { display:block; }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqlsuDZloGU0i596UI3I3rfkR1rbQlUK { top:3.625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH { display:block; }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbTlW2Zt654XZpRnEMwmVaQ8JA0WFEwd { top:2.6875rem;left:0rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4a6VocQHIiwn1T9eRdU5VOayKFZTRHv { top:4.6875rem;left:0rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTSOFZ3nIaqH6JVg1tJyIG5wvKVwvrTF { top:9.9375rem;left:0rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UfzZDOKI0TFt96GVa2SD8XsM1lKchI { top:9.9375rem;left:8.375rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGsRfeVpLlFX5sfvUlRNJ7elxyvTUIp { top:2.6875rem;left:9.5rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPCJkkn6d7i998ASoTFVvs89kPpThc1 { top:4.6875rem;left:8.75rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBep5IVcfm10kOgDtDuZxgGgqP0HlNox { top:2.6875rem;left:25.375rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wVMVDqQMa3ds2hkT858NGWlDBHZ4gf { top:4.6875rem;left:24.625rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REBkhMPRhXN3bJkEvLTNIfUzQ61K58NN { top:9.9375rem;left:24.25rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzMwznkfugmZDWiohogTi5V2tom9HZH { display:block; }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3aMruDZ1ynTPrx9NJZUAVAmA4J2vV12 { top:6.8125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA { display:block; }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai9XieR6trcVT7IKuyoTr84dMZcZNWP0 { top:2.6875rem;left:0rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNf3KLmINMmpLNNGCinHcixS6kxJz27s { top:4.6875rem;left:0rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1CJ3O5LFUP7vL51k9T2mMuR5dcNyFa { top:9.9375rem;left:0rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUkdGmGi6vlHh45zkJ28PyztrTGeEREE { top:9.9375rem;left:8.375rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTUE2AJgCzIPdWJC7kNcUXKQR8WtVL11 { top:2.6875rem;left:9.5rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdtzTdl7FB38ACh0RSglgcT4TPXhKl7u { top:4.6875rem;left:8.75rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq0OzBZu5r3H9EzKKpTX4fnF3wHmFlhK { top:2.1875rem;left:25.375rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St79QZbpDZuuHWKyBqPftvi1dsNwXAQw { top:4.125rem;left:24.625rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo7r21GJT8GlNkhHoHThFRS8QZ4ldak7 { top:9.9375rem;left:24.25rem;width:23.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK { display:block; }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Csn3DbTU2qZ2VAPFOuTkcTlUd2ux3u44 { top:3.6875rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzXN23qtzuegnHdMowqV4ezzO0NTvOcX { display:block; }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hq5KhRZx1GhDfAOGl6UTL8TPGcz5XIeP { top:9rem;left:0rem;width:30.8125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndnu75WNA1np30nTRM9bMJgyU5SeTV7g { top:9.75rem;left:13.3125rem;width:34.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdMhiyobZkx4GZ6H9PiWCCvTZ1zzp2od { top:27.8125rem;left:14.0625rem;width:33.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEsV0XHUU0efHTPVCQJMIGTSaXE3RBs { top:28.25rem;left:0rem;width:34.375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9w0STaTcFT1IoTJMXw2CtdpaysxcTHL { top:6.9375rem;left:1.5625rem;width:22.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxGU6y9FhOLtG7bktfrt34ghRHXrzkt0 { top:7.4375rem;left:25.4375rem;width:22.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQhoeD0Gc6MX4xC8K4Hf4ysrRp7CaK7v { top:26.1875rem;left:0.78125190734863rem;width:22.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVCwuoxVCd4zQS4Tde1BKIcPGiDOkTus { top:25.3125rem;left:25.4375rem;width:22.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiKr4fHwSTgMuS7JU1zzg2kNa1A4VJwO { top:0rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdguoIqgU4shro66sfCQesDMpb4Ee2Ta { top:47.9375rem;left:0rem;width:25rem;height:4.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 { display:block; }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvZ8t8ADb7sqMrVlA1t38mTF29C9Vyvw { top:1.0625rem;left:0rem;width:36.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEXEz3Ghp1GhpArx4l5HaKaZvugIAltJ { top:9.0625rem;left:0rem;width:36.375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlSmS4Odv5fJAIMDq4w3JwKqHmQcS9eI { top:1.0625rem;left:11.25rem;width:36.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoDJxhGMVyiZfkXSoT5l9QBplnG8sBce { top:8.125rem;left:11.5625rem;width:36.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is318thvzSV8pg51P9ymAZc8krEQ2tuN { top:16.875rem;left:0rem;width:36.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXLqab2gHgkB1bJKnZAMLRQ3telVo00t { top:40.25rem;left:11.5625rem;width:36.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaZTiqHL4r654bZfJWTuND7ACkqlbfHf { top:14.3125rem;left:11.25rem;width:36.375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzukxeatsZdcS04V4fnE8mOJCkDTauTJ { top:29.875rem;left:0rem;width:36.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcp7IJaGdn1IE7IcLnufF138BUPdRvlI { top:49.3125rem;left:10.5625rem;width:37.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBXExXgbtoTm0KceIdLd3ugfzehvZ0Z { top:31.1875rem;left:11.3125rem;width:36.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgmdSyZUWEAJXtUScMlcLId7NR0TwmIH { top:43.5625rem;left:0rem;width:36.625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do4VPo3nAJmMvIa82vOClrD17wpM85gK { top:22.5625rem;left:0rem;width:36.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGhOZ72MnMLTttGe96lX8Z5i2MK6a5d { top:51.1875rem;left:0rem;width:36.6875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyAe9BaECzwm9Lkbl1RCQypyyBGo0xcG { top:59.0625rem;left:10.125rem;width:37.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9UaP9XK3krtPaGZhXnWQ3zxJwoL9fQ6 { top:60.6875rem;left:0rem;width:36.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2id7li5CQDnnA3UzP889IfpLC832au2 { top:67.1875rem;left:0rem;width:36.875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK1lxL9cm2wVQd2y1hPtvlDmvSnS07Hu { top:35.625rem;left:0rem;width:36.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRz6R9V519iz2E6XkJ3faDrnPl3Qcrqb { top:65.25rem;left:10.75rem;width:36.875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoovAd4H4uTA2MQAu7sS4EVH8M5EQelD { top:73.375rem;left:0rem;width:37.1875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnLnntpOhnmh73zFETn4UVshKqo8oCpC { top:75.0625rem;left:10.625rem;width:37rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuDdrZRGnizO4olShhqWifiTU97QCqyQ { top:92.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGXZR2RWSUkhRD0POpzltlmgW9vOHGmA { top:88.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDn2KiOAP2lJ4RVf9dNcuTLiskuKJum1 { top:99.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDn5zvSMDz08BRA7i98u1La9DENqtEI2 { display:block; }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9dgGcgnmHXhoJuZ21Jd78vVThKMoAyT { top:5.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppWdgT6chxL5MtPCS4DyceDK7fWIgHT8 { top:9.875rem;left:0rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IitBspKE8mfvkS0bhDToT5ntMSM6bWzQ { top:16.3125rem;left:0rem;width:43.5625rem;height:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMV5gP4Aa7ZEtPtfFextCTCTJqaF0kK { top:39.5625rem;left:0rem;width:25.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU08wTb20oWaMARkWlXyzfx97AgNNpzE { top:38rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu { display:block; }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPTqky9V2TlIoUurQEiD6xsmG9hUTRRI { top:71.125rem;left:0rem;width:32.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBVWhGqiEXiogdG1ipECRTGhDekabWd8 { top:18.625rem;left:0rem;width:47.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ynl3qr27grKK4B34gRuCRTk9EZy3xB { top:40.9375rem;left:0rem;width:27.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4n0lIHpgTy2NUQqcbDTFaq3aQUOaDgK { top:46.4375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGB2xsnh8d2UXN4CMPPxn4onCOPhi5ce { top:59.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcRuO54yLFJ9RkzIfUTzMEPBBxsWONuH { top:36.125rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2mlhfv6qSM4BDxGkyZ4VcoSwGxTLBWf { top:65.875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP { display:block; }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #allBdqzyu8HwKJoGNXMqepbnVhdpq7rG { top:9.5rem;left:0rem;width:24.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLKuugZe9kBpyUVFTzFp1g1ircdSvPuL { top:3.3125rem;left:0rem;width:23.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwvOGLigMp1DFL3vbrhbT3w8TIL53Ax { top:3.1875rem;left:22.3125rem;width:25.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAS1BK8knmcbHLg7kpLVD3cJ8qGQ1QX3 { top:9.375rem;left:22.25rem;width:25.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlLGlubpTTS4pPEbLNMNosBbVDKxozen { top:17.375rem;left:0rem;width:25.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSDhBFdOZ3RBc70w5EEiKyoNkUeONhAL { top:23.4375rem;left:0rem;width:25.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1gUchRGZ1lI6WMMq1Bth8kzggzstFT2 { top:17.3125rem;left:21.6875rem;width:26.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoeGswt3K2TgAuFBBGoMQ88MB7kFfcgQ { top:23.1875rem;left:21.875rem;width:25.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ2CyTO6VXoSccxQgbdcXxSTTvqUXXQg { top:31.5rem;left:0rem;width:25.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ivanVmdl0GKcNf5fTgE40nrl9GFpLE { top:37.3125rem;left:0rem;width:25.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlq1cmPMHA7X1qPFclH4McNRN3xSs8FE { top:1.125rem;left:0rem;width:28.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARcW1TlZSC5TUPaemLTypvptKMlvIIi4 { top:1.125rem;left:17.3125rem;width:30.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4v9SChXqGkmUsQeTvd106iOSmCtbUwN { top:15.25rem;left:0rem;width:29.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THa20ZQdsQfmbR7vEMBTyZ340fmNKUv8 { top:15.25rem;left:18.25rem;width:29.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpHp19IPVu506EXP4FoasIQGhLFJfReC { top:29.5rem;left:0rem;width:29.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUwvNVAy5o3TDOzGN1SQDDH1oHeqVs7y { top:31.25rem;left:21.625rem;width:26.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99DpZdm8FCi1L5kpD3w0fIMfy1SoiC9 { top:37.0625rem;left:21.3125rem;width:26.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFr7xq7JiEUSWMLBgDTe9ELEgK8a33E3 { top:29.5rem;left:18.625rem;width:29.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEwQ4BomIT49CTRB19LB9sBeeaEoFewq { top:34.75rem;left:7.2083345632325rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJbQtqRNaZ5ZsE7yxWppK4abQocQmTAu { top:6.6875rem;left:32.446617126465rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp4L3uFpmqpdNQdm18EKA5VvfK16NgOr { top:6.75rem;left:7.7369804382325rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKvDtbO1vxf1lVJexi0sJABDIeCz87OO { top:20.6875rem;left:7.7369804382325rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdp2y6gsTdex4wJWPoAt6Ly6nCQyBwOp { top:34.8125rem;left:32.571617126465rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KItsw0L1afSWxUML1tssRpKsy3foerWq { top:20.75rem;left:32.540367126465rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCyOboTEqOkJClfLSysu0qrB1oPXkUa3 { top:48rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M { display:block; }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQwtwcRgbZKEcS4bL41uwwQwFsp97xZC { top:9.9375rem;left:4.0335941314697rem;width:19.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abWCHcgcW6azeNynhSEGsNmTwfpFRTcs { top:12.75rem;left:0rem;width:39.25rem;height:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnEIWVKueqZORECoxqg1IAEe5sgPWVk4 { top:2.8125rem;left:0rem;width:32.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5oVZT7maQkTpxmarFGe6JW3FqGEq2E8 { top:32.75rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 { display:block; }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShJeJpUecTVmSQxF8L6H3TTxOeKRMGJL { top:7.9375rem;left:0rem;width:39.25rem;height:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7zi5Bx6iaftRlTgtvSJrVAVTxA6fFIL { top:7.5rem;left:0.4375rem;width:23rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNHFiD9WwOFTZU5VJADnipNFmQHuROxZ { top:2.125rem;left:0rem;width:32.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvnTBOW2ziZMJlh0S0atZnWR70f701p { top:31.5rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M { display:block; }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mL67T7kDO2nUGrlEmQIZJff7H54LGTtD { top:8.125rem;left:0rem;width:24.1875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5fXyhbF53upbVVdNRcg6OMys0dBHmbQ { top:9.3125rem;left:0rem;width:39.875rem;height:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdNqGamCypVZn5lgghGbTwEe067Obali { top:1.125rem;left:0rem;width:32.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9KITtwHqIZDAyQc0kGza33ul2PnPNfx { top:30.0625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES { display:block; }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5pno9MaTMkRtrL0UPAhyVB3VJopaZfS { top:7.625rem;left:0rem;width:39.875rem;height:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHpkWxsrTpJCccsh5wXNveiwNZtQFCWl { top:1.75rem;left:0rem;width:26.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07xTgqOyJgpXTO2ws688OUzIQcwsAnb { top:6.75rem;left:0rem;width:27rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIQcfCVDRkJe61Dqb37VfS070HQr9BLh { top:24.875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy { display:block; }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4fsCdEivFHiuv0eefw1M4Rf0egwocN1 { top:8.3125rem;left:3.59375rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmcMOhSfD4Ihh6E7ID2TVlJQcwdNhmgi { top:9.4375rem;left:27.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Z5XDOkae1n5WrcMkprOzxPLkwMDtfz { top:11.625rem;left:0rem;width:39.125rem;height:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPc9bvJtmzsBeMXP967DJVVTKs50xqoC { top:2.5rem;left:0rem;width:46.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHpS3sitA2fpGc5RXoJxnaT40nXb9W1a { top:28.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7dOIcXi83VbK4CPnZKw0GxypCsd27i { top:37.0625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIIarK0G90cHcieUlMSwOWWK2cMOHds { display:block; }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0ck3Nntr5k2JuEbpNfTAHmKramRCQJD { top:9.125rem;left:0rem;width:27.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpK4Ci0e7N2dkhhm6rEwdzs1t69FBW1G { top:8.3125rem;left:12.5625rem;width:35.1875rem;height:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMHbotGU7WQ0xJazJotVWqIOECqQB8u { top:1.6875rem;left:0rem;width:24.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ySQ5plzFF376HuxPwsmeQ1NaTLJwi3 { top:28.6875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br5maXt69bTwRqCA0wPbgVpRKytFpeeE { display:block; }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUrw6Na0TXC09fhZ3VSidMSCf4yizbPV { top:2.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUyD1hDyVxfXwMqK2rKG7I9rys4bMLpf { top:7.25rem;left:3.7115898132324rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGzVZecBVfTDQeLh3HS0026JE3mg6P3h { top:7.25rem;left:16.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df8VkfADsT8a5RnBJgq9XGz5SidcBGa3 { top:7.25rem;left:23.875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7FDyWGT8Rw1ATEfHHm1eVQcb5Wvvm31 { top:7.25rem;left:35.712242126465rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUBfPPetmEFn2vwZ4xHW2GXVvTWrBRCo { width:13.1875rem;height:5.9375rem;top:3.197265625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1dqB7PcL0rAiPHeq1WaF534voF6qMkT { width:15.875rem;height:4.125rem;top:25.884765625rem;left:2.0625001192093rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1IeViy3qPRVKwoOXgiKvBo4UNTn6ENy { display:block; }
 }@media only screen and (max-width: 763px) { #C7iCW1yQT4uoHg2VzriQrivHu1iLt6XJ { width:20rem;height:29.375rem;top:12.072265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsPIEh8STpGwnJC2Cv7G2l0OazfgdMDT { height:11.25rem;width:20rem;top:12.0625rem;left:0rem;z-index:15005;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 { display:block; }#iOet4bO9C0DEFOgXBqN8cLagaoLed2M1 > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeJFH5VP3sTCnMszt4tD9vW5fsvl4pxf { width:12.5625rem;height:11.375rem;top:1.0625rem;left:3.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPizTI3e0cvnGokVNa4g3JcnxnaTQKsv { width:20rem;height:9.3125rem;top:13.358724594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waoyI51cwPI0TVGCWlQpfq2VefI82aq1 { display:block; }#waoyI51cwPI0TVGCWlQpfq2VefI82aq1 > .row .container { width:20rem;height:105.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wvz3e4kWnaUzJm7o9zARFrmQdrwANTJm { width:20rem;height:18.265895953757rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVz4DfPaelwINUZQXvbXMMRSzcxZSdqU { width:20rem;height:17.8125rem;top:23.890625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mZlu00embm69wtdeUnLsXHkXE1pmoGlE { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doRNgIvSHdqyqPM1PmN0eJAxaUtzAcLn { width:20rem;height:0.3125rem;top:22.328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBaVywJ6V8QfdCdd90XSC4pTXuSgcRdf { width:19.75rem;height:26.434615384615rem;top:42.953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QunGeLvZzy6tZX9nW3T3Gueqgl7Nxk { width:20rem;height:26.71875rem;top:70.887375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N4zTcEPEFhyUSsa1fG8OfTECGpgACyze { width:20rem;height:0.3125rem;top:101.19987297058rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOedB9K7kXTP7iaVC6JKFtgVX2PEAzBP { display:block; }#DOedB9K7kXTP7iaVC6JKFtgVX2PEAzBP > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0OtDlT0apXEa7kcUsT5Ry36clg8dXc4 { width:20rem;height:31.8125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUsAg5c1HRhCbdeIIHiRkUzOFaRuRnk9 { width:20rem;height:2.5996125rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng { display:block; }#KAWqmIBIIQnoH9JE3uhZ3pPboMtaQ6ng > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbsUCISGN0EN8Pb3dsa71n8wf7rDO4Gz { width:20rem;height:2.5996125rem;top:1.5436201095581rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVIX5HhiwH71tfXsh6aBnpqtXBWl3dWe { width:20rem;height:2.0996125rem;top:3.1627616882324rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfKC8UBc5aH4xNIFoz7sTDWNrHk28QJO { width:20rem;height:2.5996125rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ { display:none; }#naCBqEVr0e8VzG9afTAR88S1uMVZ4eGQ > .row .container { width:20rem;height:110.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTeNAqDT7RKsNvVhRCtNkxhR5tDcDHV4 { width:20rem;height:31.8125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q { display:block; }#mxSo2mZEEqTZ5eZKi8SMo1eLyk51OE1Q > .row .container { width:20rem;height:107.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5bowAyR28UEu0mf7f5b25FMIits5PZz { width:19.375rem;height:1.3rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxFmPVRrdZgAwh2VS6is9V1C9ezTkQ0A { width:20rem;height:5.19791875rem;top:4.30078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs9UZNJiUJsbtK3ztH71yprmg4A3VFcm { width:20rem;height:11.5rem;top:11.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezOWUbskbiCPQnUI0XyutlVlsXpvRScS { width:20rem;height:21.25rem;top:48.897136688233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpW1I5tWxCRHabA21QR5cvZyXi5u1ys8 { width:20rem;height:1.29948125rem;top:38.82421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI3okDIF5OsXB7bvmGGf1tvwmwh6D2He { width:20rem;height:5.19791875rem;top:40.873699188233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60MtzZVlMdRIMzvMnes5KxcT6TOJx0z { width:20rem;height:1.29948125rem;top:77.459636688231rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNNa8yxkWARQLcZgwVBTHmtWIto2mLOM { width:20rem;height:5.19791875rem;top:79.5097694397rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrdTOtNxewphGMcVKuXlFMeBOk88TzMR { width:20rem;height:21.25rem;top:85.970705628394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq { display:block; }#oWKFesmLMu1VJQql5AwLzAbZTTPKN0fq > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqlsuDZloGU0i596UI3I3rfkR1rbQlUK { width:20rem;height:21.75rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH { display:block; }#usTUrVy1y7Cqv4l35SxlMEOUPGlzNBUH > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbTlW2Zt654XZpRnEMwmVaQ8JA0WFEwd { width:20rem;height:1.29948125rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4a6VocQHIiwn1T9eRdU5VOayKFZTRHv { width:20rem;height:5.19791875rem;top:9.599609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTSOFZ3nIaqH6JVg1tJyIG5wvKVwvrTF { width:20rem;height:11.5rem;top:15.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UfzZDOKI0TFt96GVa2SD8XsM1lKchI { width:20rem;height:21.25rem;top:38.897135734558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGsRfeVpLlFX5sfvUlRNJ7elxyvTUIp { width:20rem;height:1.3rem;top:30.76171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPCJkkn6d7i998ASoTFVvs89kPpThc1 { width:20rem;height:5.19791875rem;top:32.998698234558rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBep5IVcfm10kOgDtDuZxgGgqP0HlNox { width:20rem;height:1.29948125rem;top:64.001953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wVMVDqQMa3ds2hkT858NGWlDBHZ4gf { width:20rem;height:3.8984375rem;top:66.509765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REBkhMPRhXN3bJkEvLTNIfUzQ61K58NN { width:20rem;height:21.25rem;top:72.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzMwznkfugmZDWiohogTi5V2tom9HZH { display:block; }#HgzMwznkfugmZDWiohogTi5V2tom9HZH > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3aMruDZ1ynTPrx9NJZUAVAmA4J2vV12 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA { display:block; }#JDB7ccNskq6BDp0tbo4iQs5pMKQdkFcA > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai9XieR6trcVT7IKuyoTr84dMZcZNWP0 { width:20rem;height:1.29948125rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNf3KLmINMmpLNNGCinHcixS6kxJz27s { width:19.375rem;height:5.19791875rem;top:3.36328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1CJ3O5LFUP7vL51k9T2mMuR5dcNyFa { width:20rem;height:11.5rem;top:10.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUkdGmGi6vlHh45zkJ28PyztrTGeEREE { width:20rem;height:21.25rem;top:46.147134780884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTUE2AJgCzIPdWJC7kNcUXKQR8WtVL11 { width:20rem;height:1.3rem;top:35.074220657349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdtzTdl7FB38ACh0RSglgcT4TPXhKl7u { width:20rem;height:6.497375rem;top:37.373699188233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq0OzBZu5r3H9EzKKpTX4fnF3wHmFlhK { width:20rem;height:1.29948125rem;top:69.772136688231rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #St79QZbpDZuuHWKyBqPftvi1dsNwXAQw { width:20rem;height:3.8984375rem;top:71.697265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo7r21GJT8GlNkhHoHThFRS8QZ4ldak7 { width:20rem;height:21.25rem;top:77.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK { display:block; }#wgcI3Bu8vZdd6opnsuSLmVuRzDw8GPnK > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Csn3DbTU2qZ2VAPFOuTkcTlUd2ux3u44 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzXN23qtzuegnHdMowqV4ezzO0NTvOcX { display:block; }#XzXN23qtzuegnHdMowqV4ezzO0NTvOcX > .row .container { width:20rem;height:144.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hq5KhRZx1GhDfAOGl6UTL8TPGcz5XIeP { width:20rem;height:9.8984375rem;top:89.73828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndnu75WNA1np30nTRM9bMJgyU5SeTV7g { width:20rem;height:8.4199375rem;top:116.27669525146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdMhiyobZkx4GZ6H9PiWCCvTZ1zzp2od { width:20rem;height:9.5358125rem;top:128.95768356323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEsV0XHUU0efHTPVCQJMIGTSaXE3RBs { width:20rem;height:8.7995rem;top:103.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9w0STaTcFT1IoTJMXw2CtdpaysxcTHL { width:20rem;height:1.4622375rem;top:88.276693344119rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxGU6y9FhOLtG7bktfrt34ghRHXrzkt0 { width:20rem;height:1.4622375rem;top:114.81510543823rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQhoeD0Gc6MX4xC8K4Hf4ysrRp7CaK7v { width:20rem;height:1.4622375rem;top:101.65169334412rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVCwuoxVCd4zQS4Tde1BKIcPGiDOkTus { width:20rem;height:1.4622375rem;top:127.49609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiKr4fHwSTgMuS7JU1zzg2kNa1A4VJwO { width:20rem;height:7.7988125rem;top:76.498699188231rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdguoIqgU4shro66sfCQesDMpb4Ee2Ta { width:20rem;height:3.4121125rem;top:140.462890625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 { display:block; }#OKx8DahDDmpJvQL98lq9O9GvxFebSHt6 > .row .container { width:20rem;height:116.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvZ8t8ADb7sqMrVlA1t38mTF29C9Vyvw { width:20rem;height:3.8898450946644rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEXEz3Ghp1GhpArx4l5HaKaZvugIAltJ { width:20rem;height:3.6082474226804rem;top:6.38965rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlSmS4Odv5fJAIMDq4w3JwKqHmQcS9eI { width:20rem;height:3.21875rem;top:60.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoDJxhGMVyiZfkXSoT5l9QBplnG8sBce { width:20rem;height:2.65950625rem;top:65.154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is318thvzSV8pg51P9ymAZc8krEQ2tuN { width:20rem;height:2.7692307692308rem;top:11.247075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXLqab2gHgkB1bJKnZAMLRQ3telVo00t { width:20rem;height:4.4714038128249rem;top:15.26563125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaZTiqHL4r654bZfJWTuND7ACkqlbfHf { width:20rem;height:8.522125rem;top:68.947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzukxeatsZdcS04V4fnE8mOJCkDTauTJ { width:20rem;height:2.7633851468048rem;top:20.98633125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcp7IJaGdn1IE7IcLnufF138BUPdRvlI { width:20rem;height:4.4406196213425rem;top:24.999025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBXExXgbtoTm0KceIdLd3ugfzehvZ0Z { width:20rem;height:3.9928375rem;top:78.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgmdSyZUWEAJXtUScMlcLId7NR0TwmIH { width:20rem;height:3.8225255972696rem;top:30.68945625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do4VPo3nAJmMvIa82vOClrD17wpM85gK { width:20rem;height:3.50325625rem;top:83.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGhOZ72MnMLTttGe96lX8Z5i2MK6a5d { width:20rem;height:4.7018739352641rem;top:35.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyAe9BaECzwm9Lkbl1RCQypyyBGo0xcG { width:20rem;height:2.79296875rem;top:88.213542938231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9UaP9XK3krtPaGZhXnWQ3zxJwoL9fQ6 { width:20rem;height:3.0371125rem;top:41.150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2id7li5CQDnnA3UzP889IfpLC832au2 { width:20rem;height:3.016925rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK1lxL9cm2wVQd2y1hPtvlDmvSnS07Hu { width:20rem;height:3.87695rem;top:92.055339813231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRz6R9V519iz2E6XkJ3faDrnPl3Qcrqb { width:20rem;height:4.37174375rem;top:48.953777313233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoovAd4H4uTA2MQAu7sS4EVH8M5EQelD { width:20rem;height:5.41080625rem;top:54.326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnLnntpOhnmh73zFETn4UVshKqo8oCpC { width:20rem;height:4.56055rem;top:96.908854484556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuDdrZRGnizO4olShhqWifiTU97QCqyQ { width:20rem;height:5.19921875rem;top:108.73958396912rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGXZR2RWSUkhRD0POpzltlmgW9vOHGmA { width:20rem;height:0.3125rem;top:107.11458396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDn2KiOAP2lJ4RVf9dNcuTLiskuKJum1 { width:20rem;height:0.3125rem;top:115.37630271912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDn5zvSMDz08BRA7i98u1La9DENqtEI2 { display:block; }#KDn5zvSMDz08BRA7i98u1La9DENqtEI2 > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9dgGcgnmHXhoJuZ21Jd78vVThKMoAyT { width:20rem;height:2.3997375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppWdgT6chxL5MtPCS4DyceDK7fWIgHT8 { width:20rem;height:20rem;top:4.8990875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IitBspKE8mfvkS0bhDToT5ntMSM6bWzQ { width:20rem;height:20.247375rem;top:26.1490875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeMV5gP4Aa7ZEtPtfFextCTCTJqaF0kK { width:20rem;height:14.05925rem;top:53.479818344116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU08wTb20oWaMARkWlXyzfx97AgNNpzE { width:20rem;height:0.25rem;top:51.729818344116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu { display:block; }#uKikIeqrf6mkQ2ZF3JVire1TA9qrAinu > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPTqky9V2TlIoUurQEiD6xsmG9hUTRRI { width:20rem;height:5.19921875rem;top:80.201824188231rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBVWhGqiEXiogdG1ipECRTGhDekabWd8 { width:20rem;height:24.296875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0ynl3qr27grKK4B34gRuCRTk9EZy3xB { width:20rem;height:5.19921875rem;top:36.578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4n0lIHpgTy2NUQqcbDTFaq3aQUOaDgK { width:20rem;height:22.5rem;top:44.90234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGB2xsnh8d2UXN4CMPPxn4onCOPhi5ce { width:20rem;height:4.54948125rem;top:69.52734375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcRuO54yLFJ9RkzIfUTzMEPBBxsWONuH { width:20rem;height:0.25rem;top:34.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2mlhfv6qSM4BDxGkyZ4VcoSwGxTLBWf { width:20rem;height:0.25rem;top:76.764324188231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP { display:block; }#eOLmqXeAEK4kQJz8NIXFq3XOV2awvwpP > .row .container { width:20rem;height:99.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #allBdqzyu8HwKJoGNXMqepbnVhdpq7rG { width:20rem;height:3.263675rem;top:9.966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLKuugZe9kBpyUVFTzFp1g1ircdSvPuL { width:20rem;height:3.3418rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwvOGLigMp1DFL3vbrhbT3w8TIL53Ax { width:20rem;height:3.390625rem;top:49.223308563233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAS1BK8knmcbHLg7kpLVD3cJ8qGQ1QX3 { width:20rem;height:3.28385625rem;top:54.358074188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlLGlubpTTS4pPEbLNMNosBbVDKxozen { width:20rem;height:3.11393125rem;top:20.158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSDhBFdOZ3RBc70w5EEiKyoNkUeONhAL { width:20rem;height:2.7597625rem;top:24.833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1gUchRGZ1lI6WMMq1Bth8kzggzstFT2 { width:20rem;height:3.1171875rem;top:65.522789001462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoeGswt3K2TgAuFBBGoMQ88MB7kFfcgQ { width:20rem;height:3.18815rem;top:70.327476501462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ2CyTO6VXoSccxQgbdcXxSTTvqUXXQg { width:20rem;height:2.99739375rem;top:33.778648376465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ivanVmdl0GKcNf5fTgE40nrl9GFpLE { width:20rem;height:3.12174375rem;top:38.725914001465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlq1cmPMHA7X1qPFclH4McNRN3xSs8FE { width:20rem;height:2.92448125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARcW1TlZSC5TUPaemLTypvptKMlvIIi4 { width:20rem;height:2.92448125rem;top:44.848308563233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4v9SChXqGkmUsQeTvd106iOSmCtbUwN { width:20rem;height:2.92448125rem;top:16.54296875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THa20ZQdsQfmbR7vEMBTyZ340fmNKUv8 { width:20rem;height:2.92448125rem;top:61.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpHp19IPVu506EXP4FoasIQGhLFJfReC { width:20rem;height:2.92448125rem;top:30.291667938233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUwvNVAy5o3TDOzGN1SQDDH1oHeqVs7y { width:20rem;height:3.30143125rem;top:80.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99DpZdm8FCi1L5kpD3w0fIMfy1SoiC9 { width:20rem;height:3.40364375rem;top:85.25390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFr7xq7JiEUSWMLBgDTe9ELEgK8a33E3 { width:20rem;height:2.92448125rem;top:76.765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEwQ4BomIT49CTRB19LB9sBeeaEoFewq { display:flex;width:3.5rem;height:3.5rem;top:35.850914001465rem;left:8.2500005960463rem; }
 }@media only screen and (max-width: 763px) { #AJbQtqRNaZ5ZsE7yxWppK4abQocQmTAu { display:flex;width:3.0625rem;height:3.0625rem;top:51.801433563233rem;left:8.4687505960463rem; }
 }@media only screen and (max-width: 763px) { #qp4L3uFpmqpdNQdm18EKA5VvfK16NgOr { display:flex;width:3.125rem;height:3.125rem;top:7.654296875rem;left:8.4375005960463rem; }
 }@media only screen and (max-width: 763px) { #TKvDtbO1vxf1lVJexi0sJABDIeCz87OO { display:flex;width:3.125rem;height:3.125rem;top:22.458984375rem;left:8.4375005960463rem; }
 }@media only screen and (max-width: 763px) { #Vdp2y6gsTdex4wJWPoAt6Ly6nCQyBwOp { display:flex;width:3.125rem;height:3.125rem;top:82.75390625rem;left:8.4375005960463rem; }
 }@media only screen and (max-width: 763px) { #KItsw0L1afSWxUML1tssRpKsy3foerWq { display:flex;width:2.875rem;height:2.875rem;top:68.014976501462rem;left:8.5625005960463rem; }
 }@media only screen and (max-width: 763px) { #yCyOboTEqOkJClfLSysu0qrB1oPXkUa3 { width:20rem;height:0.25rem;top:94.189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M { display:block; }#Atr93xlmrmUEpqWNMvTHSbtXaoR1Q64M > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQwtwcRgbZKEcS4bL41uwwQwFsp97xZC { width:19.75rem;height:15.625rem;top:7.69921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abWCHcgcW6azeNynhSEGsNmTwfpFRTcs { width:20rem;height:17.0989375rem;top:24.57421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnEIWVKueqZORECoxqg1IAEe5sgPWVk4 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5oVZT7maQkTpxmarFGe6JW3FqGEq2E8 { width:20rem;height:0.25rem;top:42.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 { display:block; }#ubCTqweptLCoxKc5Tx4R1XCQsMz7pts3 > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShJeJpUecTVmSQxF8L6H3TTxOeKRMGJL { width:20rem;height:25.6484375rem;top:22.75328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7zi5Bx6iaftRlTgtvSJrVAVTxA6fFIL { width:20rem;height:13.804347826087rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNHFiD9WwOFTZU5VJADnipNFmQHuROxZ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvnTBOW2ziZMJlh0S0atZnWR70f701p { width:20rem;height:0.25rem;top:50.753257751465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M { display:block; }#haIEHDP4HOEzQxV9Ed1nevoUTXxw5O2M > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mL67T7kDO2nUGrlEmQIZJff7H54LGTtD { width:20rem;height:11.369509043928rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5fXyhbF53upbVVdNRcg6OMys0dBHmbQ { width:20rem;height:21.3736875rem;top:20.31834375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdNqGamCypVZn5lgghGbTwEe067Obali { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9KITtwHqIZDAyQc0kGza33ul2PnPNfx { width:20rem;height:0.25rem;top:45.380210876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES { display:block; }#sX7IFk7xlEeIrsWbbxIWSx08J0JF2uES > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5pno9MaTMkRtrL0UPAhyVB3VJopaZfS { width:20rem;height:14.9615625rem;top:16.21746875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHpkWxsrTpJCccsh5wXNveiwNZtQFCWl { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07xTgqOyJgpXTO2ws688OUzIQcwsAnb { width:20rem;height:7.2685185185185rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIQcfCVDRkJe61Dqb37VfS070HQr9BLh { width:20rem;height:0.25rem;top:30.970052719116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy { display:block; }#KQ1uVJmPTHfvxo1S0nVrSKG3CWN3cMPy > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4fsCdEivFHiuv0eefw1M4Rf0egwocN1 { width:17.4375rem;height:17.4375rem;top:10.298177719116rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmcMOhSfD4Ihh6E7ID2TVlJQcwdNhmgi { width:12.5rem;height:1.29948125rem;top:59.78516875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Z5XDOkae1n5WrcMkprOzxPLkwMDtfz { width:20rem;height:17.0989375rem;top:28.2356875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPc9bvJtmzsBeMXP967DJVVTKs50xqoC { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHpS3sitA2fpGc5RXoJxnaT40nXb9W1a { width:20rem;height:3.8984375rem;top:47.923177719116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TU7dOIcXi83VbK4CPnZKw0GxypCsd27i { width:20rem;height:0.25rem;top:53.91015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIIarK0G90cHcieUlMSwOWWK2cMOHds { display:block; }#dvIIarK0G90cHcieUlMSwOWWK2cMOHds > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0ck3Nntr5k2JuEbpNfTAHmKramRCQJD { width:20rem;height:7.1818181818182rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpK4Ci0e7N2dkhhm6rEwdzs1t69FBW1G { width:20rem;height:17.0989375rem;top:17.63084375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZMHbotGU7WQ0xJazJotVWqIOECqQB8u { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ySQ5plzFF376HuxPwsmeQ1NaTLJwi3 { width:20rem;height:0.25rem;top:36.567708969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br5maXt69bTwRqCA0wPbgVpRKytFpeeE { display:block; }#Br5maXt69bTwRqCA0wPbgVpRKytFpeeE > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUrw6Na0TXC09fhZ3VSidMSCf4yizbPV { width:20rem;height:8.043rem;top:1.25rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUyD1hDyVxfXwMqK2rKG7I9rys4bMLpf { display:flex;width:3.6875rem;height:3.6875rem;top:10.110677242279rem;left:0.853515625rem; }
 }@media only screen and (max-width: 763px) { #RGzVZecBVfTDQeLh3HS0026JE3mg6P3h { display:flex;width:3.8125rem;height:3.8125rem;top:10.048177242279rem;left:5.3750001192093rem; }
 }@media only screen and (max-width: 763px) { #Df8VkfADsT8a5RnBJgq9XGz5SidcBGa3 { display:flex;width:3.6875rem;height:3.6875rem;top:10.110677242279rem;left:9.8750005960463rem; }
 }@media only screen and (max-width: 763px) { #W7FDyWGT8Rw1ATEfHHm1eVQcb5Wvvm31 { display:flex;width:3.5625rem;height:3.5625rem;top:10.173177242279rem;left:14.875000596046rem; }
 }