.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,232,235;--color-primary-1:255,178,188;--color-primary-2:255,100,121;--color-primary-3:128,50,61;--color-primary-4:38,15,18;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#eeeeee;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); }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row .container { background-color: transparent; background-image: none; }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row .container > .video-iframe-container { display: none; }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row > .video-iframe-container { display: none; }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .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); }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row .container { border-width: 0; border-radius: 0; }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#QqVqhcywS0PX5hV9194nauGTwmpFJqIn { 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:1.75rem;width:11.125rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#yvEmmQwOoW0hNUCKGxMT9D3dFu5n2C1A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bebebe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.75rem;left:42.375rem;display:block; }
#CLVeCuFfz6W1rv43GTIzVoISt0Z5xZJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6zqf1hmBSm9rAlqRNfnSp7TGbS4Uhsv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bebebe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:1.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.75rem;left:56.6875rem;display:block; }
#mpUCCT58FEwJHbBnilKlWnsDE2UnWrT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKs8TDAn3sH0IpEiMiIAyhQyOVJfJpm8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bebebe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:1.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.75rem;left:68.25rem;display:block; }
#cqDf1f55h7hUv5CGXSEGaq1A3JSsnWT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#sNxON1Gd8ZIOdBxAaqxqmKWK2QdNgos8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.25rem;width:34.9375rem;top:3.75rem;left:20.03125rem;overflow:hidden;display:block; }
#olgFCDG4uieGEmLpbTtNO6Jpcdl5hpq3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.1875rem;top:13.4375rem;left:24.65625rem;overflow:hidden;display:block; }
#kFsea1f85tSNcABrQM19niZbtweXch6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:19.375rem;left:27.90625rem;height:5.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvXay8g5r0EJ7FwyRXDTbBvdkasUgxnW { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.0625rem;left:25.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qq5DX2cRXuWMxyaKbhe7ZN8ktE2doLl6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.0625rem;left:32.8125rem;display:block; }
#Vnd2V1hOc3LngHeO9NdOqxRpS2bptpeJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G44OqlQz6F5NciOCTvbbt4A0swrIB7kD { color:rgba(var(--color-tertiary-0),1);display:block;width:63.75rem;position:absolute;font-family:"montserrat black";font-size:8.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:44.0625rem;left:5.625rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m { position:relative;display:block; }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m { background-color: transparent; background-image: none; }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .row .container > .video-iframe-container { display: none; }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .row > .video-iframe-container { display: none; }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .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); }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m { border-width: 0; border-radius: 0; }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .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; }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v2nosGW8ulpRmL4sTWoOyUsPJsSVsgXK { 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:13.5rem;width:34.9375rem;top:0rem;left:20.03125rem;overflow:hidden;display:block; }
#i3L7Nh68xyNn8tawDkM8KxeEeeI4BdT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:21.90625rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vo19iVru5cmDle4QoLJ5tyVtTHzyaKAF { position:relative;display:none; }#vo19iVru5cmDle4QoLJ5tyVtTHzyaKAF { border-width: 0; border-radius: 0; }#vo19iVru5cmDle4QoLJ5tyVtTHzyaKAF > .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; }#vo19iVru5cmDle4QoLJ5tyVtTHzyaKAF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GpLRTcyJp39HPCssCNKU4Q83RA8RDNqw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.625rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#ByAT48WuM6kio1ClzoZ4uZco9QzsZJ2L { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.625rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#dcvaim9Ubm0vQrmdT9pKTXqu7ZDLvz4N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.25rem;width:29rem;top:4.1875rem;left:3.625rem;display:block; }
#CZzIqa7MxQ7yoTON1uQHypQLP5CWsn16 { color:#3e3e3e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.6240234375rem;left:3.625rem;height:2.5996125rem;display:block; }
#ixZKDCTua84JUEwi8NZp3afM4Een7aSk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:22.330078125rem;left:27.5rem;overflow:hidden;display:block; }
#TxyfKtpcUOFTPpO0ULvJvluyEvbZXEd4 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.53125rem;height:16.8974375rem;display:block; }
#pukidkH2QayclznHIQgLUgtCEQ1JuOht { color:#3e3e3e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.6240234375rem;left:42.53125rem;height:2.5996125rem;display:block; }
#wp38E7MltE5vx3KZfuMRkmEDHyunGvV7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:6.0625rem;top:22.330078125rem;left:65.21875rem;overflow:hidden;display:block; }
#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 { position:relative;display:block; }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 { background-color: transparent; background-image: none; }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .row .container > .video-iframe-container { display: none; }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .row > .video-iframe-container { display: none; }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .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); }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 { border-width: 0; border-radius: 0; }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .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; }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n9RHWel8yrzFC5mzzoazHH8T45rIG6Xy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#kAnMZN2L0Lu4Jt74cCTCqqaD39FJMHTa { color:#3e3e3e;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.014326095581rem;left:3.625rem;height:2.5989625rem;display:block; }
#FzRIDoDDbf57ckz5ods3TnecbFmhHR18 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:8.625rem;top:23.250650405884rem;left:23.770835876465rem;overflow:hidden;display:block; }
#S4ebZaEe5oCBrD7Vm9FUIrky4hrTL8uO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:3.1044921875rem;left:2.25rem;display:block; }
#hbz8grv40guxM21MW459wCMBKK2o8RoW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#MdWRcvqd2vv84Z4xZDnfLOQqHlgz6wom { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.014320373535rem;left:42.4375rem;height:2.5989625rem;display:block; }
#XUhnhbxBk3RGJyTrxmGX3LoledDypFRo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:10rem;top:22.532554626465rem;left:62.25rem;overflow:hidden;display:block; }
#UrQWXO7RTHslzIb19t4aeDdFkoGizm7X { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:3.1028623580933rem;left:41rem;display:block; }
#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd { position:relative;display:block; }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd { background-color: transparent; background-image: none; }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .row .container > .video-iframe-container { display: none; }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .row > .video-iframe-container { display: none; }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .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); }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd { border-width: 0; border-radius: 0; }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .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; }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cSpNQfl5Nk4vVv4K4fa3LXTATPko4gL7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#x3vpXVCI89yNuar8LNWrTqn8DabF7h37 { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.5625rem;left:42.125rem;height:2.5989625rem;display:block; }
#CcvsqW8pxwiotHd4Ls7ZCTgR8mS5Cxqd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:21.8125rem;left:64.25rem;overflow:hidden;display:block; }
#hPts2Db8kTOOhLpR5FtxgoiETpbAx6QT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:2.8125rem;left:41rem;display:block; }
#ETecAkVBggLS56EWnBO5VPv2QUvwigu6 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#gR7Vp7aqUt3bUX0aUnzAMP7cKR2tO9SH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11.8125rem;top:23.375rem;left:21.125rem;overflow:hidden;display:block; }
#resUrwluHSmfemPm5TVEu8LGTtVkKt6H { color:#3e3e3e;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.8125rem;left:3.3125rem;height:2.5989625rem;display:block; }
#kx4GOvf9WqBOMnWzmJeGMEc1QyM9nfxQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:2.8125rem;left:2.25rem;display:block; }
#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w { position:relative;display:block; }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w { background-color: transparent; background-image: none; }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .row .container > .video-iframe-container { display: none; }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .row > .video-iframe-container { display: none; }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .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); }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w { border-width: 0; border-radius: 0; }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .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; }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZQwVMM5seBxz7Zxhn6IoEmeCaRXZK2SI { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#tv1ruXrLoTrS0rhkBgrtALZoMVMSPP7L { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.68675rem;width:11.8115rem;top:20.76416015625rem;left:23.0615234375rem;overflow:hidden;display:block; }
#grI1xmkQTrct1nMqmkgco6TiekHaiwJV { color:#3e3e3e;display:block;width:14.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.30810546875rem;left:3.3740234375rem;height:2.5989625rem;display:block; }
#g4zHgRa5pc24COgFzS9AFDTHFr7a8DM8 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.74925rem;top:2.486572265625rem;left:2.249755859375rem;display:block; }
#AD0vugF388p2uMqDDaiUgSAxphGJJeT6 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#awVfeNhZWRieCsXUHoO6dpvXoKRO6gT3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:11.8125rem;top:20.762371063233rem;left:60.97917175293rem;overflow:hidden;display:block; }
#Tn1BVBOAopfhTUhKZg3232sgm7QW1RXu { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.305988311767rem;left:42.5625rem;height:2.5989625rem;display:block; }
#ZKb8wr668PUB86qlMkTM52BHmP1BvJvd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:2.486328125rem;left:41rem;display:block; }
#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g { position:relative;display:block; }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g { background-color: transparent; background-image: none; }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .row .container > .video-iframe-container { display: none; }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .row > .video-iframe-container { display: none; }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .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); }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g { border-width: 0; border-radius: 0; }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .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; }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TA4RlPuUOPs4TgwvbAXqGWsOQJGsXxfN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:11.8125rem;top:21.0625rem;left:62.375rem;overflow:hidden;display:block; }
#eNV6CF3k67KqxMKwGdNn142V3wqZBvTT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#LCUr2QnTBCTozGTg0VraP3lTESaxKDpN { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:2.75rem;left:41rem;display:block; }
#iXLitRK4LR7gORKpGmnzV61RVg942eoF { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.625rem;left:42.5625rem;height:2.5989625rem;display:block; }
#DL6ZD0a2OrPTdidKKc3dWSsZh85DxUzC { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#WyPJ81W3Op3JrhW0laNn3QMytTi5ZSR5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:11.8125rem;top:21.5rem;left:23.4375rem;overflow:hidden;display:block; }
#ATw7auLvcMHV2ccAx0TJVNRWCJLGoO3S { color:#3e3e3e;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.375rem;left:3.8125rem;height:3.8984375rem;display:block; }
#hIMd3PuAHy6qUEcTPDuMocethyTbbqeM { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:3.125rem;left:2.25rem;display:block; }
#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir { position:relative;display:block; }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir { background-color: transparent; background-image: none; }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .row .container > .video-iframe-container { display: none; }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .row > .video-iframe-container { display: none; }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .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); }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir { border-width: 0; border-radius: 0; }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .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; }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E3uP4mQcyDJRA6nIMwLmxk4JUuT4JSbZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.4375rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#C8BzNU3O070DKxhMLiI1Le7svw2ACL5s { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.5rem;left:3.8125rem;height:1.29948125rem;display:block; }
#RnZN1oSvTKCWJhvkzu9T0AVQ3O2bZNTp { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.8125rem;height:24.690125rem;display:block; }
#zynpBaZG2aepA7AJbfkwkn5b8OJpmhQK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:43.3125rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#wVRC3rV6ESEOloftLkudqCbPQNbMvWf2 { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.255207061767rem;left:42.53125rem;height:2.5989625rem;display:block; }
#LKLDVDAwgDcOKSlcLcTnNdnEZsNN7MZr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:12rem;top:34.647136688233rem;left:59.26042175293rem;overflow:hidden;display:block; }
#U3ipuG8bpAHJDcNvnRpU81O1bCCeXxAZ { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.53125rem;height:31.187525rem;display:block; }
#TuoVqWabvdusvnOHTuilMfm3VozGM6eM { position:relative;display:block; }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM { background-color: transparent; background-image: none; }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .row .container > .video-iframe-container { display: none; }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .row > .video-iframe-container { display: none; }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .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); }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM { border-width: 0; border-radius: 0; }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .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; }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mV3JauVUc12cXvlsArMNQtTss6EXMtnp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.5rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#pcCCaLGgDWk90koaFCsCyHdAKN73zOW7 { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:41.9375rem;height:2.5989625rem;display:block; }
#tqangu1AaCrPLMN0QaBqwXx5y0GfP9X6 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.875rem;left:41.9375rem;height:9.096375rem;display:block; }
#GbKk4D2t1hEca3UyemX9Wh9NX8cAAZ5U { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:34.0625rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#ZlKQgDIstbylww6K2owv8lPuN5VlP30b { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.75rem;top:26.625rem;left:21.75rem;overflow:hidden;display:block; }
#KRIwNydSLoC5mN3Xkl6IHFRneRCdMZuI { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.8125rem;left:3.8125rem;height:2.5989625rem;display:block; }
#wTrKyWSq0VfVKzRFc3SJth1w2vROtJwg { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.875rem;left:3.78125rem;height:20.7916875rem;display:block; }
#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH { position:relative;display:block; }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH { background-color: transparent; background-image: none; }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .row .container > .video-iframe-container { display: none; }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .row > .video-iframe-container { display: none; }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .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); }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH { border-width: 0; border-radius: 0; }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .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; }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lUW5maWAsLoRhJb0qr57civcQ3TRK0ys { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.25rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#SGvz81ReNTaTWLHvdlPpICFLAs0n5J60 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:42.5625rem;height:15.59375rem;display:block; }
#lT9EC7ZZHNhSHKi9uzAkNvusVpvKggG1 { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.3125rem;left:42.5625rem;height:2.5989625rem;display:block; }
#ypm6p5TnelbRmL8WHxmDThingoIXHZad { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.3125rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#qkPQBxQq5sgnLcrzk2h9ihn25i7VI3NS { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.625rem;left:3.8125rem;height:3.8984375rem;display:block; }
#B0sNyhGF4WqIklxCheb2MrxRQ7ByRQEf { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.8125rem;height:18.1926875rem;display:block; }
#isVHAGG9krK6P4xeFST0b4eu5SSMZH4U { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.75rem;top:25.01171875rem;left:24.65625rem;overflow:hidden;display:block; }
#g9vT8ger05FTzHRInKsBcnMldQdkrqT4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.75rem;top:23.0498046875rem;left:62.5625rem;overflow:hidden;display:block; }
#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 { position:relative;display:block; }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 { background-color: transparent; background-image: none; }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .row .container > .video-iframe-container { display: none; }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .row > .video-iframe-container { display: none; }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .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); }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 { border-width: 0; border-radius: 0; }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .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; }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yN1hJwGg7vO0mraq3sqLDIXNiR3wMl8h { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.4375rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#igOszEx77FfZp2eCCZW5nBtyl4WO1tQp { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.5625rem;height:18.1926875rem;display:block; }
#WqdMnxSyJqDK5yiJK40kB7ywUC3z0NC4 { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:42.5625rem;height:2.5989625rem;display:block; }
#V1TSnDkeRiEggyL5mhZEZ0kse5pVO6mt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.625rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#VvwBpBGkIrrpv669vWzOVBwFTL1UKvQV { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.6875rem;left:3.8125rem;height:2.5989625rem;display:block; }
#R7CwHl6ZaBF90g7of9PKZWSrXWGTpLS7 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.8125rem;height:7.796875rem;display:block; }
#tixwd4cxGvEKdEWeGHeEtFBd06eefX1D { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:25.5rem;left:64.4375rem;overflow:hidden;display:block; }
#q5tanfO8zaMAqzVS9itVZcob8V3vruFA { position:relative;display:block; }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA { background-color: transparent; background-image: none; }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .row .container > .video-iframe-container { display: none; }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .row > .video-iframe-container { display: none; }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .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); }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA { border-width: 0; border-radius: 0; }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .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; }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W225TTDbwcy40iHmmodRJ6wffcqaqRC3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.4375rem;width:36.25rem;top:0.5625rem;left:38.75rem;display:block; }
#PbuP1Wu7H56FrHOWP87z8MlAKzSz0N9U { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:42.5625rem;height:14.29425rem;display:block; }
#vK9Mm9lEcgGLonCZkXHVQad695eneb7Q { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:42.5625rem;height:2.5989625rem;display:block; }
#MhSC6QFiOBR99GKsvIDhnbmar52TSTEu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:19.162109375rem;left:65.6875rem;overflow:hidden;display:block; }
#SO9xkTCkPnmfPS4uGIhw6BGU68edZGLb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:10.875rem;top:22.0625rem;left:21.6875rem;overflow:hidden;display:block; }
#E2ZbC4IQnL2QhoP1Kk1d4AgBhfM0Svw8 { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.25rem;left:3.8125rem;height:2.5989625rem;display:block; }
#hsHUwZV2OGQ5TLvM8y2R3GLnOCKuGFu4 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.8125rem;height:14.29425rem;display:block; }
#LHqDqus75pCS6BPIQZiHhNz6s1MLCPFQ { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.5625rem;width:36.25rem;top:0.5625rem;left:0rem;display:block; }
#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU { position:relative;display:block; }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU { background-color: transparent; background-image: none; }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .row .container > .video-iframe-container { display: none; }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .row > .video-iframe-container { display: none; }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .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); }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU { border-width: 0; border-radius: 0; }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .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; }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zUl6tPR72poL98tcmF4UEU7PfTECPK3N { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:42.5625rem;height:14.29425rem;display:block; }
#FHHk6yZ23MycBDad2v5cmgtg6CCWNINy { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:42.5625rem;height:2.5989625rem;display:block; }
#DxpuJkQzrGft2gFXy2pdxQdVKp5dxWpP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:33.25rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#NJyNQnSqOzxKNMvoAlQl8AOGzZdv7I8v { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.3125rem;left:3.8125rem;height:2.5989625rem;display:block; }
#ITF4UvEN0dqMTf4WSLDwJRchIr31sspN { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.8125rem;height:19.4921875rem;display:block; }
#rPKuZ803yRKo7QiSibxzfGTS5tBesBnt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.25rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#q8UWgl9qTMRCPTEcG7oKZLte4FAAf4su { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:25.287109375rem;left:26.9375rem;overflow:hidden;display:block; }
#mhHfWChLtdBRisvodLCbDRET7NcapVyf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:19.7998046875rem;left:65.6875rem;overflow:hidden;display:block; }
#egmRf93oNhTXkPU0CAhHryhG5SshqmCH { position:relative;display:block; }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH { background-color: transparent; background-image: none; }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .row .container > .video-iframe-container { display: none; }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .row > .video-iframe-container { display: none; }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .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); }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH { border-width: 0; border-radius: 0; }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .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; }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#om48ii9qNwMHEx4LufCNEJW1mdX3C0TO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.8125rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#T5qpZkXTG8qcJKkwaVC7s2yJHWM84cKS { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:42.5625rem;height:16.89325rem;display:block; }
#TIFEQlk178zHuL8viB3feM7TqPwAHzzl { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.412109375rem;left:42.5625rem;height:2.5989625rem;display:block; }
#K1lvrkqqtX05l4VJhEL8P51uhUJsgGJq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#ACGDRSbQUImctZy8iwxVT0cRcHZXa5ac { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.0625rem;left:3.8125rem;height:1.29980625rem;display:block; }
#xQF3oraHB0tXNb7bMo799kACPuJ04XLX { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:3.8125rem;height:15.59375rem;display:block; }
#bip4TLOqUD0eqiVXRHLu9nadAMPpuQ4J { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10rem;top:22.1494140625rem;left:61.3125rem;overflow:hidden;display:block; }
#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn { position:relative;display:block; }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn { background-color: transparent; background-image: none; }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .row .container > .video-iframe-container { display: none; }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .row > .video-iframe-container { display: none; }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .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); }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn { border-width: 0; border-radius: 0; }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .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; }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vgU9Fs2BZkrRvwEULd3bMXGCaFdMBV0a { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.9375rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#HoBMiLZyDbSr83A4tCq0HppKxnN1e7O0 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:42.5625rem;height:18.1926875rem;display:block; }
#DMEIPnazBSeHDbSRnFwzwO0DTvNJXfwM { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26rem;left:42.5625rem;height:2.5989625rem;display:block; }
#qvn2cvOoV5hlHro9EdSBXvzNSOhuifqd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.125rem;top:26rem;left:64.1875rem;overflow:hidden;display:block; }
#UoI665ltxI1P1Cz9gSuw6UITR9W7O27V { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:45.25rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#kWEO4gygT0AZLxvHRr0LlpoWw21pWRFz { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.1875rem;left:3.8125rem;height:2.5989625rem;display:block; }
#KTDufgUn9pB4XQvXa0CyeZbwMo0t6vl4 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.8125rem;height:32.487rem;display:block; }
#lGJElfReFgrRxyJcwD25u44SbTWRmpcl { position:relative;display:block; }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl { background-color: transparent; background-image: none; }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .row .container > .video-iframe-container { display: none; }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .row > .video-iframe-container { display: none; }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .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); }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl { border-width: 0; border-radius: 0; }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .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; }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uUFuW0eBWCIfOTC8dTXGBiELLTe7GnuD { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4rem;left:3.8125rem;height:10.3958125rem;display:block; }
#kxmnzhbR0nSyLKyG1Jw5HWrTdMOLUeXB { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.63671875rem;left:3.8125rem;height:2.5989625rem;display:block; }
#QC4cqHEOP44IiCi37wAepxfB7dRmVf5E { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24.1875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#cWn3TGLEygJG5cKBfQt69cclBNH1TPTD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.9375rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#L1RSzD8bGXzSwFPf9pkgLDvvBaMrlTAH { color:#3e3e3e;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:22.8125rem;left:42.5625rem;height:3.59765625rem;display:block; }
#Dxu922kVrEgGQXcEOa6ocavn1DXPTitP { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4rem;left:42.53125rem;height:16.89325rem;display:block; }
#iin9z5GLDGKOnXzBTObypx3wEvyn7fhS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.8125rem;top:23.3125rem;left:62rem;overflow:hidden;display:block; }
#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD { position:relative;display:block; }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD { background-color: transparent; background-image: none; }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .row .container > .video-iframe-container { display: none; }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .row > .video-iframe-container { display: none; }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .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); }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD { border-width: 0; border-radius: 0; }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .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; }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P9WIGbukRTriMANkXFPX6niQlp67p2kP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.9375rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#MboF1EqHJUGEUgHRq1IJ9UObht5RnT2E { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.8125rem;height:2.5989625rem;display:block; }
#Z3VTp6AQMTmliV9SHdHKHEMeo16lhpWt { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:3.8125rem;height:11.6953125rem;display:block; }
#ff3yppThXEX2N0upB7NMaIvtWt1VRwn4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:8.8125rem;top:20.5rem;left:62.5625rem;overflow:hidden;display:block; }
#qAgNadOmgZOvnNkIwzLx0E8ZwHZrd0e1 { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21rem;left:42.625rem;height:1.29948125rem;display:block; }
#N2x76qX5pnTyGahrgdw3We6lZtOEngEe { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.6223983764649rem;left:42.66667175293rem;height:14.29425rem;display:block; }
#r0NOTFqQJaeLcBPWxk6RR2q0H9Gfugaa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.75rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi { position:relative;display:block; }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi { background-color: transparent; background-image: none; }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .row .container > .video-iframe-container { display: none; }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .row > .video-iframe-container { display: none; }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .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); }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi { border-width: 0; border-radius: 0; }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .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; }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MDbpSbxd4OfI0kMeIPGQUu4MmiBqDDNd { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.5rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#vTXLTCcdcE82VBbRB3mevQrMWEGoTnJx { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.8125rem;height:2.5989625rem;display:block; }
#qSQHr9KNXAuHRTeCMrJveq5I5VE5zgOg { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:3.8125rem;height:7.796875rem;display:block; }
#GaN0wputklRhJnm36TKM1lc1nVk96Xzs { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:11.75rem;top:17.2373046875rem;left:20.8125rem;overflow:hidden;display:block; }
#RUuXpCGX4a47Slz0OnWynJFzS22a1Kxe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.75rem;top:26.6875rem;left:61.875rem;overflow:hidden;display:block; }
#PqqfUo5IEfz0Os5NQt4AqHLBJFvXFSNv { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:41.90625rem;height:20.7916875rem;display:block; }
#lvDoTzTN5LmWfx5uB0vOinhAFJxEsX7f { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.6875rem;left:41.875rem;height:1.29948125rem;display:block; }
#dvmgpCAM7WuZTq9KmJC8s6f0g8ERK72G { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:33.75rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg { position:relative;display:block; }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg { background-color: transparent; background-image: none; }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .row .container > .video-iframe-container { display: none; }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .row > .video-iframe-container { display: none; }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .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); }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg { border-width: 0; border-radius: 0; }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .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; }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HpqFMRsHy2tbw3i2fLxVdQSey5moL2ne { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:34.9375rem;top:0rem;left:20.03125rem;overflow:hidden;display:block; }
#pFQwfS0LiXEfGleI4sMSBiLMtDB8UBwe { color:rgba(var(--color-tertiary-0),1);display:block;width:63.75rem;position:absolute;font-family:"montserrat black";font-size:8.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:5.625rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 { position:relative;display:block; }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 { background-color: transparent; background-image: none; }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .row .container > .video-iframe-container { display: none; }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .row > .video-iframe-container { display: none; }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .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); }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 { border-width: 0; border-radius: 0; }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .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; }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GWVm81yMLdB9D3BTAXzExlvcycyZ1E50 { 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:13.5rem;width:34.9375rem;top:0rem;left:20.03125rem;overflow:hidden;display:block; }
#oWUL5T9MuSazOSrIMg0ZWesoJsW2bvWy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:21.90625rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb { position:relative;display:block; }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb { background-color: transparent; background-image: none; }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .row .container > .video-iframe-container { display: none; }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .row > .video-iframe-container { display: none; }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .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); }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb { border-width: 0; border-radius: 0; }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .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; }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mWXB43hu3aTBByL7ygJLTdSOko0Z9Bk7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.125rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#BcDNVgr0QgT1ON5dEiMvsoXecwyfogxM { color:#3e3e3e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.88671875rem;left:42.3125rem;height:1.29980625rem;display:block; }
#alWNPIKtKBVFaXZSIksEPaqkBs27PLzz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:1.9375rem;left:41rem;display:block; }
#euBoc0p6yJypTDO7lHwZcb30uJsJxJVc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.125rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#Xoi41AosA5dWnUEZk5iKi5ZVheqtTyos { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:1.9375rem;left:2.25rem;display:block; }
#xtroQplDhSy5hA6gJglyLnibuTCAZhGW { position:relative;display:block; }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW { background-color: transparent; background-image: none; }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .row .container > .video-iframe-container { display: none; }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .row > .video-iframe-container { display: none; }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .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); }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW { border-width: 0; border-radius: 0; }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .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; }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vByO7ne4s143fcEXfxT1IJWE4gLSRTWg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.8125rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#EGQUqzvys3IlrLmX5pkV9fXvJrCZ44uh { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:41.90625rem;height:7.796875rem;display:block; }
#ErQOgDJuHL1AkT4aw1RM4mGlB16sFhqg { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.1865234375rem;left:42.53125rem;height:2.5989625rem;display:block; }
#u6XhL1yI2EymgXEv2AsaFuZpakAyDChc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.125rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#V5k2gmgqvD2e22cIxTiTfr9HovT7qdTk { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.8125rem;height:1.29980625rem;display:block; }
#Gg3qxCSPXmUxKhxRmqBTOt8dX6zl2Wz1 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.40625rem;height:7.796875rem;display:block; }
#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O { position:relative;display:block; }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O { background-color: transparent; background-image: none; }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .row .container > .video-iframe-container { display: none; }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .row > .video-iframe-container { display: none; }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .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); }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O { border-width: 0; border-radius: 0; }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .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; }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OqGPrXywEyXiIhLHZ9vnwGP5qXoWvmOw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.8125rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#udcI0dVPEoTPDFAkAtxH6NRAie4cmVFC { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:42.5625rem;height:9.096375rem;display:block; }
#NETT8HO76wODSvUvqHtaepdXet0OHKaw { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.875rem;left:42.5625rem;height:1.29980625rem;display:block; }
#fUb5492MobFX5TRXQkPvHS6tsxRqkB5U { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.8125rem;height:1.29980625rem;display:block; }
#zkmBszmWgKcTb1DyielSsN0CUORcwU2J { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.8125rem;height:9.096375rem;display:block; }
#IrbxffGzw2Q9FyFnCoxmyy2KrCCJrcIH { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.5rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO { position:relative;display:block; }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO { background-color: transparent; background-image: none; }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .row .container > .video-iframe-container { display: none; }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .row > .video-iframe-container { display: none; }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .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); }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO { border-width: 0; border-radius: 0; }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .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; }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#szBfGoB2drrXRIvlGm2WFG4bCq2nqUfe { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.5625rem;height:9.096375rem;display:block; }
#ULIBAxsPmrCS1N2WDKl07yxTgqZ7FHE6 { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.1875rem;left:42.5625rem;height:1.29980625rem;display:block; }
#DbDTJU4ZkORHqwC1ZT1ZG9RRwfdteyLC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.6875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#fgQrwqUTysNLPHG7hR9OOqfridN5Wdcb { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.8125rem;height:1.29980625rem;display:block; }
#TTtTVTJE2UXJbprFydVXTXH2qA5nzdFO { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.8125rem;height:7.796875rem;display:block; }
#zyAEb2u80DQZPknifUfeeHbZDvsMRZTe { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.125rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c { position:relative;display:block; }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c { background-color: transparent; background-image: none; }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .row .container > .video-iframe-container { display: none; }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .row > .video-iframe-container { display: none; }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .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); }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c { border-width: 0; border-radius: 0; }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .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; }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zw4BWf07UQM2ilsvVJbOhltEAqslEaHn { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.6875rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#trwEPyyD84z9zQFJPA4o0RvKi8TEsTTF { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.5625rem;height:7.796875rem;display:block; }
#RotL49wSiiJVcUKyCNOZCg6Am5QFdTX8 { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:42.5625rem;height:1.29980625rem;display:block; }
#g5itrNLTXMJQLf7uDk1Sd6iAMohIJ4Kk { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.9375rem;left:3.8125rem;height:1.29980625rem;display:block; }
#Reag6Puac3eOCHJVsmdA5lzQmVAWBMK2 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.8125rem;height:6.497375rem;display:block; }
#F6JgfVKf867oqpVJrACqy5suH38MuKK9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:19.875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o { position:relative;display:block; }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o { background-color: transparent; background-image: none; }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .row .container > .video-iframe-container { display: none; }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .row > .video-iframe-container { display: none; }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .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); }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o { border-width: 0; border-radius: 0; }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .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; }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LewPQ3fvCJEkIxq1eeqvGxGEwyI9LQUm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:19.375rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#izWi43fuGKtuqifLMFTZNhdSss2Tf3pI { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.625rem;left:42.5625rem;height:6.497375rem;display:block; }
#QgTprezXry7GfA3nt67roGfMS7hTaVHF { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:42.5625rem;height:1.29980625rem;display:block; }
#a1DktkEDDr2rnh1cV0xINNImG2XkTpmL { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.0625rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#eMuiJhOFS4stOzFmv7BmEFIIOv8xUKzy { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.125rem;left:3.8125rem;height:1.29980625rem;display:block; }
#ZItGCs2MKxzZs33OzrwTswsptBU9qwVU { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:3.8125rem;height:5.19791875rem;display:block; }
#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm { position:relative;display:block; }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm { background-color: transparent; background-image: none; }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .row .container > .video-iframe-container { display: none; }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .row > .video-iframe-container { display: none; }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .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); }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm { border-width: 0; border-radius: 0; }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .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; }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fV8mVbe3qvQORWhnzT7BStLPeoeyfxw0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.25rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#cNwFCEOuMXwbRcmETyyNESp6Tbzvk9Ni { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.5rem;height:12.9948125rem;display:block; }
#oB6TFt8WWqB7a9uEgkbTKDo5oewmqVxG { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:42.5rem;height:1.29980625rem;display:block; }
#n5zmaxg1t9okykaIB1eCC4Xt2CKwoTu0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.4375rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#gTAxbip82p8ALo6WUQGFP1LsRdZkEKW5 { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.5rem;left:3.8125rem;height:1.29980625rem;display:block; }
#Uv16281c2OE1ZDCgVCJKxGU9DGPIEPn8 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.8125rem;height:23.390625rem;display:block; }
#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ { position:relative;display:block; }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ { background-color: transparent; background-image: none; }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .row .container > .video-iframe-container { display: none; }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .row > .video-iframe-container { display: none; }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .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); }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ { border-width: 0; border-radius: 0; }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .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; }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rIwTAL0seWMy4Spez50gHavVVaMNwgIp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.8125rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#aHeU1XebS5TIzBh5ZKW77ou3hITddg9Q { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.5625rem;height:5.19791875rem;display:block; }
#dnAOxMvu9decQEdAGUGa8I3puPTC1bhP { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:42.5625rem;height:1.29980625rem;display:block; }
#iIAsuwnGTKUxMRBH0TseXdwTOcMci8yy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.6875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#cIFAqP3tfpNC5w5gNUtSBgPQF5NUffzM { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.8125rem;left:3.75rem;height:1.29980625rem;display:block; }
#MM5DhpD2dTxFW6k2dtgePtacU4Rrougz { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:3.8125rem;height:14.29425rem;display:block; }
#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 { position:relative;display:block; }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 { background-color: transparent; background-image: none; }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .row .container > .video-iframe-container { display: none; }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .row > .video-iframe-container { display: none; }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .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); }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 { border-width: 0; border-radius: 0; }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .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; }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KRTrOxfI3UwRzbxF69NolqrdiQbTID7S { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:42.5625rem;height:5.19791875rem;display:block; }
#ICqCFKdn9OWl1ufrbr7QREv9FISGonDp { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.6875rem;left:42.5625rem;height:1.29980625rem;display:block; }
#sWMn0TDFpVLRyDTTOpMDOWrmIg01kPRR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.625rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#X1TJmcdFZU9tNELZb75lbyZLfcT1314t { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.8125rem;height:1.29980625rem;display:block; }
#PtzXHfd9r9PfgGaZnKMpsJrTy52OTRcR { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:3.8125rem;height:5.19791875rem;display:block; }
#Ft9wR1AWN1iI8UBA1R7IhfIVN4PpC0Gb { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.625rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe { position:relative;display:block; }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe { background-color: transparent; background-image: none; }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .row .container > .video-iframe-container { display: none; }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .row > .video-iframe-container { display: none; }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .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); }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe { border-width: 0; border-radius: 0; }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .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; }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e7TUffRmxr41pxr1v7sdt5leJBLLg8FX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.5625rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#HAiVIOPE5quVQoToKo0atsH5OCNeWncu { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.25rem;left:3.8125rem;height:1.29980625rem;display:block; }
#dRrNPff5km8ikaIcWioT9a6u9THCki6f { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.8125rem;height:7.796875rem;display:block; }
#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv { position:relative;display:block; }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv { background-color: transparent; background-image: none; }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .row .container > .video-iframe-container { display: none; }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .row > .video-iframe-container { display: none; }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .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); }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv { border-width: 0; border-radius: 0; }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .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; }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Klwr6qhBxSz2WbZpaVTreh9eu02PHyyI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:34.9375rem;top:0rem;left:20.03125rem;overflow:hidden;display:block; }
#hyLDP3tPXxrHeApEtMey56bqRSsF8Nt8 { color:rgba(var(--color-tertiary-0),1);display:block;width:63.75rem;position:absolute;font-family:"montserrat black";font-size:8.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:5.625rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q { position:relative;display:block; }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q { background-color: transparent; background-image: none; }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .row .container > .video-iframe-container { display: none; }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .row > .video-iframe-container { display: none; }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .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); }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q { border-width: 0; border-radius: 0; }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .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; }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WarAIzUVtDm05Tci1h2DVqXaM7X1Ouu6 { 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:13.5rem;width:34.9375rem;top:0rem;left:20.03125rem;overflow:hidden;display:block; }
#UV2dGEOpszv7GuDKh5M6cxekNgLPpWiL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:21.90625rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW { position:relative;display:block; }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW { background-color: transparent; background-image: none; }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .row .container > .video-iframe-container { display: none; }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .row > .video-iframe-container { display: none; }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .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); }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW { border-width: 0; border-radius: 0; }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .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; }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TJyu5QDwHKHx9P9SczuThrNOaWCueTDx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0.5625rem;left:0rem;display:block; }
#g3Ks58pM1J0qLlecVEMg6iLXrW9KQSRZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.5625rem;left:2.25rem;display:block; }
#ObZqhJ8sBtTxaTi4hJ7Dbt4GuVn0Mse3 { color:#3e3e3e;display:block;width:19.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.653648376465rem;left:41rem;height:1.29948125rem;display:block; }
#W80Q2AWeeTK6qGSoCBfGUweIlIL08JcR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.5625rem;left:41rem;display:block; }
#S6KwpTPNwqwLlXrXP2MlNMMXUQLnpvgD { color:#3e3e3e;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:22.625rem;left:2.25rem;height:1.19986875rem;display:block; }
#KnCwlDmXHSwKKnB4JE0pHVXgkN2L1gmv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0.5625rem;left:38.75rem;display:block; }
#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c { position:relative;display:block; }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c { background-color: transparent; background-image: none; }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .row .container > .video-iframe-container { display: none; }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .row > .video-iframe-container { display: none; }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .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); }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c { border-width: 0; border-radius: 0; }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .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; }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mh9Ral3TR6m3IIUQQwACKTRKDmrIwL4O { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0.5625rem;left:0rem;display:block; }
#yl40gaQCxHiiakoPSeK9OS0umeSgeyc1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.5625rem;left:2.25rem;display:block; }
#AqDiSaEeBhH4AFdp2mfROEgBuUBZRPVb { color:#3e3e3e;display:block;width:19.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.653648376465rem;left:41rem;height:1.29948125rem;display:block; }
#G2NOTurw4eBSO27Vo0T7TtywmsTqA4mk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.5625rem;left:41rem;display:block; }
#JOZ7x2OqKTZzb5ifnZ3gs7OTVSMJC2WQ { color:#3e3e3e;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:22.625rem;left:2.25rem;height:1.19986875rem;display:block; }
#lNMegyEzF62KXnwvnSZyTzsbZZvAUR0i { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0.5625rem;left:38.75rem;display:block; }
#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR { position:relative;display:block; }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR { background-color: transparent; background-image: none; }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .row .container > .video-iframe-container { display: none; }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .row > .video-iframe-container { display: none; }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .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); }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR { border-width: 0; border-radius: 0; }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .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; }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UwTeIyLDTfRRkIUtw6WmK1AT43vKMp6O { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0.5625rem;left:0rem;display:block; }
#Zt0OdAJGg5aVUwwBC6sTivQpFPVcgy1a { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.5625rem;left:2.25rem;display:block; }
#BvNwl8Tw6VNScakqnpqci0UmO4Br5BR5 { color:#3e3e3e;display:block;width:19.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.653648376465rem;left:41rem;height:1.29948125rem;display:block; }
#G3f7LbMI2qA8i63F7EO8scOKDZDSECNZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.5625rem;left:41rem;display:block; }
#rzFGsa8VbhILTW1z1DtbOVv26LnA7BeA { color:#3e3e3e;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:21.512369155884rem;left:2.25rem;height:2.3997375rem;display:block; }
#RFZFlHh5FpXDa77qBfRHPRsNFXfkPiP6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.8125rem;top:22.4375rem;left:24.5rem;overflow:hidden;display:block; }
#C20ws6rkX1BAFI2e0yGkcTz3XhqITKl3 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0.5625rem;left:38.75rem;display:block; }
#QC1UILGREK6GMPADnFpJfm8qWo7niTmX { position:relative;display:block; }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX { background-color: transparent; background-image: none; }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .row .container > .video-iframe-container { display: none; }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .row > .video-iframe-container { display: none; }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .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); }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX { border-width: 0; border-radius: 0; }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .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; }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IWvBWUzeFlT8xBsMSHpZZhZiFIsBb0La { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#GqOIW30o7yyicM1kTAeW6WUKD8Okf6ge { color:#3e3e3e;display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.884765625rem;left:3.123779296875rem;height:1.29948125rem;display:block; }
#gMJFqfbfDMPv1VgFxVrIRhipAFRXv1hD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:1.96875rem;left:2.25rem;display:block; }
#JiFOZLpwttr9QhmfbgG8z7Nr2NTHI2zl { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.5rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#uarAAQEpnfFIDMG9hHbP9PQTrqG8bfub { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.884769439698rem;left:42.062503814698rem;height:1.29948125rem;display:block; }
#IOsy5xlbWu9CAuHPcb5gG5PmgKcdR0V2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.1875rem;left:41rem;display:block; }
#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 { position:relative;display:block; }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 { background-color: transparent; background-image: none; }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .row .container > .video-iframe-container { display: none; }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .row > .video-iframe-container { display: none; }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .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); }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 { border-width: 0; border-radius: 0; }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .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; }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mcEW2cFFkIFSuATDsevTS3tH2z6X0uva { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#VATL09DUxD3AKcVmUqanIm0StuhJpyg4 { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.88671875rem;left:3rem;height:1.29980625rem;display:block; }
#twXVnOWOs8kaGiBfAo6N6SPgRSDC6deA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:1.96875rem;left:2.25rem;display:block; }
#ShbnVNSEK9gLwo0pDncmIgN8WTtbJxcW { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#IpGfJfnovuf5omDUKI8rA1e3DaCF3upE { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.875rem;left:41.625rem;height:2.5989625rem;display:block; }
#GUdTCPkwCJx808Jv1yn2rqlVpoReLnUI { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:1.96875rem;left:41rem;display:block; }
#EWqnRKfIqSvFaLOLCpyGN13EaPSS59mL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:11.5rem;top:21.75rem;left:60.625rem;overflow:hidden;display:block; }
#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT { position:relative;display:block; }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT { background-color: transparent; background-image: none; }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .row .container > .video-iframe-container { display: none; }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .row > .video-iframe-container { display: none; }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .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); }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT { border-width: 0; border-radius: 0; }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .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; }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ywV8lgaAReoCl4eirwRTX30qluWhf3kU { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#sDOAObqQmqGldAf8HbWwtJaqPRU4xcp1 { color:#3e3e3e;display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.8740234375rem;left:2.24853515625rem;height:2.5989625rem;display:block; }
#Ea3Bc4vqkJtf2eocaVTarU0HhrckmrDE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.7480625rem;width:31.749rem;top:2.111328125rem;left:2.2490234375rem;display:block; }
#uSRhUOa6eRh4GNcWgPxkqLBHa5osUUBK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#EdHxspQRPfGoXB1T59aTwMGTeCL2O4Wx { color:#3e3e3e;display:block;width:19.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.873779296875rem;left:40.999755859375rem;height:1.29980625rem;display:block; }
#W9BoNBAiwnNWZkCXHsJ1xAIDZVNPT3cb { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.7478125rem;width:31.7480625rem;top:2.113037109375rem;left:40.999755859375rem;display:block; }
#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc { position:relative;display:block; }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc { background-color: transparent; background-image: none; }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .row .container > .video-iframe-container { display: none; }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .row > .video-iframe-container { display: none; }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .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); }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc { border-width: 0; border-radius: 0; }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .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; }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bvDC3LAqxwxL21OPJ2TzqOp8pPGlWfVC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#OxNg7Z5pVXGcd8y8RUB6salLAb7ChzaU { color:#3e3e3e;display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.8740234375rem;left:2.24853515625rem;height:1.29980625rem;display:block; }
#PPVdak9kHply3A0iQ5aEs8zIe2ZIDi8t { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.749rem;width:31.74925rem;top:2.113037109375rem;left:2.24853515625rem;display:block; }
#pF8GrEUwIM8ZNs8xkaizT2AUxTPN4Jw6 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#RWkzAwzJCbqWPd36UXNFPxbQ48HXeJJw { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.873699188233rem;left:42.625003814698rem;height:1.29948125rem;display:block; }
#D4LQ6GEgvJwMxP577JEyXgSRkFqbPshm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.111328125rem;left:41.000003814698rem;display:block; }
#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 { position:relative;display:block; }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 { background-color: transparent; background-image: none; }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .row .container > .video-iframe-container { display: none; }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .row > .video-iframe-container { display: none; }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .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); }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 { border-width: 0; border-radius: 0; }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .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; }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hMem6ZWVEZz9SDQ9iq9mouo3uAxD9WgQ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#BwBD09ZTxzKg4kcOyRHalt5SkwHQIvkJ { color:#3e3e3e;display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.8740234375rem;left:2.24853515625rem;height:1.29948125rem;display:block; }
#oQ50VxufTM22sobmRzLTJNAN3L7CcK73 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.749rem;width:31.74925rem;top:2.113037109375rem;left:2.24853515625rem;display:block; }
#QQp8McZGvG0GQw6PO3mceUIUNiGQ3ngS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#c3cdKJ1uI5seNK5G2nBpR3psT7nfah37 { color:#3e3e3e;display:block;width:19.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.873699188233rem;left:41.875rem;height:1.29948125rem;display:block; }
#KAfftRstXgKsnQTP5PaIpadCyiyFkann { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.111328125rem;left:41.875rem;display:block; }
#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P { position:relative;display:block; }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P { background-color: transparent; background-image: none; }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .row .container > .video-iframe-container { display: none; }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .row > .video-iframe-container { display: none; }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .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); }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P { border-width: 0; border-radius: 0; }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .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; }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ce2Vmk50aaBQRaGT7kXJLyVWN8sSMMaE { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:45.625rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#lBy4U3RP73VOqF734CskU5ietmxC2yvR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:12.75rem;top:41.125rem;left:58.5rem;overflow:hidden;display:block; }
#ZVv9AD48a8gZhhU1bi1IfVAhdRH1r2Un { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:40.125rem;left:42.5rem;height:2.5989625rem;display:block; }
#tmNDm0m1Rp2h0gWf3xTOLi6B18AnKRBX { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.25rem;left:42.53125rem;height:31.1875rem;display:block; }
#fSSkPq2bG9gAJeMTD7RlOXC3MbuLFSIf { color:#3e3e3e;display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.125rem;height:1.29948125rem;display:block; }
#WFveZXZlMMTbssbxh5LPSB1WChAV0omX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.75rem;top:2.25rem;left:2.25rem;display:block; }
#Gz1VfxzGLBb5NAAu6MLiAigHUxL5dWWu { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#F4cTyHEbLToscUKDpp5OzZheMJXoyONR { position:relative;display:block; }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR { background-color: transparent; background-image: none; }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .row .container > .video-iframe-container { display: none; }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .row > .video-iframe-container { display: none; }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .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); }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR { border-width: 0; border-radius: 0; }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .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; }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wrH3DCioQ9iH8JsJTSpFSdsRGMWR4yM6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:32.25rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#wTz98vuCVXVMzwhQrs1JblnnWNhIXs9o { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:42.5625rem;height:16.89325rem;display:block; }
#nenekKBZ3v0cJMgTFA76F4F5KiyfUHhF { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.3125rem;left:42.5625rem;height:1.29980625rem;display:block; }
#esuvOrStd1s56gTnMI3H1TWHnKGKdUSV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.9375rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#bkZyGEQRO7TzlVXdFTTB8c7chmR9hhxS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:10.125rem;top:26.3125rem;left:22.375rem;overflow:hidden;display:block; }
#bWePmWadQBcOpI14AWeyGGB2MSRK7J4y { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3.75rem;height:2.5989625rem;display:block; }
#u98TiDvA1PUgiW0R5McptGOxr96SKnTk { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.78125rem;height:18.1926875rem;display:block; }
#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH { position:relative;display:block; }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH { background-color: transparent; background-image: none; }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .row .container > .video-iframe-container { display: none; }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .row > .video-iframe-container { display: none; }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .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); }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH { border-width: 0; border-radius: 0; }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .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; }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bboTD20A3TOzqtTPVNvgAF8pHeKJC4bT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.875rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#M2a1nHpU58cEUrhyOWbQVHG3h8d7g0Sl { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:42.53125rem;height:15.59375rem;display:block; }
#WTQSQeTOBzb6pFxX6h2qdC2NXTaIyvMG { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.9365234375rem;left:42.53125rem;height:1.29980625rem;display:block; }
#tWAomiHlror6UNF0yLI6zfLi6xqdcy43 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.5rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#vTI1TXWfqgHVqO1k5yDdEETQvp5WwaVS { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.8125rem;height:1.29980625rem;display:block; }
#sroCKb5bepOtSuRAw7NI12QTvngOgGUW { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:3.8125rem;height:7.796875rem;display:block; }
#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P { position:relative;display:block; }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P { background-color: transparent; background-image: none; }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .row .container > .video-iframe-container { display: none; }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .row > .video-iframe-container { display: none; }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .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); }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P { border-width: 0; border-radius: 0; }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .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; }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ht7PJTOF15NmuZipZ1tiVvsLdBJst2xu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.125rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#nk59GUqeFJUkHtk7NcgpBAavZbI7hzmz { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:42.5625rem;height:12.9948125rem;display:block; }
#gMuV3IIoOQGOQuGwIi8CqpGObeQ7N1iI { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.1875rem;left:42.5625rem;height:2.5989625rem;display:block; }
#AADZDTVN8vXlRnrbxLQt8XRriwFPh851 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:12.125rem;top:22.1875rem;left:59.1875rem;overflow:hidden;display:block; }
#C4H7iQ3Rb5R6xDpqQ1oe80bxo1b5rgUR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.9375rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#RBoK4AXTPHh4LPqg1Cwq0lXiaGzorrfh { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22rem;left:3.8125rem;height:1.29980625rem;display:block; }
#uvZGVEOAhuHvVxy2H9454T2LueS4KXH1 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.875rem;left:3.8125rem;height:12.9948125rem;display:block; }
#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT { position:relative;display:block; }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT { background-color: transparent; background-image: none; }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .row .container > .video-iframe-container { display: none; }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .row > .video-iframe-container { display: none; }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .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); }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT { border-width: 0; border-radius: 0; }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .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; }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kEhgDcO8hUbFrx8wIudoC8GKeaIVropb { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.625rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#AqmIJvVbMJNlRPWCeOkiL5znwv49yu5s { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:42.5625rem;height:9.096375rem;display:block; }
#iBiqDmJARFIf3QFlyAmqerPRyT5CkBrI { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:42.5625rem;height:1.29980625rem;display:block; }
#hD7PSbwDWEivEJTghLT5PJoT4xTGSExl { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.625rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#SCK7ZvuNSPw413NXvVHg9ApRTk7SS0eb { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:3.8125rem;height:1.29980625rem;display:block; }
#Sirn1hQObmu3J5r1gUbpCyTTTTdIAZuM { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5625rem;left:3.8125rem;height:12.9948125rem;display:block; }
#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT { position:relative;display:block; }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT { background-color: transparent; background-image: none; }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .row .container > .video-iframe-container { display: none; }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .row > .video-iframe-container { display: none; }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .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); }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT { border-width: 0; border-radius: 0; }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .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; }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nuFyrT0H6sZVXiMGNsmDSf87mqoPP9Ul { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#XgTutpQntDoBRXQQ1NqKi9nsVr4FV4tC { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:42.5625rem;height:6.497375rem;display:block; }
#tvHLa9fydbMH1HALphUgZc8DC9zc0D5F { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:42.5625rem;height:1.29980625rem;display:block; }
#bVa720CTevgNkH0mVRD6Irz2J3SfwQ5E { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.6875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#OZWxXd7UX2K9E1sWSElStoKMSFplF7o6 { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.75rem;left:3.8125rem;height:2.5989625rem;display:block; }
#Fbn4aIoBaMLAhBnvBuzZ0QHQbtR9711f { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.8125rem;height:9.096375rem;display:block; }
#TPRIRXH2q6JEwdl8zR4XOaOiFM8MfvxN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.5rem;top:17.3310546875rem;left:19.0625rem;overflow:hidden;display:block; }
#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk { position:relative;display:block; }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk { background-color: transparent; background-image: none; }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .row .container > .video-iframe-container { display: none; }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .row > .video-iframe-container { display: none; }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .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); }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk { border-width: 0; border-radius: 0; }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .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; }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F50gHH0t887noGDGcv66WhdfOgnrC5qu { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.4375rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#k2qrGIRlO5MRCNoA9Il1sDeHqEUET8My { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.5rem;left:42.5625rem;height:2.5989625rem;display:block; }
#h5TWEVbMszoCR45P9FOr9lOQTXkv0HRn { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.5625rem;height:24.690125rem;display:block; }
#obE6vtqn5vH2VRAXgHskR59ZJoJGX0Oa { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:45.1875rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#eRMOLQTwq7E9fUP3T98ZHcCFqOs40lUB { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.25rem;left:3.8125rem;height:1.29980625rem;display:block; }
#TnoNR259WoRA6vkepyXZMrl8X9bpCQGt { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.8125rem;height:31.18748125rem;display:block; }
#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs { position:relative;display:block; }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs { background-color: transparent; background-image: none; }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .row .container > .video-iframe-container { display: none; }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .row > .video-iframe-container { display: none; }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .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); }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs { border-width: 0; border-radius: 0; }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .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; }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UJWbkLd0QoG5rd3TkMclW2X2N8XtOPG0 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.8125rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#tyr9BKeDLBFQdFk7Frc4qPqXeW5g5NRC { color:#3e3e3e;display:block;width:19.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.1875rem;height:2.5989625rem;display:block; }
#CGl7OMTu9Nfy3Exr7HNtucH8WTWrESAb { color:#3e3e3e;display:block;width:28.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.1875rem;height:14.29425rem;display:block; }
#KllNTz29AdmsNmpKlLEQ8naoCE7iPTih { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.75rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#wToJTFA5MNzqUeaqX7i6nJ5K1B4Up468 { color:#3e3e3e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15.625rem;left:41.25rem;height:1.29948125rem;display:block; }
#vGJ0mRE5B8vGNtquuUEf4RMTbnCsNeCQ { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.25rem;height:10.3958125rem;display:block; }
#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz { position:relative;display:block; }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz { background-color: transparent; background-image: none; }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .row .container > .video-iframe-container { display: none; }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .row > .video-iframe-container { display: none; }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .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); }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz { border-width: 0; border-radius: 0; }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .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; }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTyAcMGfR0LtPVTKgpyU4ytTCbOlkBSv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:43.375rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#OksL2bvRmQcmmOOTD1mvxizogW7QEIe5 { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:42.5625rem;height:29.888rem;display:block; }
#BNuVpQ9KvrdU6wgbZimhemmPxdaSnF9n { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.4375rem;left:42.5625rem;height:1.29980625rem;display:block; }
#bQQ5XmWKdyPov6vagXnlLynxe3FdgpUS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:45.625rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#JRUN0gGhrvBTU337DJWhJFOgkqNkH6QJ { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.125rem;left:3.8125rem;height:2.5989625rem;display:block; }
#orO5e4vQWBsXqCgWZb3Iv4TBmHkZ0qIO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:12.75rem;top:40.125rem;left:19.8125rem;overflow:hidden;display:block; }
#xqICqMlKnnng4ziNpy05UKc92UnlTx9A { color:#3e3e3e;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.25rem;left:3.78125rem;height:31.1875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aCbSreqceif3nsh6cIrQaJtilCWCMqT0 { display:block; }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqVqhcywS0PX5hV9194nauGTwmpFJqIn { width:11.125rem;height:1.75rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvEmmQwOoW0hNUCKGxMT9D3dFu5n2C1A { width:12.4375rem;height:1.8125rem;top:2.75rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLVeCuFfz6W1rv43GTIzVoISt0Z5xZJC { display:block; }
 }@media only screen and (max-width: 763px) { #y6zqf1hmBSm9rAlqRNfnSp7TGbS4Uhsv { width:9.6875rem;height:1.8125rem;top:2.75rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpUCCT58FEwJHbBnilKlWnsDE2UnWrT5 { display:block; }
 }@media only screen and (max-width: 763px) { #XKs8TDAn3sH0IpEiMiIAyhQyOVJfJpm8 { width:6.75rem;height:1.8125rem;top:2.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqDf1f55h7hUv5CGXSEGaq1A3JSsnWT7 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNxON1Gd8ZIOdBxAaqxqmKWK2QdNgos8 { width:34.9375rem;height:45.25rem;top:3.75rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olgFCDG4uieGEmLpbTtNO6Jpcdl5hpq3 { width:4.1875rem;height:3.3125rem;top:13.4375rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFsea1f85tSNcABrQM19niZbtweXch6Z { width:19.1875rem;height:5.375rem;top:19.375rem;left:14.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvXay8g5r0EJ7FwyRXDTbBvdkasUgxnW { width:23.125rem;height:3.25rem;top:26.0625rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq5DX2cRXuWMxyaKbhe7ZN8ktE2doLl6 { width:9.375rem;height:3.75rem;top:37.0625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnd2V1hOc3LngHeO9NdOqxRpS2bptpeJ { display:block; }
 }@media only screen and (max-width: 763px) { #G44OqlQz6F5NciOCTvbbt4A0swrIB7kD { width:47.75rem;height:11.375rem;top:44.0625rem;left:0rem;font-size:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m { display:block; }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2nosGW8ulpRmL4sTWoOyUsPJsSVsgXK { width:34.9375rem;height:13.5rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3L7Nh68xyNn8tawDkM8KxeEeeI4BdT5 { width:31.1875rem;height:2.875rem;top:0rem;left:8.28125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo19iVru5cmDle4QoLJ5tyVtTHzyaKAF { display:none; }#vo19iVru5cmDle4QoLJ5tyVtTHzyaKAF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GpLRTcyJp39HPCssCNKU4Q83RA8RDNqw { width:36.25rem;height:30.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByAT48WuM6kio1ClzoZ4uZco9QzsZJ2L { width:36.25rem;height:30.625rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcvaim9Ubm0vQrmdT9pKTXqu7ZDLvz4N { width:29rem;height:16.25rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZzIqa7MxQ7yoTON1uQHypQLP5CWsn16 { width:12.5rem;height:2.5625rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixZKDCTua84JUEwi8NZp3afM4Een7aSk { width:5.1875rem;height:5.1875rem;top:22.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxyfKtpcUOFTPpO0ULvJvluyEvbZXEd4 { width:28.6875rem;height:16.875rem;top:4.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pukidkH2QayclznHIQgLUgtCEQ1JuOht { width:12.5rem;height:2.5625rem;top:23.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp38E7MltE5vx3KZfuMRkmEDHyunGvV7 { width:6.0625rem;height:5.1875rem;top:22.3125rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 { display:block; }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9RHWel8yrzFC5mzzoazHH8T45rIG6Xy { width:36.25rem;height:29.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAnMZN2L0Lu4Jt74cCTCqqaD39FJMHTa { width:14.8125rem;height:2.5625rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzRIDoDDbf57ckz5ods3TnecbFmhHR18 { width:8.625rem;height:4.125rem;top:23.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ebZaEe5oCBrD7Vm9FUIrky4hrTL8uO { width:31.75rem;height:17.8125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbz8grv40guxM21MW459wCMBKK2o8RoW { width:36.25rem;height:29.5rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdWRcvqd2vv84Z4xZDnfLOQqHlgz6wom { width:16.1875rem;height:2.5625rem;top:24rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUhnhbxBk3RGJyTrxmGX3LoledDypFRo { width:10rem;height:5.5625rem;top:22.5rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrQWXO7RTHslzIb19t4aeDdFkoGizm7X { width:31.75rem;height:17.8125rem;top:3.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd { display:block; }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSpNQfl5Nk4vVv4K4fa3LXTATPko4gL7 { width:36.25rem;height:29.5rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3vpXVCI89yNuar8LNWrTqn8DabF7h37 { width:16.1875rem;height:2.5625rem;top:23.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcvsqW8pxwiotHd4Ls7ZCTgR8mS5Cxqd { width:6.125rem;height:6.125rem;top:21.8125rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPts2Db8kTOOhLpR5FtxgoiETpbAx6QT { width:31.75rem;height:17.8125rem;top:2.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETecAkVBggLS56EWnBO5VPv2QUvwigu6 { width:36.25rem;height:29.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR7Vp7aqUt3bUX0aUnzAMP7cKR2tO9SH { width:11.8125rem;height:3rem;top:23.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #resUrwluHSmfemPm5TVEu8LGTtVkKt6H { width:14.8125rem;height:2.5625rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx4GOvf9WqBOMnWzmJeGMEc1QyM9nfxQ { width:31.75rem;height:17.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w { display:block; }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQwVMM5seBxz7Zxhn6IoEmeCaRXZK2SI { width:36.25rem;height:29.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv1ruXrLoTrS0rhkBgrtALZoMVMSPP7L { width:11.75rem;height:7.6467267070231rem;top:20.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grI1xmkQTrct1nMqmkgco6TiekHaiwJV { width:14.75rem;height:2.5625rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4zHgRa5pc24COgFzS9AFDTHFr7a8DM8 { width:31.6875rem;height:17.777855972976rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD0vugF388p2uMqDDaiUgSAxphGJJeT6 { width:36.25rem;height:29.5rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awVfeNhZWRieCsXUHoO6dpvXoKRO6gT3 { width:11.8125rem;height:7.6875rem;top:20.75rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1BVBOAopfhTUhKZg3232sgm7QW1RXu { width:16.1875rem;height:2.5625rem;top:23.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKb8wr668PUB86qlMkTM52BHmP1BvJvd { width:31.75rem;height:17.8125rem;top:2.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GTHRXJBoaBblQBHWD9EfyXktkshI4g { display:block; }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA4RlPuUOPs4TgwvbAXqGWsOQJGsXxfN { width:11.8125rem;height:7.6875rem;top:21.0625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNV6CF3k67KqxMKwGdNn142V3wqZBvTT { width:36.25rem;height:29.5rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCUr2QnTBCTozGTg0VraP3lTESaxKDpN { width:31.75rem;height:17.8125rem;top:2.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXLitRK4LR7gORKpGmnzV61RVg942eoF { width:16.1875rem;height:2.5625rem;top:23.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL6ZD0a2OrPTdidKKc3dWSsZh85DxUzC { width:36.25rem;height:29.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPJ81W3Op3JrhW0laNn3QMytTi5ZSR5 { width:11.8125rem;height:7.6875rem;top:21.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATw7auLvcMHV2ccAx0TJVNRWCJLGoO3S { width:14.8125rem;height:3.875rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIMd3PuAHy6qUEcTPDuMocethyTbbqeM { width:31.75rem;height:17.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir { display:block; }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3uP4mQcyDJRA6nIMwLmxk4JUuT4JSbZ { width:36.25rem;height:36.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8BzNU3O070DKxhMLiI1Le7svw2ACL5s { width:19.5625rem;height:1.25rem;top:30.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnZN1oSvTKCWJhvkzu9T0AVQ3O2bZNTp { width:28.6875rem;height:24.6875rem;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zynpBaZG2aepA7AJbfkwkn5b8OJpmhQK { width:36.25rem;height:43.3125rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVRC3rV6ESEOloftLkudqCbPQNbMvWf2 { width:16.1875rem;height:2.5625rem;top:37.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKLDVDAwgDcOKSlcLcTnNdnEZsNN7MZr { width:12rem;height:7.8125rem;top:34.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3ipuG8bpAHJDcNvnRpU81O1bCCeXxAZ { width:28.6875rem;height:31.1875rem;top:4.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuoVqWabvdusvnOHTuilMfm3VozGM6eM { display:block; }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV3JauVUc12cXvlsArMNQtTss6EXMtnp { width:36.25rem;height:22.5rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCCaLGgDWk90koaFCsCyHdAKN73zOW7 { width:16.1875rem;height:2.5625rem;top:16.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqangu1AaCrPLMN0QaBqwXx5y0GfP9X6 { width:28.6875rem;height:9.0625rem;top:3.875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKk4D2t1hEca3UyemX9Wh9NX8cAAZ5U { width:36.25rem;height:34.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlKQgDIstbylww6K2owv8lPuN5VlP30b { width:10.75rem;height:3.75rem;top:26.625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRIwNydSLoC5mN3Xkl6IHFRneRCdMZuI { width:19.5625rem;height:2.5625rem;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTrKyWSq0VfVKzRFc3SJth1w2vROtJwg { width:28.6875rem;height:20.75rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH { display:block; }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUW5maWAsLoRhJb0qr57civcQ3TRK0ys { width:36.25rem;height:29.25rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGvz81ReNTaTWLHvdlPpICFLAs0n5J60 { width:28.6875rem;height:15.5625rem;top:3.875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9EC7ZZHNhSHKi9uzAkNvusVpvKggG1 { width:14.125rem;height:2.5625rem;top:23.3125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypm6p5TnelbRmL8WHxmDThingoIXHZad { width:36.25rem;height:31.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkPQBxQq5sgnLcrzk2h9ihn25i7VI3NS { width:19.5625rem;height:3.875rem;top:24.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0sNyhGF4WqIklxCheb2MrxRQ7ByRQEf { width:28.6875rem;height:18.1875rem;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isVHAGG9krK6P4xeFST0b4eu5SSMZH4U { width:8.75rem;height:3.125rem;top:25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9vT8ger05FTzHRInKsBcnMldQdkrqT4 { width:8.75rem;height:2.9375rem;top:23rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 { display:block; }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1hJwGg7vO0mraq3sqLDIXNiR3wMl8h { width:36.25rem;height:31.4375rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igOszEx77FfZp2eCCZW5nBtyl4WO1tQp { width:28.6875rem;height:18.1875rem;top:4.125rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdMnxSyJqDK5yiJK40kB7ywUC3z0NC4 { width:14.125rem;height:2.5625rem;top:25.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TSnDkeRiEggyL5mhZEZ0kse5pVO6mt { width:36.25rem;height:20.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvwBpBGkIrrpv669vWzOVBwFTL1UKvQV { width:19.5625rem;height:2.5625rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7CwHl6ZaBF90g7of9PKZWSrXWGTpLS7 { width:28.6875rem;height:7.75rem;top:3.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tixwd4cxGvEKdEWeGHeEtFBd06eefX1D { width:6.875rem;height:1.25rem;top:25.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tanfO8zaMAqzVS9itVZcob8V3vruFA { display:block; }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W225TTDbwcy40iHmmodRJ6wffcqaqRC3 { width:36.25rem;height:27.4375rem;top:0.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbuP1Wu7H56FrHOWP87z8MlAKzSz0N9U { width:28.6875rem;height:14.25rem;top:4.25rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9Mm9lEcgGLonCZkXHVQad695eneb7Q { width:14.125rem;height:2.5625rem;top:22.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhSC6QFiOBR99GKsvIDhnbmar52TSTEu { width:5.625rem;height:5.625rem;top:19.125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO9xkTCkPnmfPS4uGIhw6BGU68edZGLb { width:10.875rem;height:3rem;top:22.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ZbC4IQnL2QhoP1Kk1d4AgBhfM0Svw8 { width:16.1875rem;height:2.5625rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsHUwZV2OGQ5TLvM8y2R3GLnOCKuGFu4 { width:28.6875rem;height:14.25rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqDqus75pCS6BPIQZiHhNz6s1MLCPFQ { width:36.25rem;height:27.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU { display:block; }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUl6tPR72poL98tcmF4UEU7PfTECPK3N { width:28.6875rem;height:14.25rem;top:3.5625rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHk6yZ23MycBDad2v5cmgtg6CCWNINy { width:14.125rem;height:2.5625rem;top:21.3125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpuJkQzrGft2gFXy2pdxQdVKp5dxWpP { width:36.25rem;height:33.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyNQnSqOzxKNMvoAlQl8AOGzZdv7I8v { width:19.5625rem;height:2.5625rem;top:27.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITF4UvEN0dqMTf4WSLDwJRchIr31sspN { width:28.6875rem;height:19.4375rem;top:3.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPKuZ803yRKo7QiSibxzfGTS5tBesBnt { width:36.25rem;height:27.25rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8UWgl9qTMRCPTEcG7oKZLte4FAAf4su { width:5.625rem;height:5.625rem;top:25.25rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhHfWChLtdBRisvodLCbDRET7NcapVyf { width:5.625rem;height:5.625rem;top:19.75rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egmRf93oNhTXkPU0CAhHryhG5SshqmCH { display:block; }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #om48ii9qNwMHEx4LufCNEJW1mdX3C0TO { width:36.25rem;height:28.8125rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qpZkXTG8qcJKkwaVC7s2yJHWM84cKS { width:28.6875rem;height:16.875rem;top:3.3125rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFEQlk178zHuL8viB3feM7TqPwAHzzl { width:14.125rem;height:2.5625rem;top:22.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1lvrkqqtX05l4VJhEL8P51uhUJsgGJq { width:36.25rem;height:29rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACGDRSbQUImctZy8iwxVT0cRcHZXa5ac { width:19.5625rem;height:1.25rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQF3oraHB0tXNb7bMo799kACPuJ04XLX { width:28.6875rem;height:15.5625rem;top:4rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bip4TLOqUD0eqiVXRHLu9nadAMPpuQ4J { width:10rem;height:3.125rem;top:22.125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRzCmOPImeV6F59WBA0TKKpyxO47RWn { display:block; }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgU9Fs2BZkrRvwEULd3bMXGCaFdMBV0a { width:36.25rem;height:31.9375rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBMiLZyDbSr83A4tCq0HppKxnN1e7O0 { width:28.6875rem;height:18.1875rem;top:3.9375rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMEIPnazBSeHDbSRnFwzwO0DTvNJXfwM { width:14.125rem;height:2.5625rem;top:26rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvn2cvOoV5hlHro9EdSBXvzNSOhuifqd { width:7.125rem;height:1.25rem;top:26rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoI665ltxI1P1Cz9gSuw6UITR9W7O27V { width:36.25rem;height:45.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWEO4gygT0AZLxvHRr0LlpoWw21pWRFz { width:19.5625rem;height:2.5625rem;top:39.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTDufgUn9pB4XQvXa0CyeZbwMo0t6vl4 { width:28.6875rem;height:32.4375rem;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJElfReFgrRxyJcwD25u44SbTWRmpcl { display:block; }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUFuW0eBWCIfOTC8dTXGBiELLTe7GnuD { width:28.6875rem;height:10.375rem;top:4rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxmnzhbR0nSyLKyG1Jw5HWrTdMOLUeXB { width:19.5625rem;height:2.5625rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC4cqHEOP44IiCi37wAepxfB7dRmVf5E { width:36.25rem;height:24.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWn3TGLEygJG5cKBfQt69cclBNH1TPTD { width:36.25rem;height:28.9375rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RSzD8bGXzSwFPf9pkgLDvvBaMrlTAH { width:14.8125rem;height:3.5625rem;top:22.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu922kVrEgGQXcEOa6ocavn1DXPTitP { width:28.6875rem;height:16.875rem;top:4rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iin9z5GLDGKOnXzBTObypx3wEvyn7fhS { width:8.8125rem;height:3.125rem;top:23.3125rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD { display:block; }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9WIGbukRTriMANkXFPX6niQlp67p2kP { width:36.25rem;height:25.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MboF1EqHJUGEUgHRq1IJ9UObht5RnT2E { width:14.125rem;height:2.5625rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VTp6AQMTmliV9SHdHKHEMeo16lhpWt { width:28.6875rem;height:11.6875rem;top:3.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff3yppThXEX2N0upB7NMaIvtWt1VRwn4 { width:8.8125rem;height:1.8125rem;top:20.5rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAgNadOmgZOvnNkIwzLx0E8ZwHZrd0e1 { width:14.125rem;height:1.25rem;top:21rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2x76qX5pnTyGahrgdw3We6lZtOEngEe { width:28.6875rem;height:14.25rem;top:3.5625rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0NOTFqQJaeLcBPWxk6RR2q0H9Gfugaa { width:36.25rem;height:25.75rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi { display:block; }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDbpSbxd4OfI0kMeIPGQUu4MmiBqDDNd { width:36.25rem;height:22.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTXLTCcdcE82VBbRB3mevQrMWEGoTnJx { width:16.1875rem;height:2.5625rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSQHr9KNXAuHRTeCMrJveq5I5VE5zgOg { width:28.6875rem;height:7.75rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaN0wputklRhJnm36TKM1lc1nVk96Xzs { width:11.75rem;height:1.25rem;top:17.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUuXpCGX4a47Slz0OnWynJFzS22a1Kxe { width:8.75rem;height:2.3125rem;top:26.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqqfUo5IEfz0Os5NQt4AqHLBJFvXFSNv { width:28.6875rem;height:20.75rem;top:3.875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvDoTzTN5LmWfx5uB0vOinhAFJxEsX7f { width:14.125rem;height:1.25rem;top:27.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvmgpCAM7WuZTq9KmJC8s6f0g8ERK72G { width:36.25rem;height:33.75rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M21LOKGXLSLOIeozZHnXdDgk4McrEpAg { display:block; }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpqFMRsHy2tbw3i2fLxVdQSey5moL2ne { width:34.9375rem;height:16.4375rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFQwfS0LiXEfGleI4sMSBiLMtDB8UBwe { width:47.75rem;height:11.375rem;top:11.3125rem;left:0rem;font-size:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 { display:block; }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWVm81yMLdB9D3BTAXzExlvcycyZ1E50 { width:34.9375rem;height:13.5rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWUL5T9MuSazOSrIMg0ZWesoJsW2bvWy { width:31.1875rem;height:2.875rem;top:0rem;left:8.28125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb { display:block; }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWXB43hu3aTBByL7ygJLTdSOko0Z9Bk7 { width:36.25rem;height:27.125rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDNVgr0QgT1ON5dEiMvsoXecwyfogxM { width:16.1875rem;height:1.25rem;top:21.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alWNPIKtKBVFaXZSIksEPaqkBs27PLzz { width:31.75rem;height:17.8125rem;top:1.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #euBoc0p6yJypTDO7lHwZcb30uJsJxJVc { width:36.25rem;height:27.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoi41AosA5dWnUEZk5iKi5ZVheqtTyos { width:31.75rem;height:17.8125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtroQplDhSy5hA6gJglyLnibuTCAZhGW { display:block; }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vByO7ne4s143fcEXfxT1IJWE4gLSRTWg { width:36.25rem;height:21.8125rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGQUqzvys3IlrLmX5pkV9fXvJrCZ44uh { width:28.6875rem;height:7.75rem;top:3.9375rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErQOgDJuHL1AkT4aw1RM4mGlB16sFhqg { width:14.125rem;height:2.5625rem;top:16.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6XhL1yI2EymgXEv2AsaFuZpakAyDChc { width:36.25rem;height:22.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5k2gmgqvD2e22cIxTiTfr9HovT7qdTk { width:19.5625rem;height:1.25rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg3qxCSPXmUxKhxRmqBTOt8dX6zl2Wz1 { width:28.6875rem;height:7.75rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O { display:block; }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqGPrXywEyXiIhLHZ9vnwGP5qXoWvmOw { width:36.25rem;height:22.8125rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #udcI0dVPEoTPDFAkAtxH6NRAie4cmVFC { width:28.6875rem;height:9.0625rem;top:3.6875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETT8HO76wODSvUvqHtaepdXet0OHKaw { width:14.125rem;height:1.25rem;top:16.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUb5492MobFX5TRXQkPvHS6tsxRqkB5U { width:19.5625rem;height:1.25rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkmBszmWgKcTb1DyielSsN0CUORcwU2J { width:28.6875rem;height:9.0625rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrbxffGzw2Q9FyFnCoxmyy2KrCCJrcIH { width:36.25rem;height:22.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO { display:block; }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szBfGoB2drrXRIvlGm2WFG4bCq2nqUfe { width:28.6875rem;height:9.0625rem;top:3.75rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIBAxsPmrCS1N2WDKl07yxTgqZ7FHE6 { width:14.125rem;height:1.25rem;top:16.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDTJU4ZkORHqwC1ZT1ZG9RRwfdteyLC { width:36.25rem;height:22.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgQrwqUTysNLPHG7hR9OOqfridN5Wdcb { width:19.5625rem;height:1.25rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtTVTJE2UXJbprFydVXTXH2qA5nzdFO { width:28.6875rem;height:7.75rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyAEb2u80DQZPknifUfeeHbZDvsMRZTe { width:36.25rem;height:22.125rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c { display:block; }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zw4BWf07UQM2ilsvVJbOhltEAqslEaHn { width:36.25rem;height:20.6875rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trwEPyyD84z9zQFJPA4o0RvKi8TEsTTF { width:28.6875rem;height:7.75rem;top:4.125rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RotL49wSiiJVcUKyCNOZCg6Am5QFdTX8 { width:14.125rem;height:1.25rem;top:14.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5itrNLTXMJQLf7uDk1Sd6iAMohIJ4Kk { width:19.5625rem;height:1.25rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reag6Puac3eOCHJVsmdA5lzQmVAWBMK2 { width:28.6875rem;height:6.4375rem;top:4.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6JgfVKf867oqpVJrACqy5suH38MuKK9 { width:36.25rem;height:19.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o { display:block; }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LewPQ3fvCJEkIxq1eeqvGxGEwyI9LQUm { width:36.25rem;height:19.375rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #izWi43fuGKtuqifLMFTZNhdSss2Tf3pI { width:28.6875rem;height:6.4375rem;top:3.625rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTprezXry7GfA3nt67roGfMS7hTaVHF { width:14.125rem;height:1.25rem;top:13.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1DktkEDDr2rnh1cV0xINNImG2XkTpmL { width:36.25rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMuiJhOFS4stOzFmv7BmEFIIOv8xUKzy { width:19.5625rem;height:1.25rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZItGCs2MKxzZs33OzrwTswsptBU9qwVU { width:28.6875rem;height:5.1875rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm { display:block; }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV8mVbe3qvQORWhnzT7BStLPeoeyfxw0 { width:36.25rem;height:27.25rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNwFCEOuMXwbRcmETyyNESp6Tbzvk9Ni { width:28.6875rem;height:12.9375rem;top:4.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB6TFt8WWqB7a9uEgkbTKDo5oewmqVxG { width:14.125rem;height:1.25rem;top:21.3125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5zmaxg1t9okykaIB1eCC4Xt2CKwoTu0 { width:36.25rem;height:36.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAxbip82p8ALo6WUQGFP1LsRdZkEKW5 { width:19.5625rem;height:1.25rem;top:30.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv16281c2OE1ZDCgVCJKxGU9DGPIEPn8 { width:28.6875rem;height:23.375rem;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ { display:block; }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIwTAL0seWMy4Spez50gHavVVaMNwgIp { width:36.25rem;height:18.8125rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHeU1XebS5TIzBh5ZKW77ou3hITddg9Q { width:28.6875rem;height:5.1875rem;top:4.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnAOxMvu9decQEdAGUGa8I3puPTC1bhP { width:14.125rem;height:1.25rem;top:12.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIAsuwnGTKUxMRBH0TseXdwTOcMci8yy { width:36.25rem;height:27.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFAqP3tfpNC5w5gNUtSBgPQF5NUffzM { width:19.5625rem;height:1.25rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM5DhpD2dTxFW6k2dtgePtacU4Rrougz { width:28.6875rem;height:14.25rem;top:4rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 { display:block; }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRTrOxfI3UwRzbxF69NolqrdiQbTID7S { width:28.6875rem;height:5.1875rem;top:4rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICqCFKdn9OWl1ufrbr7QREv9FISGonDp { width:14.125rem;height:1.25rem;top:12.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWMn0TDFpVLRyDTTOpMDOWrmIg01kPRR { width:36.25rem;height:18.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1TJmcdFZU9tNELZb75lbyZLfcT1314t { width:19.5625rem;height:1.25rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtzXHfd9r9PfgGaZnKMpsJrTy52OTRcR { width:28.6875rem;height:5.1875rem;top:4rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft9wR1AWN1iI8UBA1R7IhfIVN4PpC0Gb { width:36.25rem;height:18.625rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe { display:block; }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7TUffRmxr41pxr1v7sdt5leJBLLg8FX { width:36.25rem;height:20.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAiVIOPE5quVQoToKo0atsH5OCNeWncu { width:19.5625rem;height:1.25rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRrNPff5km8ikaIcWioT9a6u9THCki6f { width:28.6875rem;height:7.75rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv { display:block; }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Klwr6qhBxSz2WbZpaVTreh9eu02PHyyI { width:34.9375rem;height:16.4375rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyLDP3tPXxrHeApEtMey56bqRSsF8Nt8 { width:47.75rem;height:11.375rem;top:11.3125rem;left:0rem;font-size:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q { display:block; }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WarAIzUVtDm05Tci1h2DVqXaM7X1Ouu6 { width:34.9375rem;height:13.5rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV2dGEOpszv7GuDKh5M6cxekNgLPpWiL { width:31.1875rem;height:2.875rem;top:0rem;left:8.28125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW { display:block; }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJyu5QDwHKHx9P9SczuThrNOaWCueTDx { width:36.25rem;height:26.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Ks58pM1J0qLlecVEMg6iLXrW9KQSRZ { width:31.75rem;height:17.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObZqhJ8sBtTxaTi4hJ7Dbt4GuVn0Mse3 { width:19.5rem;height:1.25rem;top:22.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W80Q2AWeeTK6qGSoCBfGUweIlIL08JcR { width:31.75rem;height:17.75rem;top:2.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6KwpTPNwqwLlXrXP2MlNMMXUQLnpvgD { width:14.8125rem;height:1.1875rem;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnCwlDmXHSwKKnB4JE0pHVXgkN2L1gmv { width:36.25rem;height:26.875rem;top:0.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c { display:block; }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mh9Ral3TR6m3IIUQQwACKTRKDmrIwL4O { width:36.25rem;height:26.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl40gaQCxHiiakoPSeK9OS0umeSgeyc1 { width:31.75rem;height:17.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqDiSaEeBhH4AFdp2mfROEgBuUBZRPVb { width:19.5rem;height:1.25rem;top:22.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2NOTurw4eBSO27Vo0T7TtywmsTqA4mk { width:31.75rem;height:17.75rem;top:2.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZ7x2OqKTZzb5ifnZ3gs7OTVSMJC2WQ { width:14.8125rem;height:1.1875rem;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNMegyEzF62KXnwvnSZyTzsbZZvAUR0i { width:36.25rem;height:26.875rem;top:0.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR { display:block; }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwTeIyLDTfRRkIUtw6WmK1AT43vKMp6O { width:36.25rem;height:26.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0OdAJGg5aVUwwBC6sTivQpFPVcgy1a { width:31.75rem;height:17.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvNwl8Tw6VNScakqnpqci0UmO4Br5BR5 { width:19.5rem;height:1.25rem;top:22.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3f7LbMI2qA8i63F7EO8scOKDZDSECNZ { width:31.75rem;height:17.75rem;top:2.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzFGsa8VbhILTW1z1DtbOVv26LnA7BeA { width:14.8125rem;height:2.375rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZFlHh5FpXDa77qBfRHPRsNFXfkPiP6 { width:8.8125rem;height:2.25rem;top:22.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C20ws6rkX1BAFI2e0yGkcTz3XhqITKl3 { width:36.25rem;height:26.875rem;top:0.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC1UILGREK6GMPADnFpJfm8qWo7niTmX { display:block; }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWvBWUzeFlT8xBsMSHpZZhZiFIsBb0La { width:36.25rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqOIW30o7yyicM1kTAeW6WUKD8Okf6ge { width:19.5rem;height:1.25rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJFqfbfDMPv1VgFxVrIRhipAFRXv1hD { width:31.75rem;height:17.75rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiFOZLpwttr9QhmfbgG8z7Nr2NTHI2zl { width:36.25rem;height:26.5rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uarAAQEpnfFIDMG9hHbP9PQTrqG8bfub { width:19.5625rem;height:1.25rem;top:21.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOsy5xlbWu9CAuHPcb5gG5PmgKcdR0V2 { width:31.75rem;height:17.75rem;top:2.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 { display:block; }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcEW2cFFkIFSuATDsevTS3tH2z6X0uva { width:36.25rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATL09DUxD3AKcVmUqanIm0StuhJpyg4 { width:19.5625rem;height:1.25rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twXVnOWOs8kaGiBfAo6N6SPgRSDC6deA { width:31.75rem;height:17.75rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShbnVNSEK9gLwo0pDncmIgN8WTtbJxcW { width:36.25rem;height:26.875rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpGfJfnovuf5omDUKI8rA1e3DaCF3upE { width:19.5625rem;height:2.5625rem;top:21.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUdTCPkwCJx808Jv1yn2rqlVpoReLnUI { width:31.75rem;height:17.75rem;top:1.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWqnRKfIqSvFaLOLCpyGN13EaPSS59mL { width:11.5rem;height:2.3125rem;top:21.75rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT { display:block; }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywV8lgaAReoCl4eirwRTX30qluWhf3kU { width:36.25rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDOAObqQmqGldAf8HbWwtJaqPRU4xcp1 { width:19.5rem;height:2.5625rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea3Bc4vqkJtf2eocaVTarU0HhrckmrDE { width:31.6875rem;height:17.713683280379rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSRhUOa6eRh4GNcWgPxkqLBHa5osUUBK { width:36.25rem;height:26.875rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHxspQRPfGoXB1T59aTwMGTeCL2O4Wx { width:19.5rem;height:1.25rem;top:21.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9BoNBAiwnNWZkCXHsJ1xAIDZVNPT3cb { width:31.6875rem;height:17.713956831027rem;top:2.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln5CTb12VApgRfF8mplHLEuQIC1kBwlc { display:block; }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvDC3LAqxwxL21OPJ2TzqOp8pPGlWfVC { width:36.25rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNg7Z5pVXGcd8y8RUB6salLAb7ChzaU { width:19.5rem;height:1.25rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVdak9kHply3A0iQ5aEs8zIe2ZIDi8t { width:31.6875rem;height:17.714479475893rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF8GrEUwIM8ZNs8xkaizT2AUxTPN4Jw6 { width:36.25rem;height:26.875rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWkzAwzJCbqWPd36UXNFPxbQ48HXeJJw { width:19.5625rem;height:1.25rem;top:21.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LQ6GEgvJwMxP577JEyXgSRkFqbPshm { width:31.75rem;height:17.75rem;top:2.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 { display:block; }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMem6ZWVEZz9SDQ9iq9mouo3uAxD9WgQ { width:36.25rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwBD09ZTxzKg4kcOyRHalt5SkwHQIvkJ { width:19.5rem;height:1.25rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ50VxufTM22sobmRzLTJNAN3L7CcK73 { width:31.6875rem;height:17.714479475893rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQp8McZGvG0GQw6PO3mceUIUNiGQ3ngS { width:36.25rem;height:26.875rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cdKJ1uI5seNK5G2nBpR3psT7nfah37 { width:19.5rem;height:1.25rem;top:21.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAfftRstXgKsnQTP5PaIpadCyiyFkann { width:31.75rem;height:17.75rem;top:2.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvE5tppDmiKTT3EkRlmh7XD96BZiT79P { display:block; }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce2Vmk50aaBQRaGT7kXJLyVWN8sSMMaE { width:36.25rem;height:45.625rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBy4U3RP73VOqF734CskU5ietmxC2yvR { width:12.75rem;height:1.5625rem;top:41.125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVv9AD48a8gZhhU1bi1IfVAhdRH1r2Un { width:14.125rem;height:2.5625rem;top:40.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNDm0m1Rp2h0gWf3xTOLi6B18AnKRBX { width:28.6875rem;height:31.1875rem;top:4.25rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSkPq2bG9gAJeMTD7RlOXC3MbuLFSIf { width:19.5rem;height:1.25rem;top:22.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFveZXZlMMTbssbxh5LPSB1WChAV0omX { width:31.75rem;height:17.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz1VfxzGLBb5NAAu6MLiAigHUxL5dWWu { width:36.25rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4cTyHEbLToscUKDpp5OzZheMJXoyONR { display:block; }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrH3DCioQ9iH8JsJTSpFSdsRGMWR4yM6 { width:36.25rem;height:32.25rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTz98vuCVXVMzwhQrs1JblnnWNhIXs9o { width:28.6875rem;height:16.875rem;top:4.375rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nenekKBZ3v0cJMgTFA76F4F5KiyfUHhF { width:14.125rem;height:1.25rem;top:26.3125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esuvOrStd1s56gTnMI3H1TWHnKGKdUSV { width:36.25rem;height:31.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZyGEQRO7TzlVXdFTTB8c7chmR9hhxS { width:10.125rem;height:2.875rem;top:26.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWePmWadQBcOpI14AWeyGGB2MSRK7J4y { width:14.125rem;height:2.5625rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98TiDvA1PUgiW0R5McptGOxr96SKnTk { width:28.6875rem;height:18.1875rem;top:4.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS4KNiiONrxgRd0w87TL8FW3DXRayFXH { display:block; }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bboTD20A3TOzqtTPVNvgAF8pHeKJC4bT { width:36.25rem;height:29.875rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2a1nHpU58cEUrhyOWbQVHG3h8d7g0Sl { width:28.6875rem;height:15.5625rem;top:3.875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTQSQeTOBzb6pFxX6h2qdC2NXTaIyvMG { width:14.125rem;height:1.25rem;top:23.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWAomiHlror6UNF0yLI6zfLi6xqdcy43 { width:36.25rem;height:22.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTI1TXWfqgHVqO1k5yDdEETQvp5WwaVS { width:19.5625rem;height:1.25rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sroCKb5bepOtSuRAw7NI12QTvngOgGUW { width:28.6875rem;height:7.75rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P { display:block; }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht7PJTOF15NmuZipZ1tiVvsLdBJst2xu { width:36.25rem;height:28.125rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk59GUqeFJUkHtk7NcgpBAavZbI7hzmz { width:28.6875rem;height:12.9375rem;top:5.0625rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMuV3IIoOQGOQuGwIi8CqpGObeQ7N1iI { width:14.125rem;height:2.5625rem;top:22.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AADZDTVN8vXlRnrbxLQt8XRriwFPh851 { width:12.125rem;height:1.25rem;top:22.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4H7iQ3Rb5R6xDpqQ1oe80bxo1b5rgUR { width:36.25rem;height:27.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBoK4AXTPHh4LPqg1Cwq0lXiaGzorrfh { width:19.5625rem;height:1.25rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvZGVEOAhuHvVxy2H9454T2LueS4KXH1 { width:28.6875rem;height:12.9375rem;top:4.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfFibhlakF4DmTfdzMWdfEmwNMpJzniT { display:block; }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEhgDcO8hUbFrx8wIudoC8GKeaIVropb { width:36.25rem;height:23.625rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqmIJvVbMJNlRPWCeOkiL5znwv49yu5s { width:28.6875rem;height:9.0625rem;top:4.75rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBiqDmJARFIf3QFlyAmqerPRyT5CkBrI { width:14.125rem;height:1.25rem;top:17.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD7PSbwDWEivEJTghLT5PJoT4xTGSExl { width:36.25rem;height:27.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCK7ZvuNSPw413NXvVHg9ApRTk7SS0eb { width:19.5625rem;height:1.25rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sirn1hQObmu3J5r1gUbpCyTTTTdIAZuM { width:28.6875rem;height:12.9375rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsAT9o2ndTogolAuzCw7zIfu48ReoHBT { display:block; }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuFyrT0H6sZVXiMGNsmDSf87mqoPP9Ul { width:36.25rem;height:20rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgTutpQntDoBRXQQ1NqKi9nsVr4FV4tC { width:28.6875rem;height:6.4375rem;top:3.9375rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvHLa9fydbMH1HALphUgZc8DC9zc0D5F { width:14.125rem;height:1.25rem;top:14.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVa720CTevgNkH0mVRD6Irz2J3SfwQ5E { width:36.25rem;height:23.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWxXd7UX2K9E1sWSElStoKMSFplF7o6 { width:19.5625rem;height:2.5625rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbn4aIoBaMLAhBnvBuzZ0QHQbtR9711f { width:28.6875rem;height:9.0625rem;top:4.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRIRXH2q6JEwdl8zR4XOaOiFM8MfvxN { width:13.5rem;height:3.4375rem;top:17.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk { display:block; }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F50gHH0t887noGDGcv66WhdfOgnrC5qu { width:36.25rem;height:36.4375rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2qrGIRlO5MRCNoA9Il1sDeHqEUET8My { width:19.5625rem;height:2.5625rem;top:30.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TWEVbMszoCR45P9FOr9lOQTXkv0HRn { width:28.6875rem;height:24.6875rem;top:4.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obE6vtqn5vH2VRAXgHskR59ZJoJGX0Oa { width:36.25rem;height:45.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRMOLQTwq7E9fUP3T98ZHcCFqOs40lUB { width:19.5625rem;height:1.25rem;top:39.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnoNR259WoRA6vkepyXZMrl8X9bpCQGt { width:28.6875rem;height:31.1875rem;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs { display:block; }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJWbkLd0QoG5rd3TkMclW2X2N8XtOPG0 { width:36.25rem;height:25.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyr9BKeDLBFQdFk7Frc4qPqXeW5g5NRC { width:19.5rem;height:2.5625rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGl7OMTu9Nfy3Exr7HNtucH8WTWrESAb { width:28.625rem;height:14.25rem;top:4.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KllNTz29AdmsNmpKlLEQ8naoCE7iPTih { width:36.25rem;height:20.75rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wToJTFA5MNzqUeaqX7i6nJ5K1B4Up468 { width:19.5625rem;height:1.25rem;top:15.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGJ0mRE5B8vGNtquuUEf4RMTbnCsNeCQ { width:28.6875rem;height:10.375rem;top:3.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PEiM58wTAi76Wogb7PxKinMZDQyblz { display:block; }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTyAcMGfR0LtPVTKgpyU4ytTCbOlkBSv { width:36.25rem;height:43.375rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OksL2bvRmQcmmOOTD1mvxizogW7QEIe5 { width:28.6875rem;height:29.875rem;top:4.25rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNuVpQ9KvrdU6wgbZimhemmPxdaSnF9n { width:14.125rem;height:1.25rem;top:37.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQQ5XmWKdyPov6vagXnlLynxe3FdgpUS { width:36.25rem;height:45.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRUN0gGhrvBTU337DJWhJFOgkqNkH6QJ { width:14.0625rem;height:2.5625rem;top:40.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orO5e4vQWBsXqCgWZb3Iv4TBmHkZ0qIO { width:12.6875rem;height:1.5548406862745rem;top:40.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqICqMlKnnng4ziNpy05UKc92UnlTx9A { width:28.6875rem;height:31.1875rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aCbSreqceif3nsh6cIrQaJtilCWCMqT0 { position:relative;z-index:auto;display:none; }#aCbSreqceif3nsh6cIrQaJtilCWCMqT0 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QqVqhcywS0PX5hV9194nauGTwmpFJqIn { width:11.125rem;height:1.75rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvEmmQwOoW0hNUCKGxMT9D3dFu5n2C1A { width:12.4375rem;height:1.8125rem;top:4.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLVeCuFfz6W1rv43GTIzVoISt0Z5xZJC { display:block; }
 }@media only screen and (max-width: 763px) { #y6zqf1hmBSm9rAlqRNfnSp7TGbS4Uhsv { width:9.6875rem;height:1.8125rem;top:7.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpUCCT58FEwJHbBnilKlWnsDE2UnWrT5 { display:block; }
 }@media only screen and (max-width: 763px) { #XKs8TDAn3sH0IpEiMiIAyhQyOVJfJpm8 { width:6.75rem;height:1.8125rem;top:10.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqDf1f55h7hUv5CGXSEGaq1A3JSsnWT7 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNxON1Gd8ZIOdBxAaqxqmKWK2QdNgos8 { width:20rem;height:25.903398926655rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olgFCDG4uieGEmLpbTtNO6Jpcdl5hpq3 { width:3rem;height:2.375rem;top:5.162109375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFsea1f85tSNcABrQM19niZbtweXch6Z { width:16.625rem;height:3.44791875rem;top:8.4892578125rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvXay8g5r0EJ7FwyRXDTbBvdkasUgxnW { width:16.6875rem;height:2.2747375rem;top:12.4384765625rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq5DX2cRXuWMxyaKbhe7ZN8ktE2doLl6 { width:9.375rem;height:3.75rem;top:19.474609375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnd2V1hOc3LngHeO9NdOqxRpS2bptpeJ { display:block; }
 }@media only screen and (max-width: 763px) { #G44OqlQz6F5NciOCTvbbt4A0swrIB7kD { width:20rem;height:2.5996125rem;top:24.29296875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m { display:block; }#T7d0VpMVXcwirfTOzMsT7Gs1M1XCHg8m > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2nosGW8ulpRmL4sTWoOyUsPJsSVsgXK { width:20rem;height:7.7275625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3L7Nh68xyNn8tawDkM8KxeEeeI4BdT5 { width:20rem;height:4rem;top:1.6650390625rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vo19iVru5cmDle4QoLJ5tyVtTHzyaKAF { display:none; }#vo19iVru5cmDle4QoLJ5tyVtTHzyaKAF > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GpLRTcyJp39HPCssCNKU4Q83RA8RDNqw { width:20rem;height:17.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByAT48WuM6kio1ClzoZ4uZco9QzsZJ2L { width:20rem;height:30.625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcvaim9Ubm0vQrmdT9pKTXqu7ZDLvz4N { height:9.625rem;width:17.25rem;top:2.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZzIqa7MxQ7yoTON1uQHypQLP5CWsn16 { width:12.5rem;height:2.5996125rem;top:14.19921875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixZKDCTua84JUEwi8NZp3afM4Een7aSk { width:5.1875rem;height:5.1875rem;top:12.90625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxyfKtpcUOFTPpO0ULvJvluyEvbZXEd4 { width:17.25rem;height:21.597625rem;top:22.875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pukidkH2QayclznHIQgLUgtCEQ1JuOht { width:11.625rem;height:2.5996125rem;top:46.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp38E7MltE5vx3KZfuMRkmEDHyunGvV7 { width:4.75rem;height:4.0625rem;top:45.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 { display:block; }#c9nfVQxHOkCgSQBNtcxKmWM7cxhFwhn5 > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9RHWel8yrzFC5mzzoazHH8T45rIG6Xy { width:20rem;height:20.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAnMZN2L0Lu4Jt74cCTCqqaD39FJMHTa { width:7.9375rem;height:3.8984375rem;top:15.9375rem;left:1.375rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #FzRIDoDDbf57ckz5ods3TnecbFmhHR18 { width:4.3125rem;height:2.0625rem;top:16.85546875rem;left:10.895833969116rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #S4ebZaEe5oCBrD7Vm9FUIrky4hrTL8uO { height:11.125rem;width:20rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbz8grv40guxM21MW459wCMBKK2o8RoW { width:20rem;height:20.1875rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdWRcvqd2vv84Z4xZDnfLOQqHlgz6wom { width:8.5625rem;height:3.8984375rem;top:37.550783157349rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUhnhbxBk3RGJyTrxmGX3LoledDypFRo { width:8.75rem;height:4.875rem;top:37.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrQWXO7RTHslzIb19t4aeDdFkoGizm7X { height:11rem;width:19.75rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd { display:block; }#rg6GkRAZ0OfDo6W97RhCi68T9lBb9bBd > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSpNQfl5Nk4vVv4K4fa3LXTATPko4gL7 { width:20rem;height:20.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3vpXVCI89yNuar8LNWrTqn8DabF7h37 { width:9.6875rem;height:3.8984375rem;top:16.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcvsqW8pxwiotHd4Ls7ZCTgR8mS5Cxqd { width:6.125rem;height:6.125rem;top:15.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPts2Db8kTOOhLpR5FtxgoiETpbAx6QT { height:11.125rem;width:20rem;top:4.7291660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETecAkVBggLS56EWnBO5VPv2QUvwigu6 { width:20rem;height:20.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR7Vp7aqUt3bUX0aUnzAMP7cKR2tO9SH { width:8.8125rem;height:2.1875rem;top:41.1875rem;left:9rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #resUrwluHSmfemPm5TVEu8LGTtVkKt6H { width:6.5rem;height:3.8984375rem;top:40.3125rem;left:1.875rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kx4GOvf9WqBOMnWzmJeGMEc1QyM9nfxQ { height:11.220472440945rem;width:20rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w { display:block; }#lsnoxPA9SsNJvCBeoCAVSN6o6cT6Q99w > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQwVMM5seBxz7Zxhn6IoEmeCaRXZK2SI { width:20rem;height:21.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv1ruXrLoTrS0rhkBgrtALZoMVMSPP7L { width:11.75rem;height:7.6458125rem;top:15.75rem;left:8.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #grI1xmkQTrct1nMqmkgco6TiekHaiwJV { width:6.1875rem;height:5.1979125rem;top:17rem;left:1.375rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #g4zHgRa5pc24COgFzS9AFDTHFr7a8DM8 { height:11.125rem;width:20rem;top:4.6666679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD0vugF388p2uMqDDaiUgSAxphGJJeT6 { width:20rem;height:23.9375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awVfeNhZWRieCsXUHoO6dpvXoKRO6gT3 { width:11.8125rem;height:7.6875rem;top:40.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1BVBOAopfhTUhKZg3232sgm7QW1RXu { width:6.375rem;height:5.1979125rem;top:41.5rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKb8wr668PUB86qlMkTM52BHmP1BvJvd { height:11.220472440945rem;width:20rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GTHRXJBoaBblQBHWD9EfyXktkshI4g { display:block; }#T0GTHRXJBoaBblQBHWD9EfyXktkshI4g > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA4RlPuUOPs4TgwvbAXqGWsOQJGsXxfN { width:11.8125rem;height:7.6875rem;top:42.0625rem;left:8.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #eNV6CF3k67KqxMKwGdNn142V3wqZBvTT { width:20rem;height:21.8125rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCUr2QnTBCTozGTg0VraP3lTESaxKDpN { height:11.220472440945rem;width:20rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXLitRK4LR7gORKpGmnzV61RVg942eoF { width:8.1875rem;height:3.8984375rem;top:44rem;left:1.625rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #DL6ZD0a2OrPTdidKKc3dWSsZh85DxUzC { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPJ81W3Op3JrhW0laNn3QMytTi5ZSR5 { width:11.8125rem;height:7.6875rem;top:17.091148376465rem;left:8.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ATw7auLvcMHV2ccAx0TJVNRWCJLGoO3S { width:8.25rem;height:6.4974rem;top:17.687492370606rem;left:1.625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hIMd3PuAHy6qUEcTPDuMocethyTbbqeM { height:11.220472440945rem;width:20rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir { display:block; }#pH32zxRXcpOnbRSXqdJ6Xl3MiONpwUir > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3uP4mQcyDJRA6nIMwLmxk4JUuT4JSbZ { width:20rem;height:39.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8BzNU3O070DKxhMLiI1Le7svw2ACL5s { width:14.125rem;height:1.29948125rem;top:38.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnZN1oSvTKCWJhvkzu9T0AVQ3O2bZNTp { width:17.25rem;height:31.828125rem;top:4.9375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zynpBaZG2aepA7AJbfkwkn5b8OJpmhQK { width:20rem;height:46.5rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVRC3rV6ESEOloftLkudqCbPQNbMvWf2 { width:16.1875rem;height:2.5989625rem;top:84.67773628235rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKLDVDAwgDcOKSlcLcTnNdnEZsNN7MZr { width:8.25rem;height:5.375rem;top:83.29101753235rem;left:10.416666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3ipuG8bpAHJDcNvnRpU81O1bCCeXxAZ { width:17.5rem;height:37.5116875rem;top:45.798830032349rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuoVqWabvdusvnOHTuilMfm3VozGM6eM { display:block; }#TuoVqWabvdusvnOHTuilMfm3VozGM6eM > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV3JauVUc12cXvlsArMNQtTss6EXMtnp { width:20rem;height:22.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCCaLGgDWk90koaFCsCyHdAKN73zOW7 { width:16.1875rem;height:2.5989625rem;top:16.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqangu1AaCrPLMN0QaBqwXx5y0GfP9X6 { width:17.5rem;height:11.3671875rem;top:2.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKk4D2t1hEca3UyemX9Wh9NX8cAAZ5U { width:20rem;height:36.4375rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlKQgDIstbylww6K2owv8lPuN5VlP30b { width:8.75rem;height:3rem;top:55.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRIwNydSLoC5mN3Xkl6IHFRneRCdMZuI { width:14.6875rem;height:2.5989625rem;top:55.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTrKyWSq0VfVKzRFc3SJth1w2vROtJwg { width:17.5rem;height:27.28125rem;top:27.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH { display:block; }#QC9KerrhKZkGUod0EK4TpCfUpHxdAXNH > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUW5maWAsLoRhJb0qr57civcQ3TRK0ys { width:20rem;height:29.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGvz81ReNTaTWLHvdlPpICFLAs0n5J60 { width:17.25rem;height:20.4609375rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9EC7ZZHNhSHKi9uzAkNvusVpvKggG1 { width:11.625rem;height:2.5989625rem;top:24.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypm6p5TnelbRmL8WHxmDThingoIXHZad { width:20rem;height:36.875rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkPQBxQq5sgnLcrzk2h9ihn25i7VI3NS { width:9.5rem;height:7.796875rem;top:58.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0sNyhGF4WqIklxCheb2MrxRQ7ByRQEf { width:17.25rem;height:22.734375rem;top:33.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isVHAGG9krK6P4xeFST0b4eu5SSMZH4U { width:7.375rem;height:2.5625rem;top:60.2802734375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9vT8ger05FTzHRInKsBcnMldQdkrqT4 { width:6.875rem;height:2.25rem;top:24.8623046875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 { display:block; }#V8MV2Jg9ukU4KuVlZzLS5cTSCigXpHD6 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1hJwGg7vO0mraq3sqLDIXNiR3wMl8h { width:20rem;height:32.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igOszEx77FfZp2eCCZW5nBtyl4WO1tQp { width:17.25rem;height:22.734375rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdMnxSyJqDK5yiJK40kB7ywUC3z0NC4 { width:8.875rem;height:3.8984375rem;top:26.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TSnDkeRiEggyL5mhZEZ0kse5pVO6mt { width:20rem;height:20.6875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvwBpBGkIrrpv669vWzOVBwFTL1UKvQV { width:14.125rem;height:3.8984375rem;top:50.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7CwHl6ZaBF90g7of9PKZWSrXWGTpLS7 { width:17.25rem;height:10.2305rem;top:37.3125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tixwd4cxGvEKdEWeGHeEtFBd06eefX1D { width:8.0625rem;height:1.1875rem;top:27.2373046875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tanfO8zaMAqzVS9itVZcob8V3vruFA { display:block; }#q5tanfO8zaMAqzVS9itVZcob8V3vruFA > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W225TTDbwcy40iHmmodRJ6wffcqaqRC3 { width:20rem;height:27.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbuP1Wu7H56FrHOWP87z8MlAKzSz0N9U { width:17.25rem;height:18.1875rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9Mm9lEcgGLonCZkXHVQad695eneb7Q { width:11.625rem;height:2.5989625rem;top:22.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhSC6QFiOBR99GKsvIDhnbmar52TSTEu { width:4.5625rem;height:4.5625rem;top:21.4560546875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO9xkTCkPnmfPS4uGIhw6BGU68edZGLb { width:8.125rem;height:2.1875rem;top:49.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ZbC4IQnL2QhoP1Kk1d4AgBhfM0Svw8 { width:16.1875rem;height:2.5989625rem;top:48.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsHUwZV2OGQ5TLvM8y2R3GLnOCKuGFu4 { width:17.5rem;height:15.9140625rem;top:31.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqDqus75pCS6BPIQZiHhNz6s1MLCPFQ { width:20rem;height:24.5625rem;top:29.375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU { display:block; }#rMghTmh0OmlbTwTuIWZFiNTD4b1dWRJU > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUl6tPR72poL98tcmF4UEU7PfTECPK3N { width:17.25rem;height:20.4609375rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHk6yZ23MycBDad2v5cmgtg6CCWNINy { width:11.625rem;height:2.5989625rem;top:23.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpuJkQzrGft2gFXy2pdxQdVKp5dxWpP { width:20rem;height:34.125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyNQnSqOzxKNMvoAlQl8AOGzZdv7I8v { width:14.125rem;height:2.5989625rem;top:60.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITF4UvEN0dqMTf4WSLDwJRchIr31sspN { width:17.25rem;height:25.0078125rem;top:33.25rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPKuZ803yRKo7QiSibxzfGTS5tBesBnt { width:20rem;height:28.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8UWgl9qTMRCPTEcG7oKZLte4FAAf4su { width:4.75rem;height:4.75rem;top:22.7373046875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhHfWChLtdBRisvodLCbDRET7NcapVyf { width:4.8125rem;height:4.8125rem;top:59rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egmRf93oNhTXkPU0CAhHryhG5SshqmCH { display:block; }#egmRf93oNhTXkPU0CAhHryhG5SshqmCH > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #om48ii9qNwMHEx4LufCNEJW1mdX3C0TO { width:20rem;height:32.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qpZkXTG8qcJKkwaVC7s2yJHWM84cKS { width:17.25rem;height:22.734375rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFEQlk178zHuL8viB3feM7TqPwAHzzl { width:9.1875rem;height:3.8984375rem;top:26.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1lvrkqqtX05l4VJhEL8P51uhUJsgGJq { width:20rem;height:27.9375rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACGDRSbQUImctZy8iwxVT0cRcHZXa5ac { width:14.125rem;height:1.29980625rem;top:59.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQF3oraHB0tXNb7bMo799kACPuJ04XLX { width:17.25rem;height:20.4609375rem;top:36.9375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bip4TLOqUD0eqiVXRHLu9nadAMPpuQ4J { width:8.25rem;height:2.5rem;top:26.76171875rem;left:10.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRzCmOPImeV6F59WBA0TKKpyxO47RWn { display:block; }#wfRzCmOPImeV6F59WBA0TKKpyxO47RWn > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgU9Fs2BZkrRvwEULd3bMXGCaFdMBV0a { width:20rem;height:33.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBMiLZyDbSr83A4tCq0HppKxnN1e7O0 { width:17.25rem;height:23.871125rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMEIPnazBSeHDbSRnFwzwO0DTvNJXfwM { width:8.25rem;height:3.8984375rem;top:27.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvn2cvOoV5hlHro9EdSBXvzNSOhuifqd { width:7.3125rem;height:1.25rem;top:28.1748046875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoI665ltxI1P1Cz9gSuw6UITR9W7O27V { width:20rem;height:51rem;top:35.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kWEO4gygT0AZLxvHRr0LlpoWw21pWRFz { width:14.125rem;height:2.5989625rem;top:82.0625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTDufgUn9pB4XQvXa0CyeZbwMo0t6vl4 { width:17.25rem;height:43.1953125rem;top:37.25rem;left:1.375rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #lGJElfReFgrRxyJcwD25u44SbTWRmpcl { display:block; }#lGJElfReFgrRxyJcwD25u44SbTWRmpcl > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUFuW0eBWCIfOTC8dTXGBiELLTe7GnuD { width:17.25rem;height:12.503875rem;top:4.25rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxmnzhbR0nSyLKyG1Jw5HWrTdMOLUeXB { width:14.625rem;height:2.5989625rem;top:18.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC4cqHEOP44IiCi37wAepxfB7dRmVf5E { width:20rem;height:21.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWn3TGLEygJG5cKBfQt69cclBNH1TPTD { width:20rem;height:35.875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RSzD8bGXzSwFPf9pkgLDvvBaMrlTAH { width:8.75rem;height:5.99609375rem;top:51.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu922kVrEgGQXcEOa6ocavn1DXPTitP { width:17.25rem;height:22.734375rem;top:26.6953125rem;left:1.45703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iin9z5GLDGKOnXzBTObypx3wEvyn7fhS { width:7.6875rem;height:2.625rem;top:53.059898376465rem;left:11.020833969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD { display:block; }#vd7PVB5lxHMeElOxczV5i6ghAFKlgkaD > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9WIGbukRTriMANkXFPX6niQlp67p2kP { width:20rem;height:25.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MboF1EqHJUGEUgHRq1IJ9UObht5RnT2E { width:14.125rem;height:2.5989625rem;top:22.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VTp6AQMTmliV9SHdHKHEMeo16lhpWt { width:17.25rem;height:15.9140625rem;top:3.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff3yppThXEX2N0upB7NMaIvtWt1VRwn4 { width:8.8125rem;height:1.8125rem;top:50.743492126465rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAgNadOmgZOvnNkIwzLx0E8ZwHZrd0e1 { width:14.125rem;height:1.29948125rem;top:51rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2x76qX5pnTyGahrgdw3We6lZtOEngEe { width:17.375rem;height:18.1875rem;top:31.03053855896rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0NOTFqQJaeLcBPWxk6RR2q0H9Gfugaa { width:20rem;height:25.75rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi { display:block; }#vALI2CFSsI6wMh6kzGE8iQ2bo38GyrOi > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDbpSbxd4OfI0kMeIPGQUu4MmiBqDDNd { width:20rem;height:20.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTXLTCcdcE82VBbRB3mevQrMWEGoTnJx { width:8.75rem;height:3.8984375rem;top:16rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSQHr9KNXAuHRTeCMrJveq5I5VE5zgOg { width:17.25rem;height:10.2305rem;top:3.3125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaN0wputklRhJnm36TKM1lc1nVk96Xzs { width:9.0625rem;height:0.875rem;top:17.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUuXpCGX4a47Slz0OnWynJFzS22a1Kxe { width:8.75rem;height:2.3125rem;top:54.375002622604rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqqfUo5IEfz0Os5NQt4AqHLBJFvXFSNv { width:17.5rem;height:27.28125rem;top:25.307312011719rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvDoTzTN5LmWfx5uB0vOinhAFJxEsX7f { width:5.8125rem;height:2.59895625rem;top:54.231119871139rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvmgpCAM7WuZTq9KmJC8s6f0g8ERK72G { width:20rem;height:36.125rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M21LOKGXLSLOIeozZHnXdDgk4McrEpAg { display:block; }#M21LOKGXLSLOIeozZHnXdDgk4McrEpAg > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpqFMRsHy2tbw3i2fLxVdQSey5moL2ne { width:20rem;height:9.4096601073344rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFQwfS0LiXEfGleI4sMSBiLMtDB8UBwe { width:20rem;height:auto;top:11.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 { display:block; }#fN1nTpkH6qPyeFmtH5GsztUvetOxZOM0 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWVm81yMLdB9D3BTAXzExlvcycyZ1E50 { width:20rem;height:7.7275625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWUL5T9MuSazOSrIMg0ZWesoJsW2bvWy { width:16.9375rem;height:4rem;top:7.7275390625rem;left:1.53125rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb { display:block; }#NT3q4sXo714eiPSkJ7SRTiPLPhTdNaqb > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWXB43hu3aTBByL7ygJLTdSOko0Z9Bk7 { width:20rem;height:17.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDNVgr0QgT1ON5dEiMvsoXecwyfogxM { width:10.875rem;height:1.29980625rem;top:14.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alWNPIKtKBVFaXZSIksEPaqkBs27PLzz { height:11.220472440945rem;width:20rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euBoc0p6yJypTDO7lHwZcb30uJsJxJVc { width:20rem;height:17.1875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoi41AosA5dWnUEZk5iKi5ZVheqtTyos { height:11.220472440945rem;width:20rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtroQplDhSy5hA6gJglyLnibuTCAZhGW { display:block; }#xtroQplDhSy5hA6gJglyLnibuTCAZhGW > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vByO7ne4s143fcEXfxT1IJWE4gLSRTWg { width:20rem;height:16.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGQUqzvys3IlrLmX5pkV9fXvJrCZ44uh { width:17.25rem;height:10.2305rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErQOgDJuHL1AkT4aw1RM4mGlB16sFhqg { width:11.625rem;height:2.5989625rem;top:13.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6XhL1yI2EymgXEv2AsaFuZpakAyDChc { width:20rem;height:18.0625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5k2gmgqvD2e22cIxTiTfr9HovT7qdTk { width:14.125rem;height:1.29980625rem;top:33.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg3qxCSPXmUxKhxRmqBTOt8dX6zl2Wz1 { width:17.25rem;height:11.3671875rem;top:20.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O { display:block; }#D9lVgwcoTIrqKlB7drLv6dEIL2gLpp0O > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqGPrXywEyXiIhLHZ9vnwGP5qXoWvmOw { width:20rem;height:19.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udcI0dVPEoTPDFAkAtxH6NRAie4cmVFC { width:17.25rem;height:11.3671875rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETT8HO76wODSvUvqHtaepdXet0OHKaw { width:11.625rem;height:2.59895625rem;top:14.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUb5492MobFX5TRXQkPvHS6tsxRqkB5U { width:14.125rem;height:2.59895625rem;top:37.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkmBszmWgKcTb1DyielSsN0CUORcwU2J { width:17.25rem;height:11.3671875rem;top:23.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrbxffGzw2Q9FyFnCoxmyy2KrCCJrcIH { width:20rem;height:20.25rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO { display:block; }#Se7BoLDpL0fgrnghCRu9elDxGGaPAAiO > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szBfGoB2drrXRIvlGm2WFG4bCq2nqUfe { width:17.25rem;height:11.3671875rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIBAxsPmrCS1N2WDKl07yxTgqZ7FHE6 { width:11.625rem;height:1.29980625rem;top:15.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDTJU4ZkORHqwC1ZT1ZG9RRwfdteyLC { width:20rem;height:17.125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgQrwqUTysNLPHG7hR9OOqfridN5Wdcb { width:14.125rem;height:1.29980625rem;top:34.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtTVTJE2UXJbprFydVXTXH2qA5nzdFO { width:17.25rem;height:10.2305rem;top:22.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyAEb2u80DQZPknifUfeeHbZDvsMRZTe { width:20rem;height:18.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c { display:block; }#PbqEb3hmTMw2K2ZXDGtlKd5TwaIic84c > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zw4BWf07UQM2ilsvVJbOhltEAqslEaHn { width:20rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trwEPyyD84z9zQFJPA4o0RvKi8TEsTTF { width:17.25rem;height:10.2305rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RotL49wSiiJVcUKyCNOZCg6Am5QFdTX8 { width:11.625rem;height:1.29980625rem;top:13.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5itrNLTXMJQLf7uDk1Sd6iAMohIJ4Kk { width:14.125rem;height:1.29980625rem;top:30.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reag6Puac3eOCHJVsmdA5lzQmVAWBMK2 { width:17.25rem;height:7.957rem;top:20.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6JgfVKf867oqpVJrACqy5suH38MuKK9 { width:20rem;height:14.8125rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o { display:block; }#BqJoFoyhWZmJarVCHlXI6DOr6t51Hc0o > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LewPQ3fvCJEkIxq1eeqvGxGEwyI9LQUm { width:20rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izWi43fuGKtuqifLMFTZNhdSss2Tf3pI { width:17.25rem;height:6.8203125rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTprezXry7GfA3nt67roGfMS7hTaVHF { width:11.625rem;height:1.29980625rem;top:10rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1DktkEDDr2rnh1cV0xINNImG2XkTpmL { width:20rem;height:14.375rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMuiJhOFS4stOzFmv7BmEFIIOv8xUKzy { width:14.125rem;height:1.29980625rem;top:25.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZItGCs2MKxzZs33OzrwTswsptBU9qwVU { width:17.25rem;height:6.8203125rem;top:16.375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm { display:block; }#VGglNMlmMLqtkd6ZTOEebDdNWxcJruwm > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV8mVbe3qvQORWhnzT7BStLPeoeyfxw0 { width:20rem;height:24rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNwFCEOuMXwbRcmETyyNESp6Tbzvk9Ni { width:17.25rem;height:17.05075rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB6TFt8WWqB7a9uEgkbTKDo5oewmqVxG { width:13.75rem;height:1.29980625rem;top:20.0625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5zmaxg1t9okykaIB1eCC4Xt2CKwoTu0 { width:20rem;height:36.4375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAxbip82p8ALo6WUQGFP1LsRdZkEKW5 { width:14.125rem;height:1.29980625rem;top:59.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv16281c2OE1ZDCgVCJKxGU9DGPIEPn8 { width:17.25rem;height:30.691375rem;top:27.375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ { display:block; }#hWhUop3mgPlPo0u4Rn6VE2o2RcnqpxeQ > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIwTAL0seWMy4Spez50gHavVVaMNwgIp { width:20rem;height:14.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHeU1XebS5TIzBh5ZKW77ou3hITddg9Q { width:17.25rem;height:7.957rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnAOxMvu9decQEdAGUGa8I3puPTC1bhP { width:11.625rem;height:1.29980625rem;top:11.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIAsuwnGTKUxMRBH0TseXdwTOcMci8yy { width:20rem;height:25.75rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFAqP3tfpNC5w5gNUtSBgPQF5NUffzM { width:14.125rem;height:1.29980625rem;top:38.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM5DhpD2dTxFW6k2dtgePtacU4Rrougz { width:17.25rem;height:18.1875rem;top:18rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 { display:block; }#RqvVFb0hVLGm5X6PIPGqC2eAaZiBEKG3 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRTrOxfI3UwRzbxF69NolqrdiQbTID7S { width:17.25rem;height:5.68359375rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICqCFKdn9OWl1ufrbr7QREv9FISGonDp { width:11.625rem;height:1.29980625rem;top:9.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWMn0TDFpVLRyDTTOpMDOWrmIg01kPRR { width:20rem;height:13.875rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1TJmcdFZU9tNELZb75lbyZLfcT1314t { width:14.125rem;height:1.29980625rem;top:24.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtzXHfd9r9PfgGaZnKMpsJrTy52OTRcR { width:17.25rem;height:6.8203125rem;top:15.875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft9wR1AWN1iI8UBA1R7IhfIVN4PpC0Gb { width:20rem;height:12.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe { display:block; }#LDLeTJB0Jc3ZxFApB5ZoHNRFLvWQHbIe > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7TUffRmxr41pxr1v7sdt5leJBLLg8FX { width:20rem;height:20.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAiVIOPE5quVQoToKo0atsH5OCNeWncu { width:19.5625rem;height:1.29980625rem;top:16.5rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRrNPff5km8ikaIcWioT9a6u9THCki6f { width:20rem;height:7.957rem;top:5.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv { display:block; }#GGAZkcgWpByhvL7nMNr02h6eNRuBTAtv > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Klwr6qhBxSz2WbZpaVTreh9eu02PHyyI { width:20rem;height:9.4096601073344rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyLDP3tPXxrHeApEtMey56bqRSsF8Nt8 { width:20rem;height:auto;top:11.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q { display:block; }#leLyZHt1I2Zr1b5q5xDd8KZ56betV65Q > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WarAIzUVtDm05Tci1h2DVqXaM7X1Ouu6 { width:20rem;height:7.7275625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV2dGEOpszv7GuDKh5M6cxekNgLPpWiL { width:16.9375rem;height:2rem;top:6.9150390625rem;left:1.53125rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW { display:block; }#CeNXCROBHwfmnkCAnS9cirmmdXsTcAfW > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJyu5QDwHKHx9P9SczuThrNOaWCueTDx { width:20rem;height:17.6875rem;top:0.87371826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Ks58pM1J0qLlecVEMg6iLXrW9KQSRZ { height:11.181102362205rem;width:20rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObZqhJ8sBtTxaTi4hJ7Dbt4GuVn0Mse3 { width:16.4375rem;height:1.29948125rem;top:35.312459945679rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W80Q2AWeeTK6qGSoCBfGUweIlIL08JcR { height:11.181rem;width:20rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6KwpTPNwqwLlXrXP2MlNMMXUQLnpvgD { width:14.8125rem;height:1.19921875rem;top:15.62508392334rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnCwlDmXHSwKKnB4JE0pHVXgkN2L1gmv { width:20rem;height:18.25rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c { display:block; }#aOMyZ4qJCnnFFHr2hvmxocGOuQn7vn0c > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mh9Ral3TR6m3IIUQQwACKTRKDmrIwL4O { width:20rem;height:18.25rem;top:0.87371826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl40gaQCxHiiakoPSeK9OS0umeSgeyc1 { height:11.181102362205rem;width:20rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqDiSaEeBhH4AFdp2mfROEgBuUBZRPVb { width:16.4375rem;height:1.29948125rem;top:35.5rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2NOTurw4eBSO27Vo0T7TtywmsTqA4mk { height:11.181rem;width:20rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZ7x2OqKTZzb5ifnZ3gs7OTVSMJC2WQ { width:14.8125rem;height:1.19921875rem;top:15.875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNMegyEzF62KXnwvnSZyTzsbZZvAUR0i { width:20rem;height:18.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR { display:block; }#XZBl9Wpc0dLQSrGZHZMtdTLS9zrLRJeR > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwTeIyLDTfRRkIUtw6WmK1AT43vKMp6O { width:20rem;height:21.75rem;top:0.87371826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0OdAJGg5aVUwwBC6sTivQpFPVcgy1a { height:11.181102362205rem;width:20rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvNwl8Tw6VNScakqnpqci0UmO4Br5BR5 { width:16.4375rem;height:1.29948125rem;top:38.9375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3f7LbMI2qA8i63F7EO8scOKDZDSECNZ { height:11.181rem;width:20rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzFGsa8VbhILTW1z1DtbOVv26LnA7BeA { width:14.8125rem;height:2.3997375rem;top:15.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZFlHh5FpXDa77qBfRHPRsNFXfkPiP6 { width:7.0625rem;height:1.75rem;top:18.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C20ws6rkX1BAFI2e0yGkcTz3XhqITKl3 { width:20rem;height:18.25rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC1UILGREK6GMPADnFpJfm8qWo7niTmX { display:block; }#QC1UILGREK6GMPADnFpJfm8qWo7niTmX > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWvBWUzeFlT8xBsMSHpZZhZiFIsBb0La { width:20rem;height:17.375rem;top:0.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqOIW30o7yyicM1kTAeW6WUKD8Okf6ge { width:15.9375rem;height:1.29948125rem;top:15.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJFqfbfDMPv1VgFxVrIRhipAFRXv1hD { height:11.181102362205rem;width:20rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiFOZLpwttr9QhmfbgG8z7Nr2NTHI2zl { width:20rem;height:19.0625rem;top:19.498718261719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uarAAQEpnfFIDMG9hHbP9PQTrqG8bfub { width:13.1875rem;height:1.29948125rem;top:34.883464813233rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOsy5xlbWu9CAuHPcb5gG5PmgKcdR0V2 { height:11.181102362205rem;width:20rem;top:21.686218261719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 { display:block; }#WPZgwtAy45W4fiVK64k7k1xz5GHiTSS0 > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcEW2cFFkIFSuATDsevTS3tH2z6X0uva { width:20rem;height:17.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATL09DUxD3AKcVmUqanIm0StuhJpyg4 { width:15.9375rem;height:1.29948125rem;top:16.25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twXVnOWOs8kaGiBfAo6N6SPgRSDC6deA { height:11.181102362205rem;width:20rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShbnVNSEK9gLwo0pDncmIgN8WTtbJxcW { width:20rem;height:22.125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpGfJfnovuf5omDUKI8rA1e3DaCF3upE { width:17.5rem;height:2.5989625rem;top:35.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUdTCPkwCJx808Jv1yn2rqlVpoReLnUI { height:11.181102362205rem;width:20rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWqnRKfIqSvFaLOLCpyGN13EaPSS59mL { width:9.9375rem;height:1.9375rem;top:39.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT { display:block; }#loH7Mxm1VSuPx4p5bOwLQEiD5vAoVwdT > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywV8lgaAReoCl4eirwRTX30qluWhf3kU { width:20rem;height:19.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDOAObqQmqGldAf8HbWwtJaqPRU4xcp1 { width:17.5rem;height:2.5989625rem;top:16.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea3Bc4vqkJtf2eocaVTarU0HhrckmrDE { height:11.180736552832rem;width:20rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSRhUOa6eRh4GNcWgPxkqLBHa5osUUBK { width:20rem;height:18.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHxspQRPfGoXB1T59aTwMGTeCL2O4Wx { width:17.5rem;height:1.29980625rem;top:37.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9BoNBAiwnNWZkCXHsJ1xAIDZVNPT3cb { height:11.18040667836rem;width:20rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln5CTb12VApgRfF8mplHLEuQIC1kBwlc { display:block; }#ln5CTb12VApgRfF8mplHLEuQIC1kBwlc > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvDC3LAqxwxL21OPJ2TzqOp8pPGlWfVC { width:20rem;height:17.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNg7Z5pVXGcd8y8RUB6salLAb7ChzaU { width:17.5rem;height:1.29980625rem;top:16.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVdak9kHply3A0iQ5aEs8zIe2ZIDi8t { height:11.180736552832rem;width:20rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF8GrEUwIM8ZNs8xkaizT2AUxTPN4Jw6 { width:20rem;height:17.75rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWkzAwzJCbqWPd36UXNFPxbQ48HXeJJw { width:16.625rem;height:1.29948125rem;top:35.123697757721rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LQ6GEgvJwMxP577JEyXgSRkFqbPshm { height:11.181102362205rem;width:20rem;top:22.611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 { display:block; }#cZnMSr0DvyCmE1lgwKBBM16m1rTiOsv3 > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMem6ZWVEZz9SDQ9iq9mouo3uAxD9WgQ { width:20rem;height:17.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwBD09ZTxzKg4kcOyRHalt5SkwHQIvkJ { width:17.5rem;height:1.29980625rem;top:16.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ50VxufTM22sobmRzLTJNAN3L7CcK73 { height:11.180736552832rem;width:20rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQp8McZGvG0GQw6PO3mceUIUNiGQ3ngS { width:20rem;height:18.25rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cdKJ1uI5seNK5G2nBpR3psT7nfah37 { width:14.875rem;height:1.29948125rem;top:35.186197757721rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAfftRstXgKsnQTP5PaIpadCyiyFkann { height:11.181102362205rem;width:20rem;top:22.611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvE5tppDmiKTT3EkRlmh7XD96BZiT79P { display:block; }#qvE5tppDmiKTT3EkRlmh7XD96BZiT79P > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce2Vmk50aaBQRaGT7kXJLyVWN8sSMMaE { width:20rem;height:18.0625rem;top:1.2499618530274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBy4U3RP73VOqF734CskU5ietmxC2yvR { width:12.75rem;height:1.5625rem;top:69.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVv9AD48a8gZhhU1bi1IfVAhdRH1r2Un { width:11.375rem;height:2.5989625rem;top:64.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNDm0m1Rp2h0gWf3xTOLi6B18AnKRBX { width:17.5rem;height:39.785125rem;top:23.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSkPq2bG9gAJeMTD7RlOXC3MbuLFSIf { width:16.25rem;height:1.29948125rem;top:16.062450408936rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFveZXZlMMTbssbxh5LPSB1WChAV0omX { height:11.181rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz1VfxzGLBb5NAAu6MLiAigHUxL5dWWu { width:20rem;height:52.3125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4cTyHEbLToscUKDpp5OzZheMJXoyONR { display:block; }#F4cTyHEbLToscUKDpp5OzZheMJXoyONR > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrH3DCioQ9iH8JsJTSpFSdsRGMWR4yM6 { width:20rem;height:26.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTz98vuCVXVMzwhQrs1JblnnWNhIXs9o { width:17.25rem;height:20.4609375rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nenekKBZ3v0cJMgTFA76F4F5KiyfUHhF { width:11.625rem;height:1.29980625rem;top:23.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esuvOrStd1s56gTnMI3H1TWHnKGKdUSV { width:20rem;height:36.75rem;top:28.0615rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZyGEQRO7TzlVXdFTTB8c7chmR9hhxS { width:10.0625rem;height:2.8571519349721rem;top:59.061279296875rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWePmWadQBcOpI14AWeyGGB2MSRK7J4y { width:14.0625rem;height:2.5989625rem;top:54.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98TiDvA1PUgiW0R5McptGOxr96SKnTk { width:17.5rem;height:22.734375rem;top:30.4345703125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS4KNiiONrxgRd0w87TL8FW3DXRayFXH { display:block; }#MS4KNiiONrxgRd0w87TL8FW3DXRayFXH > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bboTD20A3TOzqtTPVNvgAF8pHeKJC4bT { width:20rem;height:28.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2a1nHpU58cEUrhyOWbQVHG3h8d7g0Sl { width:17.25rem;height:21.597625rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTQSQeTOBzb6pFxX6h2qdC2NXTaIyvMG { width:11.625rem;height:1.29980625rem;top:25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWAomiHlror6UNF0yLI6zfLi6xqdcy43 { width:20rem;height:15.75rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTI1TXWfqgHVqO1k5yDdEETQvp5WwaVS { width:14.125rem;height:1.29980625rem;top:43.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sroCKb5bepOtSuRAw7NI12QTvngOgGUW { width:17.25rem;height:9.09375rem;top:32.3125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P { display:block; }#Qcfyn6CBT3Odyvgrf0Hn3BvaTrbETy1P > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht7PJTOF15NmuZipZ1tiVvsLdBJst2xu { width:20rem;height:26rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk59GUqeFJUkHtk7NcgpBAavZbI7hzmz { width:17.25rem;height:15.9140625rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMuV3IIoOQGOQuGwIi8CqpGObeQ7N1iI { width:7.625rem;height:3.8984375rem;top:19.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AADZDTVN8vXlRnrbxLQt8XRriwFPh851 { width:9.6875rem;height:0.8125rem;top:20.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4H7iQ3Rb5R6xDpqQ1oe80bxo1b5rgUR { width:20rem;height:23.1875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBoK4AXTPHh4LPqg1Cwq0lXiaGzorrfh { width:14.125rem;height:1.29980625rem;top:48rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvZGVEOAhuHvVxy2H9454T2LueS4KXH1 { width:17.25rem;height:15.9140625rem;top:30.1875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfFibhlakF4DmTfdzMWdfEmwNMpJzniT { display:block; }#JfFibhlakF4DmTfdzMWdfEmwNMpJzniT > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEhgDcO8hUbFrx8wIudoC8GKeaIVropb { width:20rem;height:19.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqmIJvVbMJNlRPWCeOkiL5znwv49yu5s { width:17.25rem;height:12.503875rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBiqDmJARFIf3QFlyAmqerPRyT5CkBrI { width:15rem;height:1.29980625rem;top:16.13671875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD7PSbwDWEivEJTghLT5PJoT4xTGSExl { width:20rem;height:23.25rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCK7ZvuNSPw413NXvVHg9ApRTk7SS0eb { width:14.125rem;height:1.29980625rem;top:41.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sirn1hQObmu3J5r1gUbpCyTTTTdIAZuM { width:17.25rem;height:15.9140625rem;top:23.5rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsAT9o2ndTogolAuzCw7zIfu48ReoHBT { display:block; }#dsAT9o2ndTogolAuzCw7zIfu48ReoHBT > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuFyrT0H6sZVXiMGNsmDSf87mqoPP9Ul { width:20rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgTutpQntDoBRXQQ1NqKi9nsVr4FV4tC { width:17.25rem;height:9.09375rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvHLa9fydbMH1HALphUgZc8DC9zc0D5F { width:11.625rem;height:1.29980625rem;top:12.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVa720CTevgNkH0mVRD6Irz2J3SfwQ5E { width:20rem;height:22.6875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWxXd7UX2K9E1sWSElStoKMSFplF7o6 { width:9.0625rem;height:3.8984375rem;top:33.4189453125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbn4aIoBaMLAhBnvBuzZ0QHQbtR9711f { width:17.25rem;height:12.503875rem;top:19rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRIRXH2q6JEwdl8zR4XOaOiFM8MfvxN { width:7.5625rem;height:1.875rem;top:34.4306640625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk { display:block; }#QOwUD9nZmddDVV8HBN3V3iiWO7BevEFk > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F50gHH0t887noGDGcv66WhdfOgnrC5qu { width:20rem;height:40rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2qrGIRlO5MRCNoA9Il1sDeHqEUET8My { width:17.25rem;height:2.5989625rem;top:36.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TWEVbMszoCR45P9FOr9lOQTXkv0HRn { width:17.25rem;height:30.691375rem;top:4.5rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obE6vtqn5vH2VRAXgHskR59ZJoJGX0Oa { width:20rem;height:48.75rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRMOLQTwq7E9fUP3T98ZHcCFqOs40lUB { width:15.625rem;height:1.29980625rem;top:87.9375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnoNR259WoRA6vkepyXZMrl8X9bpCQGt { width:16.6875rem;height:42.05859375rem;top:44.3779296875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs { display:block; }#PLWHCfNSSpq7eI1TXT4Qq624utpPSfKs > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJWbkLd0QoG5rd3TkMclW2X2N8XtOPG0 { width:20rem;height:25.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyr9BKeDLBFQdFk7Frc4qPqXeW5g5NRC { width:17.5rem;height:2.5989625rem;top:22.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGl7OMTu9Nfy3Exr7HNtucH8WTWrESAb { width:17.5rem;height:17.05075rem;top:4.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KllNTz29AdmsNmpKlLEQ8naoCE7iPTih { width:20rem;height:19.6875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wToJTFA5MNzqUeaqX7i6nJ5K1B4Up468 { width:13.1875rem;height:1.29948125rem;top:44.312500953674rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGJ0mRE5B8vGNtquuUEf4RMTbnCsNeCQ { width:17.5rem;height:12.503875rem;top:30.187500953674rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PEiM58wTAi76Wogb7PxKinMZDQyblz { display:block; }#Q8PEiM58wTAi76Wogb7PxKinMZDQyblz > .row .container { width:20rem;height:97.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTyAcMGfR0LtPVTKgpyU4ytTCbOlkBSv { width:20rem;height:44.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OksL2bvRmQcmmOOTD1mvxizogW7QEIe5 { width:17.25rem;height:37.51175rem;top:1.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNuVpQ9KvrdU6wgbZimhemmPxdaSnF9n { width:11.625rem;height:1.29980625rem;top:40.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQQ5XmWKdyPov6vagXnlLynxe3FdgpUS { width:20rem;height:50.625rem;top:45.7495rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRUN0gGhrvBTU337DJWhJFOgkqNkH6QJ { width:14.0625rem;height:2.5989625rem;top:89.3017578125rem;left:1.37451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orO5e4vQWBsXqCgWZb3Iv4TBmHkZ0qIO { width:12.6875rem;height:1.5549626441289rem;top:92.872314453125rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqICqMlKnnng4ziNpy05UKc92UnlTx9A { width:17.5rem;height:39.785125rem;top:48.006591796875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }