.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;
}
:root { --color-primary-0:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:28,28,28;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Sohnev1";--paragraphs-font-family:"Sohnev1"; }@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:rgba(var(--color-primary-0),1);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); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/497beeec-347c-4cb0-967c-f4ad4aac8612/Greenshot20251111093849.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ.adaptive-delivery-prevent-bg, #DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ.lazyload, #DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ.lazyloading { background-image: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { background-color: transparent; background-image: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container > .video-iframe-container { display: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container { display: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .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); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { border-width: 0; border-radius: 0; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:60rem;position:relative;display:block; }#KzhJPhzegI5qAoUNE74zgMEdWOTMoDyH { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:14993;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.51855625rem;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; }
#JW0dfuNM3wkD8XENbHTJAymLtnBmrCbM { position:absolute;display:block;z-index:14996;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.375rem;width:10.625rem;top:7.75rem;left:49.0625rem;overflow:hidden;display:none; }
#IGBZNRo9MiiGIwUmFgNrHTcEsCOuAA2P { color:rgba(var(--color-primary-0),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:7rem;left:1.21875rem;height:6.824225rem;text-align:center;text-align-last:center;display:block; }
#tzBc3MOkPPLnqTNFUP79Bv18ZOCSCsyf { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:16.4375rem;top:1.3125rem;left:20.625rem;overflow:hidden;display:block; }
#F92hCLrgwUHCMfPwrCcBxPumPC2wZCaM { color:rgba(var(--color-primary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:14995;line-height:1.5;letter-spacing:0;top:16.5rem;left:12.9375rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#fUnSCP6ZxQ6uBDvp0Rtv3K4TBzdcPQtL { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:31.875rem;left:11.90625rem;display:block; }
#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row .container { background-color: transparent; background-image: none; }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row .container > .video-iframe-container { display: none; }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row > .video-iframe-container { display: none; }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .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); }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row .container { border-width: 0; border-radius: 0; }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#JhpuR59q34Jc52J7ZUSd7tPLHTEz0CZW { color:rgba(var(--color-primary-0),1);display:block;width:13.125rem;position:absolute;font-family:sohnev1;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:6.3369375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vyfNMBv5IHqNvVUHnKKAfdbB9MgrT9Bp { color:rgba(var(--color-primary-0),1);display:block;width:46.25rem;position:absolute;font-family:sohnev1;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:13.125rem;height:26.2363125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IPvSylptqqifGcLaJRoK06KOWJIVm1vF { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.6875rem;top:9.5rem;left:0rem;overflow:hidden;display:block; }
#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 { position:relative;display:block; }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 { background-color: transparent; background-image: none; }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .row .container > .video-iframe-container { display: none; }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .row > .video-iframe-container { display: none; }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .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); }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 { border-width: 0; border-radius: 0; }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .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; }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21rem;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; }#aT7QfwsrgixoCc9Zn04mG7i8rocSwnJC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t4tSIGdQ3O3fRD3RR92Ed4luXPu9R62n { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ssw73HIxovhULk86ZVv2nGGSrSZqdFTP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:15.5625rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2WA5EiyKlG2r5TKJayu0Sr7hHSNCHUT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:0.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKlh8MH54nlCr6ylGkinLnV34kOi9tdl { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:22.9375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yKdnwJbU3qVdJlulnWS63Jw2yRtTOPAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.4375rem;left:44.875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMG2aTvT0UM1ACazpgxeGCH25VWZtSvw { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QSvcIHi88Es7iZhyTRahP48QA9cBw3tQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xB1skhga35kK3KlU9bqHWUVTPt7BtGC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrwnfOOLoKraEB6x8uRN36kuzEEHqoq7 { position:absolute;display:block;z-index:14999;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:7rem;top:15.5rem;left:6.1875rem;overflow:hidden;display:block; }
#mZiCxtIN5mA6RccDK9KSDHuRcRmgyAfx { position:absolute;display:block;z-index:14998;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:6.4375rem;top:15.625rem;left:23.125rem;overflow:hidden;display:block; }
#faHq67VVeXhLDxLsT41UZMoPIKcZ0Fct { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:6.5rem;left:0rem;display:block; }
#a7ELPyGlnIPxPMsZBHFT9ZKarX4SUGSb { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:6.5rem;left:22.25rem;display:block; }
#suLozTyv0FUnris4zrTEk6T27GxogRST { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:6.5rem;left:44.5rem;display:block; }
#HFcEzfX7e9vLHqXdAS7C2hGBO3e6lHGC { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5625rem;left:44.5625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o2JlFNO3wGBeGhWr6ClzZfm3z2xyPuWr { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#paOMGXpinBCaIv8muoDCVTFWHQAEJwhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.5625rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H455wIo6Us3F7PAkcvHpCRlgpCc4oU9U { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSPbpiPyTqnuLEM5f4CFT22Ztw9NhBtU { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJDZ25m5uUkHGQhqkTkMzHZekFweffFn { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5625rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u0KdTcvVgsQPD5tco946NT9fqxoHRh39 { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.51855625rem;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; }
#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e { position:relative;display:block; }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e { background-color: transparent; background-image: none; }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .row .container > .video-iframe-container { display: none; }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .row > .video-iframe-container { display: none; }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .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); }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e { border-width: 0; border-radius: 0; }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .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; }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#WQsZhJEqla1SXWuXQTRai8nHrTGpAxMs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbvDdeSdBOwUwNN6847acFMoKc13Ln99 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yz1sGQIhqOGHJTGToiJVg2UCmCkAdUz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2qyrSsZT07HhDP3pmXuCx3aquKxPFCH { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.796875rem;left:0.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wl0sMqagLutaDJGNiVNc5uE4TZbI3Glw { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1s6yyzVL6TwTLNH1uWV7JnAZ8rCMRRd { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.7958984375rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#II6Hu5SPqcZEz2CnCqJxmFrAu4xH84Rl { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWJf9DCpksCx1Xt6s5q1vBMZybFAnctv { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSuhiA25vDTpb36ia2axX4xxwkLTtQmx { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvSvDDus4O2nPPNv51p2ksLCwZVntm60 { position:absolute;display:block;z-index:14998;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:6.4375rem;top:11.4208984375rem;left:27.75rem;overflow:hidden;display:block; }
#ZqBu4cWzlA1okAzOrPx2nE2ASStLgaD0 { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#EXpaxgQ4F0ckku4Jkqr3xPef9mPNro5Q { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#yxEaCkZyt7uRVKXcZvFOcQaooHcna5DZ { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#Ore3rmTi1ykei2AknPuU9lGDSnBo36ws { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzIWgHJ8URTaoFUOTbqBec227fZAwLZ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZfLpT40c9vDgsM5fx9LtS2oDgSdzUZo { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nK5eL05W4GhaMssemyC851BH8nb7iCLb { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qnv5PhBaQF9q7MN1Kc4na7xP6bEZa1xE { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOvKi06cbTSGfO2dyZeUDLW71527EeX5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS { position:relative;display:block; }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS { background-color: transparent; background-image: none; }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .row .container > .video-iframe-container { display: none; }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .row > .video-iframe-container { display: none; }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .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); }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS { border-width: 0; border-radius: 0; }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .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; }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#CzZkpx3EbiEqQlytUq1QT8GMWLXdR31F { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlB2TyM8TKGHAAl8AaWenvF2f2zwQgVh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQQsoFDMEcRfTq5WKnH1A30uuNwxuBEd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCseK7ARGu2ttLHGDm1dIbwdhlR9Z91i { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.724609375rem;left:0.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xuSxovL6yviyCDuTlTgzMTRQtt27SgeE { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vc33XIkntcTmsvJAMbk9g7hiG5JtsLOc { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnqlgZ41OCXpRd2VSsu6BbAPT7LSMPmI { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EM5zilRgALgku9ed7E6WiheBVS4gQVTT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnPTTllftuVAr03MORhy6tA4wD8FJg5P { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgkvGMqXfqZagV0vQbhgrtoHRKm7e9Wp { position:absolute;display:block;z-index:14996;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.6875rem;width:8.0625rem;top:9.8857421875rem;left:22.875rem;overflow:hidden;display:block; }
#k66Ig5tfykuXq3Xzuan7BODD0BHkGLmQ { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#if64y7SPBUhQsN7PsSn9k0ee9XM991qT { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#QSB1v9PgKHzbyOPRuFGHWPSNp0GJFKnq { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#HlDZRSEsmNHbSQbszmNdFkHcvXGwa3zA { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kXVS1iFGQDUyTg0ZAqDNdgdwFf1r5wQK { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRqKaHqd7e7XGOR4mxuAdPFwZ55PEu3W { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S17Z4PIZUAGIbZ3fBSWOmZE7ef9hxiry { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.861328125rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZcl65MmedDUIlHtoJMsCDgQxsXFhNKm { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nf26J1oigP4Twd33A1zdyVt4JHaIRIfI { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 { position:relative;display:block; }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 { background-color: transparent; background-image: none; }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .row .container > .video-iframe-container { display: none; }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .row > .video-iframe-container { display: none; }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .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); }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 { border-width: 0; border-radius: 0; }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .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; }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#OUnXFGTIZCnRZFIXS0e0TErgb5b4eEyf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AsDgJm0DZDurghtxX0qVEwsddafbe9eB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKlZcIN64sUGkB63mOThtLMZPsyBWERL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmgJSAcPTzfaHvhmnDzxRP7ToeUZlsCX { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:0.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALUyGisHGZol22cALiIafCUk1BxuQDao { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5OhoBhpMtx5G2QAv8Jra0H1sTcDUqR2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xEDMtWhHqqA36KbtHSmhHs3auSFf2oZk { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHT5GCfer9yXUrbKTQCUVi0M1ZTofWlU { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bwgE9wbZJxLy7R9knTPCvdEnp9T2dnWL { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eT44eRfeeBTSm4L2xedoWKg7FV5328ai { position:absolute;display:block;z-index:14994;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:8.125rem;top:11.423828125rem;left:22.9375rem;overflow:hidden;display:block; }
#pQ5WwuLDqaHwhDTUzivPSBuFBxKCmhc0 { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#LoxAJA4Gn6d8Wm2dQTGxqqDfnUu95TFX { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#ReBi3qi2buNeFqSPz7iaDcn3NKCD034g { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#UptrQOBeDaBHtDmESiDHnq6dxdO07deT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o2Q6DFbfoJlNgilJbXn77i8EXk1XJhXv { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AgAtdHxHMrwhpv6DA3c1hMofLyvt67qT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ovGesiDybHbKU16Qvgk9XleDXDPAE37A { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tseADyLzcyWJeHwRK5xqAnF6Tpn6Vyr8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aorDTmTk8HzofWaAfP3MG9ruyl2utJ1c { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OphB42X8hpKOhr3HUkT34oLJ8B7nPxnU { position:absolute;display:block;z-index:14996;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.75rem;width:9.125rem;top:9.8740234375rem;left:6.25rem;overflow:hidden;display:block; }
#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 { position:relative;display:block; }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 { background-color: transparent; background-image: none; }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .row .container > .video-iframe-container { display: none; }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .row > .video-iframe-container { display: none; }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .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); }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 { border-width: 0; border-radius: 0; }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .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; }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#CHtfsrTlwB4Fzm4uxe0FguURdx6xz5Up { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QL5wu5i3CbAPsoFCmrWEwAc5lZdwC4Gp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGczvncnSlDrJfqhqUhbBfNu0fup8aJK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aftcws7UtUCAQ38Jh3ICxt484oxZlAUk { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:0.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTh6eFmukBx4P3ECadhLJ0OEZzDucSB3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gc7UZeeyNKsWl825WpupfVgMb3BHHRRv { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n8tZZWs1cG4uTSzLHI19ioMJeOxCTSCE { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wA0nDUbk39DaqdRxMq7eZtphlnelvcXC { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SFtzRdqfIbJOe6PHSuzTsgEl3EnQ1C2M { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2cubX0IidMorBgNSwzbVM78NtJ8VtW7 { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#iMNPyHSTSPk3eg7e64K25aLEGlkUBXkZ { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#hZQ1o2ixKAgiI1F5UMT2fBnGGcSUgh9T { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#qeVnN78lgt5TRTtmPZ28GHbQUyUXmOSX { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0re5ogKaBM2dqDTnTVRN9qZghc135vX { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MU3SNmLCvMTu7THZ0qk0de6c6ADhgr8k { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBTlVMZEoRN8xPm0iJKbS37sc48Edc83 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KbwkghilT1dWKW4qznyJSLwORLQaNQ2u { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRyJMG84PeTk0nImqQtCf2sr8Ng2HhTN { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EUvXCAWk8TrsagyBWZSO6UVBQF00o0yJ { position:absolute;display:block;z-index:14998;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.75rem;width:10.375rem;top:9.8740234375rem;left:0rem;overflow:hidden;display:block; }
#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB { position:relative;display:block; }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB { background-color: transparent; background-image: none; }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .row .container > .video-iframe-container { display: none; }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .row > .video-iframe-container { display: none; }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .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); }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB { border-width: 0; border-radius: 0; }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .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; }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#XGryXr4Shm3ksg62C9EZbsMoV6xec2MJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTWmoAQnD6ohkpmwgaug6v7OfpNBGR9b { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ca8OkQmuoNqTv0Vvn6TRnAcU9ZCXR9fz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lv1moV7k2BgoKmut8GHa92rSceZqsri2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:0.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iaxCrpnaBMK3DqBMbJHvfVfpcm6HbsLF { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aUWObcRnAJ3ZdIhwUQ7632ULcTTNsDZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0e0Axo8e2UhaUarOZKU2OtVQMnFUocQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v4TwWf5cvRK12FmNyxUDFG58A7feRNg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exWM9okrHdnR5Xm0XJauPUzI7Rn3lTyv { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aInFgGQVOPKEbeZcTBpZ8QhGLQqUhsSC { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#gTy3p2Nk9pWH40CXuXyPrPu7cPc721KJ { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#L4m4QfvrpCF3BvpfmVATdCitS9s6ffyR { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#vpldX5gHkf0lTEZ5Rqop2hup44yhOeQ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dmn1XC5cSwFhVXMP1huWHgOWAotRp1K8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FUHisIPHPoLwTFbJd6rt1ppo0VO3XSdT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vXQgw8n1DTaXgVVyTNcfLSZ7lqLtTG21 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KVRSpalqXLnTogVhhgig4hQK2XLirvo7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#po7Iub6H1fJVmLRmGM3VF8v96TO4EKUT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rnTvhe3Vo2ybB2gUzxcKThaS81ogu9tp { position:absolute;display:block;z-index:14999;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.625rem;width:7.8125rem;top:9.8740234375rem;left:30.0625rem;overflow:hidden;display:block; }
#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC { position:relative;display:block; }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC { background-color: transparent; background-image: none; }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .row .container > .video-iframe-container { display: none; }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .row > .video-iframe-container { display: none; }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .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); }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC { border-width: 0; border-radius: 0; }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .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; }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#I1OvHqfrdFl9swETz5feSJxcJ5abkSNe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lBPtSVkQKyUMSB7bP1n6W8vgudWMIRdz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.93603515625rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9sJDT4ClNuibxTUWwp31Zks2H0sdz3V { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:9.93603515625rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQzofMzHiAQkbLKLmmSM3eNRvTxwXgpF { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:0.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pcWysBKxE2OKsIHeFgZGKh3CmCn0tIiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hD9TyfmuU8O3iAKsKelPJTXs3orAnEXc { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fVU60QPkW2XKU8uhiFolKEfMtT6mtvmp { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkA40zTOJCPP18MIH2QDdXvqEc5ss7w5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQx6Mdh2gNMfWqiwJ9C8MW53ineJTJoG { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lNXJPufJlG2Kz2eBe8uirZJe7dC4GoOo { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#qH4f7DNW9dbgLSZxV5wJFszqlIDAzVvW { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#rbTPPh7zwic0U3uc3HLx0r9Hi9gtkErd { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#KW3GdkOP4nOkqr2QQ6StOk4yBqfwdISV { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MgCVZyu33u7kMmNT7WBIEs3LRfg4A745 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SN6o7hlEwXBEeVKxTgSq5Fk4H3Hb1ilz { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mQszvcKsWEyt85UNTsIeP4O4IECbcTR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZPSUQDqpR3FS6JQPc6ozpVbHHwz1dxT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o2qKgy0E0wQMS8iZrEdiGsR73vE4KtRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrndAkxMCzsc1LQ9cJWNyKZBs2bTSpLL { position:absolute;display:block;z-index:14999;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.625rem;width:7.8125rem;top:11.236328125rem;left:26.0625rem;overflow:hidden;display:block; }
#UJoJEKu9OgRlnQsElMN7EzzsoEr42Czl { position:absolute;display:block;z-index:14996;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.25rem;width:12.125rem;top:11.0458984375rem;left:46.375rem;overflow:hidden;display:block; }
#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe { position:relative;display:block; }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe { background-color: transparent; background-image: none; }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .row .container > .video-iframe-container { display: none; }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .row > .video-iframe-container { display: none; }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .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); }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe { border-width: 0; border-radius: 0; }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .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; }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#BcZr9TFbuzPf9tldCT0HblZTTEtZ922O { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQCdATnWHWU5pbd5JZJw0420oQbbxEai { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7lik1eMt0HmTnz690yoquM95DqmHBd0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8VoP6vKmTEEbdmamVr7VFUBBAo3WlC2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iparDXvKaEG14uXNSKixvCEEdZfnWNef { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEzxFQc9zWlwCg8oLd9Ql4qqPUk2XPuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a8LBdN6JrqMQODTdPn8pUkZKFySTssBc { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcmsK5R53c55ey9S0y1KANH7NOPv6f76 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3Kv10RlDqosl8uCv6Nu12sE9RIFgoVC { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UMK3dRltJWMKZ0vJgTT4EtBIhzxdOH1N { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#pyPIsLD19ad7hDVNMp7cNmBiSV7cvzV9 { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#QWUd57qWiFCgKEr21Qzk9Tvzv33SAA4w { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#CnzATEWIfkAsTCTtTl54QgqvfXaZxa8y { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z7qcGfq9mZ6KUw3IVAIPfrKP7kIRU8qM { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTKgPvrar9xyWpTbmht4rC6P0vGsct8E { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzBvBNVQnscMhqn0i1KKHrC4cgRAa4pm { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQfL4yxxnziuG7dCW6vlexU3NG0c1sxV { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sbq5HKhxxu4QZlR7h2wqWSw129qbtcvt { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOP3z3olGV39qPtOt4yBo9yoUvbl8KA5 { position:absolute;display:block;z-index:14999;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.625rem;width:7.8125rem;top:11.236328125rem;left:3.875rem;overflow:hidden;display:block; }
#iBJ0M63qFShTymuPPJ1Ti9KJUJ2tH7TO { position:absolute;display:block;z-index:14997;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:9.625rem;top:11.236328125rem;left:24.25rem;overflow:hidden;display:block; }
#iBdC08mAnn9ZHiPmD4XbDStcVWC5KnT5 { position:absolute;display:block;z-index:14995;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:9.6875rem;top:11.2333984375rem;left:49.625rem;overflow:hidden;display:block; }
#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb { position:relative;display:block; }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb { background-color: transparent; background-image: none; }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .row .container > .video-iframe-container { display: none; }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .row > .video-iframe-container { display: none; }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .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); }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb { border-width: 0; border-radius: 0; }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .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; }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#ywsQrLlwp04JHgRU9uCOVkUZ0ekTnwJW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.94970703125rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfbihRvGKemd4odPT9UQsMCagtZ4doCA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:9.94970703125rem;left:22.125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vbKQOF0zWoRLl5sFIUTcZypqVE7l1tu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:44.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ikiSqLLukHkJz18IPSD8vnVdbOhvgpUZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.87451171875rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N1fBZZV0gtuvfwX6TffQy5ouTBMlbRaT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vP66Uh1I6kQmXTJ2GUTkxvTO131zP7Zl { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgtfIZHPSPbqxCGk8GMzB4ehbnPdz8iC { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTvchDkOwrT9VsSOBEyyGAFZI36JiZXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MDIf79faQG5iZbkzn7ddSunSJxp0C1UB { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dk3eQzAM1xWKizz79IePnNaTWPNd8arE { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#Us1q4ZHdbL1WbKOL45X2IpST2DPl0L6B { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#Si7X7lbe4iuZENvbtQ9UrK7ZBgGX3LCs { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#EvdGADJ5Cv2fGp1iNkWTm5lpPFBHWXpK { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BZ7pPJOcF0Kc0AgTziHNwa0qQaWAAyfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcciUw84p3s3tdxxcsA2i2zyVs1hdxAy { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dchu5LvSEXqLKQ8r9aWtPTMw48hJtKrF { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.01123046875rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mT19ECMTFsypiUB3zaDhZEP2yMReMlhz { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THTa2sHnA3HTsmbPadlBZAevETDH7nT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zcbiu7XxpWk78AeLtTSOZ9mhRaSg4TEy { position:absolute;display:block;z-index:14997;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:9.6875rem;top:9.94921875rem;left:25.125rem;overflow:hidden;display:block; }
#WxlI3mGD3AKLr7C48rK8Nirh94DEe1I5 { position:absolute;display:block;z-index:14995;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:9.6875rem;top:9.94921875rem;left:50.3125rem;overflow:hidden;display:block; }
#hhzuglS7HfMtInZrUUPxkJOx1Cez9M0i { 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.9375rem;width:16.125rem;top:9.94921875rem;left:0rem;overflow:hidden;display:block; }
#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 { position:relative;display:block; }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 { background-color: transparent; background-image: none; }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .row .container > .video-iframe-container { display: none; }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .row > .video-iframe-container { display: none; }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .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); }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 { border-width: 0; border-radius: 0; }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .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; }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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; }#IUrDcADGuItQ0sMMk8COiJ94o49PVKm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNOD7p9DuVemsero49bxyP1TLqxzRbkw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MFgx1Cc5CZMnItEGNI0AUSc9WhMvVdZV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:43.875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HWlkRsCsS2mdg8I1adcpF0SQdXBTKrOI { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mi3Qt3Oiuzy9b0CtELIEtekOmOm1LG2h { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wein4KfOODUrEy8iI3sLuTpxcsBFOH7J { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.798828125rem;left:45.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKLfWwGqyZAk99dIClvB6Td4Da2Qy4kK { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HHMbUCMPc2ZUZZvtdJwDu5X6SBgT0kRB { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0a5B2JR7Tq64mJIDThQspBsKXWQRegW { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbaJoWM4fEU9zQ9vZfqzFQRtaCuqCIgm { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#SM3LhgDhDN8mpDfGNeVBUorsVZ7rCZdo { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#bgF1pXzvotdnohTqrVGWQRJVJuORRpwO { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#MKgJIOFT0OfsEk6TVVXGefQZ3lNAqpLp { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vyy8Ha8ahHOTWUdeTW6sK7hoG2expRMT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiPcXuG8qJKTU9ulVnO46aPTs4U8TM2g { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4WmHT7pkXyPNAgQWKuP4w799vSf5rnh { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kbk98wb8pQtqydnGX7gCPHC7C7uml1wo { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#itVFlpSx1lCes0A7tiLzA82lyENdw7ps { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bq4hZO88v45rPFVrNz4iiC6KMaJqr49L { position:absolute;display:block;z-index:14997;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.625rem;width:7.8125rem;top:11.2333984375rem;left:1.875rem;overflow:hidden;display:block; }
#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc { position:relative;display:block; }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc { background-color: transparent; background-image: none; }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .row .container > .video-iframe-container { display: none; }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .row > .video-iframe-container { display: none; }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .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); }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc { border-width: 0; border-radius: 0; }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .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; }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.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; }#oCPQ0489vL3pTAn9CIHz1tyD7lp1mhSV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hlXAGHMCDaGQZdT9oyL1Q1GpV4TkJMf2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:22.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAldJmdfrrgD2BeMeFgLOpNidC0xbMqm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:sohnev1;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:43.875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hw5h9qfKxF7B1DbWIQVc93SEkoE8bxPL { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.7958984375rem;left:0.75rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOMCalV5HKAJQKkb9inSWnEqrMMPWMbN { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.9375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZtdXP8VlSDSyMdqcrT5sMfHqscTIIryt { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.7958984375rem;left:44.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nft40852NpAKrh1ZGf218KsHh6tT5ZhG { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RadcLItE2W5DnF7KgF9XEs9ClD8quI3a { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:44.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5EIpkm8L7zJokHJgtJPkrySO0rCbKIm { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPSJa0XFfo86sVHQC1hwQqatQV6OBCeq { position:absolute;display:block;z-index:15008;height:8.6875rem;width:15.5rem;top:0.875rem;left:0rem;display:block; }
#VaPCAupluOWUdF5H9AsFOMsBRMFkvQap { position:absolute;display:block;z-index:15009;height:8.6875rem;width:15.5rem;top:0.875rem;left:22.25rem;display:block; }
#Is5HemM3z5D7JIN4KmTQsCT6v5JzDEeO { position:absolute;display:block;z-index:15010;height:8.6875rem;width:15.5rem;top:0.875rem;left:44.5rem;display:block; }
#VDl3ABN3mTTIBeihenQ8HTlUCacxJnIk { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agb63WKvPCiOxwiEBtm2JzTuBHTdPn7S { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bXoM1kiO1hoEMaiFwKG5zezmNAQfTo7u { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzgRufGatRC0Z0nXB91zTaEJmbqWMoPW { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:0.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gv4MwBvR3KCWofZG5lvUwqTJHa07sDuD { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:23rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oyb2nRDXycQ1GrFfeyA7npEHrAvtguzt { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.94921875rem;left:45.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyqERdVLBxWPHMuhNGtN9PTZvwQDybwJ { position:absolute;display:block;z-index:14999;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.625rem;width:7.8125rem;top:9.8740234375rem;left:0.75rem;overflow:hidden;display:block; }
#Tfp5tJVaxQyL6PikNEQHHI2B91xM6gqg { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.6875rem;top:18.5625rem;left:16.5rem;overflow:hidden;display:block; }
#iPSxh5rcqpUGxe8Lw8fyefkczuAbIgkb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17.9375rem;top:19.5rem;left:28.375rem;overflow:hidden;display:block; }
#HgPkrwStqCDdbOwP0AS48o2lfPlEVZOk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:sohnev1;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.0625rem;left:15.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row .container { background-color: transparent; background-image: none; }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row .container > .video-iframe-container { display: none; }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row > .video-iframe-container { display: none; }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .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); }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row .container { border-width: 0; border-radius: 0; }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#sMAIng6B5BH4pbuFd1SCXItuRvDdACHh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:11rem;top:0.59375rem;left:24.5rem;overflow:hidden;display:block; }
#P77fT2KAxJFmcaUTtPhQ8rkZGJSn8T2f { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:sohnev1;font-size:0.625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMKTHXuythU85TizGu0mdquSB6bMlrOQ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:sohnev1;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.09375rem;left:0rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkJqTfnBfxxD8X34T2evwLWbMZlL0W5a { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:sohnev1;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.34375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FndIovdaDu8TCFeVmv0HazPsPznnup72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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:none; }#FndIovdaDu8TCFeVmv0HazPsPznnup72 > .row .container { border-width: 0; border-radius: 0; }#FndIovdaDu8TCFeVmv0HazPsPznnup72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FndIovdaDu8TCFeVmv0HazPsPznnup72 > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { background-color: transparent; background-image: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container > .video-iframe-container { display: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container { display: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .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); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { border-width: 0; border-radius: 0; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { width:47.75rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzhJPhzegI5qAoUNE74zgMEdWOTMoDyH { width:47.75rem;height:5.5234375rem;top:0.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW0dfuNM3wkD8XENbHTJAymLtnBmrCbM { width:10.625rem;height:2.375rem;top:7.75rem;left:37.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGBZNRo9MiiGIwUmFgNrHTcEsCOuAA2P { width:47.75rem;height:5.5234375rem;top:0.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzBc3MOkPPLnqTNFUP79Bv18ZOCSCsyf { width:16.4375rem;height:1.5625rem;top:1.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F92hCLrgwUHCMfPwrCcBxPumPC2wZCaM { width:47.75rem;height:5.5234375rem;top:0.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUnSCP6ZxQ6uBDvp0Rtv3K4TBzdcPQtL { width:40rem;height:22.5rem;top:31.875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM { display:block; }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhpuR59q34Jc52J7ZUSd7tPLHTEz0CZW { width:13.125rem;height:6.3125rem;top:2.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyfNMBv5IHqNvVUHnKKAfdbB9MgrT9Bp { width:46.25rem;height:26.1875rem;top:1.875rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPvSylptqqifGcLaJRoK06KOWJIVm1vF { width:9.6875rem;height:4.625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 { display:block; }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT7QfwsrgixoCc9Zn04mG7i8rocSwnJC { width:15.5625rem;height:1.4375rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4tSIGdQ3O3fRD3RR92Ed4luXPu9R62n { width:15.625rem;height:2.875rem;top:15.5rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssw73HIxovhULk86ZVv2nGGSrSZqdFTP { width:15.4375rem;height:2.875rem;top:15.5625rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2WA5EiyKlG2r5TKJayu0Sr7hHSNCHUT { width:14rem;height:1.125rem;top:16.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKlh8MH54nlCr6ylGkinLnV34kOi9tdl { width:14rem;height:1.125rem;top:18.4375rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKdnwJbU3qVdJlulnWS63Jw2yRtTOPAQ { width:14rem;height:1.125rem;top:18.4375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMG2aTvT0UM1ACazpgxeGCH25VWZtSvw { width:14rem;height:0;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSvcIHi88Es7iZhyTRahP48QA9cBw3tQ { width:14rem;height:0;top:19.5625rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1skhga35kK3KlU9bqHWUVTPt7BtGC1 { width:14rem;height:0;top:19.5625rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrwnfOOLoKraEB6x8uRN36kuzEEHqoq7 { width:7rem;height:1.5625rem;top:15.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZiCxtIN5mA6RccDK9KSDHuRcRmgyAfx { width:6.4375rem;height:1.4375rem;top:15.625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHq67VVeXhLDxLsT41UZMoPIKcZ0Fct { width:15.5rem;height:8.6875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ELPyGlnIPxPMsZBHFT9ZKarX4SUGSb { width:15.5rem;height:8.6875rem;top:6.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suLozTyv0FUnris4zrTEk6T27GxogRST { width:15.5rem;height:8.6875rem;top:6.5rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcEzfX7e9vLHqXdAS7C2hGBO3e6lHGC { width:14rem;height:0;top:19.5625rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JlFNO3wGBeGhWr6ClzZfm3z2xyPuWr { width:14rem;height:0;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOMGXpinBCaIv8muoDCVTFWHQAEJwhZ { width:14rem;height:0;top:19.5625rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H455wIo6Us3F7PAkcvHpCRlgpCc4oU9U { width:14rem;height:0;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSPbpiPyTqnuLEM5f4CFT22Ztw9NhBtU { width:14rem;height:0;top:19.5625rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJDZ25m5uUkHGQhqkTkMzHZekFweffFn { width:14rem;height:0;top:19.5625rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KdTcvVgsQPD5tco946NT9fqxoHRh39 { width:47.75rem;height:5.5234375rem;top:0.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e { display:block; }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQsZhJEqla1SXWuXQTRai8nHrTGpAxMs { width:15.5625rem;height:2.875rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbvDdeSdBOwUwNN6847acFMoKc13Ln99 { width:15.625rem;height:2.875rem;top:9.8125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz1sGQIhqOGHJTGToiJVg2UCmCkAdUz1 { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qyrSsZT07HhDP3pmXuCx3aquKxPFCH { width:14rem;height:1.125rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl0sMqagLutaDJGNiVNc5uE4TZbI3Glw { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1s6yyzVL6TwTLNH1uWV7JnAZ8rCMRRd { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #II6Hu5SPqcZEz2CnCqJxmFrAu4xH84Rl { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWJf9DCpksCx1Xt6s5q1vBMZybFAnctv { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSuhiA25vDTpb36ia2axX4xxwkLTtQmx { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvSvDDus4O2nPPNv51p2ksLCwZVntm60 { width:6.4375rem;height:1.4375rem;top:11.375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqBu4cWzlA1okAzOrPx2nE2ASStLgaD0 { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXpaxgQ4F0ckku4Jkqr3xPef9mPNro5Q { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEaCkZyt7uRVKXcZvFOcQaooHcna5DZ { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ore3rmTi1ykei2AknPuU9lGDSnBo36ws { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzIWgHJ8URTaoFUOTbqBec227fZAwLZ1 { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZfLpT40c9vDgsM5fx9LtS2oDgSdzUZo { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5eL05W4GhaMssemyC851BH8nb7iCLb { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnv5PhBaQF9q7MN1Kc4na7xP6bEZa1xE { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOvKi06cbTSGfO2dyZeUDLW71527EeX5 { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS { display:block; }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzZkpx3EbiEqQlytUq1QT8GMWLXdR31F { width:15.5625rem;height:1.4375rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlB2TyM8TKGHAAl8AaWenvF2f2zwQgVh { width:15.625rem;height:2.875rem;top:9.8125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQQsoFDMEcRfTq5WKnH1A30uuNwxuBEd { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCseK7ARGu2ttLHGDm1dIbwdhlR9Z91i { width:14rem;height:1.125rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuSxovL6yviyCDuTlTgzMTRQtt27SgeE { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc33XIkntcTmsvJAMbk9g7hiG5JtsLOc { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnqlgZ41OCXpRd2VSsu6BbAPT7LSMPmI { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM5zilRgALgku9ed7E6WiheBVS4gQVTT { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnPTTllftuVAr03MORhy6tA4wD8FJg5P { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgkvGMqXfqZagV0vQbhgrtoHRKm7e9Wp { width:8.0625rem;height:1.6875rem;top:9.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k66Ig5tfykuXq3Xzuan7BODD0BHkGLmQ { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #if64y7SPBUhQsN7PsSn9k0ee9XM991qT { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSB1v9PgKHzbyOPRuFGHWPSNp0GJFKnq { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlDZRSEsmNHbSQbszmNdFkHcvXGwa3zA { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXVS1iFGQDUyTg0ZAqDNdgdwFf1r5wQK { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRqKaHqd7e7XGOR4mxuAdPFwZ55PEu3W { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Z4PIZUAGIbZ3fBSWOmZE7ef9hxiry { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZcl65MmedDUIlHtoJMsCDgQxsXFhNKm { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf26J1oigP4Twd33A1zdyVt4JHaIRIfI { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 { display:block; }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUnXFGTIZCnRZFIXS0e0TErgb5b4eEyf { width:15.5625rem;height:2.875rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsDgJm0DZDurghtxX0qVEwsddafbe9eB { width:15.625rem;height:2.875rem;top:9.8125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlZcIN64sUGkB63mOThtLMZPsyBWERL { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmgJSAcPTzfaHvhmnDzxRP7ToeUZlsCX { width:14rem;height:1.125rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALUyGisHGZol22cALiIafCUk1BxuQDao { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5OhoBhpMtx5G2QAv8Jra0H1sTcDUqR2 { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEDMtWhHqqA36KbtHSmhHs3auSFf2oZk { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHT5GCfer9yXUrbKTQCUVi0M1ZTofWlU { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwgE9wbZJxLy7R9knTPCvdEnp9T2dnWL { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT44eRfeeBTSm4L2xedoWKg7FV5328ai { width:8.125rem;height:1.5625rem;top:11.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ5WwuLDqaHwhDTUzivPSBuFBxKCmhc0 { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoxAJA4Gn6d8Wm2dQTGxqqDfnUu95TFX { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBi3qi2buNeFqSPz7iaDcn3NKCD034g { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UptrQOBeDaBHtDmESiDHnq6dxdO07deT { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Q6DFbfoJlNgilJbXn77i8EXk1XJhXv { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgAtdHxHMrwhpv6DA3c1hMofLyvt67qT { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovGesiDybHbKU16Qvgk9XleDXDPAE37A { width:14rem;height:1.125rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tseADyLzcyWJeHwRK5xqAnF6Tpn6Vyr8 { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aorDTmTk8HzofWaAfP3MG9ruyl2utJ1c { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OphB42X8hpKOhr3HUkT34oLJ8B7nPxnU { width:9.125rem;height:1.75rem;top:9.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 { display:block; }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHtfsrTlwB4Fzm4uxe0FguURdx6xz5Up { width:15.5625rem;height:2.875rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL5wu5i3CbAPsoFCmrWEwAc5lZdwC4Gp { width:15.625rem;height:2.875rem;top:9.8125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGczvncnSlDrJfqhqUhbBfNu0fup8aJK { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aftcws7UtUCAQ38Jh3ICxt484oxZlAUk { width:14rem;height:1.125rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh6eFmukBx4P3ECadhLJ0OEZzDucSB3 { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc7UZeeyNKsWl825WpupfVgMb3BHHRRv { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tZZWs1cG4uTSzLHI19ioMJeOxCTSCE { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA0nDUbk39DaqdRxMq7eZtphlnelvcXC { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFtzRdqfIbJOe6PHSuzTsgEl3EnQ1C2M { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2cubX0IidMorBgNSwzbVM78NtJ8VtW7 { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMNPyHSTSPk3eg7e64K25aLEGlkUBXkZ { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZQ1o2ixKAgiI1F5UMT2fBnGGcSUgh9T { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeVnN78lgt5TRTtmPZ28GHbQUyUXmOSX { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0re5ogKaBM2dqDTnTVRN9qZghc135vX { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3SNmLCvMTu7THZ0qk0de6c6ADhgr8k { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTlVMZEoRN8xPm0iJKbS37sc48Edc83 { width:14rem;height:1.125rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbwkghilT1dWKW4qznyJSLwORLQaNQ2u { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRyJMG84PeTk0nImqQtCf2sr8Ng2HhTN { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUvXCAWk8TrsagyBWZSO6UVBQF00o0yJ { width:10.375rem;height:1.75rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB { display:block; }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGryXr4Shm3ksg62C9EZbsMoV6xec2MJ { width:15.5625rem;height:2.875rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWmoAQnD6ohkpmwgaug6v7OfpNBGR9b { width:15.625rem;height:2.875rem;top:9.8125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca8OkQmuoNqTv0Vvn6TRnAcU9ZCXR9fz { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv1moV7k2BgoKmut8GHa92rSceZqsri2 { width:14rem;height:1.125rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaxCrpnaBMK3DqBMbJHvfVfpcm6HbsLF { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUWObcRnAJ3ZdIhwUQ7632ULcTTNsDZ5 { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0e0Axo8e2UhaUarOZKU2OtVQMnFUocQ { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TwWf5cvRK12FmNyxUDFG58A7feRNg1 { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWM9okrHdnR5Xm0XJauPUzI7Rn3lTyv { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aInFgGQVOPKEbeZcTBpZ8QhGLQqUhsSC { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTy3p2Nk9pWH40CXuXyPrPu7cPc721KJ { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4m4QfvrpCF3BvpfmVATdCitS9s6ffyR { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpldX5gHkf0lTEZ5Rqop2hup44yhOeQ4 { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmn1XC5cSwFhVXMP1huWHgOWAotRp1K8 { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUHisIPHPoLwTFbJd6rt1ppo0VO3XSdT { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXQgw8n1DTaXgVVyTNcfLSZ7lqLtTG21 { width:14rem;height:1.125rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVRSpalqXLnTogVhhgig4hQK2XLirvo7 { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7Iub6H1fJVmLRmGM3VF8v96TO4EKUT { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnTvhe3Vo2ybB2gUzxcKThaS81ogu9tp { width:7.8125rem;height:1.625rem;top:9.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC { display:block; }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1OvHqfrdFl9swETz5feSJxcJ5abkSNe { width:15.5625rem;height:2.875rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBPtSVkQKyUMSB7bP1n6W8vgudWMIRdz { width:15.625rem;height:2.875rem;top:9.875rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sJDT4ClNuibxTUWwp31Zks2H0sdz3V { width:15.4375rem;height:2.875rem;top:9.875rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQzofMzHiAQkbLKLmmSM3eNRvTxwXgpF { width:14rem;height:1.125rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcWysBKxE2OKsIHeFgZGKh3CmCn0tIiQ { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9TyfmuU8O3iAKsKelPJTXs3orAnEXc { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVU60QPkW2XKU8uhiFolKEfMtT6mtvmp { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkA40zTOJCPP18MIH2QDdXvqEc5ss7w5 { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQx6Mdh2gNMfWqiwJ9C8MW53ineJTJoG { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXJPufJlG2Kz2eBe8uirZJe7dC4GoOo { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH4f7DNW9dbgLSZxV5wJFszqlIDAzVvW { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTPPh7zwic0U3uc3HLx0r9Hi9gtkErd { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW3GdkOP4nOkqr2QQ6StOk4yBqfwdISV { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCVZyu33u7kMmNT7WBIEs3LRfg4A745 { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN6o7hlEwXBEeVKxTgSq5Fk4H3Hb1ilz { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQszvcKsWEyt85UNTsIeP4O4IECbcTR1 { width:14rem;height:1.125rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZPSUQDqpR3FS6JQPc6ozpVbHHwz1dxT { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2qKgy0E0wQMS8iZrEdiGsR73vE4KtRJ { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrndAkxMCzsc1LQ9cJWNyKZBs2bTSpLL { width:7.8125rem;height:1.625rem;top:11.1875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJoJEKu9OgRlnQsElMN7EzzsoEr42Czl { width:12.125rem;height:2.25rem;top:11rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe { display:block; }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcZr9TFbuzPf9tldCT0HblZTTEtZ922O { width:15.5625rem;height:2.875rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQCdATnWHWU5pbd5JZJw0420oQbbxEai { width:15.625rem;height:2.875rem;top:9.8125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7lik1eMt0HmTnz690yoquM95DqmHBd0 { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VoP6vKmTEEbdmamVr7VFUBBAo3WlC2 { width:14rem;height:1.125rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iparDXvKaEG14uXNSKixvCEEdZfnWNef { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEzxFQc9zWlwCg8oLd9Ql4qqPUk2XPuZ { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8LBdN6JrqMQODTdPn8pUkZKFySTssBc { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcmsK5R53c55ey9S0y1KANH7NOPv6f76 { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Kv10RlDqosl8uCv6Nu12sE9RIFgoVC { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMK3dRltJWMKZ0vJgTT4EtBIhzxdOH1N { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyPIsLD19ad7hDVNMp7cNmBiSV7cvzV9 { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUd57qWiFCgKEr21Qzk9Tvzv33SAA4w { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnzATEWIfkAsTCTtTl54QgqvfXaZxa8y { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7qcGfq9mZ6KUw3IVAIPfrKP7kIRU8qM { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKgPvrar9xyWpTbmht4rC6P0vGsct8E { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzBvBNVQnscMhqn0i1KKHrC4cgRAa4pm { width:14rem;height:1.125rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfL4yxxnziuG7dCW6vlexU3NG0c1sxV { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbq5HKhxxu4QZlR7h2wqWSw129qbtcvt { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOP3z3olGV39qPtOt4yBo9yoUvbl8KA5 { width:7.8125rem;height:1.625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBJ0M63qFShTymuPPJ1Ti9KJUJ2tH7TO { width:9.625rem;height:1.875rem;top:11.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdC08mAnn9ZHiPmD4XbDStcVWC5KnT5 { width:9.6875rem;height:1.875rem;top:11.1875rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb { display:block; }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywsQrLlwp04JHgRU9uCOVkUZ0ekTnwJW { width:15.5625rem;height:2.875rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfbihRvGKemd4odPT9UQsMCagtZ4doCA { width:15.625rem;height:2.875rem;top:9.9375rem;left:16rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbKQOF0zWoRLl5sFIUTcZypqVE7l1tu9 { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikiSqLLukHkJz18IPSD8vnVdbOhvgpUZ { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1fBZZV0gtuvfwX6TffQy5ouTBMlbRaT { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP66Uh1I6kQmXTJ2GUTkxvTO131zP7Zl { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgtfIZHPSPbqxCGk8GMzB4ehbnPdz8iC { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvchDkOwrT9VsSOBEyyGAFZI36JiZXJ { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDIf79faQG5iZbkzn7ddSunSJxp0C1UB { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk3eQzAM1xWKizz79IePnNaTWPNd8arE { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us1q4ZHdbL1WbKOL45X2IpST2DPl0L6B { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si7X7lbe4iuZENvbtQ9UrK7ZBgGX3LCs { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvdGADJ5Cv2fGp1iNkWTm5lpPFBHWXpK { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ7pPJOcF0Kc0AgTziHNwa0qQaWAAyfJ { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcciUw84p3s3tdxxcsA2i2zyVs1hdxAy { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchu5LvSEXqLKQ8r9aWtPTMw48hJtKrF { width:14rem;height:1.125rem;top:14rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT19ECMTFsypiUB3zaDhZEP2yMReMlhz { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTa2sHnA3HTsmbPadlBZAevETDH7nT4 { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcbiu7XxpWk78AeLtTSOZ9mhRaSg4TEy { width:9.6875rem;height:1.875rem;top:9.9375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxlI3mGD3AKLr7C48rK8Nirh94DEe1I5 { width:9.6875rem;height:1.875rem;top:9.9375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhzuglS7HfMtInZrUUPxkJOx1Cez9M0i { width:16.125rem;height:2.9375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 { display:block; }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUrDcADGuItQ0sMMk8COiJ94o49PVKm3 { width:15.5625rem;height:2.875rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNOD7p9DuVemsero49bxyP1TLqxzRbkw { width:15.625rem;height:2.875rem;top:9.8125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFgx1Cc5CZMnItEGNI0AUSc9WhMvVdZV { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWlkRsCsS2mdg8I1adcpF0SQdXBTKrOI { width:14rem;height:1.125rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3Qt3Oiuzy9b0CtELIEtekOmOm1LG2h { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wein4KfOODUrEy8iI3sLuTpxcsBFOH7J { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKLfWwGqyZAk99dIClvB6Td4Da2Qy4kK { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMbUCMPc2ZUZZvtdJwDu5X6SBgT0kRB { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0a5B2JR7Tq64mJIDThQspBsKXWQRegW { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbaJoWM4fEU9zQ9vZfqzFQRtaCuqCIgm { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3LhgDhDN8mpDfGNeVBUorsVZ7rCZdo { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgF1pXzvotdnohTqrVGWQRJVJuORRpwO { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKgJIOFT0OfsEk6TVVXGefQZ3lNAqpLp { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyy8Ha8ahHOTWUdeTW6sK7hoG2expRMT { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiPcXuG8qJKTU9ulVnO46aPTs4U8TM2g { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4WmHT7pkXyPNAgQWKuP4w799vSf5rnh { width:14rem;height:1.125rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbk98wb8pQtqydnGX7gCPHC7C7uml1wo { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVFlpSx1lCes0A7tiLzA82lyENdw7ps { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq4hZO88v45rPFVrNz4iiC6KMaJqr49L { width:7.8125rem;height:1.625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc { display:block; }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCPQ0489vL3pTAn9CIHz1tyD7lp1mhSV { width:15.5625rem;height:2.875rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlXAGHMCDaGQZdT9oyL1Q1GpV4TkJMf2 { width:15.625rem;height:2.875rem;top:9.8125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAldJmdfrrgD2BeMeFgLOpNidC0xbMqm { width:15.4375rem;height:2.875rem;top:9.8125rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw5h9qfKxF7B1DbWIQVc93SEkoE8bxPL { width:14rem;height:1.125rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOMCalV5HKAJQKkb9inSWnEqrMMPWMbN { width:14rem;height:1.125rem;top:12.8125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtdXP8VlSDSyMdqcrT5sMfHqscTIIryt { width:14rem;height:1.125rem;top:12.75rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nft40852NpAKrh1ZGf218KsHh6tT5ZhG { width:14rem;height:1.125rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RadcLItE2W5DnF7KgF9XEs9ClD8quI3a { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5EIpkm8L7zJokHJgtJPkrySO0rCbKIm { width:14rem;height:1.125rem;top:13.9375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPSJa0XFfo86sVHQC1hwQqatQV6OBCeq { width:15.5rem;height:8.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaPCAupluOWUdF5H9AsFOMsBRMFkvQap { width:15.5rem;height:8.6875rem;top:0.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is5HemM3z5D7JIN4KmTQsCT6v5JzDEeO { width:15.5rem;height:8.6875rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDl3ABN3mTTIBeihenQ8HTlUCacxJnIk { width:14rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agb63WKvPCiOxwiEBtm2JzTuBHTdPn7S { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXoM1kiO1hoEMaiFwKG5zezmNAQfTo7u { width:14rem;height:1.125rem;top:13.875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgRufGatRC0Z0nXB91zTaEJmbqWMoPW { width:14rem;height:1.125rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4MwBvR3KCWofZG5lvUwqTJHa07sDuD { width:14rem;height:1.125rem;top:13.875rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyb2nRDXycQ1GrFfeyA7npEHrAvtguzt { width:14rem;height:1.125rem;top:13.9375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyqERdVLBxWPHMuhNGtN9PTZvwQDybwJ { width:7.8125rem;height:1.625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfp5tJVaxQyL6PikNEQHHI2B91xM6gqg { width:9.6875rem;height:4.625rem;top:18.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPSxh5rcqpUGxe8Lw8fyefkczuAbIgkb { width:17.9375rem;height:2.8125rem;top:19.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgPkrwStqCDdbOwP0AS48o2lfPlEVZOk { width:28.375rem;height:1.1875rem;top:16.0625rem;left:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h { display:block; }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMAIng6B5BH4pbuFd1SCXItuRvDdACHh { width:11rem;height:4.125rem;top:0.5625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77fT2KAxJFmcaUTtPhQ8rkZGJSn8T2f { width:47.75rem;height:0.8125rem;top:10.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMKTHXuythU85TizGu0mdquSB6bMlrOQ { width:47.75rem;height:1.125rem;top:8.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJqTfnBfxxD8X34T2evwLWbMZlL0W5a { width:47.75rem;height:2.4375rem;top:5.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FndIovdaDu8TCFeVmv0HazPsPznnup72 { display:none; }#FndIovdaDu8TCFeVmv0HazPsPznnup72 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/497beeec-347c-4cb0-967c-f4ad4aac8612/Greenshot20251111093849.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ.adaptive-delivery-prevent-bg, #DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ.lazyload, #DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ.lazyloading { background-image: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { background-color: transparent; background-image: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container > .video-iframe-container { display: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container { display: none; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .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); }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { border-width: 0; border-radius: 0; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLvCdv9M5ezQiIXcibsFO7CoAWg2SeMQ > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzhJPhzegI5qAoUNE74zgMEdWOTMoDyH { width:20rem;height:6.82325rem;top:3.6875rem;left:0rem;font-size:1.75rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #JW0dfuNM3wkD8XENbHTJAymLtnBmrCbM { width:10.625rem;height:2.375rem;top:5.2265625rem;left:8.625rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #IGBZNRo9MiiGIwUmFgNrHTcEsCOuAA2P { width:20rem;height:15.35446875rem;top:11.982421875rem;left:0rem;font-size:1.3125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #tzBc3MOkPPLnqTNFUP79Bv18ZOCSCsyf { width:16.4375rem;height:1.5625rem;top:1.4375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F92hCLrgwUHCMfPwrCcBxPumPC2wZCaM { width:20rem;height:21.9375rem;top:29.8974609375rem;left:0rem;font-size:1.125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #fUnSCP6ZxQ6uBDvp0Rtv3K4TBzdcPQtL { height:11.25rem;width:20rem;top:54.3349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM { display:block; }#ukhdBMefbb4ShrFeg4PVLcB3QekgcKhM > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhpuR59q34Jc52J7ZUSd7tPLHTEz0CZW { width:13.125rem;height:6.3369375rem;top:1.25rem;left:3.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vyfNMBv5IHqNvVUHnKKAfdbB9MgrT9Bp { width:20rem;height:66.28125rem;top:8.8369375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #IPvSylptqqifGcLaJRoK06KOWJIVm1vF { width:9.6875rem;height:4.625rem;top:76.3681640625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 { display:block; }#DZwK35H0qN16kt5WiLzcWDU6aUy7mm91 > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT7QfwsrgixoCc9Zn04mG7i8rocSwnJC { width:14rem;height:1.4619125rem;top:17rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4tSIGdQ3O3fRD3RR92Ed4luXPu9R62n { width:14rem;height:2.923825rem;top:31.625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssw73HIxovhULk86ZVv2nGGSrSZqdFTP { width:14rem;height:2.923825rem;top:48.25rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2WA5EiyKlG2r5TKJayu0Sr7hHSNCHUT { width:14rem;height:1.13671875rem;top:18.5625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKlh8MH54nlCr6ylGkinLnV34kOi9tdl { width:14rem;height:1.13671875rem;top:34.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKdnwJbU3qVdJlulnWS63Jw2yRtTOPAQ { width:14rem;height:1.13671875rem;top:51.1875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMG2aTvT0UM1ACazpgxeGCH25VWZtSvw { width:14rem;height:0;top:19.875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSvcIHi88Es7iZhyTRahP48QA9cBw3tQ { width:14rem;height:0;top:52.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1skhga35kK3KlU9bqHWUVTPt7BtGC1 { width:14rem;height:0;top:35.875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrwnfOOLoKraEB6x8uRN36kuzEEHqoq7 { width:7rem;height:1.5625rem;top:17rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZiCxtIN5mA6RccDK9KSDHuRcRmgyAfx { width:6.4375rem;height:1.4375rem;top:31.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHq67VVeXhLDxLsT41UZMoPIKcZ0Fct { width:15.5rem;height:8.6875rem;top:7.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ELPyGlnIPxPMsZBHFT9ZKarX4SUGSb { width:15.5rem;height:8.6875rem;top:22.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suLozTyv0FUnris4zrTEk6T27GxogRST { width:15.5rem;height:8.6875rem;top:39rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcEzfX7e9vLHqXdAS7C2hGBO3e6lHGC { width:14rem;height:0;top:19.6875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JlFNO3wGBeGhWr6ClzZfm3z2xyPuWr { width:14rem;height:0;top:52.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOMGXpinBCaIv8muoDCVTFWHQAEJwhZ { width:14rem;height:0;top:35.875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H455wIo6Us3F7PAkcvHpCRlgpCc4oU9U { width:14rem;height:0;top:19.6875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSPbpiPyTqnuLEM5f4CFT22Ztw9NhBtU { width:14rem;height:0;top:35.875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJDZ25m5uUkHGQhqkTkMzHZekFweffFn { width:14rem;height:0;top:52.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KdTcvVgsQPD5tco946NT9fqxoHRh39 { width:20rem;height:4.548825rem;top:1.75rem;left:0rem;font-size:1.75rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e { display:block; }#JKWnqsFPpaUbAkeFrxoU9diAdGRbdd2e > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQsZhJEqla1SXWuXQTRai8nHrTGpAxMs { width:14rem;height:4.38574375rem;top:10.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbvDdeSdBOwUwNN6847acFMoKc13Ln99 { width:14rem;height:2.923825rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz1sGQIhqOGHJTGToiJVg2UCmCkAdUz1 { width:14rem;height:2.923825rem;top:44.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qyrSsZT07HhDP3pmXuCx3aquKxPFCH { width:14rem;height:1.13720625rem;top:15.2607421875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl0sMqagLutaDJGNiVNc5uE4TZbI3Glw { width:14rem;height:1.13720625rem;top:31.0625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1s6yyzVL6TwTLNH1uWV7JnAZ8rCMRRd { width:14rem;height:1.13720625rem;top:47.8125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #II6Hu5SPqcZEz2CnCqJxmFrAu4xH84Rl { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWJf9DCpksCx1Xt6s5q1vBMZybFAnctv { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSuhiA25vDTpb36ia2axX4xxwkLTtQmx { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvSvDDus4O2nPPNv51p2ksLCwZVntm60 { width:6.4375rem;height:1.4375rem;top:29.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqBu4cWzlA1okAzOrPx2nE2ASStLgaD0 { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXpaxgQ4F0ckku4Jkqr3xPef9mPNro5Q { width:15.5rem;height:8.6875rem;top:19.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEaCkZyt7uRVKXcZvFOcQaooHcna5DZ { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ore3rmTi1ykei2AknPuU9lGDSnBo36ws { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzIWgHJ8URTaoFUOTbqBec227fZAwLZ1 { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZfLpT40c9vDgsM5fx9LtS2oDgSdzUZo { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5eL05W4GhaMssemyC851BH8nb7iCLb { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnv5PhBaQF9q7MN1Kc4na7xP6bEZa1xE { width:14rem;height:0;top:32.19921875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOvKi06cbTSGfO2dyZeUDLW71527EeX5 { width:14rem;height:0;top:48.94921875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS { display:block; }#OwE9dPW5XtG16s4zzRlbTDiV7piGaHiS > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzZkpx3EbiEqQlytUq1QT8GMWLXdR31F { width:14rem;height:1.4624rem;top:10.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlB2TyM8TKGHAAl8AaWenvF2f2zwQgVh { width:14rem;height:2.923825rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQQsoFDMEcRfTq5WKnH1A30uuNwxuBEd { width:14rem;height:2.923825rem;top:44.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCseK7ARGu2ttLHGDm1dIbwdhlR9Z91i { width:14rem;height:1.13720625rem;top:12.21142578125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuSxovL6yviyCDuTlTgzMTRQtt27SgeE { width:14rem;height:1.13720625rem;top:31.0625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc33XIkntcTmsvJAMbk9g7hiG5JtsLOc { width:14rem;height:1.13720625rem;top:47.8125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnqlgZ41OCXpRd2VSsu6BbAPT7LSMPmI { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM5zilRgALgku9ed7E6WiheBVS4gQVTT { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnPTTllftuVAr03MORhy6tA4wD8FJg5P { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgkvGMqXfqZagV0vQbhgrtoHRKm7e9Wp { width:6.4375rem;height:1.4375rem;top:29.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k66Ig5tfykuXq3Xzuan7BODD0BHkGLmQ { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #if64y7SPBUhQsN7PsSn9k0ee9XM991qT { width:15.5rem;height:8.6875rem;top:19.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSB1v9PgKHzbyOPRuFGHWPSNp0GJFKnq { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlDZRSEsmNHbSQbszmNdFkHcvXGwa3zA { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXVS1iFGQDUyTg0ZAqDNdgdwFf1r5wQK { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRqKaHqd7e7XGOR4mxuAdPFwZ55PEu3W { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Z4PIZUAGIbZ3fBSWOmZE7ef9hxiry { width:14rem;height:0;top:13.34814453125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZcl65MmedDUIlHtoJMsCDgQxsXFhNKm { width:14rem;height:0;top:32.19921875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf26J1oigP4Twd33A1zdyVt4JHaIRIfI { width:14rem;height:0;top:48.94921875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 { display:block; }#cNIhL1J7HrTi1TuXeFglNasSWK3nzPw0 > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUnXFGTIZCnRZFIXS0e0TErgb5b4eEyf { width:14rem;height:2.923825rem;top:10.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsDgJm0DZDurghtxX0qVEwsddafbe9eB { width:14rem;height:2.923825rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlZcIN64sUGkB63mOThtLMZPsyBWERL { width:14rem;height:2.923825rem;top:44.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmgJSAcPTzfaHvhmnDzxRP7ToeUZlsCX { width:14rem;height:1.13720625rem;top:13.6748046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALUyGisHGZol22cALiIafCUk1BxuQDao { width:14rem;height:1.13720625rem;top:31.0625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5OhoBhpMtx5G2QAv8Jra0H1sTcDUqR2 { width:14rem;height:1.13720625rem;top:47.8125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEDMtWhHqqA36KbtHSmhHs3auSFf2oZk { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHT5GCfer9yXUrbKTQCUVi0M1ZTofWlU { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwgE9wbZJxLy7R9knTPCvdEnp9T2dnWL { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT44eRfeeBTSm4L2xedoWKg7FV5328ai { width:6.4375rem;height:1.4375rem;top:29.625rem;left:9.1875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #pQ5WwuLDqaHwhDTUzivPSBuFBxKCmhc0 { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoxAJA4Gn6d8Wm2dQTGxqqDfnUu95TFX { width:15.5rem;height:8.6875rem;top:19.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBi3qi2buNeFqSPz7iaDcn3NKCD034g { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UptrQOBeDaBHtDmESiDHnq6dxdO07deT { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Q6DFbfoJlNgilJbXn77i8EXk1XJhXv { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgAtdHxHMrwhpv6DA3c1hMofLyvt67qT { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovGesiDybHbKU16Qvgk9XleDXDPAE37A { width:14rem;height:0;top:48.94921875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tseADyLzcyWJeHwRK5xqAnF6Tpn6Vyr8 { width:14rem;height:0;top:32.19921875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aorDTmTk8HzofWaAfP3MG9ruyl2utJ1c { width:14rem;height:0;top:14.8115234375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OphB42X8hpKOhr3HUkT34oLJ8B7nPxnU { width:7.8125rem;height:1.625rem;top:44.875rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 { display:block; }#ORvEwNKHMgVcmgXXuDrPxRN8rhvVRan6 > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHtfsrTlwB4Fzm4uxe0FguURdx6xz5Up { width:14rem;height:2.923825rem;top:10.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL5wu5i3CbAPsoFCmrWEwAc5lZdwC4Gp { width:14rem;height:2.923825rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGczvncnSlDrJfqhqUhbBfNu0fup8aJK { width:14rem;height:2.923825rem;top:44.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aftcws7UtUCAQ38Jh3ICxt484oxZlAUk { width:14rem;height:1.13720625rem;top:13.6748046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh6eFmukBx4P3ECadhLJ0OEZzDucSB3 { width:14rem;height:1.13720625rem;top:31.0625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc7UZeeyNKsWl825WpupfVgMb3BHHRRv { width:14rem;height:1.13720625rem;top:47.8125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tZZWs1cG4uTSzLHI19ioMJeOxCTSCE { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA0nDUbk39DaqdRxMq7eZtphlnelvcXC { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFtzRdqfIbJOe6PHSuzTsgEl3EnQ1C2M { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2cubX0IidMorBgNSwzbVM78NtJ8VtW7 { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMNPyHSTSPk3eg7e64K25aLEGlkUBXkZ { width:15.5rem;height:8.6875rem;top:19.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZQ1o2ixKAgiI1F5UMT2fBnGGcSUgh9T { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeVnN78lgt5TRTtmPZ28GHbQUyUXmOSX { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0re5ogKaBM2dqDTnTVRN9qZghc135vX { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3SNmLCvMTu7THZ0qk0de6c6ADhgr8k { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTlVMZEoRN8xPm0iJKbS37sc48Edc83 { width:14rem;height:0;top:14.8115234375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbwkghilT1dWKW4qznyJSLwORLQaNQ2u { width:14rem;height:0;top:32.19921875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRyJMG84PeTk0nImqQtCf2sr8Ng2HhTN { width:14rem;height:0;top:49.056640625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUvXCAWk8TrsagyBWZSO6UVBQF00o0yJ { width:8.3125rem;height:1.5rem;top:10.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB { display:block; }#wFfhAD97ALO8e1Sc1kTnIXedx5fFUlsB > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGryXr4Shm3ksg62C9EZbsMoV6xec2MJ { width:14rem;height:2.923825rem;top:10.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWmoAQnD6ohkpmwgaug6v7OfpNBGR9b { width:14rem;height:4.38574375rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca8OkQmuoNqTv0Vvn6TRnAcU9ZCXR9fz { width:14rem;height:4.38574375rem;top:44.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv1moV7k2BgoKmut8GHa92rSceZqsri2 { width:14rem;height:1.13720625rem;top:13.6748046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaxCrpnaBMK3DqBMbJHvfVfpcm6HbsLF { width:14rem;height:1.13720625rem;top:32.51171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUWObcRnAJ3ZdIhwUQ7632ULcTTNsDZ5 { width:14rem;height:1.13720625rem;top:49.26171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0e0Axo8e2UhaUarOZKU2OtVQMnFUocQ { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TwWf5cvRK12FmNyxUDFG58A7feRNg1 { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWM9okrHdnR5Xm0XJauPUzI7Rn3lTyv { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aInFgGQVOPKEbeZcTBpZ8QhGLQqUhsSC { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTy3p2Nk9pWH40CXuXyPrPu7cPc721KJ { width:15.5rem;height:8.6875rem;top:19.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4m4QfvrpCF3BvpfmVATdCitS9s6ffyR { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpldX5gHkf0lTEZ5Rqop2hup44yhOeQ4 { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmn1XC5cSwFhVXMP1huWHgOWAotRp1K8 { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUHisIPHPoLwTFbJd6rt1ppo0VO3XSdT { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXQgw8n1DTaXgVVyTNcfLSZ7lqLtTG21 { width:14rem;height:0;top:14.8115234375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVRSpalqXLnTogVhhgig4hQK2XLirvo7 { width:14rem;height:0;top:33.88671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7Iub6H1fJVmLRmGM3VF8v96TO4EKUT { width:14rem;height:0;top:50.3984375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnTvhe3Vo2ybB2gUzxcKThaS81ogu9tp { width:7.8125rem;height:1.625rem;top:44.9375rem;left:3rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC { display:block; }#wL7LH5uoXTb07nxwogluW5Hl3DLJZFOC > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1OvHqfrdFl9swETz5feSJxcJ5abkSNe { width:14rem;height:2.923825rem;top:10.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBPtSVkQKyUMSB7bP1n6W8vgudWMIRdz { width:14rem;height:2.923825rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sJDT4ClNuibxTUWwp31Zks2H0sdz3V { width:14rem;height:4.38574375rem;top:44.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQzofMzHiAQkbLKLmmSM3eNRvTxwXgpF { width:14rem;height:1.13720625rem;top:13.6748046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcWysBKxE2OKsIHeFgZGKh3CmCn0tIiQ { width:14rem;height:1.13720625rem;top:32.51171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9TyfmuU8O3iAKsKelPJTXs3orAnEXc { width:14rem;height:1.13671875rem;top:49.26171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVU60QPkW2XKU8uhiFolKEfMtT6mtvmp { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkA40zTOJCPP18MIH2QDdXvqEc5ss7w5 { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQx6Mdh2gNMfWqiwJ9C8MW53ineJTJoG { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXJPufJlG2Kz2eBe8uirZJe7dC4GoOo { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH4f7DNW9dbgLSZxV5wJFszqlIDAzVvW { width:15.5rem;height:8.6875rem;top:19.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTPPh7zwic0U3uc3HLx0r9Hi9gtkErd { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW3GdkOP4nOkqr2QQ6StOk4yBqfwdISV { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCVZyu33u7kMmNT7WBIEs3LRfg4A745 { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN6o7hlEwXBEeVKxTgSq5Fk4H3Hb1ilz { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQszvcKsWEyt85UNTsIeP4O4IECbcTR1 { width:14rem;height:0;top:14.8115234375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZPSUQDqpR3FS6JQPc6ozpVbHHwz1dxT { width:14rem;height:0;top:33.88671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2qKgy0E0wQMS8iZrEdiGsR73vE4KtRJ { width:14rem;height:0;top:50.3984375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrndAkxMCzsc1LQ9cJWNyKZBs2bTSpLL { width:7.8125rem;height:1.625rem;top:47.7607421875rem;left:6.09375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #UJoJEKu9OgRlnQsElMN7EzzsoEr42Czl { width:9.6875rem;height:1.875rem;top:29.2373046875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe { display:block; }#inHgd3SCtvV0KNLqRSRpC9NisgCTSZTe > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcZr9TFbuzPf9tldCT0HblZTTEtZ922O { width:14rem;height:2.923825rem;top:10.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQCdATnWHWU5pbd5JZJw0420oQbbxEai { width:14rem;height:2.923825rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7lik1eMt0HmTnz690yoquM95DqmHBd0 { width:14rem;height:4.38574375rem;top:44.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VoP6vKmTEEbdmamVr7VFUBBAo3WlC2 { width:14rem;height:1.13720625rem;top:13.6748046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iparDXvKaEG14uXNSKixvCEEdZfnWNef { width:14rem;height:1.13720625rem;top:31.400390625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEzxFQc9zWlwCg8oLd9Ql4qqPUk2XPuZ { width:14rem;height:1.13720625rem;top:49.26171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8LBdN6JrqMQODTdPn8pUkZKFySTssBc { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcmsK5R53c55ey9S0y1KANH7NOPv6f76 { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Kv10RlDqosl8uCv6Nu12sE9RIFgoVC { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMK3dRltJWMKZ0vJgTT4EtBIhzxdOH1N { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyPIsLD19ad7hDVNMp7cNmBiSV7cvzV9 { width:15.5rem;height:8.6875rem;top:19.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUd57qWiFCgKEr21Qzk9Tvzv33SAA4w { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnzATEWIfkAsTCTtTl54QgqvfXaZxa8y { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7qcGfq9mZ6KUw3IVAIPfrKP7kIRU8qM { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKgPvrar9xyWpTbmht4rC6P0vGsct8E { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzBvBNVQnscMhqn0i1KKHrC4cgRAa4pm { width:14rem;height:0;top:14.8115234375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfL4yxxnziuG7dCW6vlexU3NG0c1sxV { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbq5HKhxxu4QZlR7h2wqWSw129qbtcvt { width:14rem;height:0;top:50.3984375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOP3z3olGV39qPtOt4yBo9yoUvbl8KA5 { width:7.8125rem;height:1.625rem;top:12.1123046875rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBJ0M63qFShTymuPPJ1Ti9KJUJ2tH7TO { width:7.8125rem;height:1.625rem;top:44.9375rem;left:3rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #iBdC08mAnn9ZHiPmD4XbDStcVWC5KnT5 { width:9.6875rem;height:1.875rem;top:29.2373046875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb { display:block; }#DFgxaoBrEcTnzbGTkrDkgOFsQpEZRzGb > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywsQrLlwp04JHgRU9uCOVkUZ0ekTnwJW { width:14rem;height:2.923825rem;top:10.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfbihRvGKemd4odPT9UQsMCagtZ4doCA { width:14rem;height:4.38574375rem;top:28.1875rem;left:2.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbKQOF0zWoRLl5sFIUTcZypqVE7l1tu9 { width:14rem;height:2.923825rem;top:44.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikiSqLLukHkJz18IPSD8vnVdbOhvgpUZ { width:14rem;height:1.13720625rem;top:13.6748046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1fBZZV0gtuvfwX6TffQy5ouTBMlbRaT { width:14rem;height:1.13720625rem;top:32.51171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP66Uh1I6kQmXTJ2GUTkxvTO131zP7Zl { width:14rem;height:1.13720625rem;top:48.55078125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgtfIZHPSPbqxCGk8GMzB4ehbnPdz8iC { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvchDkOwrT9VsSOBEyyGAFZI36JiZXJ { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDIf79faQG5iZbkzn7ddSunSJxp0C1UB { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk3eQzAM1xWKizz79IePnNaTWPNd8arE { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us1q4ZHdbL1WbKOL45X2IpST2DPl0L6B { width:15.5rem;height:8.6875rem;top:19.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si7X7lbe4iuZENvbtQ9UrK7ZBgGX3LCs { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvdGADJ5Cv2fGp1iNkWTm5lpPFBHWXpK { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ7pPJOcF0Kc0AgTziHNwa0qQaWAAyfJ { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcciUw84p3s3tdxxcsA2i2zyVs1hdxAy { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchu5LvSEXqLKQ8r9aWtPTMw48hJtKrF { width:14rem;height:0;top:14.8115234375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT19ECMTFsypiUB3zaDhZEP2yMReMlhz { width:14rem;height:0;top:33.88671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTa2sHnA3HTsmbPadlBZAevETDH7nT4 { width:14rem;height:0;top:49.6875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcbiu7XxpWk78AeLtTSOZ9mhRaSg4TEy { width:7.8125rem;height:1.625rem;top:44.9375rem;left:3rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WxlI3mGD3AKLr7C48rK8Nirh94DEe1I5 { width:9.6875rem;height:1.875rem;top:29.443359375rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhzuglS7HfMtInZrUUPxkJOx1Cez9M0i { width:16.125rem;height:2.9375rem;top:10.7421875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 { display:block; }#kSaCJ2gkZfESVwkLNTyhMQrh5foxAJm7 > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUrDcADGuItQ0sMMk8COiJ94o49PVKm3 { width:14rem;height:4.38574375rem;top:10.8125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNOD7p9DuVemsero49bxyP1TLqxzRbkw { width:14rem;height:4.38574375rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFgx1Cc5CZMnItEGNI0AUSc9WhMvVdZV { width:14rem;height:2.923825rem;top:45rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWlkRsCsS2mdg8I1adcpF0SQdXBTKrOI { width:14rem;height:1.13720625rem;top:15.13671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3Qt3Oiuzy9b0CtELIEtekOmOm1LG2h { width:14rem;height:1.13720625rem;top:32.51171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wein4KfOODUrEy8iI3sLuTpxcsBFOH7J { width:14rem;height:1.13720625rem;top:47.8623046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKLfWwGqyZAk99dIClvB6Td4Da2Qy4kK { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMbUCMPc2ZUZZvtdJwDu5X6SBgT0kRB { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0a5B2JR7Tq64mJIDThQspBsKXWQRegW { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbaJoWM4fEU9zQ9vZfqzFQRtaCuqCIgm { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3LhgDhDN8mpDfGNeVBUorsVZ7rCZdo { width:15.5rem;height:8.6875rem;top:19.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgF1pXzvotdnohTqrVGWQRJVJuORRpwO { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKgJIOFT0OfsEk6TVVXGefQZ3lNAqpLp { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyy8Ha8ahHOTWUdeTW6sK7hoG2expRMT { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiPcXuG8qJKTU9ulVnO46aPTs4U8TM2g { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4WmHT7pkXyPNAgQWKuP4w799vSf5rnh { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbk98wb8pQtqydnGX7gCPHC7C7uml1wo { width:14rem;height:0;top:33.88671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVFlpSx1lCes0A7tiLzA82lyENdw7ps { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq4hZO88v45rPFVrNz4iiC6KMaJqr49L { width:7.8125rem;height:1.625rem;top:10.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc { display:block; }#HNpnoXGyHUVBpUDxLyhZusJA0Vyig8Bc > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCPQ0489vL3pTAn9CIHz1tyD7lp1mhSV { width:14rem;height:2.923825rem;top:10.81201171875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlXAGHMCDaGQZdT9oyL1Q1GpV4TkJMf2 { width:14rem;height:4.38574375rem;top:28.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAldJmdfrrgD2BeMeFgLOpNidC0xbMqm { width:14rem;height:2.923825rem;top:44.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw5h9qfKxF7B1DbWIQVc93SEkoE8bxPL { width:14rem;height:1.13720625rem;top:13.6748046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOMCalV5HKAJQKkb9inSWnEqrMMPWMbN { width:14rem;height:1.13720625rem;top:32.51171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtdXP8VlSDSyMdqcrT5sMfHqscTIIryt { width:14rem;height:1.13720625rem;top:47.8623046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nft40852NpAKrh1ZGf218KsHh6tT5ZhG { width:14rem;height:0;top:13.63671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RadcLItE2W5DnF7KgF9XEs9ClD8quI3a { width:14rem;height:0;top:51.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5EIpkm8L7zJokHJgtJPkrySO0rCbKIm { width:12.8125rem;height:0;top:35.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPSJa0XFfo86sVHQC1hwQqatQV6OBCeq { width:15.5rem;height:8.6875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaPCAupluOWUdF5H9AsFOMsBRMFkvQap { width:15.5rem;height:8.6875rem;top:19.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is5HemM3z5D7JIN4KmTQsCT6v5JzDEeO { width:15.5rem;height:8.6875rem;top:36.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDl3ABN3mTTIBeihenQ8HTlUCacxJnIk { width:14rem;height:0;top:16.4970703125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agb63WKvPCiOxwiEBtm2JzTuBHTdPn7S { width:14rem;height:0;top:32.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXoM1kiO1hoEMaiFwKG5zezmNAQfTo7u { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgRufGatRC0Z0nXB91zTaEJmbqWMoPW { width:14rem;height:0;top:14.8115234375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4MwBvR3KCWofZG5lvUwqTJHa07sDuD { width:14rem;height:0;top:33.88671875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyb2nRDXycQ1GrFfeyA7npEHrAvtguzt { width:14rem;height:0;top:49.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyqERdVLBxWPHMuhNGtN9PTZvwQDybwJ { width:7.8125rem;height:1.625rem;top:10.81201171875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfp5tJVaxQyL6PikNEQHHI2B91xM6gqg { width:9.6875rem;height:4.625rem;top:55.5625rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPSxh5rcqpUGxe8Lw8fyefkczuAbIgkb { width:17.9375rem;height:2.8125rem;top:61rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgPkrwStqCDdbOwP0AS48o2lfPlEVZOk { width:20rem;height:2.4375rem;top:51.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h { display:block; }#atvMyt1dZToPV6sEmhA8OWu3D5KdTN4h > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMAIng6B5BH4pbuFd1SCXItuRvDdACHh { width:8.1875rem;height:3rem;top:1rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77fT2KAxJFmcaUTtPhQ8rkZGJSn8T2f { width:20rem;height:2.4375rem;top:10.3125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMKTHXuythU85TizGu0mdquSB6bMlrOQ { width:20rem;height:1.13671875rem;top:8.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkJqTfnBfxxD8X34T2evwLWbMZlL0W5a { width:20rem;height:2.4375rem;top:5.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FndIovdaDu8TCFeVmv0HazPsPznnup72 { display:none; }#FndIovdaDu8TCFeVmv0HazPsPznnup72 > .row .container { width:20rem;height:2.0625rem;position:relative;display:none; } }