.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:#f5f5f5;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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;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:3.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#MhypTqcKHHchXxkMSHBqcnXtsSIy1dtT { 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:2.8125rem;width:8.125rem;top:0.5625rem;left:0.875rem;overflow:hidden;display:block; }
#qhDydMcvaok30rSeIOVkadLomfLUQ2p7 { background-color:#c7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.875rem;left:63.40625rem;display:block; }
#zMngOGEtQWOnnDQ53Xs3ANn9ubxpJ78T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row .container { background-color: transparent; background-image: none; }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row .container > .video-iframe-container { display: none; }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row > .video-iframe-container { display: none; }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .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); }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row .container { border-width: 0; border-radius: 0; }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#uE7MuFTgsGGCJXbWW940Nz40Eslw2kXo { 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:31.25rem;width:31.25rem;top:4.125rem;left:40.625rem;overflow:hidden;display:block; }
#veCbTwZ6G4wBdTaK9aM5hyTpGcA1wn6m { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:brushstrike;font-size:4.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:11.0625rem;left:1.8125rem;height:9.5rem;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; }
#Oy3xJ8V0A37sbtHZUVywlUmbO5SKChTh { position:absolute;display:block;z-index:15002;height:1.9375rem;width:34.875rem;top:1.125rem;left:1.3125rem;display:block; }
#O54hqiz4aszIXxDyvG4qc7CCtHDfQ03J { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:1.71875rem;height:3.25rem;display:block; }
#DwAbCqIgdENIKdVIl8CHBn7aB57mFW8B { 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:1.5rem;width:9.375rem;top:7.4375rem;left:1.8125rem;overflow:hidden;display:block; }
#dgURK1r43iPS0c877KnKSee91NlyiOKU { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:11.75rem;height:1.4624rem;display:block; }
#roIw6a2M9wcn9adD1WThha14ImZTmwaK { background-color:#c7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.4375rem;left:1.8125rem;display:block; }
#u8kNackreF3t9AIPEpyS5rHf1kDKT1qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR { position:relative;display:block; }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR { background-color: transparent; background-image: none; }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .row .container > .video-iframe-container { display: none; }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .row > .video-iframe-container { display: none; }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .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); }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR { border-width: 0; border-radius: 0; }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .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; }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row .container { background-color: transparent; background-image: none; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row .container > .video-iframe-container { display: none; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row > .video-iframe-container { display: none; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .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); }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row .container { border-width: 0; border-radius: 0; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#QTakvvwuHplWrxVp62GO2O27TnVggeUu { color:#000000;display:block;width:31.75rem;position:absolute;font-family:teko;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.9375rem;left:39.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZ9flBmFWIPPGEhTyXzET0Gyei42DyDR { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:39.25rem;height:13.16161875rem;display:block; }
#JeJF41Tf3GmkdWS5PK3PG7ZWzZNJaV15 { background-color:#c7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.4375rem;left:39.25rem;display:block; }
#Va1sL1oRdkeoeTF8uKbkBApKUSrE6XH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xh7tDRitJWrGGwbTtoflPVVdhqZTQyxC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.5rem;width:32.5rem;top:0.875rem;left:2.5rem;overflow:hidden;display:block; }
#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW { position:relative;display:block; }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW { background-color: transparent; background-image: none; }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .row .container > .video-iframe-container { display: none; }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .row > .video-iframe-container { display: none; }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .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); }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW { border-width: 0; border-radius: 0; }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .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; }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row .container { background-color: transparent; background-image: none; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row .container > .video-iframe-container { display: none; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row > .video-iframe-container { display: none; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .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); }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row .container { border-width: 0; border-radius: 0; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#dic12iGDHcOqKXvAoVhL9EffTFvnEJH2 { 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:1.4375rem;width:1.4375rem;top:1.875rem;left:3.25rem;overflow:hidden;display:block; }
#x4bb9V0w8V5olIQeVkd0a7xKPgL6gIyd { color:#fffdfe;display:block;width:17.0625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.6875rem;height:1.4624rem;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;text-align:center;text-align-last:center;display:block; }
#qwDeTpg6ml9sVn0AD8TwqSXW7f3UCf3a { 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:1.3125rem;width:1.4375rem;top:1.9375rem;left:27.8125rem;overflow:hidden;display:block; }
#iguoEe7nbwuFf1LOquRpEWkEITdbssia { color:#fffdfe;display:block;width:18rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:29.1875rem;height:1.4624rem;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;text-align:center;text-align-last:center;display:block; }
#nDaAxz2B5qwEM9hpB065mOJqDUaAASQ9 { color:#fffdfe;display:block;width:16.5625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:54.9375rem;height:1.4624rem;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;text-align:center;text-align-last:center;display:block; }
#uOmTkXMcGcqD5DUdX3lDEPtpCsASA02R { 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:1.4375rem;width:1.4375rem;top:1.875rem;left:53.5rem;overflow:hidden;display:block; }
#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo { position:relative;display:block; }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo { background-color: transparent; background-image: none; }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .row .container > .video-iframe-container { display: none; }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .row > .video-iframe-container { display: none; }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .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); }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo { border-width: 0; border-radius: 0; }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .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; }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 { position:relative;display:block; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 { background-color: transparent; background-image: none; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .row .container > .video-iframe-container { display: none; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .row > .video-iframe-container { display: none; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .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); }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 { border-width: 0; border-radius: 0; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .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; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#QtxRzkVFyeFx0v9U5AAoEpaWNP0I1tmw { color:#000000;display:block;width:49.4375rem;position:absolute;font-family:teko;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.25rem;left:12.78125rem;height:2.625rem;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;text-align:center;text-align-last:center;display:block; }
#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row .container { background-color: transparent; background-image: none; }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row .container > .video-iframe-container { display: none; }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row > .video-iframe-container { display: none; }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .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); }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row .container { border-width: 0; border-radius: 0; }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#fPTmMxQwCqpcuBDrm8zgUJkbOD4bx41b { 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:35.875rem;width:15.0625rem;top:5.0625rem;left:29.96875rem;overflow:hidden;display:block; }
#RfbAqpdFaBMBB4nFUxGatMsZ5oczX1Ho { box-sizing:content-box;height:10.4375rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.4375rem;left:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Tz8iNNRMq52ffPrFMBOf7cGchpaFQlKR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:10.625rem;height:1.625rem;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;text-align:right;text-align-last:right;display:block; }
#VZhVz3hwPWX9iRUZQz0kA736iTziDIl2 { 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:2.4375rem;width:2.5rem;top:4rem;left:20.6875rem;overflow:hidden;display:block; }
#NWTAZJ0AHM1yXFKF3VwsekgrbSSwuKRQ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.8125rem;height:2.92480625rem;text-align:right;text-align-last:right;display:block; }
#trPZsTDso0EBqrD2Szp2t38dSdJln6w7 { box-sizing:content-box;height:10.4375rem;width:22.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:17.6875rem;left:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Env2pZ4Iyn888dM16WpwXfWL95SqLlsV { color:#000000;display:block;width:21.25rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.875rem;left:1.8125rem;height:2.92480625rem;text-align:right;text-align-last:right;display:block; }
#VIJ8lhCD6kb078wtlRX2dLPPvS3DIO5s { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.0625rem;left:10.625rem;height:1.625rem;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;text-align:right;text-align-last:right;display:block; }
#iMI7HFzOBeBsUhq3WqAXk5LvxGLc4tSD { 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:2.4375rem;width:2.5rem;top:19.1875rem;left:20.6875rem;overflow:hidden;display:block; }
#fIEEiogu8vJF1ZQfydAVphCcy2xxBw1F { box-sizing:content-box;height:10.4375rem;width:22.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:32.4375rem;left:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AQVsIIxQISSO6whFbtgoMwZcuiu3fcwR { color:#000000;display:block;width:21.25rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.9375rem;left:1.8125rem;height:4.38720625rem;text-align:right;text-align-last:right;display:block; }
#pQHNOqzCD6MuEIX0PdlC3phgiswWi9T5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.125rem;left:10.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QRcbgMi6qr2rUo7PDufQcww1ClTN9sDU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.5rem;top:33.25rem;left:20.6875rem;overflow:hidden;display:block; }
#I1pe2hAUpiTdG60eTEkGkFTuuRXRJmeF { box-sizing:content-box;height:10.4375rem;width:22.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.4375rem;left:51.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fsMMRDeguE1dvcTwLChmqV8s2WSzZwsI { color:#000000;display:block;width:16.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.875rem;left:51.875rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#wJrZUBSRZ0yypw2Bei4Xo9QsH71ciBpg { color:#000000;display:block;width:21.25rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6875rem;left:51.875rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#dcNtk3wWbw9BmrBfnqIkk2b8eRD1gQT5 { 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:2.4375rem;width:2.5rem;top:4rem;left:51.875rem;overflow:hidden;display:block; }
#c2bsNA36xweD2NkFyfmmAv8fbuicK3sm { box-sizing:content-box;height:10.4375rem;width:22.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:17.6875rem;left:51.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hNGFJzhMXJZJ873SkDzoiWNFSRNx0sX8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.5rem;top:19.25rem;left:51.875rem;overflow:hidden;display:block; }
#phByvrVTPOIHeNTUXwahT0sfnzu33uFO { color:#000000;display:block;width:15.625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.125rem;left:51.875rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#rO5RGkTZ9k6RiMByTJNSwZihCf4J3qPn { color:#000000;display:block;width:21.25rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.9375rem;left:51.875rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#DS4bIsb68D5plrgTCO3lM60TIfLNIhZG { box-sizing:content-box;height:10.4375rem;width:22.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:32.4375rem;left:51.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DaZWIfyqCux3JbCMOiS0KWr3MdnhEx7z { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.5rem;top:34rem;left:51.875rem;overflow:hidden;display:block; }
#OkJbHMlkrcLx7ECkobxS9OHTxcXFbg3G { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.875rem;left:51.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OatZrelZlbaV0lyNeflpFPHt0MXcXNuT { color:#000000;display:block;width:21.25rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.6875rem;left:51.875rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ { position:relative;display:block; }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ { background-color: transparent; background-image: none; }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .row .container > .video-iframe-container { display: none; }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .row > .video-iframe-container { display: none; }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .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); }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ { border-width: 0; border-radius: 0; }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .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; }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#z3nQ6W8Wc0Zu8ogJtC8LbyHhXSIb6Maw { background-color:#c7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:28.71875rem;display:block; }
#HOTOsylyMXg2KZwQ3C3snLANeqwCa81H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A { position:relative;display:block; }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A { background-color: transparent; background-image: none; }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .row .container > .video-iframe-container { display: none; }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .row > .video-iframe-container { display: none; }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .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); }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A { border-width: 0; border-radius: 0; }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .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; }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT { position:relative;display:block; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT { background-color: transparent; background-image: none; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .row .container > .video-iframe-container { display: none; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .row > .video-iframe-container { display: none; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .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); }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT { border-width: 0; border-radius: 0; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .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; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#CIyAoHrMTPTTkH7mm0z7e0FtR0KEUGfM { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:teko;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.39990234375rem;left:11.53125rem;height:3.4121125rem;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;text-align:center;text-align-last:center;display:block; }
#GTP2uaaQU4eaCNUv0mHcaZFTQXgG7tVA { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:20.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#szQuHaIB24lx1ueepr8buSsZgIVvR61b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row .container { background-color: transparent; background-image: none; }#szQuHaIB24lx1ueepr8buSsZgIVvR61b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row .container > .video-iframe-container { display: none; }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row > .video-iframe-container { display: none; }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .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); }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row .container { border-width: 0; border-radius: 0; }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#aDZKBrLUdeMlyu5RphMZ7aSKIu3T2LlR { position:absolute;display:block;z-index:15000;height:34.375rem;width:62.5rem;top:0rem;left:6.25rem;display:block; }
#b8WpZJxi1hLTO2n66exv84OupoyNg188 { position:relative;display:block; }#b8WpZJxi1hLTO2n66exv84OupoyNg188 { background-color: transparent; background-image: none; }#b8WpZJxi1hLTO2n66exv84OupoyNg188::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .row .container > .video-iframe-container { display: none; }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .row > .video-iframe-container { display: none; }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .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); }#b8WpZJxi1hLTO2n66exv84OupoyNg188 { border-width: 0; border-radius: 0; }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .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; }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#M8PsfdCsKqscaUKxMfHOo0LobESl0EIN { background-color:#c7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:28.71875rem;display:block; }
#UN0dCBAyuDlvJf15Nzmk674bFnADOlB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 { position:relative;display:block; }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 { background-color: transparent; background-image: none; }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .row .container > .video-iframe-container { display: none; }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .row > .video-iframe-container { display: none; }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .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); }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 { border-width: 0; border-radius: 0; }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .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; }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row .container { background-color: transparent; background-image: none; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row .container > .video-iframe-container { display: none; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row > .video-iframe-container { display: none; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .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); }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row .container { border-width: 0; border-radius: 0; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#ilkV2yE7iMkA4C0JJ5u73rdcJtVEeEX7 { color:#000000;display:block;width:33.875rem;position:absolute;font-family:teko;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.0625rem;left:19.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gz913gGw0JptTG8CsrQw36CbJuJscZgK { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.181640625rem;left:11.46875rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#gK2EJG5b0EXOe9bRa7y4nSGJn4kau6WA { color:#000000;display:block;width:14rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:19.3125rem;left:5.75rem;height:2.5rem;font-style:normal;display:block; }
#T1r5UhJxG47mgu3Eox7r7PfPXA8u674u { color:#000000;display:block;width:17.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.375rem;left:5.75rem;height:5.8496125rem;display:block; }
#XdN6ZEwBIvXm0NFPNpVnroeH8O3WplbW { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:19.3125rem;left:49.9375rem;height:2.5rem;font-style:normal;display:block; }
#Pyp0tzf5mDIaPEfSUe4QQxIGK8AQnLbS { color:#000000;display:block;width:17.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.8125rem;left:49.9375rem;height:4.38720625rem;display:block; }
#cN9mxuUCNd0rUS0JGKUlWBoHO4pcNO7S { color:#000000;display:block;width:16.125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:19.4375rem;left:28rem;height:2.5rem;font-style:normal;display:block; }
#JWCI6z99aN3EPSqBlApGlzP0axitXx4H { color:#000000;display:block;width:17.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.4375rem;left:28rem;height:4.38720625rem;display:block; }
#QZztrP17csf7eUvXwuFE4UzT43PAyc98 { box-sizing:content-box;height:15.125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:14.1875rem;left:5rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#R8hGCSyzHOCJux7KzEXsucuIRaoycNtx { 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:3.125rem;width:3.125rem;top:15.6875rem;left:5.75rem;overflow:hidden;display:block; }
#fIpi5W69hnXehVpqt8kwoNyIL1w61ep4 { box-sizing:content-box;height:15.125rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:14.1875rem;left:27.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XyoE0cPgKlFoHnrPLQ1Q6qyeGau7Q00n { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:15.75rem;left:28rem;overflow:hidden;display:block; }
#REcJCxct7ppBho6zwlwnTuTHvWWmz2tU { box-sizing:content-box;height:15.125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:14.1875rem;left:49.1875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xy2M78UaTg7y9sqOx0wCLi6WM4hMBU6u { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:15.6875rem;left:49.9375rem;overflow:hidden;display:block; }
#yRQ8Ko16zX42sAWrywCTzHwMCGMIbdHi { box-sizing:content-box;height:15.125rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:32.125rem;left:5rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JXyhgaOGRq899kS8UFGWXHM1kO3be2hK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.625rem;left:5.75rem;overflow:hidden;display:block; }
#yd1UxIFehJSEA6GTZCymxywfKhsPnxCa { color:#000000;display:block;width:14rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:37.25rem;left:5.75rem;height:2.5rem;font-style:normal;display:block; }
#dAnn9TtQS2QdS5xAA4AUkORxvki2NwRT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:40.3125rem;left:5.75rem;height:5.8496125rem;display:block; }
#ABu5c5ZlUxsTXIL3laDK9Risd2GMF93n { box-sizing:content-box;height:15.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:32.125rem;left:27.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zOizXLO1HGFsPCvmUQ0dK6StPTZwQk56 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.625rem;left:28rem;overflow:hidden;display:block; }
#BP3tKpEDqnT3PUu4SHDuCktfISar5DrR { color:#000000;display:block;width:14rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:2;letter-spacing:0;top:37.3125rem;left:28rem;height:2.5rem;font-style:normal;display:block; }
#O0bbx8ADQVp4tMCLCwXVd7zHC886PpAp { color:#000000;display:block;width:17.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.375rem;left:28rem;height:5.8496125rem;display:block; }
#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu { position:relative;display:block; }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu { background-color: transparent; background-image: none; }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .row .container > .video-iframe-container { display: none; }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .row > .video-iframe-container { display: none; }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .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); }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu { border-width: 0; border-radius: 0; }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .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; }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row .container { background-color: transparent; background-image: none; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row .container > .video-iframe-container { display: none; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row > .video-iframe-container { display: none; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .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); }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row .container { border-width: 0; border-radius: 0; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#zu22uNylPwcD6qkgNyo5a5h651hgTD9C { position:absolute;display:block;z-index:15102;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:1.25rem;width:1.25rem;top:17.125rem;left:46.0625rem;overflow:hidden;display:block; }
#UCXbSpJ02F0f3WJGkfoG7PpJKi94TRim { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15084;background-color:#000000;background-image:none;top:15.8125rem;left:31.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#aEH4nsQBSTAncthA3ivaiOb9nRMNEwGt { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.125rem;top:10.4375rem;left:14.0625rem;overflow:hidden;display:block; }
#ODO0psmUT1bcWbJJmDTxA2XC6sBnovab { box-sizing:content-box;height:3rem;width:8.25rem;position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;top:10.3125rem;left:14rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#F7mFdotiGxr8aGTebrmms58BQLSudGQK { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:17rem;left:32.4375rem;height:1.4624rem;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;text-align:center;text-align-last:center;display:block; }
#h7aunAsBM0Mb78nxmuRNyD2ydbTxCBuE { position:absolute;display:block;z-index:15099;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:1.875rem;width:1.875rem;top:16.8125rem;left:6.1875rem;overflow:hidden;display:block; }
#gazlSaV2TbagygHdG1Sr62KQTvvIgyP7 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:16.28759765625rem;left:8.84375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gazlSaV2TbagygHdG1Sr62KQTvvIgyP7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gazlSaV2TbagygHdG1Sr62KQTvvIgyP7 li:before{  }
#wEB0dAHkaWSHycSdWUnhHXLAHP1EvEV5 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:10.375rem;left:52.375rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#uSBVKQUZRn18LZzfw6yZ72II5dH6Ff65 { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:teko;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.58740234375rem;left:11.53125rem;height:3.4121125rem;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;text-align:center;text-align-last:center;display:block; }
#STO9WegBvaR9T5BhW3BMFKhHFsLWDEbE { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9375rem;left:21.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XHTgkuxRBvQDeeU4wOWRATKCMhtTTcbU { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15086;background-color:#000000;background-image:none;top:20.8125rem;left:31.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zrn6k4MsJFTNtVkHnQLdzJbcmSHC3vto { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22rem;left:32.4375rem;height:1.4624rem;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;text-align:center;text-align-last:center;display:block; }
#zqLLPbCSf7P8r3LBnkd8Q50VpTgNDm9J { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15087;background-color:#000000;background-image:none;top:25.75rem;left:31.3125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dbiIoh92pVGOazX3eTUVkKF7wrExJF6u { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:26.9375rem;left:32.5rem;height:1.4624rem;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;text-align:center;text-align-last:center;display:block; }
#X8ybXCnXQWh1iTea6geBzwXXyQtL906I { box-sizing:content-box;height:3.75rem;width:24.9375rem;position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;top:15.75rem;left:5.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#CoiMtaA0dJcgnqfWLR8rqDOTIJxcqzbB { box-sizing:content-box;height:3.75rem;width:24.9375rem;position:absolute;display:block;z-index:15088;background-color:#ffffff;background-image:none;top:20.75rem;left:5.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#XKqCG97ibyvIVHb5Rti6hGgoXaBaaHWi { position:absolute;display:block;z-index:15102;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:1.875rem;width:1.875rem;top:21.78125rem;left:6.1875rem;overflow:hidden;display:block; }
#M6oB8odAk5yNBNNqxOdcpSn22lp1cpzb { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:21.9873046875rem;left:8.84375rem;height:1.4624rem;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;text-align:left;text-align-last:left;display:block; }
#ONRiut3cWNguwMy4XIoGbJHyK4tZDUex { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15089;background-color:#000000;background-image:none;top:30.875rem;left:31.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fAIdJII7esfhzhoIDbhdwUvTdQzsQyPb { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:32.0625rem;left:32.4375rem;height:1.4624rem;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;text-align:center;text-align-last:center;display:block; }
#DM4wDruXFtvRIyiUTsr7eDiAtQdcDnsE { box-sizing:content-box;height:3.75rem;width:24.9375rem;position:absolute;display:block;z-index:15086;background-color:#f5f5f5;background-image:none;top:15.75rem;left:44.9375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#IKeqK7Nu96tKc01IeSAJD8C4CxBQAwQi { color:#000000;display:block;width:20.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:17rem;left:47.9375rem;height:1.4624rem;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;text-align:left;text-align-last:left;display:block; }
#MbrTdRUzPSycTUHxhLrOO1iyLQ8l52K6 { box-sizing:content-box;height:3.75rem;width:24.9375rem;position:absolute;display:block;z-index:15087;background-color:#f5f5f5;background-image:none;top:20.71875rem;left:44.9375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TE7CS4xhJosgyTXvtuHpp4VutBal0QqL { position:absolute;display:block;z-index:15103;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:1.25rem;width:1.25rem;top:22.09375rem;left:46.0625rem;overflow:hidden;display:block; }
#Sra92Zq59zwsMizMLoh2gJbdUHBQ6n1q { color:#000000;display:block;width:20.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:21.9873046875rem;left:47.9375rem;height:1.4624rem;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;text-align:left;text-align-last:left;display:block; }
#MC7zb2rHcnIHmtwR8c3H9Gxy3b1LCDMb { box-sizing:content-box;height:3.75rem;width:24.9375rem;position:absolute;display:block;z-index:15088;background-color:#f5f5f5;background-image:none;top:25.65625rem;left:44.9375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iIz2FcAxAHATXcbRLaPu4C95eTnaSuGZ { position:absolute;display:block;z-index:15104;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:1.25rem;width:1.25rem;top:27.03125rem;left:46.0625rem;overflow:hidden;display:block; }
#BGZNmOrSR1VwN9B6v8IdTkQSeZLItg4g { color:#000000;display:block;width:20.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:26.19384765625rem;left:47.9375rem;height:2.92480625rem;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;text-align:left;text-align-last:left;display:block; }
#gwD78sqnHzKT9wf0ZOEbkg3SgFwZJb6z { box-sizing:content-box;height:3.75rem;width:24.9375rem;position:absolute;display:block;z-index:15089;background-color:#ffffff;background-image:none;top:25.65625rem;left:5.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GDQAQaZrneo1dWXvMT5to4gbp9DJcsxz { box-sizing:content-box;height:3.75rem;width:24.9375rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:none;top:30.78125rem;left:5.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#niS3StQ6wuuVHCQpobvK6BsQXrpwcBkw { box-sizing:content-box;height:3.75rem;width:24.9375rem;position:absolute;display:block;z-index:15089;background-color:#f5f5f5;background-image:none;top:30.78125rem;left:44.9375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RlVnv4pEGHBvOCoOzKHCcw5HigZSNhKf { position:absolute;display:block;z-index:15105;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:1.25rem;width:1.25rem;top:32.15625rem;left:46.0625rem;overflow:hidden;display:block; }
#utJpPAd3Scg468aTrEukoL4z46lMtumS { color:#000000;display:block;width:20.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:31.31884765625rem;left:47.9375rem;height:2.92480625rem;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;text-align:left;text-align-last:left;display:block; }
#ceTqnXbJskbb4bS1SSgdx5MdOP43ccTH { position:absolute;display:block;z-index:15103;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:1.875rem;width:1.875rem;top:26.71875rem;left:6.1875rem;overflow:hidden;display:block; }
#JhhIXr3Lk2aaRBiqlRU4TyWZJJMXvA5Z { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:26.9248046875rem;left:8.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KSTdAUOLfMDxWBWnOe7mpOuz9bbeGonu { position:absolute;display:block;z-index:15104;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:1.875rem;width:1.875rem;top:31.84375rem;left:6.1875rem;overflow:hidden;display:block; }
#dGsKx0N3zQ58W3VQiuG0kNh69tJ67uDn { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:32.0498046875rem;left:8.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 { position:relative;display:block; }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 { background-color: transparent; background-image: none; }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .row .container > .video-iframe-container { display: none; }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .row > .video-iframe-container { display: none; }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .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); }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 { border-width: 0; border-radius: 0; }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .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; }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 { position:relative;display:block; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 { background-color: transparent; background-image: none; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .row .container > .video-iframe-container { display: none; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .row > .video-iframe-container { display: none; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .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); }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 { border-width: 0; border-radius: 0; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .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; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:35.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; }#LByzukaGtFJHhoPnTVpJnkKnhes8mnzZ { background-color:#c7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.3125rem;left:40.375rem;display:block; }
#wVXnBMtcotXELcKABg0OW25n8ihZFETp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EL5zgu3TEnQ6i4hWbu5Kd9pcN4zXnLWU { color:#000000;display:block;width:28.75rem;position:absolute;font-family:teko;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.625rem;left:40.375rem;height:5.7744125rem;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;text-align:left;text-align-last:left;display:block; }
#XGP8FE6DDugoMKCBu8dhg4WRP1WeaKT3 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.6875rem;left:40.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D9lxKlBigTLfvtsP4x5i1lJPkZhn31UW { 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:1.5rem;width:9.375rem;top:3.3125rem;left:40.375rem;overflow:hidden;display:block; }
#zVPqe32TKkozWTgnShHuTqSKm9CvTW0k { color:#000000;display:block;width:2.625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:50.3125rem;height:1.4624rem;display:block; }
#dr61TIDIElzLC4ztp78mE9a88TrxRbPI { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.25rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ul5iH6QDNPosDEaxTQy5eDZlTlHzgMkv { 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:1.5rem;width:1.875rem;top:31.125rem;left:40.75rem;overflow:hidden;display:block; }
#ebqXZZGG5mzDtH6JnJX8JFmPkWHXRnIU { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.5625rem;left:40.375rem;height:6.787125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ebqXZZGG5mzDtH6JnJX8JFmPkWHXRnIU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ebqXZZGG5mzDtH6JnJX8JFmPkWHXRnIU li:before{  }
#y1szrtQ8s2orwo90s7ghVIcWpek6TpXV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:34.375rem;width:34.375rem;top:0.75rem;left:1.5625rem;overflow:hidden;display:block; }
#FKpcf5kFioJJfqLZCZtMOxorresIS42o { position:relative;display:block; }#FKpcf5kFioJJfqLZCZtMOxorresIS42o { background-color: transparent; background-image: none; }#FKpcf5kFioJJfqLZCZtMOxorresIS42o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .row .container > .video-iframe-container { display: none; }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .row > .video-iframe-container { display: none; }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .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); }#FKpcf5kFioJJfqLZCZtMOxorresIS42o { border-width: 0; border-radius: 0; }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .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; }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW { position:relative;display:block; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW { background-color: transparent; background-image: none; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .row .container > .video-iframe-container { display: none; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .row > .video-iframe-container { display: none; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .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); }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW { border-width: 0; border-radius: 0; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .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; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#h7ugg0hUHToGrwoOwuqS8a7Dga5KSTVL { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:14.3125rem;height:7.31200625rem;text-align:center;text-align-last:center;display:block; }
#Cw6cpTGtv1k50Eep0OsKHIll5GsT4qiU { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:teko;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:15rem;height:3.4121125rem;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;text-align:center;text-align-last:center;display:block; }
#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd { position:relative;display:block; }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd { background-color: transparent; background-image: none; }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .row .container > .video-iframe-container { display: none; }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .row > .video-iframe-container { display: none; }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .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); }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd { border-width: 0; border-radius: 0; }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .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; }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:31.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; }#oqsNPDbfNo4P5wUQCgOsWXyOXRZbMSzU { 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:28.875rem;width:61.3125rem;top:1.1875rem;left:6.84375rem;overflow:hidden;display:block; }
#e539D3HwKqoqMv4IwzEL24dlf8Arp5aT { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.72509765625rem;left:14.3125rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc { position:relative;display:block; }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc { background-color: transparent; background-image: none; }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .row .container > .video-iframe-container { display: none; }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .row > .video-iframe-container { display: none; }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .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); }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc { border-width: 0; border-radius: 0; }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .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; }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s { position:relative;display:block; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s { background-color: transparent; background-image: none; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .row .container > .video-iframe-container { display: none; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .row > .video-iframe-container { display: none; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .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); }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s { border-width: 0; border-radius: 0; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .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; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#IMVkS6sS1c1XTpR6zV4fbHW5VzIIJwGm { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:1.6875rem;left:9.375rem;display:block; }
#ghfTH2pOQDuWrTMVy4p29lHAOGhw26Gd { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:6.0625rem;left:9.375rem;display:block; }
#VrdCHAWwkM4AZLk6O63octMKhWRPT8tr { 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:1.5625rem;width:1.5rem;top:3.3125rem;left:32.25rem;overflow:hidden;display:block; }
#F5KowrLCJJEtobuhlahXpUMhgWZx29UM { 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:1.5625rem;width:1.5rem;top:3.3125rem;left:35.4375rem;overflow:hidden;display:block; }
#awUMbKMtW2uQ2SR4Z7LN1u8g0rbwuXdo { 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:1.5rem;width:1.5rem;top:3.3125rem;left:38.3125rem;overflow:hidden;display:block; }
#hHuTztmkHoMW6cw3iVe8N8EZBJGtaic6 { 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:1.3125rem;width:1.4375rem;top:3.4375rem;left:41.375rem;overflow:hidden;display:block; }
#M8ZOQFEPH6F2tt2t9kaUkMqtAoIkACll { color:#747474;display:block;width:49.8125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.625rem;left:12.59375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#iQMJehCXEWzTovFWspi8Ix26lyCpWUO1 { 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:4.5rem;width:18.75rem;top:7.6875rem;left:28.125rem;overflow:hidden;display:block; }
#JS8Eamf7kg7dTtRKlwHAe9vIxhCp0caR { color:#747474;display:block;width:49.8125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.9375rem;left:12.59375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#vrRXSRFLO5hM9gNCylT1B9Ew1FfKzzm4 { 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:2.8125rem;width:8.125rem;top:18.099609375rem;left:33.4375rem;overflow:hidden;display:block; }
#Z0kv2720rhST29fwKW8EolS1BqF4sGBR { color:#747474;display:block;width:49.8125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.849609375rem;left:12.59375rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq { position:relative;display:block; }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq { background-color: transparent; background-image: none; }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .row .container > .video-iframe-container { display: none; }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .row > .video-iframe-container { display: none; }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .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); }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq { border-width: 0; border-radius: 0; }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .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; }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }@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) { #MhypTqcKHHchXxkMSHBqcnXtsSIy1dtT { top:0.5625rem;left:0rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDydMcvaok30rSeIOVkadLomfLUQ2p7 { width:10.75rem;height:2.1875rem;top:0.875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMngOGEtQWOnnDQ53Xs3ANn9ubxpJ78T { display:block; }
 }@media only screen and (max-width: 763px) { #PwqwsKoEG1vh2yCDonHWXMawopGyEAmf { display:block; }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uE7MuFTgsGGCJXbWW940Nz40Eslw2kXo { top:4.125rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veCbTwZ6G4wBdTaK9aM5hyTpGcA1wn6m { top:11.0625rem;left:0rem;width:33.875rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3xJ8V0A37sbtHZUVywlUmbO5SKChTh { top:1.125rem;left:0rem;width:34.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O54hqiz4aszIXxDyvG4qc7CCtHDfQ03J { top:21.3125rem;left:0rem;width:34.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAbCqIgdENIKdVIl8CHBn7aB57mFW8B { top:7.4375rem;left:0rem;width:9.375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgURK1r43iPS0c877KnKSee91NlyiOKU { top:7.5rem;left:4.9375rem;width:2.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roIw6a2M9wcn9adD1WThha14ImZTmwaK { width:17.5625rem;height:2.875rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kNackreF3t9AIPEpyS5rHf1kDKT1qI { display:block; }
 }@media only screen and (max-width: 763px) { #mkER2Gy04Tw1SA8LosVFqviiLgBqUATR { display:block; }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWwB5zfTEDJav19Veq4AVrPInpTaGuor { display:block; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTakvvwuHplWrxVp62GO2O27TnVggeUu { top:3.9375rem;left:16rem;width:31.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ9flBmFWIPPGEhTyXzET0Gyei42DyDR { top:11.3125rem;left:13.6875rem;width:34.0625rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeJF41Tf3GmkdWS5PK3PG7ZWzZNJaV15 { width:17.5625rem;height:2.875rem;top:27.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va1sL1oRdkeoeTF8uKbkBApKUSrE6XH5 { display:block; }
 }@media only screen and (max-width: 763px) { #Xh7tDRitJWrGGwbTtoflPVVdhqZTQyxC { top:0.875rem;left:0rem;width:32.5rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW { display:block; }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn { display:block; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dic12iGDHcOqKXvAoVhL9EffTFvnEJH2 { top:1.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bb9V0w8V5olIQeVkd0a7xKPgL6gIyd { top:1.875rem;left:0rem;width:17.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwDeTpg6ml9sVn0AD8TwqSXW7f3UCf3a { top:1.9375rem;left:15.875rem;width:1.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iguoEe7nbwuFf1LOquRpEWkEITdbssia { top:1.875rem;left:13.75rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDaAxz2B5qwEM9hpB065mOJqDUaAASQ9 { top:1.875rem;left:31.0625rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOmTkXMcGcqD5DUdX3lDEPtpCsASA02R { top:1.875rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWs6udnuMfAnb71mH1bZdluLdE2fgnBo { display:block; }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 { display:block; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtxRzkVFyeFx0v9U5AAoEpaWNP0I1tmw { top:1.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E { display:block; }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPTmMxQwCqpcuBDrm8zgUJkbOD4bx41b { top:5.0625rem;left:16.28125rem;width:15.0625rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfbAqpdFaBMBB4nFUxGatMsZ5oczX1Ho { top:2.4375rem;left:0rem;width:22.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8iNNRMq52ffPrFMBOf7cGchpaFQlKR { top:6.875rem;left:3.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZhVz3hwPWX9iRUZQz0kA736iTziDIl2 { top:4rem;left:13.375rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTAZJ0AHM1yXFKF3VwsekgrbSSwuKRQ { top:8.6875rem;left:0rem;width:21.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trPZsTDso0EBqrD2Szp2t38dSdJln6w7 { top:17.6875rem;left:0rem;width:22.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Env2pZ4Iyn888dM16WpwXfWL95SqLlsV { top:23.875rem;left:0rem;width:21.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJ8lhCD6kb078wtlRX2dLPPvS3DIO5s { top:22.0625rem;left:3.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMI7HFzOBeBsUhq3WqAXk5LvxGLc4tSD { top:19.1875rem;left:13.375rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIEEiogu8vJF1ZQfydAVphCcy2xxBw1F { top:32.4375rem;left:0rem;width:22.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQVsIIxQISSO6whFbtgoMwZcuiu3fcwR { top:37.9375rem;left:0rem;width:21.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHNOqzCD6MuEIX0PdlC3phgiswWi9T5 { top:36.125rem;left:3.375rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRcbgMi6qr2rUo7PDufQcww1ClTN9sDU { top:33.25rem;left:13.375rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1pe2hAUpiTdG60eTEkGkFTuuRXRJmeF { top:2.4375rem;left:24.875rem;width:22.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsMMRDeguE1dvcTwLChmqV8s2WSzZwsI { top:6.875rem;left:31rem;width:16.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrZUBSRZ0yypw2Bei4Xo9QsH71ciBpg { top:8.6875rem;left:26.375rem;width:21.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcNtk3wWbw9BmrBfnqIkk2b8eRD1gQT5 { top:4rem;left:31.75rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2bsNA36xweD2NkFyfmmAv8fbuicK3sm { top:17.6875rem;left:24.875rem;width:22.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNGFJzhMXJZJ873SkDzoiWNFSRNx0sX8 { top:19.25rem;left:31.75rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phByvrVTPOIHeNTUXwahT0sfnzu33uFO { top:22.125rem;left:31.75rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO5RGkTZ9k6RiMByTJNSwZihCf4J3qPn { top:23.9375rem;left:26.375rem;width:21.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS4bIsb68D5plrgTCO3lM60TIfLNIhZG { top:32.4375rem;left:24.875rem;width:22.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaZWIfyqCux3JbCMOiS0KWr3MdnhEx7z { top:34rem;left:31.75rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkJbHMlkrcLx7ECkobxS9OHTxcXFbg3G { top:36.875rem;left:31.75rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OatZrelZlbaV0lyNeflpFPHt0MXcXNuT { top:38.6875rem;left:26.375rem;width:21.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ { display:block; }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3nQ6W8Wc0Zu8ogJtC8LbyHhXSIb6Maw { width:17.5625rem;height:2.875rem;top:1.125rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTOsylyMXg2KZwQ3C3snLANeqwCa81H { display:block; }
 }@media only screen and (max-width: 763px) { #eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A { display:block; }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3x5O2y1osI0OV28kqvOklp8p1onmmgT { display:block; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIyAoHrMTPTTkH7mm0z7e0FtR0KEUGfM { top:1.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTP2uaaQU4eaCNUv0mHcaZFTQXgG7tVA { top:4.75rem;left:6.875rem;width:34.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szQuHaIB24lx1ueepr8buSsZgIVvR61b { display:block; }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDZKBrLUdeMlyu5RphMZ7aSKIu3T2LlR { top:0rem;left:0rem;width:47.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8WpZJxi1hLTO2n66exv84OupoyNg188 { display:block; }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8PsfdCsKqscaUKxMfHOo0LobESl0EIN { width:17.5625rem;height:2.875rem;top:1.125rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN0dCBAyuDlvJf15Nzmk674bFnADOlB1 { display:block; }
 }@media only screen and (max-width: 763px) { #QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 { display:block; }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEt16QpIWoDMt5NKw7MZVD5PTok1v62l { display:block; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilkV2yE7iMkA4C0JJ5u73rdcJtVEeEX7 { top:1.0625rem;left:5.875rem;width:33.875rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz913gGw0JptTG8CsrQw36CbJuJscZgK { top:7.125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK2EJG5b0EXOe9bRa7y4nSGJn4kau6WA { top:19.3125rem;left:0rem;width:14rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1r5UhJxG47mgu3Eox7r7PfPXA8u674u { top:22.375rem;left:0rem;width:17.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdN6ZEwBIvXm0NFPNpVnroeH8O3WplbW { top:19.3125rem;left:35.4375rem;width:12.3125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyp0tzf5mDIaPEfSUe4QQxIGK8AQnLbS { top:21.8125rem;left:30.25rem;width:17.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN9mxuUCNd0rUS0JGKUlWBoHO4pcNO7S { top:19.4375rem;left:14.375rem;width:16.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWCI6z99aN3EPSqBlApGlzP0axitXx4H { top:22.4375rem;left:14.375rem;width:17.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZztrP17csf7eUvXwuFE4UzT43PAyc98 { top:14.1875rem;left:0rem;width:18.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8hGCSyzHOCJux7KzEXsucuIRaoycNtx { top:15.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIpi5W69hnXehVpqt8kwoNyIL1w61ep4 { top:14.1875rem;left:13.625rem;width:18.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyoE0cPgKlFoHnrPLQ1Q6qyeGau7Q00n { top:15.75rem;left:14.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REcJCxct7ppBho6zwlwnTuTHvWWmz2tU { top:14.1875rem;left:28.75rem;width:18.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2M78UaTg7y9sqOx0wCLi6WM4hMBU6u { top:15.6875rem;left:36.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQ8Ko16zX42sAWrywCTzHwMCGMIbdHi { top:32.125rem;left:0rem;width:18.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXyhgaOGRq899kS8UFGWXHM1kO3be2hK { top:33.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd1UxIFehJSEA6GTZCymxywfKhsPnxCa { top:37.25rem;left:0rem;width:14rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAnn9TtQS2QdS5xAA4AUkORxvki2NwRT { top:40.3125rem;left:0rem;width:17.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABu5c5ZlUxsTXIL3laDK9Risd2GMF93n { top:32.125rem;left:13.625rem;width:18.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOizXLO1HGFsPCvmUQ0dK6StPTZwQk56 { top:33.625rem;left:14.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP3tKpEDqnT3PUu4SHDuCktfISar5DrR { top:37.3125rem;left:14.375rem;width:14rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0bbx8ADQVp4tMCLCwXVd7zHC886PpAp { top:40.375rem;left:14.375rem;width:17.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usom0GHbug2tuSpmLUL1ZodgOMRA7LAu { display:block; }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh { display:block; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zu22uNylPwcD6qkgNyo5a5h651hgTD9C { top:17.125rem;left:32.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCXbSpJ02F0f3WJGkfoG7PpJKi94TRim { top:15.8125rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEH4nsQBSTAncthA3ivaiOb9nRMNEwGt { top:10.4375rem;left:0.4375rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODO0psmUT1bcWbJJmDTxA2XC6sBnovab { top:10.3125rem;left:0.375rem;width:8.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7mFdotiGxr8aGTebrmms58BQLSudGQK { top:17rem;left:18.8125rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7aunAsBM0Mb78nxmuRNyD2ydbTxCBuE { top:16.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gazlSaV2TbagygHdG1Sr62KQTvvIgyP7 { top:16.25rem;left:0rem;width:20.5625rem;height:2.9375rem;font-size:1rem;display:block; }#gazlSaV2TbagygHdG1Sr62KQTvvIgyP7 li:before{  }
 }@media only screen and (max-width: 763px) { #wEB0dAHkaWSHycSdWUnhHXLAHP1EvEV5 { top:10.375rem;left:37.4375rem;width:10.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSBVKQUZRn18LZzfw6yZ72II5dH6Ff65 { top:1.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO9WegBvaR9T5BhW3BMFKhHFsLWDEbE { top:4.9375rem;left:7.6875rem;width:34.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHTgkuxRBvQDeeU4wOWRATKCMhtTTcbU { top:20.8125rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrn6k4MsJFTNtVkHnQLdzJbcmSHC3vto { top:22rem;left:18.8125rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqLLPbCSf7P8r3LBnkd8Q50VpTgNDm9J { top:25.75rem;left:17.6875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbiIoh92pVGOazX3eTUVkKF7wrExJF6u { top:26.9375rem;left:18.875rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ybXCnXQWh1iTea6geBzwXXyQtL906I { top:15.75rem;left:0rem;width:24.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoiMtaA0dJcgnqfWLR8rqDOTIJxcqzbB { top:20.75rem;left:0rem;width:24.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKqCG97ibyvIVHb5Rti6hGgoXaBaaHWi { top:21.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oB8odAk5yNBNNqxOdcpSn22lp1cpzb { top:21.9375rem;left:0rem;width:19.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONRiut3cWNguwMy4XIoGbJHyK4tZDUex { top:30.875rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAIdJII7esfhzhoIDbhdwUvTdQzsQyPb { top:32.0625rem;left:18.8125rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM4wDruXFtvRIyiUTsr7eDiAtQdcDnsE { top:15.75rem;left:22.5625rem;width:24.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKeqK7Nu96tKc01IeSAJD8C4CxBQAwQi { top:17rem;left:27.25rem;width:20.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbrTdRUzPSycTUHxhLrOO1iyLQ8l52K6 { top:20.6875rem;left:22.5625rem;width:24.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE7CS4xhJosgyTXvtuHpp4VutBal0QqL { top:22.0625rem;left:32.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sra92Zq59zwsMizMLoh2gJbdUHBQ6n1q { top:21.9375rem;left:27.25rem;width:20.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC7zb2rHcnIHmtwR8c3H9Gxy3b1LCDMb { top:25.625rem;left:22.5625rem;width:24.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIz2FcAxAHATXcbRLaPu4C95eTnaSuGZ { top:27rem;left:32.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZNmOrSR1VwN9B6v8IdTkQSeZLItg4g { top:26.1875rem;left:27.25rem;width:20.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwD78sqnHzKT9wf0ZOEbkg3SgFwZJb6z { top:25.625rem;left:0rem;width:24.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQAQaZrneo1dWXvMT5to4gbp9DJcsxz { top:30.75rem;left:0rem;width:24.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niS3StQ6wuuVHCQpobvK6BsQXrpwcBkw { top:30.75rem;left:22.5625rem;width:24.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlVnv4pEGHBvOCoOzKHCcw5HigZSNhKf { top:32.125rem;left:32.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJpPAd3Scg468aTrEukoL4z46lMtumS { top:31.3125rem;left:27.25rem;width:20.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceTqnXbJskbb4bS1SSgdx5MdOP43ccTH { top:26.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhhIXr3Lk2aaRBiqlRU4TyWZJJMXvA5Z { top:26.875rem;left:0rem;width:19.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSTdAUOLfMDxWBWnOe7mpOuz9bbeGonu { top:31.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGsKx0N3zQ58W3VQiuG0kNh69tJ67uDn { top:32rem;left:0rem;width:19.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 { display:block; }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 { display:block; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LByzukaGtFJHhoPnTVpJnkKnhes8mnzZ { width:17.5625rem;height:2.875rem;top:27.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVXnBMtcotXELcKABg0OW25n8ihZFETp { display:block; }
 }@media only screen and (max-width: 763px) { #EL5zgu3TEnQ6i4hWbu5Kd9pcN4zXnLWU { top:5.625rem;left:19rem;width:28.75rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGP8FE6DDugoMKCBu8dhg4WRP1WeaKT3 { top:12.6875rem;left:20.5625rem;width:27.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9lxKlBigTLfvtsP4x5i1lJPkZhn31UW { top:3.3125rem;left:23.875rem;width:9.375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVPqe32TKkozWTgnShHuTqSKm9CvTW0k { top:3.375rem;left:29.875rem;width:2.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr61TIDIElzLC4ztp78mE9a88TrxRbPI { top:31.25rem;left:23.875rem;width:14.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul5iH6QDNPosDEaxTQy5eDZlTlHzgMkv { top:31.125rem;left:23.875rem;width:1.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebqXZZGG5mzDtH6JnJX8JFmPkWHXRnIU { top:15.5625rem;left:20.5625rem;width:27.1875rem;height:6.75rem;font-size:1.125rem;display:block; }#ebqXZZGG5mzDtH6JnJX8JFmPkWHXRnIU li:before{  }
 }@media only screen and (max-width: 763px) { #y1szrtQ8s2orwo90s7ghVIcWpek6TpXV { top:0.75rem;left:0rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKpcf5kFioJJfqLZCZtMOxorresIS42o { display:block; }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW { display:block; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7ugg0hUHToGrwoOwuqS8a7Dga5KSTVL { top:6.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw6cpTGtv1k50Eep0OsKHIll5GsT4qiU { top:2.5rem;left:1.375rem;width:45.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd { display:block; }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqsNPDbfNo4P5wUQCgOsWXyOXRZbMSzU { top:1.1875rem;left:0rem;width:47.75rem;height:22.487767584098rem;display:block; }
 }@media only screen and (max-width: 763px) { #e539D3HwKqoqMv4IwzEL24dlf8Arp5aT { top:11.6875rem;left:0.6875rem;width:46.375rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc { display:block; }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozBA6yp7ilnxvnemZQBgCdveVifGQ87s { display:block; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMVkS6sS1c1XTpR6zV4fbHW5VzIIJwGm { top:1.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghfTH2pOQDuWrTMVy4p29lHAOGhw26Gd { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrdCHAWwkM4AZLk6O63octMKhWRPT8tr { top:3.3125rem;left:18.625rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5KowrLCJJEtobuhlahXpUMhgWZx29UM { top:3.3125rem;left:21.8125rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awUMbKMtW2uQ2SR4Z7LN1u8g0rbwuXdo { top:3.3125rem;left:24.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHuTztmkHoMW6cw3iVe8N8EZBJGtaic6 { top:3.4375rem;left:27.75rem;width:1.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ZOQFEPH6F2tt2t9kaUkMqtAoIkACll { top:13.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQMJehCXEWzTovFWspi8Ix26lyCpWUO1 { top:7.6875rem;left:14.5rem;width:18.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS8Eamf7kg7dTtRKlwHAe9vIxhCp0caR { top:15.9375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrRXSRFLO5hM9gNCylT1B9Ew1FfKzzm4 { top:18.0625rem;left:19.8125rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kv2720rhST29fwKW8EolS1BqF4sGBR { top:21.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh4By5qySmGk0wySvxp7BilCKXxWUSmq { display:block; }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhypTqcKHHchXxkMSHBqcnXtsSIy1dtT { width:5.375rem;height:1.875rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDydMcvaok30rSeIOVkadLomfLUQ2p7 { width:9.25rem;height:2.25rem;top:0.53125rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMngOGEtQWOnnDQ53Xs3ANn9ubxpJ78T { display:block; }
 }@media only screen and (max-width: 763px) { #PwqwsKoEG1vh2yCDonHWXMawopGyEAmf { display:block; }#PwqwsKoEG1vh2yCDonHWXMawopGyEAmf > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uE7MuFTgsGGCJXbWW940Nz40Eslw2kXo { width:20rem;height:20rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veCbTwZ6G4wBdTaK9aM5hyTpGcA1wn6m { width:20rem;height:5.25rem;top:10rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3xJ8V0A37sbtHZUVywlUmbO5SKChTh { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O54hqiz4aszIXxDyvG4qc7CCtHDfQ03J { width:20rem;height:4.875rem;top:16.0859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAbCqIgdENIKdVIl8CHBn7aB57mFW8B { width:9.375rem;height:1.5rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgURK1r43iPS0c877KnKSee91NlyiOKU { width:2.625rem;height:1.4624rem;top:7.625rem;left:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roIw6a2M9wcn9adD1WThha14ImZTmwaK { width:20rem;height:2.875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kNackreF3t9AIPEpyS5rHf1kDKT1qI { display:block; }
 }@media only screen and (max-width: 763px) { #mkER2Gy04Tw1SA8LosVFqviiLgBqUATR { display:block; }#mkER2Gy04Tw1SA8LosVFqviiLgBqUATR > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWwB5zfTEDJav19Veq4AVrPInpTaGuor { display:block; }#xWwB5zfTEDJav19Veq4AVrPInpTaGuor > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTakvvwuHplWrxVp62GO2O27TnVggeUu { width:20rem;height:7.875rem;top:22.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ9flBmFWIPPGEhTyXzET0Gyei42DyDR { width:20rem;height:21.936025rem;top:31.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeJF41Tf3GmkdWS5PK3PG7ZWzZNJaV15 { width:20rem;height:2.875rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va1sL1oRdkeoeTF8uKbkBApKUSrE6XH5 { display:block; }
 }@media only screen and (max-width: 763px) { #Xh7tDRitJWrGGwbTtoflPVVdhqZTQyxC { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW { display:block; }#op5VwOvgglXT6AtDTuTUkgPUJuIeIeTW > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn { display:block; }#RGGs53D3MR4wZGXfeaSM7ceuQT9RcTHn > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dic12iGDHcOqKXvAoVhL9EffTFvnEJH2 { width:1.875rem;height:1.875rem;top:3.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bb9V0w8V5olIQeVkd0a7xKPgL6gIyd { width:11.5rem;height:2.92480625rem;top:2.875rem;left:5.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qwDeTpg6ml9sVn0AD8TwqSXW7f3UCf3a { width:1.875rem;height:1.75rem;top:7.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iguoEe7nbwuFf1LOquRpEWkEITdbssia { width:11.5rem;height:2.92480625rem;top:6.8125rem;left:5.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nDaAxz2B5qwEM9hpB065mOJqDUaAASQ9 { width:11.5rem;height:2.92480625rem;top:10.6875rem;left:5.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uOmTkXMcGcqD5DUdX3lDEPtpCsASA02R { width:1.875rem;height:1.875rem;top:11.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWs6udnuMfAnb71mH1bZdluLdE2fgnBo { display:block; }#uWs6udnuMfAnb71mH1bZdluLdE2fgnBo > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 { display:block; }#bqxSZOAV1Znfdnta6dGE90FGH6pAfyL8 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtxRzkVFyeFx0v9U5AAoEpaWNP0I1tmw { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E { display:block; }#hgrT0zpPWD7Fx0GSb2RuXxD1bxK60P3E > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPTmMxQwCqpcuBDrm8zgUJkbOD4bx41b { width:15.0625rem;height:35.875rem;top:48.186525rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfbAqpdFaBMBB4nFUxGatMsZ5oczX1Ho { width:19.75rem;height:10.4375rem;top:12.374025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz8iNNRMq52ffPrFMBOf7cGchpaFQlKR { width:16.3125rem;height:1.94970625rem;top:5.5625rem;left:1.84375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZhVz3hwPWX9iRUZQz0kA736iTziDIl2 { width:2.5rem;height:2.4375rem;top:2.505859375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTAZJ0AHM1yXFKF3VwsekgrbSSwuKRQ { width:20rem;height:2.92480625rem;top:8.19921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trPZsTDso0EBqrD2Szp2t38dSdJln6w7 { width:19.75rem;height:10.4375rem;top:24.311525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Env2pZ4Iyn888dM16WpwXfWL95SqLlsV { width:20rem;height:4.38720625rem;top:19.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIJ8lhCD6kb078wtlRX2dLPPvS3DIO5s { width:12.5rem;height:1.94970625rem;top:16.8125rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMI7HFzOBeBsUhq3WqAXk5LvxGLc4tSD { width:2.5rem;height:2.4375rem;top:13.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIEEiogu8vJF1ZQfydAVphCcy2xxBw1F { width:19.75rem;height:10.4375rem;top:36.249025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQVsIIxQISSO6whFbtgoMwZcuiu3fcwR { width:20rem;height:4.38720625rem;top:32.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQHNOqzCD6MuEIX0PdlC3phgiswWi9T5 { width:12.5rem;height:1.94970625rem;top:29.4375rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRcbgMi6qr2rUo7PDufQcww1ClTN9sDU { width:2.5rem;height:2.4375rem;top:26.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1pe2hAUpiTdG60eTEkGkFTuuRXRJmeF { width:19.75rem;height:10.4375rem;top:85.311525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsMMRDeguE1dvcTwLChmqV8s2WSzZwsI { width:16.75rem;height:3.8994125rem;top:42.875rem;left:1.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJrZUBSRZ0yypw2Bei4Xo9QsH71ciBpg { width:20rem;height:2.92480625rem;top:47.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcNtk3wWbw9BmrBfnqIkk2b8eRD1gQT5 { width:2.5rem;height:2.4375rem;top:39.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2bsNA36xweD2NkFyfmmAv8fbuicK3sm { width:19.75rem;height:10.4375rem;top:97.249025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNGFJzhMXJZJ873SkDzoiWNFSRNx0sX8 { width:2.5rem;height:2.4375rem;top:54.1865234375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phByvrVTPOIHeNTUXwahT0sfnzu33uFO { width:15.625rem;height:3.8994125rem;top:58.3115234375rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rO5RGkTZ9k6RiMByTJNSwZihCf4J3qPn { width:20rem;height:4.38720625rem;top:62.9365234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DS4bIsb68D5plrgTCO3lM60TIfLNIhZG { width:19.75rem;height:10.4375rem;top:109.186525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaZWIfyqCux3JbCMOiS0KWr3MdnhEx7z { width:2.5rem;height:2.4375rem;top:70.8115234375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkJbHMlkrcLx7ECkobxS9OHTxcXFbg3G { width:12.5rem;height:3.8994125rem;top:74.451171875rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OatZrelZlbaV0lyNeflpFPHt0MXcXNuT { width:20rem;height:2.92480625rem;top:79.47509765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ { display:block; }#wWaRfWQ2owNJpAmkdIAsRNhbqhBNOhyQ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3nQ6W8Wc0Zu8ogJtC8LbyHhXSIb6Maw { width:17.5625rem;height:2.875rem;top:1.21875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTOsylyMXg2KZwQ3C3snLANeqwCa81H { display:block; }
 }@media only screen and (max-width: 763px) { #eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A { display:block; }#eaGORfPRAIrzvwmpqQfxZbQHgPgxAi0A > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3x5O2y1osI0OV28kqvOklp8p1onmmgT { display:block; }#v3x5O2y1osI0OV28kqvOklp8p1onmmgT > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIyAoHrMTPTTkH7mm0z7e0FtR0KEUGfM { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GTP2uaaQU4eaCNUv0mHcaZFTQXgG7tVA { width:20rem;height:3.25rem;top:9.57421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szQuHaIB24lx1ueepr8buSsZgIVvR61b { display:block; }#szQuHaIB24lx1ueepr8buSsZgIVvR61b > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDZKBrLUdeMlyu5RphMZ7aSKIu3T2LlR { width:20rem;height:77.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8WpZJxi1hLTO2n66exv84OupoyNg188 { display:block; }#b8WpZJxi1hLTO2n66exv84OupoyNg188 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8PsfdCsKqscaUKxMfHOo0LobESl0EIN { width:17.5625rem;height:2.875rem;top:1.21875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN0dCBAyuDlvJf15Nzmk674bFnADOlB1 { display:block; }
 }@media only screen and (max-width: 763px) { #QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 { display:block; }#QUyoGbDRqAsU4lo7AyiBF4kLia3ZQ4S8 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEt16QpIWoDMt5NKw7MZVD5PTok1v62l { display:block; }#LEt16QpIWoDMt5NKw7MZVD5PTok1v62l > .row .container { width:20rem;height:105.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilkV2yE7iMkA4C0JJ5u73rdcJtVEeEX7 { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gz913gGw0JptTG8CsrQw36CbJuJscZgK { width:20rem;height:8.7744375rem;top:10.93701171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK2EJG5b0EXOe9bRa7y4nSGJn4kau6WA { width:17.5rem;height:2.5rem;top:27.8125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1r5UhJxG47mgu3Eox7r7PfPXA8u674u { width:17.5rem;height:5.8496125rem;top:30.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdN6ZEwBIvXm0NFPNpVnroeH8O3WplbW { width:17.5rem;height:2.5rem;top:61.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyp0tzf5mDIaPEfSUe4QQxIGK8AQnLbS { width:17.5rem;height:4.38720625rem;top:63.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN9mxuUCNd0rUS0JGKUlWBoHO4pcNO7S { width:17.5rem;height:2.5rem;top:45rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWCI6z99aN3EPSqBlApGlzP0axitXx4H { width:17.5rem;height:4.38720625rem;top:47.4375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZztrP17csf7eUvXwuFE4UzT43PAyc98 { width:18.75rem;height:15.125rem;top:22.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8hGCSyzHOCJux7KzEXsucuIRaoycNtx { width:3.125rem;height:3.125rem;top:23.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIpi5W69hnXehVpqt8kwoNyIL1w61ep4 { width:18.75rem;height:14.3125rem;top:38.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyoE0cPgKlFoHnrPLQ1Q6qyeGau7Q00n { width:3.125rem;height:3.125rem;top:40.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REcJCxct7ppBho6zwlwnTuTHvWWmz2tU { width:18.75rem;height:15.125rem;top:54.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2M78UaTg7y9sqOx0wCLi6WM4hMBU6u { width:3.125rem;height:3.125rem;top:56.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQ8Ko16zX42sAWrywCTzHwMCGMIbdHi { width:18.75rem;height:15.125rem;top:71.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXyhgaOGRq899kS8UFGWXHM1kO3be2hK { width:3.125rem;height:3.125rem;top:73.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd1UxIFehJSEA6GTZCymxywfKhsPnxCa { width:14rem;height:2.5rem;top:77.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAnn9TtQS2QdS5xAA4AUkORxvki2NwRT { width:17.5rem;height:5.8496125rem;top:79.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABu5c5ZlUxsTXIL3laDK9Risd2GMF93n { width:18.75rem;height:15.8125rem;top:88.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOizXLO1HGFsPCvmUQ0dK6StPTZwQk56 { width:3.125rem;height:3.125rem;top:89.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP3tKpEDqnT3PUu4SHDuCktfISar5DrR { width:14rem;height:2.5rem;top:93.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0bbx8ADQVp4tMCLCwXVd7zHC886PpAp { width:17.5rem;height:5.8496125rem;top:96.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usom0GHbug2tuSpmLUL1ZodgOMRA7LAu { display:block; }#usom0GHbug2tuSpmLUL1ZodgOMRA7LAu > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh { display:block; }#xHtfqPoKlG4PqHauBrhvIJfxNmTS0JTh > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zu22uNylPwcD6qkgNyo5a5h651hgTD9C { width:1.25rem;height:1.25rem;top:21.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCXbSpJ02F0f3WJGkfoG7PpJKi94TRim { width:20rem;height:3.75rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEH4nsQBSTAncthA3ivaiOb9nRMNEwGt { width:8.125rem;height:2.8125rem;top:11.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODO0psmUT1bcWbJJmDTxA2XC6sBnovab { width:8.25rem;height:3rem;top:11.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7mFdotiGxr8aGTebrmms58BQLSudGQK { width:10.3125rem;height:1.23730625rem;top:17.0625rem;left:4.875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h7aunAsBM0Mb78nxmuRNyD2ydbTxCBuE { width:1.875rem;height:1.875rem;top:21.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gazlSaV2TbagygHdG1Sr62KQTvvIgyP7 { width:8.75rem;height:5.19921875rem;top:23.36328125rem;left:0.4375rem;font-size:1rem;display:block; }#gazlSaV2TbagygHdG1Sr62KQTvvIgyP7 li:before{  }
 }@media only screen and (max-width: 763px) { #wEB0dAHkaWSHycSdWUnhHXLAHP1EvEV5 { width:9.4375rem;height:2.5996125rem;top:11.9375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSBVKQUZRn18LZzfw6yZ72II5dH6Ff65 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #STO9WegBvaR9T5BhW3BMFKhHFsLWDEbE { width:20rem;height:4.875rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHTgkuxRBvQDeeU4wOWRATKCMhtTTcbU { width:20rem;height:3.75rem;top:29.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrn6k4MsJFTNtVkHnQLdzJbcmSHC3vto { width:10.3125rem;height:1.23730625rem;top:31.26220703125rem;left:4.84375rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zqLLPbCSf7P8r3LBnkd8Q50VpTgNDm9J { width:20rem;height:3.75rem;top:41.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbiIoh92pVGOazX3eTUVkKF7wrExJF6u { width:10.3125rem;height:1.23730625rem;top:42.69970703125rem;left:4.84375rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X8ybXCnXQWh1iTea6geBzwXXyQtL906I { width:9.375rem;height:8.5625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoiMtaA0dJcgnqfWLR8rqDOTIJxcqzbB { width:9.375rem;height:6.25rem;top:34.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKqCG97ibyvIVHb5Rti6hGgoXaBaaHWi { width:1.875rem;height:1.875rem;top:34.943359375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oB8odAk5yNBNNqxOdcpSn22lp1cpzb { width:8.625rem;height:2.5996125rem;top:37.3994140625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONRiut3cWNguwMy4XIoGbJHyK4tZDUex { width:20rem;height:3.75rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAIdJII7esfhzhoIDbhdwUvTdQzsQyPb { width:10.3125rem;height:1.23730625rem;top:56rem;left:4.875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DM4wDruXFtvRIyiUTsr7eDiAtQdcDnsE { width:9.375rem;height:8.5rem;top:20.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKeqK7Nu96tKc01IeSAJD8C4CxBQAwQi { width:8.75rem;height:3.8994125rem;top:23.36328125rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbrTdRUzPSycTUHxhLrOO1iyLQ8l52K6 { width:9.375rem;height:6.25rem;top:34.287109375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE7CS4xhJosgyTXvtuHpp4VutBal0QqL { width:1.25rem;height:1.25rem;top:35.255859375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sra92Zq59zwsMizMLoh2gJbdUHBQ6n1q { width:8.75rem;height:2.5996125rem;top:37.3994140625rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC7zb2rHcnIHmtwR8c3H9Gxy3b1LCDMb { width:9.375rem;height:7.5rem;top:45.974609375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIz2FcAxAHATXcbRLaPu4C95eTnaSuGZ { width:1.25rem;height:1.25rem;top:46.787109375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZNmOrSR1VwN9B6v8IdTkQSeZLItg4g { width:8.75rem;height:3.8994125rem;top:48.63818359375rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwD78sqnHzKT9wf0ZOEbkg3SgFwZJb6z { width:9.375rem;height:7.5rem;top:45.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQAQaZrneo1dWXvMT5to4gbp9DJcsxz { width:9.375rem;height:7.5rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niS3StQ6wuuVHCQpobvK6BsQXrpwcBkw { width:9.375rem;height:7.5rem;top:59.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlVnv4pEGHBvOCoOzKHCcw5HigZSNhKf { width:1.25rem;height:1.25rem;top:60.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJpPAd3Scg468aTrEukoL4z46lMtumS { width:8.75rem;height:3.8994125rem;top:62.0625rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceTqnXbJskbb4bS1SSgdx5MdOP43ccTH { width:1.875rem;height:1.875rem;top:46.474609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhhIXr3Lk2aaRBiqlRU4TyWZJJMXvA5Z { width:8.75rem;height:2.5996125rem;top:48.912109375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSTdAUOLfMDxWBWnOe7mpOuz9bbeGonu { width:1.875rem;height:1.875rem;top:59.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGsKx0N3zQ58W3VQiuG0kNh69tJ67uDn { width:8.75rem;height:2.5996125rem;top:62.3876953125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 { display:block; }#aL8ZWZRLHwXZvswQ7TMb3yuucosTNXq7 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 { display:block; }#Xx8Oxvu9J6GhriE6QG4paGps31EMk2x3 > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LByzukaGtFJHhoPnTVpJnkKnhes8mnzZ { width:20rem;height:2.875rem;top:45.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVXnBMtcotXELcKABg0OW25n8ihZFETp { display:block; }
 }@media only screen and (max-width: 763px) { #EL5zgu3TEnQ6i4hWbu5Kd9pcN4zXnLWU { width:20rem;height:4rem;top:24.1875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XGP8FE6DDugoMKCBu8dhg4WRP1WeaKT3 { width:20rem;height:3.25rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9lxKlBigTLfvtsP4x5i1lJPkZhn31UW { width:9.375rem;height:1.5rem;top:21.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVPqe32TKkozWTgnShHuTqSKm9CvTW0k { width:2.625rem;height:1.4624rem;top:21.4248046875rem;left:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr61TIDIElzLC4ztp78mE9a88TrxRbPI { width:14.3125rem;height:1.29980625rem;top:49.375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul5iH6QDNPosDEaxTQy5eDZlTlHzgMkv { width:1.875rem;height:1.5rem;top:49.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebqXZZGG5mzDtH6JnJX8JFmPkWHXRnIU { width:20rem;height:8.2495rem;top:33.9375rem;left:0rem;font-size:1.125rem;display:block; }#ebqXZZGG5mzDtH6JnJX8JFmPkWHXRnIU li:before{  }
 }@media only screen and (max-width: 763px) { #y1szrtQ8s2orwo90s7ghVIcWpek6TpXV { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKpcf5kFioJJfqLZCZtMOxorresIS42o { display:block; }#FKpcf5kFioJJfqLZCZtMOxorresIS42o > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW { display:block; }#ugB3LtJkUDp2HUEt59BCWUwK6TCPFLVW > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7ugg0hUHToGrwoOwuqS8a7Dga5KSTVL { width:20rem;height:16.08641875rem;top:4.57421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw6cpTGtv1k50Eep0OsKHIll5GsT4qiU { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd { display:block; }#DDocKIvRy7g8f8MZHS0VvUURsCMeqpRd > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqsNPDbfNo4P5wUQCgOsWXyOXRZbMSzU { width:20rem;height:9.3125rem;top:1.1915507075471rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e539D3HwKqoqMv4IwzEL24dlf8Arp5aT { width:19.25rem;height:5.6860375rem;top:3.12548828125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc { display:block; }#Q4vCJkmMWzgKVRH5RQAnGMFABZiNtgbc > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozBA6yp7ilnxvnemZQBgCdveVifGQ87s { display:block; }#ozBA6yp7ilnxvnemZQBgCdveVifGQ87s > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMVkS6sS1c1XTpR6zV4fbHW5VzIIJwGm { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghfTH2pOQDuWrTMVy4p29lHAOGhw26Gd { width:20rem;height:0.125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrdCHAWwkM4AZLk6O63octMKhWRPT8tr { width:1.5rem;height:1.5625rem;top:2.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5KowrLCJJEtobuhlahXpUMhgWZx29UM { width:1.5rem;height:1.5625rem;top:2.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #awUMbKMtW2uQ2SR4Z7LN1u8g0rbwuXdo { width:1.5rem;height:1.5rem;top:2.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHuTztmkHoMW6cw3iVe8N8EZBJGtaic6 { width:1.4375rem;height:1.3125rem;top:3rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ZOQFEPH6F2tt2t9kaUkMqtAoIkACll { width:20rem;height:2.2744125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQMJehCXEWzTovFWspi8Ix26lyCpWUO1 { width:18.75rem;height:4.5rem;top:7.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS8Eamf7kg7dTtRKlwHAe9vIxhCp0caR { width:20rem;height:1.13720625rem;top:16.336425rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrRXSRFLO5hM9gNCylT1B9Ew1FfKzzm4 { width:8.125rem;height:2.8125rem;top:18.72314375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kv2720rhST29fwKW8EolS1BqF4sGBR { width:20rem;height:5.68603125rem;top:22.78564375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh4By5qySmGk0wySvxp7BilCKXxWUSmq { display:block; }#Jh4By5qySmGk0wySvxp7BilCKXxWUSmq > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }