.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgLeTP9TtEpifADk02quvvbDtAInJqIe { position:relative;display:block; }#OgLeTP9TtEpifADk02quvvbDtAInJqIe { background-color: transparent; background-image: none; }#OgLeTP9TtEpifADk02quvvbDtAInJqIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .row .container > .video-iframe-container { display: none; }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .row > .video-iframe-container { display: none; }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .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); }#OgLeTP9TtEpifADk02quvvbDtAInJqIe { border-width: 0; border-radius: 0; }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .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; }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lIW1ZcvvODar2ITz6cxlDiuXvhOCza23 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.125rem;width:46rem;top:32.1875rem;left:7rem;overflow:hidden;display:block; }
#kxAU8b4KwvUhWBIAUZzxtJhob0Dz52K1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.6875rem;left:26.5625rem;height:2.5987375rem;display:block; }
#iD0VIu1Bc282xEonbZyNsn7dLThd5s9w { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:24.3125rem;left:22.5625rem;overflow:hidden;display:block; }
#mZAv3T1sZPBdMUz16OcW1f8BebzTrZKr { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.6875rem;left:7rem;height:6.824rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TR82mav6V9IMOJVTuRNLyy1Av9CSaBtg { 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.9375rem;width:8rem;top:4.1875rem;left:26rem;overflow:hidden;display:block; }
#yzVongk09qnssWFoZReCfv9kLVef5RLo { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.25rem;left:6.21875rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa { position:relative;display:block; }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa { background-color: transparent; background-image: none; }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .row .container > .video-iframe-container { display: none; }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .row > .video-iframe-container { display: none; }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .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); }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa { border-width: 0; border-radius: 0; }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .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; }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W8LKTeHMdnbsVKKil1Waook8FSQ6GzFp { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.40625rem;left:7.625rem;height:50.625rem;text-align:justify;text-align-last:initial;display:block; }
#BhNICL1lElBe2X7V7EOv2lnN2m10MRlf { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:57.125rem;left:20.625rem;display:block; }
#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ { position:relative;display:block; }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ { background-color: transparent; background-image: none; }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .row .container > .video-iframe-container { display: none; }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .row > .video-iframe-container { display: none; }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .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); }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ { border-width: 0; border-radius: 0; }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .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; }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:79rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u01DLCGoTmGFUiqzd1Tve5OLulrWVO66 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.4375rem;width:44.4375rem;top:11.4375rem;left:7.78125rem;overflow:hidden;display:block; }
#b2UqZyBXhtNw7GtszsGerJ72V1cdkbus { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:36.25rem;left:7.625rem;height:37.99586875rem;text-align:justify;text-align-last:initial;display:block; }
#tqlhpiSlvud5t9UcPU1TTnOblo2559eg { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.0771484375rem;left:7.625rem;height:4.35004375rem;text-align:justify;text-align-last:initial;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; }
#motDbzkiCTu8beT3DGI7GkyTuFbKtOq9 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:78.6875rem;left:20.625rem;display:block; }
#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm { position:relative;display:block; }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm { background-color: transparent; background-image: none; }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .row .container > .video-iframe-container { display: none; }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .row > .video-iframe-container { display: none; }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .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); }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm { border-width: 0; border-radius: 0; }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .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; }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:78.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vRr5AH8T4vfhMG8P1P0I47UaHPrgp9pd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.6875rem;width:43.6875rem;top:12.5625rem;left:8.15625rem;overflow:hidden;display:block; }
#GoVrwNsEvhxm0GsxQ9XFeXP9zAvUCRXL { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:38.75rem;left:7.625rem;height:35.625rem;text-align:justify;text-align-last:initial;display:block; }
#Ko2ucQX3ZV7HTHhD6z8rds6PBTLOQGpN { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.3125rem;left:7.625rem;height:4.35004375rem;text-align:justify;text-align-last:initial;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; }
#Le8DSmBNwZaA7o9RJ7bOtPN9y5qXZIu4 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:78rem;left:20.625rem;display:block; }
#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg { position:relative;display:block; }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg { background-color: transparent; background-image: none; }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .row .container > .video-iframe-container { display: none; }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .row > .video-iframe-container { display: none; }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .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); }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg { border-width: 0; border-radius: 0; }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .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; }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:82.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rUvU1UpR7I3dCNV1fMETrb4ITpeH2pKT { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23rem;width:45.875rem;top:10.8125rem;left:7.0625rem;overflow:hidden;display:block; }
#btyoWAHS0OiO5hUfZ5HomLUNdvW7AKWu { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:38.1875rem;left:7.625rem;height:39.375rem;text-align:justify;text-align-last:initial;display:block; }
#ArBFaS3TKwJZkv3iIgVDqcZBPzU3GFlQ { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:4.5625rem;left:7.625rem;height:;text-align:justify;text-align-last:initial;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; }
#IgJIsryZpUpnhIaSaZOg7B9TwErP8a7h { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:82.25rem;left:20.625rem;display:block; }
#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g { position:relative;display:block; }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g { background-color: transparent; background-image: none; }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .row .container > .video-iframe-container { display: none; }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .row > .video-iframe-container { display: none; }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .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); }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g { border-width: 0; border-radius: 0; }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .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; }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:75.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PdkFzWFkHsvPUKfGIMycXuMTKiz0tyet { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22rem;width:43.75rem;top:12.875rem;left:8.125rem;overflow:hidden;display:block; }
#fvZD7XnuTub12avOt9srn9nm2JxMsR50 { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:38.625rem;left:7.625rem;height:33.75rem;text-align:justify;text-align-last:initial;display:block; }
#Dykeze8eb2WZWFWH0ZMRGSEpCMPm2mmw { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.5146484375rem;left:7.625rem;height:4.35004375rem;text-align:justify;text-align-last:initial;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; }
#qZaRkTrcIqTz8C4ZZ8E2l6Nf4FSLLrgM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:75.5625rem;left:20.625rem;display:block; }
#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk { position:relative;display:block; }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk { background-color: transparent; background-image: none; }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .row .container > .video-iframe-container { display: none; }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .row > .video-iframe-container { display: none; }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .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); }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk { border-width: 0; border-radius: 0; }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .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; }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:77.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ss8z408fPVLmoF8H0zVLbkPGip9kBwCe { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.4375rem;width:44.875rem;top:9.625rem;left:7.5625rem;overflow:hidden;display:block; }
#Ud6JO2wT4GwZEAOp614qXKD1rLd4JdSy { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:35.875rem;left:7.625rem;height:35.625rem;text-align:justify;text-align-last:initial;display:block; }
#KIx1ZOLTV1Vg81nxhp31EmzxMgIXZgom { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:4.625rem;left:7.625rem;height:2.8999rem;text-align:justify;text-align-last:initial;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; }
#cuZZf7ELofv7sM8JuulXJ9SiuzMeVmtF { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:77.25rem;left:20.625rem;display:block; }
#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB { position:relative;display:block; }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB { background-color: transparent; background-image: none; }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .row .container > .video-iframe-container { display: none; }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .row > .video-iframe-container { display: none; }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .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); }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB { border-width: 0; border-radius: 0; }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .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; }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:75.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZO0s0BAFKWaW4f6DzCVdJGAsMfAFH3zy { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.0625rem;width:36.375rem;top:11.5625rem;left:11.8125rem;overflow:hidden;display:block; }
#Eb30JmSsdJFx7lzpeEAEIsX9TqNZ0NWL { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:35.6875rem;left:7.625rem;height:35.625rem;text-align:justify;text-align-last:initial;display:block; }
#AbtTdeWvc6uFMwpwAzZLEhSeATd3ThQP { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:3.625rem;left:7.625rem;height:5.07486875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#crs6lb01uTLSHqkcDxVHZV1qn1Rsm6Ec { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:75.3125rem;left:20.625rem;display:block; }
#ONVWqML0keJryvq7XTOi3b8uNKHio4fr { position:relative;display:block; }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr { background-color: transparent; background-image: none; }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .row .container > .video-iframe-container { display: none; }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .row > .video-iframe-container { display: none; }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .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); }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr { border-width: 0; border-radius: 0; }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .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; }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VJ91dD39KfxMI9QOxRnOeXgNLMCaonK1 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.625rem;width:46.6875rem;top:8.3125rem;left:6.65625rem;overflow:hidden;display:block; }
#gFUAJ9MZKSBVT92bemVJOKn5M9htiZq3 { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:35.0625rem;left:7.625rem;height:43.125rem;text-align:justify;text-align-last:initial;display:block; }
#CLLvtRCz3SsKg4WWzvZT2cO8Nhy3TqX8 { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.1630859375rem;left:7.625rem;height:2.8999rem;text-align:justify;text-align-last:initial;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; }
#ZHO8HAC5AeCD5d1TGBzeiHztzWb9CBRe { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:81.125rem;left:20.625rem;display:block; }
#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn { position:relative;display:block; }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn { background-color: transparent; background-image: none; }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .row .container > .video-iframe-container { display: none; }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .row > .video-iframe-container { display: none; }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .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); }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn { border-width: 0; border-radius: 0; }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .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; }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:72rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IqJ452o8SoayMKPrbT6TtR9hMUVt99Ey { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.3125rem;width:46.3125rem;top:7.8125rem;left:6.84375rem;overflow:hidden;display:block; }
#SqF7RgRhOyzcR9ihtyQOzmqQT2lzPfMO { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:34.625rem;left:7.625rem;height:35.625rem;text-align:justify;text-align-last:initial;display:block; }
#lnroGn0q8Z5PtJ2KkGbhhVxU2HVuU59W { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.2265625rem;left:7.625rem;height:2.8999rem;text-align:justify;text-align-last:initial;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; }
#hlD9IPLXV0mRA3M1ilOIJ844kyRxuhsg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:81.125rem;left:20.625rem;display:none; }
#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h { position:relative;display:block; }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h { background-color: transparent; background-image: none; }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .row .container > .video-iframe-container { display: none; }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .row > .video-iframe-container { display: none; }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .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); }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h { border-width: 0; border-radius: 0; }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .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; }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:132.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R1GSEaud46D8isJoBiGSIypb24EIu35c { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:43.4375rem;left:7.625rem;height:37.5rem;text-align:justify;text-align-last:initial;display:block; }
#r7oUKWcHl7Qqy17nr3WsOGMLeIUu1Jlx { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:88.5380859375rem;left:15.5625rem;height:;text-align:justify;text-align-last:initial;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; }
#MADp6TiIhc6iZGpRhtRCnVzTA5aS5NEA { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:94.25rem;left:10.8125rem;height:5.249025rem;text-align:justify;text-align-last:initial;display:block; }
#J4IlT3Tt9KoNSE87CEPORswvT8mn3rGl { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.625rem;width:43.75rem;top:11.1103515625rem;left:8.125rem;overflow:hidden;display:block; }
#l1xJSg6XohHTZFVPap3Ld1oXEodrvWse { color:#000000;display:block;width:44.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.6875rem;left:7.625rem;height:4.35004375rem;text-align:justify;text-align-last:initial;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; }
#dLGIJ8ydB1p2JB0XemGQxCLT5tkX1kMK { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;top:1.4375rem;left:20.625rem;display:block; }
#DGWcnlZFcZeZc66daEENB34s4IH8TLc7 { box-sizing:content-box;height:39.9375rem;width:46.5rem;position:absolute;display:block;z-index:15008;background-color:#191632;background-image:none;top:86.6875rem;left:7.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Jzi6QvW7fBceXi7oMbCP0P6mJQliuDda { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:88.4189453125rem;left:10.1875rem; }
#kXxqqZwpQMfM2fKAiL3d13g85GMz6qRc { position:absolute;display:block;z-index:15029;height:21.75rem;width:38.75rem;top:102.25rem;left:11.875rem;display:block; }
#i4OoAtS7kJJ7iXoDEICCcCtZbaqKl5Lf { color:#848484;display:block;width:44.749875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.6;letter-spacing:0;top:129.88444519043rem;left:8.8736991882325rem;height:1.19954375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OgLeTP9TtEpifADk02quvvbDtAInJqIe { display:block; }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIW1ZcvvODar2ITz6cxlDiuXvhOCza23 { top:32.1875rem;left:0.875rem;width:46rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxAU8b4KwvUhWBIAUZzxtJhob0Dz52K1 { top:24.6875rem;left:20.4375rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD0VIu1Bc282xEonbZyNsn7dLThd5s9w { top:24.3125rem;left:16.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZAv3T1sZPBdMUz16OcW1f8BebzTrZKr { top:10.6875rem;left:0.1875rem;width:47.5625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR82mav6V9IMOJVTuRNLyy1Av9CSaBtg { top:4.1875rem;left:19.875rem;width:8rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVongk09qnssWFoZReCfv9kLVef5RLo { top:18.25rem;left:0.09375rem;width:47.5625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa { display:block; }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8LKTeHMdnbsVKKil1Waook8FSQ6GzFp { top:3.375rem;left:1.5rem;width:44.75rem;height:50.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhNICL1lElBe2X7V7EOv2lnN2m10MRlf { top:57.125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ { display:block; }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u01DLCGoTmGFUiqzd1Tve5OLulrWVO66 { top:11.4375rem;left:1.65625rem;width:44.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2UqZyBXhtNw7GtszsGerJ72V1cdkbus { top:36.25rem;left:1.5rem;width:44.75rem;height:38rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqlhpiSlvud5t9UcPU1TTnOblo2559eg { top:4.0625rem;left:1.5rem;width:44.75rem;height:4.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #motDbzkiCTu8beT3DGI7GkyTuFbKtOq9 { top:78.6875rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcZidSpl9JNArIaNV4sC0pqEOd2shvJm { display:block; }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRr5AH8T4vfhMG8P1P0I47UaHPrgp9pd { top:12.5625rem;left:2.03125rem;width:43.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoVrwNsEvhxm0GsxQ9XFeXP9zAvUCRXL { top:38.75rem;left:1.5rem;width:44.75rem;height:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko2ucQX3ZV7HTHhD6z8rds6PBTLOQGpN { top:5.3125rem;left:1.5rem;width:44.75rem;height:4.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le8DSmBNwZaA7o9RJ7bOtPN9y5qXZIu4 { top:78rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg { display:block; }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUvU1UpR7I3dCNV1fMETrb4ITpeH2pKT { top:10.8125rem;left:0.9375rem;width:45.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyoWAHS0OiO5hUfZ5HomLUNdvW7AKWu { top:38.1875rem;left:1.5rem;width:44.75rem;height:39.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArBFaS3TKwJZkv3iIgVDqcZBPzU3GFlQ { top:4.5625rem;left:1.5rem;width:44.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgJIsryZpUpnhIaSaZOg7B9TwErP8a7h { top:82.25rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g { display:block; }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdkFzWFkHsvPUKfGIMycXuMTKiz0tyet { top:12.875rem;left:2rem;width:43.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvZD7XnuTub12avOt9srn9nm2JxMsR50 { top:38.625rem;left:1.5rem;width:44.75rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dykeze8eb2WZWFWH0ZMRGSEpCMPm2mmw { top:4.5rem;left:1.5rem;width:44.75rem;height:4.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZaRkTrcIqTz8C4ZZ8E2l6Nf4FSLLrgM { top:75.5625rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzMOJv3AVg2mDos5B785uTzNBT9LaKEk { display:block; }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ss8z408fPVLmoF8H0zVLbkPGip9kBwCe { top:9.625rem;left:1.4375rem;width:44.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud6JO2wT4GwZEAOp614qXKD1rLd4JdSy { top:35.875rem;left:1.5rem;width:44.75rem;height:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIx1ZOLTV1Vg81nxhp31EmzxMgIXZgom { top:4.625rem;left:1.5rem;width:44.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuZZf7ELofv7sM8JuulXJ9SiuzMeVmtF { top:77.25rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB { display:block; }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO0s0BAFKWaW4f6DzCVdJGAsMfAFH3zy { top:11.5625rem;left:5.6875rem;width:36.375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb30JmSsdJFx7lzpeEAEIsX9TqNZ0NWL { top:35.6875rem;left:1.5rem;width:44.75rem;height:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbtTdeWvc6uFMwpwAzZLEhSeATd3ThQP { top:3.625rem;left:1.5rem;width:44.75rem;height:5.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crs6lb01uTLSHqkcDxVHZV1qn1Rsm6Ec { top:75.3125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONVWqML0keJryvq7XTOi3b8uNKHio4fr { display:block; }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJ91dD39KfxMI9QOxRnOeXgNLMCaonK1 { top:8.3125rem;left:0.53125rem;width:46.6875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFUAJ9MZKSBVT92bemVJOKn5M9htiZq3 { top:35.0625rem;left:1.5rem;width:44.75rem;height:43.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLLvtRCz3SsKg4WWzvZT2cO8Nhy3TqX8 { top:3.125rem;left:1.5rem;width:44.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHO8HAC5AeCD5d1TGBzeiHztzWb9CBRe { top:81.125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPLDxoTwGTX93GifnUK6XPssqLy3ahpn { display:block; }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqJ452o8SoayMKPrbT6TtR9hMUVt99Ey { top:7.8125rem;left:0.71875rem;width:46.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqF7RgRhOyzcR9ihtyQOzmqQT2lzPfMO { top:34.625rem;left:1.5rem;width:44.75rem;height:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnroGn0q8Z5PtJ2KkGbhhVxU2HVuU59W { top:3.1875rem;left:1.5rem;width:44.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlD9IPLXV0mRA3M1ilOIJ844kyRxuhsg { top:81.125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ifhu4KTMWvesmqTL1X2zFNsacJkv593h { display:block; }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1GSEaud46D8isJoBiGSIypb24EIu35c { top:43.4375rem;left:1.5rem;width:44.75rem;height:37.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7oUKWcHl7Qqy17nr3WsOGMLeIUu1Jlx { top:88.5rem;left:9.4370651245119rem;width:36.3125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MADp6TiIhc6iZGpRhtRCnVzTA5aS5NEA { top:94.1875rem;left:4.6866302490234rem;width:40.8125rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IlT3Tt9KoNSE87CEPORswvT8mn3rGl { top:11.0625rem;left:2rem;width:43.75rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1xJSg6XohHTZFVPap3Ld1oXEodrvWse { top:4.6875rem;left:1.5rem;width:44.75rem;height:4.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLGIJ8ydB1p2JB0XemGQxCLT5tkX1kMK { top:1.4375rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGWcnlZFcZeZc66daEENB34s4IH8TLc7 { top:86.6875rem;left:1.25rem;width:46.5rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzi6QvW7fBceXi7oMbCP0P6mJQliuDda { top:88.375rem;left:4.0625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXxqqZwpQMfM2fKAiL3d13g85GMz6qRc { top:102.25rem;left:5.75rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4OoAtS7kJJ7iXoDEICCcCtZbaqKl5Lf { top:129.875rem;left:2.7486991882324rem;width:44.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OgLeTP9TtEpifADk02quvvbDtAInJqIe { display:block; }#OgLeTP9TtEpifADk02quvvbDtAInJqIe > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIW1ZcvvODar2ITz6cxlDiuXvhOCza23 { width:20rem;height:11.375rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxAU8b4KwvUhWBIAUZzxtJhob0Dz52K1 { width:12.5rem;height:1.79905rem;top:22.75rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iD0VIu1Bc282xEonbZyNsn7dLThd5s9w { width:3.3125rem;height:3.3125rem;top:18.5rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZAv3T1sZPBdMUz16OcW1f8BebzTrZKr { width:18.5625rem;height:5.8496125rem;top:7.25rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TR82mav6V9IMOJVTuRNLyy1Av9CSaBtg { width:8rem;height:1.9375rem;top:2.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVongk09qnssWFoZReCfv9kLVef5RLo { width:20rem;height:1.19954375rem;top:13.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa { display:block; }#BTBonSWgLTrC0k8IimKhNQS7F9fOFnXa > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8LKTeHMdnbsVKKil1Waook8FSQ6GzFp { width:20rem;height:53.19009375rem;top:3.3745651245117rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BhNICL1lElBe2X7V7EOv2lnN2m10MRlf { width:6.18706875rem;height:0.124783125rem;top:60.812177658081rem;left:6.9059246182444rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ { display:block; }#iM8OLLWtdpOh4ThC9JXXSoReVpgRLEdQ > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u01DLCGoTmGFUiqzd1Tve5OLulrWVO66 { width:20rem;height:9.6875rem;top:9.6869621276856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2UqZyBXhtNw7GtszsGerJ72V1cdkbus { width:19.9370625rem;height:37.79295rem;top:21.749132156372rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tqlhpiSlvud5t9UcPU1TTnOblo2559eg { width:18.6246875rem;height:6.3004375rem;top:1.9368515014649rem;left:0.68739157915113rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #motDbzkiCTu8beT3DGI7GkyTuFbKtOq9 { width:9.5rem;height:0.3125rem;top:63.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcZidSpl9JNArIaNV4sC0pqEOd2shvJm { display:block; }#UcZidSpl9JNArIaNV4sC0pqEOd2shvJm > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRr5AH8T4vfhMG8P1P0I47UaHPrgp9pd { width:19.875rem;height:9.9375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoVrwNsEvhxm0GsxQ9XFeXP9zAvUCRXL { width:20rem;height:39.1926875rem;top:22.37467956543rem;left:0.062282979488372rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ko2ucQX3ZV7HTHhD6z8rds6PBTLOQGpN { width:20rem;height:6.3004375rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Le8DSmBNwZaA7o9RJ7bOtPN9y5qXZIu4 { width:7.874875rem;height:0.3125rem;top:65.374342918394rem;left:6.0617406964302rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg { display:block; }#bwJfhZqR3LtX1cTpZIHHegTRQP4oblcg > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUvU1UpR7I3dCNV1fMETrb4ITpeH2pKT { width:19.749375rem;height:9.9370625rem;top:10.186643600464rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyoWAHS0OiO5hUfZ5HomLUNdvW7AKWu { width:20rem;height:43.3919125rem;top:22.373596191406rem;left:0.0002170205116272rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ArBFaS3TKwJZkv3iIgVDqcZBPzU3GFlQ { width:18.8748125rem;height:6.3004375rem;top:1.6867485046387rem;left:0.56206601858139rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IgJIsryZpUpnhIaSaZOg7B9TwErP8a7h { width:8.1875rem;height:0.25rem;top:69.1875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g { display:block; }#kE21I3M27DPPeLMmQ7WMXOxm8OvawN6g > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdkFzWFkHsvPUKfGIMycXuMTKiz0tyet { width:19.749375rem;height:9.9370625rem;top:12.936187744141rem;left:0.12369793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvZD7XnuTub12avOt9srn9nm2JxMsR50 { width:20rem;height:37.79296875rem;top:25.687408447266rem;left:-0.062717020511625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dykeze8eb2WZWFWH0ZMRGSEpCMPm2mmw { width:19.5625rem;height:8.400625rem;top:1.6875rem;left:0.21875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZaRkTrcIqTz8C4ZZ8E2l6Nf4FSLLrgM { width:9.8735625rem;height:0.37380625rem;top:67.311200141906rem;left:5.0623915791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzMOJv3AVg2mDos5B785uTzNBT9LaKEk { display:block; }#NzMOJv3AVg2mDos5B785uTzNBT9LaKEk > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ss8z408fPVLmoF8H0zVLbkPGip9kBwCe { width:19.749375rem;height:9.9370625rem;top:10.873474121094rem;left:0.12369793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud6JO2wT4GwZEAOp614qXKD1rLd4JdSy { width:20rem;height:37.79295rem;top:23.811859130859rem;left:0.061197936534882rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KIx1ZOLTV1Vg81nxhp31EmzxMgIXZgom { width:20rem;height:6.3004375rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cuZZf7ELofv7sM8JuulXJ9SiuzMeVmtF { width:7.249875rem;height:0.24956625rem;top:65.124251365663rem;left:6.37424069643rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB { display:block; }#CXAXpBtyIt4M37TDBr9ttrUGNK9zxLvB > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO0s0BAFKWaW4f6DzCVdJGAsMfAFH3zy { width:16.25rem;height:9.375rem;top:11.678060531616rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb30JmSsdJFx7lzpeEAEIsX9TqNZ0NWL { width:20rem;height:40.59243125rem;top:23.874786376953rem;left:-0.062933981418613rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AbtTdeWvc6uFMwpwAzZLEhSeATd3ThQP { width:20rem;height:6.3004375rem;top:2.9372787475586rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #crs6lb01uTLSHqkcDxVHZV1qn1Rsm6Ec { width:12.874375rem;height:0.3125rem;top:67.937284469606rem;left:3.5622833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONVWqML0keJryvq7XTOi3b8uNKHio4fr { display:block; }#ONVWqML0keJryvq7XTOi3b8uNKHio4fr > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJ91dD39KfxMI9QOxRnOeXgNLMCaonK1 { width:20rem;height:10.062375rem;top:10.531143188476rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFUAJ9MZKSBVT92bemVJOKn5M9htiZq3 { width:20rem;height:44.79165rem;top:24.061415985227rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CLLvtRCz3SsKg4WWzvZT2cO8Nhy3TqX8 { width:20rem;height:6.3004375rem;top:1.9987087249756rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZHO8HAC5AeCD5d1TGBzeiHztzWb9CBRe { width:11.8115rem;height:0.3125rem;top:73.248715713619rem;left:4.0934246182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPLDxoTwGTX93GifnUK6XPssqLy3ahpn { display:block; }#gPLDxoTwGTX93GifnUK6XPssqLy3ahpn > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqJ452o8SoayMKPrbT6TtR9hMUVt99Ey { width:19.6245625rem;height:9.9370625rem;top:10.060785293579rem;left:0.18771702051163rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqF7RgRhOyzcR9ihtyQOzmqQT2lzPfMO { width:20rem;height:39.1926875rem;top:23.060981750488rem;left:-0.15690100193024rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lnroGn0q8Z5PtJ2KkGbhhVxU2HVuU59W { width:19.4375rem;height:4.20030625rem;top:1.875rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hlD9IPLXV0mRA3M1ilOIJ844kyRxuhsg { width:11.811rem;height:0.3125rem;top:66.37371993065rem;left:4.0939672589302rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Ifhu4KTMWvesmqTL1X2zFNsacJkv593h { display:block; }#Ifhu4KTMWvesmqTL1X2zFNsacJkv593h > .row .container { width:20rem;height:129.32180273438rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1GSEaud46D8isJoBiGSIypb24EIu35c { width:19.6875rem;height:39.19270625rem;top:25.435119628906rem;left:0.00043410062789917rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r7oUKWcHl7Qqy17nr3WsOGMLeIUu1Jlx { width:18.125rem;height:8.400625rem;top:81.047096252444rem;left:0.93750005960463rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MADp6TiIhc6iZGpRhtRCnVzTA5aS5NEA { width:18.499375rem;height:9.449875rem;top:91.244594573975rem;left:0.74978297948838rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J4IlT3Tt9KoNSE87CEPORswvT8mn3rGl { width:16.875rem;height:11.4371875rem;top:10.549045562744rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1xJSg6XohHTZFVPap3Ld1oXEodrvWse { width:19.5610625rem;height:6.3004375rem;top:1.1241321563721rem;left:0.21864151954651rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dLGIJ8ydB1p2JB0XemGQxCLT5tkX1kMK { width:14.437375rem;height:0.37489125rem;top:67.929149627687rem;left:2.7804906964302rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGWcnlZFcZeZc66daEENB34s4IH8TLc7 { width:20rem;height:54.0625rem;top:71.56033325195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzi6QvW7fBceXi7oMbCP0P6mJQliuDda { display:flex;width:4.43685rem;height:4.43685rem;top:74.417280197144rem;left:7.7810338139531rem; }
 }@media only screen and (max-width: 763px) { #kXxqqZwpQMfM2fKAiL3d13g85GMz6qRc { width:18.499375rem;height:21.7485625rem;top:102.05838012695rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4OoAtS7kJJ7iXoDEICCcCtZbaqKl5Lf { width:20rem;height:0;top:126.87280273438rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }