.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71489ffb-8b85-4929-8d76-a9af797b0721/SchuellerNeutral_LandingpageBilddaten_1920x1920_40.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#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.7); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VMTAhkDzBPRCOO6HLdb9Vyg2TkTOB8C2 { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4062501192093rem;left:60.3125rem;display:block; }
#nJZTeQtsDKTT618WaTkF60X6Hf0LCImT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pPn6ru6CmDt2R9WkEXT6WQgCmM13mtaN { 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:6.1875rem;width:13.4375rem;top:0rem;left:3.375rem;overflow:hidden;display:block; }
#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { position:relative;display:block; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { background-color: transparent; background-image: none; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container > .video-iframe-container { display: none; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row > .video-iframe-container { display: none; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .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); }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { border-width: 0; border-radius: 0; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .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; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK { position:relative;display:block; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK { background-color: transparent; background-image: none; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container > .video-iframe-container { display: none; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row > .video-iframe-container { display: none; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .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); }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK { border-width: 0; border-radius: 0; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .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; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a63fc976-4cc1-4202-82b3-94ea310a3895/20250711StarkeKuecheAktion0084.crop_2929x2681_2571,591.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:65.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; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container.adaptive-delivery-prevent-bg, #G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container.lazyload, #G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container.lazyloading { background-image: none; }#S6cd8c0429c4dc85d292bb0c26f3f2be { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:33.6875rem;top:2.9375rem;left:38.323959350586rem;overflow:hidden;display:block; }
#Kc19038b6d72067557f7774584aabcd2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:26.25rem;top:40.328125rem;left:45.995834350586rem;overflow:hidden;display:block; }
#nwGU9f2fSPxqaAg1egPAhswINaXdftW1 { color:#000000;display:block;width:38.375rem;position:absolute;font-family:"universe lt std";font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:54.6875rem;left:13.25rem;height:6.5rem;font-style:normal;display:block; }
#fvAL1K7yV3V1RsxwKvN0EJed1o8BCB8S { box-sizing:content-box;height:7.3125rem;width:47.9375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:54.28125rem;left:12.059389810426rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#LFe7QaGo7nZylAz3xBUSaTqWZaiJAPJb { 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:5.6875rem;width:14.4375rem;top:3.375rem;left:3.6875rem;overflow:hidden;display:block; }
#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg { position:relative;display:block; }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg { background-color: transparent; background-image: none; }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .row .container > .video-iframe-container { display: none; }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .row > .video-iframe-container { display: none; }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .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); }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg { border-width: 0; border-radius: 0; }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .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; }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.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; }#f9622a9c103cc2dbbe543f4b49520e37 { color:#000000;display:block;width:45rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:4.875rem;font-style:normal;display:block; }
#ncd2e11a22696bf23dfe59991b9f4176 { color:#000000;display:block;width:45rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:11.91562461853rem;left:3.125rem;height:20.2125rem;font-style:normal;display:block; }
#Q432e6416d53238feb162cfea24b1105 { 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:32rem;width:20rem;top:3.125rem;left:51.875rem;overflow:hidden;display:block; }
#d0cea274c76375dc282a21f154d29e9d { 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:6.875rem;width:20rem;top:37.3125rem;left:51.75rem;overflow:hidden;display:block; }
#m9tw3GncyzTSbLXDeQpUa4t5WUvCViPL { color:#be1519;display:block;width:31.375rem;position:absolute;font-family:"universe lt std";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:35.875rem;left:3.125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yWvxEZ2htTAlrFbmLlzNaNbJVDFCKrIT { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.1875rem;left:3.125rem;height:7.35rem;font-style:normal;display:block; }
#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm { position:relative;display:block; }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm { background-color: transparent; background-image: none; }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .row .container > .video-iframe-container { display: none; }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .row > .video-iframe-container { display: none; }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .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); }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm { border-width: 0; border-radius: 0; }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .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; }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:102.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; }#F568d4735984c756a3add1b6cbde54ae { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#Jbabefca4fddac0d6c1f6a00eefa541a { color:#000000;display:block;width:32.875rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:9.1875rem;font-style:normal;display:block; }
#eca400fd9a35e05b43cd43dca95d639c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:24.125rem;top:39.530208587646rem;left:42.101043701172rem;overflow:hidden;display:block; }
#Ad0980bfb005bf8972a36e59beb36046 { 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:38.75rem;width:26.8125rem;top:59.998958587646rem;left:40.757293701172rem;overflow:hidden;display:block; }
#d1d8799400268c7ca651ff4db14b54f6 { 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:24.875rem;width:34.25rem;top:73.881248474119rem;left:3.125rem;overflow:hidden;display:block; }
#ff7815733b35f3c0d068b46139cb2188 { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:65.389583587644rem;left:3.125rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e99a52812ab327c277ea6444c32307e4 { 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.5rem;width:2.6875rem;top:7.6239585876462rem;left:57.764587402344rem;overflow:hidden;display:block; }
#nh3EGzVNueMH80yBACibFpe62gVNKvaz { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:56.375rem;left:10.8125rem;height:1.8375rem;font-style:normal;display:block; }
#MmAPQCN7LJP24HFW3HpyxQ1pXhndCN5z { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:56.625rem;left:7.5rem;overflow:hidden;display:block; }
#TZBPuJBDZ4yf0i9X8V0UTPTZDyqnGUog { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:59rem;left:10.8125rem;height:1.8375rem;font-style:normal;display:block; }
#gS4myDA0SPcl2677lTy2ApLnfWbWCEQA { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:59.1875rem;left:7.5rem;overflow:hidden;display:block; }
#yqIM5zB7OUw7gUZdU0kezs6TVETAuWuB { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:56.375rem;left:4.875rem;display:block; }
#vnzaFOzxzNJoi6iwIW60M7REWO1sEzQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQCfsybymvp6W8OIz1w7DTZ64HkvT3QK { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:58.9375rem;left:4.875rem;display:block; }
#GgMibB7fdCl8sEgyJmS7wr0Wx7lIzfzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfrlUI81kyliUNLnuI0OJUeI7wwI3JGh { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:61.625rem;left:10.8125rem;height:1.8375rem;font-style:normal;display:block; }
#mLcgcSdi9FgafizSXo0RUJlwTUXm332o { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:61.8125rem;left:7.5rem;overflow:hidden;display:block; }
#nE7yO3B8S8c9tV6HDKSSHyJqtBn19wpB { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:61.5625rem;left:4.875rem;display:block; }
#pJqpoC6eHK7MX2NUy8CmRFSLcrDVmrHu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am { position:relative;display:block; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am { background-color: transparent; background-image: none; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row .container > .video-iframe-container { display: none; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row > .video-iframe-container { display: none; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .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); }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am { border-width: 0; border-radius: 0; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .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; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#K3ef7b32e8bf4669f4e407660ac3a1d7 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:"universe lt std";font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:21.375rem;height:11.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#df54e7f3eab17e5e40eb4f45505dc175 { box-sizing:content-box;height:15rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#be1519;background-image:none;top:17.032987594604rem;left:1.9444465637207rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#dfcf3a3c7125b102b1312659fa48ec7e { box-sizing:content-box;height:15rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:#be1519;background-image:none;top:17.032987594604rem;left:26.250003814698rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#w7792ffd28f3feee9d2b741215a41c9c { box-sizing:content-box;height:15rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:#be1519;background-image:none;top:17.032987594604rem;left:50.625003814698rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#df3de3e5202f940d80360dd85a0f29ea { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:"universe lt std";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.283332824707rem;left:2.9135437011719rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2f6052202f9b4b7cc8b3e310d878311 { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:"universe lt std";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.658332824707rem;left:27.125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd52bce1b6120a874f28df4b5c926bb1 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"universe lt std";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.283332824707rem;left:51.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z { position:relative;display:block; }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z { background-color: transparent; background-image: none; }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .row .container > .video-iframe-container { display: none; }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .row > .video-iframe-container { display: none; }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .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); }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z { border-width: 0; border-radius: 0; }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .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; }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#dWym32Z3orRTnCfSn77kATTL4qoomnl9 { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#NiWOshEpKeTaHt6F9sJmJ21bbznqvW3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7i8KdugsgN879T7xkumaogvvH0T5cS2 { position:relative;display:block; }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 { background-color: transparent; background-image: none; }#C7i8KdugsgN879T7xkumaogvvH0T5cS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .row .container > .video-iframe-container { display: none; }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .row > .video-iframe-container { display: none; }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .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); }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 { border-width: 0; border-radius: 0; }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .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; }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:105.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; }#d04ff49cde91bce44c23efa0d7ba6742 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#U09f5b6d5a7a0824778b27f71b0b3505 { box-sizing:content-box;height:8.6875rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#be1519;background-image:none;top:45rem;left:40.5rem;box-shadow: none;display:block; }
#Xcf5c5fd72099d9e996abff8c5d51353 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:47.997924804688rem;left:42.686462402344rem;height:4.91354375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c44796e69e98a09bd74474f6ed499306 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"universe lt std";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.017707824707rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R59b03b06fa0087f91f13822925ced8d { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998915672303rem;left:3.1250019073486rem;height:9.1875rem;font-style:normal;display:block; }
#ed1089c9dee50f1d756211fbb4a1384a { color:#ffffff;display:block;width:7.3739375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:50.831250190735rem;left:56.561462402344rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7de310e18a938f35546ee0525dd57a2 { 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:31.25rem;width:31.25rem;top:55.625rem;left:40.578125rem;overflow:hidden;display:block; }
#U6800e231f49216013af829683edf863 { 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:20.1875rem;width:20.1875rem;top:80.0625rem;left:3.125rem;overflow:hidden;display:block; }
#v41878c53cf76edffde93da55adc6a33 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:57.187501907349rem;left:3.1875019073486rem;height:1.8375rem;font-style:normal;display:block; }
#K17aecd016729abe79450da966d02b82 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:59.649523735046rem;left:3.1250019073486rem;height:7.2375rem;font-style:normal;display:block; }#K17aecd016729abe79450da966d02b82 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K17aecd016729abe79450da966d02b82 li:before{  }
#Bca9561f24e46ae3eb1e68b813aa2e84 { 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:20.1875rem;width:13.3125rem;top:80.0625rem;left:24.310417175293rem;overflow:hidden;display:block; }
#ec0461aa97443499b411d02cd58da9f0 { 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.5rem;width:2.6875rem;top:8.2489585876462rem;left:20.172916412354rem;overflow:hidden;display:block; }
#PRTKH6fXrXaJWIcZ7d4ce3AtbvFTOq65 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:70.5rem;left:7.375rem;overflow:hidden;display:block; }
#tN1AiQmhRi2RwudpP0ev8ST9qQuS1hRf { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:70.25rem;left:4.75rem;display:block; }
#OtraaBa9LrdouxRKzrhFaZLNQbl5xbZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lvAUDyKTTqQlBKXhD0upDI9FEKqyCLiK { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:72.9375rem;left:10.6875rem;height:1.8375rem;font-style:normal;display:block; }
#oANnPWE4PKd7vv1pZH8zHfNFZ7ZfivLZ { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:70.3125rem;left:10.6875rem;height:1.8375rem;font-style:normal;display:block; }
#kQ4PkTTrDB72tVB744tcLTqg96kso9G0 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:73.1875rem;left:7.375rem;overflow:hidden;display:block; }
#IRm2nArAxsgtyH73anfmKUomqrzinoSc { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:72.9375rem;left:4.75rem;display:block; }
#WaPEDnd0gE1V0e3hxl8BNFkOUM4QRgqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vC6X4g6q2kScwTt2pCBsBh3OnT4NvMNo { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:75.5625rem;left:10.6875rem;height:1.8375rem;font-style:normal;display:block; }
#Twzbymy0kELh3UsIzArq9OoslfGwFOMc { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:75.75rem;left:7.375rem;overflow:hidden;display:block; }
#LE4hScRxZ9ULUc7K23Slt1KmpvHU1kHV { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:75.5rem;left:4.75rem;display:block; }
#nmar8P4NI4TU6aJifPMyZJyhkE7ryuo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF { position:relative;display:block; }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF { background-color: transparent; background-image: none; }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .row .container > .video-iframe-container { display: none; }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .row > .video-iframe-container { display: none; }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .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); }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF { border-width: 0; border-radius: 0; }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .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; }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#xDGpelRCr7D1cNohoqf90NPg2kNKdE3E { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#bZfqpwIfODqwQ3skLtbe96gJTGZtiTTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd { position:relative;display:block; }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd { background-color: transparent; background-image: none; }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .row .container > .video-iframe-container { display: none; }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .row > .video-iframe-container { display: none; }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .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); }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd { border-width: 0; border-radius: 0; }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .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; }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#be1519;background-image:none;font-size:0.875rem;font-family:arial;height:106.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; }#y8dbd75a112e3b535e5015ba6183d202 { 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:37.5rem;width:31.25rem;top:11.301041603088rem;left:40.5625rem;overflow:hidden;display:block; }
#b15feb16f0ab5e00a391cc03f9bcb640 { box-sizing:content-box;height:0.1875rem;width:68.75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:7.9893665313719rem;left:3.1250019073486rem;display:block; }
#d3ee4fe4999797ba3d160395a588ac12 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:28.75rem;left:3.125rem;height:23.8875rem;font-style:normal;display:block; }
#x2c775884b6240105d2b0f4edb6973cc { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:94.0625rem;left:0rem;display:block; }
#od8acc855d3e58a33ab8bb41bb1df955 { 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:8.125rem;width:23.75rem;top:96.375rem;left:3.125rem;overflow:hidden;display:block; }
#r8ef1e7760368bb00847b6530b3ddc5a { 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:17.3125rem;width:26.25rem;top:56.182281494141rem;left:3.125rem;overflow:hidden;display:block; }
#b1e7cdbf2cd3c558892f8b9752e1c73e { 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:17.3125rem;width:26.25rem;top:74.492706298825rem;left:3.125rem;overflow:hidden;display:block; }
#e2e2f8e01f6195638947f4bd7054d4b4 { 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:35.5625rem;width:23.375rem;top:56.182291030884rem;left:30.298957824707rem;overflow:hidden;display:block; }
#d150e15a88f3e468b91a902999c0d19d { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:16.6875rem;top:56.182291030884rem;left:54.576144441058rem;overflow:hidden;display:block; }
#a1e356e1b57815985c2a6fe4e3b58836 { color:#000000;display:block;width:37.1245625rem;position:absolute;font-family:"universe lt std";font-size:2.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:95.5625rem;left:34.75rem;height:9.50625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S8f22f886d44f06959bee78816984527 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:23.125rem;top:37.994791984558rem;left:28.015625rem;overflow:hidden;display:block; }
#a7a6567a3be7980c7d79b3c2a7ca8812 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:15.6875rem;top:1.5rem;left:29.65625rem;overflow:hidden;display:block; }
#Ip7rJ7BodSzPedpou0KThu2f1OorbrX0 { color:#232323;display:block;width:22.25rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:12.863541603088rem;left:5.765625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OxpAilXMApaFCTibmiVQr9uuzHZoQp7u { box-sizing:content-box;height:13.625rem;width:33.75rem;position:absolute;display:block;z-index:14983;background-color:#ffffff;background-image:none;top:11.301041603088rem;left:3.125rem;display:block; }
#chhFyqPfQIKOvdcRdTDWU5Ii8F57PotU { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:68.316665649412rem;left:54.625rem;height:17.325rem;font-style:normal;display:block; }
#xkHo4us46cS7dtSSyQIcNy3vZ1DUeWx1 { 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.5rem;width:2.75rem;top:71.260414123538rem;left:39.978126525879rem;overflow:hidden;display:block; }
#dHWOCHikmtIeRFhJZAvqFHIAaz9QS2Vx { 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.5rem;width:2.75rem;top:78.447917938231rem;left:6.4781265258787rem;overflow:hidden;display:block; }
#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S { position:relative;display:block; }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S { background-color: transparent; background-image: none; }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .row .container > .video-iframe-container { display: none; }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .row > .video-iframe-container { display: none; }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .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); }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S { border-width: 0; border-radius: 0; }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .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; }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#Bvm1x4afsTQ7ayrG8gnNhCDixv0v7mCL { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#Tx6pOptn8EfX1HHwzADPMeeLFTSTcZWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB { position:relative;display:block; }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB { background-color: transparent; background-image: none; }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .row .container > .video-iframe-container { display: none; }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .row > .video-iframe-container { display: none; }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .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); }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB { border-width: 0; border-radius: 0; }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .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; }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:83.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; }#i3ac46e3f2e0ace18c26fe17c375d0b6 { 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:20rem;width:30.0625rem;top:17.1875rem;left:6.25rem;overflow:hidden;display:block; }
#nd288fff83aacfba15898e4958927d64 { 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:19.9375rem;width:30.125rem;top:17.15625rem;left:38.640625rem;overflow:hidden;display:block; }
#E0e3e9335fc5aaf8b6365e3e801f4c1e { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:38.375rem;left:6.375rem;overflow:hidden;display:block; }
#rfe8f92889bf89e98d263db7b988778a { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:59.625rem;left:6.3125rem;overflow:hidden;display:block; }
#a305b1c6db190b93f63d4e3021eabc83 { color:#be1519;display:block;width:67.436875rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:3.6875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sa0fe21513bcd2b605fd9801589fabf5 { color:#000000;display:block;width:45rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.875rem;left:14.875rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W51b848ce22ca19bf1d49ad255b9d7b7 { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:39.49062538147rem;left:32.03125rem;height:20.2125rem;font-style:normal;display:block; }
#Sdc85fc0b06b04c53cf05dbe492e6a7d { 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:18.9375rem;width:21.25rem;top:60.620834350586rem;left:47.59375rem;overflow:hidden;display:block; }
#A8LBgsbVchshQAN9R7Mz2Sarsk1EgSVf { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:70.515625rem;left:28.21875rem;height:9.1875rem;font-style:normal;display:block; }
#MJll9dq3vehty2czrXQ6kOltMtBXcPPU { position:relative;display:block; }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU { background-color: transparent; background-image: none; }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .row .container > .video-iframe-container { display: none; }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .row > .video-iframe-container { display: none; }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .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); }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU { border-width: 0; border-radius: 0; }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .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; }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#oZqQFNPv5Juf6W0SMcH3k41ZaWTvISwS { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#HgX0Bb2QvhrrWVnqNdUGK1bUvlXMfbmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T40gc78ohPpnZgRJUT19MMNLNebyzyZc { position:relative;display:block; }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc { background-color: transparent; background-image: none; }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .row .container > .video-iframe-container { display: none; }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .row > .video-iframe-container { display: none; }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .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); }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc { border-width: 0; border-radius: 0; }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .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; }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:111.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; }#a81bbd5e910352009cd7596160562738 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#ff2b76ea70eab06aa19f7c1ec3a73ca5 { box-sizing:content-box;height:11.25rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#be1519;background-image:none;top:45.000001907349rem;left:40.694446563721rem;box-shadow: none;display:block; }
#ka24131f2207759e5da24d5b08e56db1 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.810550689698rem;left:42.686634063721rem;height:4.63125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7b757c443b941f6dac686e546dab103 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.017796516419rem;left:42.686634063721rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6bf3aafc2b76a233c0e80314b439b35 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998915672303rem;left:3.1250019073486rem;height:11.025rem;font-style:normal;display:block; }
#d2bb3570b0da0c25a80fba25314c6427 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:19.125rem;top:35.510417938233rem;left:54.936462402344rem;overflow:hidden;display:block; }
#x793c7d8436ee7858a420824e6bf360d { color:#ffffff;display:block;width:7.374125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:53.455950736999rem;left:62.498920440674rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q4965fac2ef3bbe306dc472919d3d63c { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:58.8125rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#X56e268039f2d63a18209fa094561209 { color:#000000;display:block;width:33rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:61.8125rem;left:3.125rem;height:7.2375rem;font-style:normal;display:block; }#X56e268039f2d63a18209fa094561209 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X56e268039f2d63a18209fa094561209 li:before{  }
#qa792d3174a4fd44fa698735a20cfebc { 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:43.875rem;width:31.25rem;top:62.4375rem;left:40.694793701172rem;overflow:hidden;display:block; }
#Xa6e28e24300ef27fbde6b19eaf3b527 { 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.5rem;width:2.6875rem;top:18.248958587646rem;left:16.998958587646rem;overflow:hidden;display:block; }
#gca3d64ea2c3a3d4b6c1fb0ce44a5815 { 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:25rem;width:33.75rem;top:81.375rem;left:3.125rem;overflow:hidden;display:block; }
#vvUTdGglI0cTnwUulSgcNHKwiMvEyphT { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:72.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#Ip4RpPFP3w58rGNeXTZb3uVDeckOJRKa { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:72.3125rem;left:5.9375rem;display:block; }
#hE7PmOqLn8Qr5TqOqtEEiMaQF5BT6dKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5abFKT5lFTaquzhApuO7w9ToimSTo4u { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:75.25rem;left:8.5625rem;overflow:hidden;display:block; }
#Pm7Elp3OdTIdZOXGF2RCWhTZ6TtF8PMG { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:75rem;left:5.9375rem;display:block; }
#WaVXlifJ0PAw8d469g0If60fw9dXN8Zc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgRKMTytWTdEmRtIIPA364FJPdXNkB7F { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:75rem;left:11.875rem;height:1.8375rem;font-style:normal;display:block; }
#a3psO3sNp2C46JeoRE8fXm8UFU9nobbH { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:72.375rem;left:11.875rem;height:1.8375rem;font-style:normal;display:block; }
#nnDsUqKQ70hHkRmbMeUpANyqMbhQvesi { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:77.625rem;left:11.875rem;height:1.8375rem;font-style:normal;display:block; }
#COg5J9S5zKkZZ7lOGe9olV1hlyqosQ1l { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:77.8125rem;left:8.5625rem;overflow:hidden;display:block; }
#hDU28ufr4WPRxygNMrGtfckL1DSEhCr0 { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:77.5625rem;left:5.9375rem;display:block; }
#WAvrHww0SsCF3RoXNx34tBAn4JfSpyqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 { position:relative;display:block; }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 { background-color: transparent; background-image: none; }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .row .container > .video-iframe-container { display: none; }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .row > .video-iframe-container { display: none; }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .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); }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 { border-width: 0; border-radius: 0; }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .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; }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#w5Gvc3VtDAiqO5IipkfLU2qkJW6ZMEVQ { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#WnMmaFobBN0rK0bUR4P2RMuRnNyoNxOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP { position:relative;display:block; }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP { background-color: transparent; background-image: none; }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .row .container > .video-iframe-container { display: none; }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .row > .video-iframe-container { display: none; }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .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); }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP { border-width: 0; border-radius: 0; }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .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; }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:94.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; }#S383ca7b9c6a685c5badee4a1ec43297 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#Xa2c24afad073d2f96b190b5c75ef360 { box-sizing:content-box;height:11.25rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#be1519;background-image:none;top:44.998958587646rem;left:40.578125rem;box-shadow: none;display:block; }
#Q7f89f0ad13183e502946b0693650038 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.498049736023rem;left:42.686634063721rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vb0908214c3ca0efeec0f5ffaf28f391 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.017796516419rem;left:42.686634063721rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q01a5d84dd5188a23a4f00fa99a7d7a4 { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:11.025rem;font-style:normal;display:block; }
#ed5334f827343053048c4a4428c0bd9e { color:#ffffff;display:block;width:7.374125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:53.455950736999rem;left:62.498920440674rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d6fb3fc56cc4928e52d30813cce5fa13 { 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:21.875rem;width:21.875rem;top:69.5rem;left:3.125rem;overflow:hidden;display:block; }
#a8684ee79b66781dd039889de56a98e3 { 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.5rem;width:2.6875rem;top:10.061458587646rem;left:52.327087402344rem;overflow:hidden;display:block; }
#n549d57e52c13a1e19b24585e65e2bbe { 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:21.875rem;width:21.875rem;top:69.5rem;left:26.5625rem;overflow:hidden;display:block; }
#ve1b61c00e77079c3f3ff22773c2ecf8 { 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:21.875rem;width:21.875rem;top:69.5rem;left:49.9375rem;overflow:hidden;display:block; }
#VJrmkbIWzSHfV5X8eonymTWDTUEr0JWX { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:59.3125rem;left:45.3125rem;overflow:hidden;display:block; }
#kkhZD1AiNeakUn6cVKv2Lro8ThfRduBt { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:59.0625rem;left:42.6875rem;display:block; }
#qEEGO4IWFDy3X82vLJgUUTVMtqdkDeFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPvcV5Ikit6XciEtRt3ciMMB1OnDDhiw { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:62rem;left:45.3125rem;overflow:hidden;display:block; }
#uEc1bNCy0onhVUepGszyeM7444CWdf4c { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:61.75rem;left:42.6875rem;display:block; }
#UUmlATMfAJ6Gck6cZz5d4Eix8bw4C1U2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBc19KWTgGilGFHBWG4DgD4qTNdiI8rS { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:61.75rem;left:48.625rem;height:1.8375rem;font-style:normal;display:block; }
#Tpg3TpZTgWUTunLGv0UIlKnWM4o6hXI1 { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:59.125rem;left:48.625rem;height:1.8375rem;font-style:normal;display:block; }
#pzHmc9WDEzM1RkBQW1CI19mtTzoJ9B3J { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:64.375rem;left:48.625rem;height:1.8375rem;font-style:normal;display:block; }
#WoF14IZeR9DWZ47J9sgRsdqNgDuZzPPw { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:64.5625rem;left:45.3125rem;overflow:hidden;display:block; }
#GizwZ0N4UQdkrxF1uhfGoMIy1mQvtfAS { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:64.3125rem;left:42.6875rem;display:block; }
#fdZhx18MXsbRNk8tVHpohaBqDiNkICLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 { position:relative;display:block; }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 { background-color: transparent; background-image: none; }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .row .container > .video-iframe-container { display: none; }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .row > .video-iframe-container { display: none; }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .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); }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 { border-width: 0; border-radius: 0; }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .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; }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#bOGkzQqU07aqcluN3IqO9z42ycC3vsRH { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#xvQnU4ThDGn3IfbHKDbXHrZi79rwG4Ho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX { position:relative;display:block; }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX { background-color: transparent; background-image: none; }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .row .container > .video-iframe-container { display: none; }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .row > .video-iframe-container { display: none; }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .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); }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX { border-width: 0; border-radius: 0; }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .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; }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:108.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cd70b9e6ea8108994f428ec6ad55264c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#i39da98176eadb441e81cc82262d0ab1 { box-sizing:content-box;height:11.25rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#be1519;background-image:none;top:45.000001907349rem;left:40.694446563721rem;box-shadow: none;display:block; }
#bfc81697e8fe3607103975a48145b7db { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.498049736023rem;left:42.686634063721rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hc19a3d6976d0c653cd6ef45ae9b37f1 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.017796516419rem;left:42.686634063721rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q33e634c7a6342debc2dbf9aa1b6550c { color:#000000;display:block;width:34.875rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:9.1875rem;font-style:normal;display:block; }
#Sff8e2aff9d6a5332171aa90295d4a03 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:19.125rem;top:36.034374237061rem;left:54.998962402344rem;overflow:hidden;display:block; }
#kc94eb52328b92e3e013bd4b747988db { color:#ffffff;display:block;width:7.374125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:53.455950736999rem;left:62.498920440674rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g30ec72f28d01c2f49e5e77d84f332ae { color:#000000;display:block;width:33rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:58.515625rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#tbb6598d03502985aad95fe8f8455ad7 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:61.620849609375rem;left:3.125rem;height:6.925rem;font-style:normal;display:block; }#tbb6598d03502985aad95fe8f8455ad7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tbb6598d03502985aad95fe8f8455ad7 li:before{  }
#q676cf5a54297b5669e6b50036ae693a { 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:31.25rem;width:31.25rem;top:56.875rem;left:40.757293701172rem;overflow:hidden;display:block; }
#be78db5a9621bef179e2773e8be6b7db { 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:21.375rem;width:15.875rem;top:81.46875rem;left:3.125rem;overflow:hidden;display:block; }
#d662be6038de7f29fa1577af5c70a344 { 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.5rem;width:2.6875rem;top:14.9375rem;left:40.694793701172rem;overflow:hidden;display:block; }
#I2e2450d0ca2675fccbac1184f317fa1 { 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:10.375rem;width:12.5rem;top:92.40625rem;left:33.1875rem;overflow:hidden;display:block; }
#yc70d7fa97c8c6d27b45cd7a4df0a00b { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:12.5rem;top:92.40625rem;left:59.507293701172rem;overflow:hidden;display:block; }
#U70c5bda7cc9684a4584877eab1997c2 { 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:10.375rem;width:12.5rem;top:92.40625rem;left:19.875rem;overflow:hidden;display:block; }
#Ga6cd58248b8187d1a816dbd52f1eabf { 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:10.1875rem;width:12.25rem;top:92.5rem;left:46.467712402344rem;overflow:hidden;display:block; }
#c346f2e868e28c585a7fca9141c426ea { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:88.137496948244rem;left:20.375rem;height:3.675rem;font-style:normal;display:block; }
#sNMW2nKOyx9DIDIJs1GzUDtqZxVbH8uw { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:75rem;left:7.5625rem;overflow:hidden;display:block; }
#O3d0lvG8wpmoEiQ5T7ibiCL5HE2Sg1RR { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:74.75rem;left:4.9375rem;display:block; }
#dvMruLcJTuA1V8rRU4zx5LUOzhCgPe8E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQJ1vr3B1mR5idJBLE8qr08uMUZGVE4I { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:77.5625rem;left:7.5625rem;overflow:hidden;display:block; }
#p3SewlJwC6WoWn6FAI3yp5vc3bfCHTsG { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:77.3125rem;left:4.9375rem;display:block; }
#DwaiRi7JT11eBWg9Taq2N5RXrzmKq6Js { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aIDS6Xr37wPLHTMiezxyygtqUq3c9rI9 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:72.3125rem;left:7.5625rem;overflow:hidden;display:block; }
#CzWNw0IQdHCPL6Ts54Fv0r9fifbIzMgo { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:72.0625rem;left:4.9375rem;display:block; }
#LgZQ2JvFQD7rNmlddZDw6ptdk5wskUIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBnr42qrh8MKE4ul2DmOq3hZXAdcbZg3 { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15082;line-height:1.4;letter-spacing:0;top:74.75rem;left:10.875rem;height:1.8375rem;font-style:normal;display:block; }
#dxbCQaUcd9k0apKQipnDJTNKtXXrTSZp { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15081;line-height:1.4;letter-spacing:0;top:72.125rem;left:10.875rem;height:1.8375rem;font-style:normal;display:block; }
#iMM25SvH4RPzSHcBT6rqA3cNLpStiAGv { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15083;line-height:1.4;letter-spacing:0;top:77.375rem;left:10.875rem;height:1.8375rem;font-style:normal;display:block; }
#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP { position:relative;display:block; }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP { background-color: transparent; background-image: none; }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .row .container > .video-iframe-container { display: none; }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .row > .video-iframe-container { display: none; }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .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); }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP { border-width: 0; border-radius: 0; }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .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; }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#VZO3A3LpGwoEnz5e2Xd2nzauqcofAozf { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#L85OM37XqpWeQLCCfJyKRIMnJDKO01n5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA { position:relative;display:block; }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA { background-color: transparent; background-image: none; }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .row .container > .video-iframe-container { display: none; }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .row > .video-iframe-container { display: none; }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .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); }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA { border-width: 0; border-radius: 0; }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .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; }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:104.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; }#y717e39d7af4757b8eedf1d312c4d836 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#f4857c3d9076cfaf0af341e214b2c9e8 { box-sizing:content-box;height:11.25rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#be1519;background-image:none;top:45.000001907349rem;left:40.694446563721rem;box-shadow: none;display:block; }
#N066c98749dbc4a9d9a403ced1402d84 { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.498050689698rem;left:42.686634063721rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3e4d41d1b233bb951be54f3eda9bc7e { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.017796516419rem;left:42.686634063721rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p384d6ca40523039a2efc61d133e7c1f { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998915672303rem;left:3.1250019073486rem;height:11.025rem;font-style:normal;display:block; }
#E5c4928a1a896ab405a5966ef395a37c { color:#ffffff;display:block;width:7.374125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:53.455950736999rem;left:62.498920440674rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mbf43b43549229e19575e72839e3bf36 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:59.0625rem;left:3.1875rem;height:3.675rem;font-style:normal;display:block; }
#c2bac14d4a1e8f417ffad30b754f24f7 { color:#000000;display:block;width:32rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:63.202087402344rem;left:3.125rem;height:7.2375rem;font-style:normal;display:block; }#c2bac14d4a1e8f417ffad30b754f24f7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c2bac14d4a1e8f417ffad30b754f24f7 li:before{  }
#fcaf6bdbe36f4e46e6a5bcd0671bc216 { 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:17.875rem;width:16.375rem;top:83.0625rem;left:20.5625rem;overflow:hidden;display:block; }
#L543dde15011a49acc070bb9c48e3ea1 { 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:17.875rem;width:16.4375rem;top:83.0625rem;left:3.125rem;overflow:hidden;display:block; }
#vd4a3097b25b6c781180a434214b8507 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:31.25rem;top:64.125rem;left:40.694793701172rem;overflow:hidden;display:block; }
#fcd86b0ca935eba171208674c24e9025 { 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.5rem;width:2.6875rem;top:15.560417175293rem;left:55.811462402344rem;overflow:hidden;display:block; }
#CL8lSmH9KdWE8TfCvuBcfg6blKZ0pFmd { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:76.75rem;left:8.5625rem;overflow:hidden;display:block; }
#ybJQQgnrvoAzyg4NgwFexWTiwQhxXVUz { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:76.5rem;left:5.9375rem;display:block; }
#gmQRTi3DdawkMxmwT8lkZtOonO0VVsBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8GMEMCKBKqDkDET9Ne7PfCIQttTJAlg { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:74.0625rem;left:8.5625rem;overflow:hidden;display:block; }
#oJpJ0dhfFgTk9TKacTQbNDvbViHWOz9r { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:73.8125rem;left:5.9375rem;display:block; }
#EgmTagzHbaku9XWkq9g6teF2GgwKC0gB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqOVTicd92LfSSxyBalhMqH1hZr5aJci { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:76.5rem;left:11.875rem;height:1.8375rem;font-style:normal;display:block; }
#dD994apB8FutTr6PqVP5wIsSMrPq47zU { color:#000000;display:block;width:7.375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15090;line-height:1.4;letter-spacing:0;top:73.875rem;left:11.875rem;height:1.8375rem;font-style:normal;display:block; }
#qHg0zicI5PqHvlm2fmnGrl7uqBonCqEU { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:79.3125rem;left:8.5625rem;overflow:hidden;display:block; }
#GIt37J0m8R8NM2iFhnuVXSo7wCXlrUrH { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:79.0625rem;left:5.9375rem;display:block; }
#D8LnAnb1A183DcTN8Vy2Ir8CghHQDT3J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvFMT2TV3DPnD5oPOr4XLGQk4GVaebVS { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:79.125rem;left:11.875rem;height:1.8375rem;font-style:normal;display:block; }
#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl { position:relative;display:block; }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl { background-color: transparent; background-image: none; }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .row .container > .video-iframe-container { display: none; }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .row > .video-iframe-container { display: none; }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .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); }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl { border-width: 0; border-radius: 0; }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .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; }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#IqB8cTO3yV1syqBRNSlRvkVuTEVDyRRX { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#hybFGQwVOIL2Xksa4ImZIhmJLycv0csb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H { position:relative;display:block; }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H { background-color: transparent; background-image: none; }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .row .container > .video-iframe-container { display: none; }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .row > .video-iframe-container { display: none; }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .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); }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H { border-width: 0; border-radius: 0; }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .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; }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:106.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; }#ead08634ce58f3286131510ac7cdcc6d { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:68.4375rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#l42807cafb666c5fdbda85d959429d21 { box-sizing:content-box;height:11.25rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#be1519;background-image:none;top:45.000001907349rem;left:40.694446563721rem;box-shadow: none;display:block; }
#A8ae303614e2090c04301b8ab38f256b { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.498050689698rem;left:42.686634063721rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J98d6eb2ac4ac355b1be42e8d7e942b2 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.017796516419rem;left:42.686634063721rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sb153088637065687b50b160f292cfeb { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:9.1875rem;font-style:normal;display:block; }
#c362e6762e5ee0dd1e98d8a0dd75473e { color:#ffffff;display:block;width:7.374125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:53.455950736999rem;left:62.498920440674rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1af16fc23734a1bcf67ecd744e24e21 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:57.8125rem;left:3.1875rem;height:1.8375rem;font-style:normal;display:block; }
#V123592777b9be269c565de269ad48a3 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:60.014587402344rem;left:3.125rem;height:8.8125rem;font-style:normal;display:block; }#V123592777b9be269c565de269ad48a3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V123592777b9be269c565de269ad48a3 li:before{  }
#a67ab042c77a7a7b857709bb8b28a8bf { 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.5rem;width:2.6875rem;top:12.373958587646rem;left:54.820831298828rem;overflow:hidden;display:block; }
#D5d84793d541edae8a06404ad5104ab6 { 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:40.75rem;width:31.25rem;top:61.25rem;left:40.694793701172rem;overflow:hidden;display:block; }
#v096fd63d1f9ea9a36f06261e7557fc0 { 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:22.3125rem;width:33.75rem;top:79.75rem;left:3.125rem;overflow:hidden;display:block; }
#c1PEKLq7f5wqEwVwWacLCX5xRbSkOoPX { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:70.375rem;left:6.625rem;display:block; }
#hDWXXOruMirHpJPFBlmfe1Tp0k09qBoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpZKt7huiW0c7Ip550JgcN6I1T5Zc6kk { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:73.0625rem;left:6.625rem;display:block; }
#Hb4bzVmRm97pTJid8Nhg2U4yAEpTZHlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKvTOHi8WWHELeZHJXTAS3UKtf4r4nk7 { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:70.625rem;left:9.25rem;overflow:hidden;display:block; }
#a7tZGrCokWDmSJ4u9x6Ebbu73um5OI8R { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:73.3125rem;left:9.25rem;overflow:hidden;display:block; }
#JbTEZCoSRUyGX8fXfTqb9tFCMrOt5eNv { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15100;line-height:1.4;letter-spacing:0;top:73.0625rem;left:12.5625rem;height:1.8375rem;font-style:normal;display:block; }
#RzAqek5MdL0naF4NIO8MyNWoZ1aUZRZZ { color:#000000;display:block;width:7.375rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15099;line-height:1.4;letter-spacing:0;top:70.4375rem;left:12.5625rem;height:1.8375rem;font-style:normal;display:block; }
#Ixt7vKER4C0vZHHNzbi9Nld2692LxPZn { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:75.875rem;left:9.25rem;overflow:hidden;display:block; }
#moyc73DnRfeOfEaNSxBNK8h0aL8igsry { background-color:#be1519;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:75.625rem;left:6.625rem;display:block; }
#JSIcDLd1QEQRcec5ZZCxsFO41vqPSwua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w4i9GiemkaFJgbIFsL3qVssMdGR6oRtP { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"universe lt std";font-size:1.3125rem;font-weight:400;z-index:15101;line-height:1.4;letter-spacing:0;top:75.6875rem;left:12.5625rem;height:1.8375rem;font-style:normal;display:block; }
#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { position:relative;display:block; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { background-color: transparent; background-image: none; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container > .video-iframe-container { display: none; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row > .video-iframe-container { display: none; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .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); }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { border-width: 0; border-radius: 0; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .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; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#KtUMv48O4Vxm19yoiHAfllI5hItrtAM0 { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#O6Mm9k9EhwnZm7rJHIBW9wqdBEN1H4OO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 { position:relative;display:block; }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 { background-color: transparent; background-image: none; }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .row .container > .video-iframe-container { display: none; }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .row > .video-iframe-container { display: none; }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .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); }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 { border-width: 0; border-radius: 0; }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .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; }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#be1519;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#c0014cee5375ae7b6aaca5a7053bee25 { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:7.25rem;left:6.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ref3feebff34fb316329828a8f1d14e5 { box-sizing:content-box;height:27.75rem;width:4.875rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:5.3125rem;left:0rem;box-shadow: none;display:block; }
#Ld9cf49a5032e986dc9c2fda8e4d9279 { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.3734798431396rem;left:3.1250019073486rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeff2118e91ec902b13c28fb59888caa { 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:27rem;width:30.1875rem;top:5.625rem;left:44.624568939209rem;overflow:hidden;display:block; }
#Bb7561bb240f21d964f9867c902792a5 { 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:1.875rem;width:1.875rem;top:7.625rem;left:1.4375rem;overflow:hidden;display:block; }
#K24f85b84955e15c4232e6cbffd7ea0a { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:10.75rem;left:6.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W465945ca9ff053894730271ebc623cd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.125rem;left:1.5rem;overflow:hidden;display:block; }
#Zeedf35390438d6461d192c57378bb67 { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:14.337524414062rem;left:6.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d50ba4af01c47b6fb7e51185ac6409fb { 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:1.875rem;width:1.875rem;top:14.625rem;left:1.5rem;overflow:hidden;display:block; }
#ae8344b4d027a86b33a14dc035e1ad41 { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:18.125rem;left:6.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qd823ecbcbb407835940043044ebbfcd { 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.875rem;width:1.875rem;top:18.4375rem;left:1.5rem;overflow:hidden;display:block; }
#X7fc1ba2723d9d105b400066a2633631 { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:21.8125rem;left:6.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2cf3a003aae4413e5576b5a77506cd0 { 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:1.875rem;width:1.875rem;top:22.0625rem;left:1.5rem;overflow:hidden;display:block; }
#Te84399f1bd6f1f955216accb005196f { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:29rem;left:6.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1e9bd82be8938186c9275c2c9c2b431 { 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:1.875rem;width:1.875rem;top:29.4375rem;left:1.5rem;overflow:hidden;display:block; }
#b844533a2287a24abc72cae6a93ee43b { 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.875rem;width:1.875rem;top:25.8125rem;left:1.5rem;overflow:hidden;display:block; }
#T2b166f6760c893673b6b3e183d46fee { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:25.5625rem;left:6.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hb43aaa4b48e07a0df3f2f9f4e053f6e { box-sizing:content-box;height:5.625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:0rem;box-shadow: none;display:block; }
#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { position:relative;display:block; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { background-color: transparent; background-image: none; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container > .video-iframe-container { display: none; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row > .video-iframe-container { display: none; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .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); }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { border-width: 0; border-radius: 0; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .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; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#ZBuwePmFI0Xi8WdtR7MkQFekebUexVRf { background-color:#be1519;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#x0twqcf6ciRLO3rAqqDlBLcHgVNtihSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { position:relative;display:block; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { background-color: transparent; background-image: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container > .video-iframe-container { display: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row > .video-iframe-container { display: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { border-width: 0; border-radius: 0; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .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; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:19.9375rem;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; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.adaptive-delivery-prevent-bg, #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.lazyload, #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.lazyloading { background-image: none; }#Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"universe lt std";font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:14.578125rem;left:8.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:4.5rem;left:32.4375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:26.25rem;top:2.3125rem;left:3.5625rem;overflow:hidden;display:block; }
#klh0OXCQIDIdCggdIZgSfb16lDZxy0Qn { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:4.5rem;left:42.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZG0rZZI2V958MkldNMbNFqKfWDawcuBM { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:4.5rem;left:51.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wSHG8AgeyVap72bNhhyzBpDUVsdDPl8O { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:12.0625rem;left:32.4375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zRMlZhLO2h4oECeeKGoFRy63QFQR0Myq { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:12.0625rem;left:42.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EAJwI8RCoIPkBqn9wcwIhqvVBcysEBya { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:12.0625rem;left:51.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#htvd2DUalxlGdzPXfpilJmTI0hBI6q0T { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:4.5rem;left:61.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RIf6gwh8eQn49b0gu9St3tUDethobCyy { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:12.0625rem;left:61.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a62fef9bdb12b0071e60948f646279b3.widget-smartsection { position:relative;display:block; } #a62fef9bdb12b0071e60948f646279b3.widget-smartsection *:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="text"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="email"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="tel"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection textarea:focus-visible { outline: none; } #MWoP41IIvcgOre2lJA6uKmpM89Mhp32W { background-color: transparent; background-image: none; }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .row .container > .video-iframe-container { display: none; }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .row > .video-iframe-container { display: none; }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .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); }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W { border-width: 0; border-radius: 0; }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .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; }#MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { position:relative;display:block; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { background-color: transparent; background-image: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container > .video-iframe-container { display: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row > .video-iframe-container { display: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { border-width: 0; border-radius: 0; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .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; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.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; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container.adaptive-delivery-prevent-bg, #LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container.lazyload, #LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container.lazyloading { background-image: none; }#rJIkr3O3iaQsiur78Fee5harAVnAT5rK { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"universe lt std";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:1.53125rem;left:24.8125rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMTAhkDzBPRCOO6HLdb9Vyg2TkTOB8C2 { width:11.5625rem;height:3.4375rem;top:1.375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJZTeQtsDKTT618WaTkF60X6Hf0LCImT { display:block; }
 }@media only screen and (max-width: 763px) { #pPn6ru6CmDt2R9WkEXT6WQgCmM13mtaN { top:0rem;left:0rem;width:13.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { display:block; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK { display:block; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6cd8c0429c4dc85d292bb0c26f3f2be { top:2.9375rem;left:13.625rem;width:33.6875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc19038b6d72067557f7774584aabcd2 { top:40.3125rem;left:21.375rem;width:26.25rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwGU9f2fSPxqaAg1egPAhswINaXdftW1 { top:54.6875rem;left:0rem;width:38.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvAL1K7yV3V1RsxwKvN0EJed1o8BCB8S { top:54.25rem;left:0rem;width:47.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFe7QaGo7nZylAz3xBUSaTqWZaiJAPJb { top:3.375rem;left:0rem;width:14.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg { display:block; }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9622a9c103cc2dbbe543f4b49520e37 { top:3.125rem;left:0rem;width:45rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncd2e11a22696bf23dfe59991b9f4176 { top:11.875rem;left:0rem;width:45rem;height:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q432e6416d53238feb162cfea24b1105 { top:3.125rem;left:27.75rem;width:20rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cea274c76375dc282a21f154d29e9d { top:37.3125rem;left:27.5625rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9tw3GncyzTSbLXDeQpUa4t5WUvCViPL { top:35.875rem;left:0rem;width:31.375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWvxEZ2htTAlrFbmLlzNaNbJVDFCKrIT { top:44.1875rem;left:0rem;width:43.9375rem;height:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm { display:block; }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F568d4735984c756a3add1b6cbde54ae { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbabefca4fddac0d6c1f6a00eefa541a { top:44.9375rem;left:0rem;width:32.875rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eca400fd9a35e05b43cd43dca95d639c { top:39.5rem;left:23.625rem;width:24.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad0980bfb005bf8972a36e59beb36046 { top:59.9375rem;left:20.9375rem;width:26.8125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1d8799400268c7ca651ff4db14b54f6 { top:73.875rem;left:0rem;width:34.25rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff7815733b35f3c0d068b46139cb2188 { top:65.375rem;left:0rem;width:34.125rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99a52812ab327c277ea6444c32307e4 { top:7.5625rem;left:44.139587402344rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh3EGzVNueMH80yBACibFpe62gVNKvaz { top:56.375rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmAPQCN7LJP24HFW3HpyxQ1pXhndCN5z { top:56.625rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBPuJBDZ4yf0i9X8V0UTPTZDyqnGUog { top:59rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS4myDA0SPcl2677lTy2ApLnfWbWCEQA { top:59.1875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIM5zB7OUw7gUZdU0kezs6TVETAuWuB { width:2rem;height:2rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzaFOzxzNJoi6iwIW60M7REWO1sEzQE { display:block; }
 }@media only screen and (max-width: 763px) { #lQCfsybymvp6W8OIz1w7DTZ64HkvT3QK { width:2rem;height:2rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgMibB7fdCl8sEgyJmS7wr0Wx7lIzfzI { display:block; }
 }@media only screen and (max-width: 763px) { #vfrlUI81kyliUNLnuI0OJUeI7wwI3JGh { top:61.625rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLcgcSdi9FgafizSXo0RUJlwTUXm332o { top:61.8125rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE7yO3B8S8c9tV6HDKSSHyJqtBn19wpB { width:2rem;height:2rem;top:61.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJqpoC6eHK7MX2NUy8CmRFSLcrDVmrHu { display:block; }
 }@media only screen and (max-width: 763px) { #rTtrrNcMRetczdlgU8EsVheOXqqhg8Am { display:block; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3ef7b32e8bf4669f4e407660ac3a1d7 { top:2.625rem;left:7.75rem;width:32.25rem;height:11rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #df54e7f3eab17e5e40eb4f45505dc175 { top:17rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfcf3a3c7125b102b1312659fa48ec7e { top:17rem;left:12.625003814698rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7792ffd28f3feee9d2b741215a41c9c { top:17rem;left:25.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #df3de3e5202f940d80360dd85a0f29ea { top:21.25rem;left:0rem;width:20.5625rem;height:6.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2f6052202f9b4b7cc8b3e310d878311 { top:19.625rem;left:13.5rem;width:20.75rem;height:9.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd52bce1b6120a874f28df4b5c926bb1 { top:21.25rem;left:26.5rem;width:21.25rem;height:6.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riv924gsr5QRpcuwqJ3UGGDfgtfZM52z { display:block; }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWym32Z3orRTnCfSn77kATTL4qoomnl9 { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiWOshEpKeTaHt6F9sJmJ21bbznqvW3V { display:block; }
 }@media only screen and (max-width: 763px) { #C7i8KdugsgN879T7xkumaogvvH0T5cS2 { display:block; }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d04ff49cde91bce44c23efa0d7ba6742 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #U09f5b6d5a7a0824778b27f71b0b3505 { top:45rem;left:16.5rem;width:31.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcf5c5fd72099d9e996abff8c5d51353 { top:47.9375rem;left:29.061462402344rem;width:13.875rem;height:4.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44796e69e98a09bd74474f6ed499306 { top:46rem;left:29.061462402344rem;width:14.4375rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R59b03b06fa0087f91f13822925ced8d { top:44.9375rem;left:0rem;width:33.75rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed1089c9dee50f1d756211fbb4a1384a { top:50.8125rem;left:40.4375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7de310e18a938f35546ee0525dd57a2 { top:55.625rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6800e231f49216013af829683edf863 { top:80.0625rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v41878c53cf76edffde93da55adc6a33 { top:57.1875rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K17aecd016729abe79450da966d02b82 { top:59.625rem;left:0rem;width:33.75rem;height:;font-size:1rem;display:block; }#K17aecd016729abe79450da966d02b82 li:before{  }
 }@media only screen and (max-width: 763px) { #Bca9561f24e46ae3eb1e68b813aa2e84 { top:80.0625rem;left:10.685417175293rem;width:13.3125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0461aa97443499b411d02cd58da9f0 { top:8.1875rem;left:6.5479164123538rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTKH6fXrXaJWIcZ7d4ce3AtbvFTOq65 { top:70.5rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1AiQmhRi2RwudpP0ev8ST9qQuS1hRf { width:2rem;height:2.0625rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtraaBa9LrdouxRKzrhFaZLNQbl5xbZW { display:block; }
 }@media only screen and (max-width: 763px) { #lvAUDyKTTqQlBKXhD0upDI9FEKqyCLiK { top:72.9375rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANnPWE4PKd7vv1pZH8zHfNFZ7ZfivLZ { top:70.3125rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ4PkTTrDB72tVB744tcLTqg96kso9G0 { top:73.1875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRm2nArAxsgtyH73anfmKUomqrzinoSc { width:2rem;height:2rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaPEDnd0gE1V0e3hxl8BNFkOUM4QRgqF { display:block; }
 }@media only screen and (max-width: 763px) { #vC6X4g6q2kScwTt2pCBsBh3OnT4NvMNo { top:75.5625rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twzbymy0kELh3UsIzArq9OoslfGwFOMc { top:75.75rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4hScRxZ9ULUc7K23Slt1KmpvHU1kHV { width:2rem;height:2rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmar8P4NI4TU6aJifPMyZJyhkE7ryuo4 { display:block; }
 }@media only screen and (max-width: 763px) { #sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF { display:block; }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDGpelRCr7D1cNohoqf90NPg2kNKdE3E { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZfqpwIfODqwQ3skLtbe96gJTGZtiTTT { display:block; }
 }@media only screen and (max-width: 763px) { #PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd { display:block; }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8dbd75a112e3b535e5015ba6183d202 { top:11.3125rem;left:16.5rem;width:31.25rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b15feb16f0ab5e00a391cc03f9bcb640 { top:7.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ee4fe4999797ba3d160395a588ac12 { top:28.75rem;left:0rem;width:23.8125rem;height:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2c775884b6240105d2b0f4edb6973cc { top:94.0625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8acc855d3e58a33ab8bb41bb1df955 { top:96.375rem;left:0rem;width:23.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ef1e7760368bb00847b6530b3ddc5a { top:56.125rem;left:0rem;width:26.25rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1e7cdbf2cd3c558892f8b9752e1c73e { top:74.4375rem;left:0rem;width:26.25rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2e2f8e01f6195638947f4bd7054d4b4 { top:56.125rem;left:16.673957824707rem;width:23.375rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d150e15a88f3e468b91a902999c0d19d { top:56.125rem;left:25.1875rem;width:16.6875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e356e1b57815985c2a6fe4e3b58836 { top:95.5625rem;left:10.625rem;width:37.125rem;height:9.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8f22f886d44f06959bee78816984527 { top:37.9375rem;left:14.390625rem;width:23.125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7a6567a3be7980c7d79b3c2a7ca8812 { top:1.5rem;left:16.03125rem;width:15.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip7rJ7BodSzPedpou0KThu2f1OorbrX0 { top:12.8125rem;left:0rem;width:22.25rem;height:10.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxpAilXMApaFCTibmiVQr9uuzHZoQp7u { top:11.25rem;left:0rem;width:33.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhFyqPfQIKOvdcRdTDWU5Ii8F57PotU { top:68.3125rem;left:31.25rem;width:16.5rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkHo4us46cS7dtSSyQIcNy3vZ1DUeWx1 { top:71.25rem;left:26.353126525879rem;width:2.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHWOCHikmtIeRFhJZAvqFHIAaz9QS2Vx { top:78.4375rem;left:0rem;width:2.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S { display:block; }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bvm1x4afsTQ7ayrG8gnNhCDixv0v7mCL { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6pOptn8EfX1HHwzADPMeeLFTSTcZWI { display:block; }
 }@media only screen and (max-width: 763px) { #OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB { display:block; }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3ac46e3f2e0ace18c26fe17c375d0b6 { top:17.1875rem;left:0rem;width:30.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd288fff83aacfba15898e4958927d64 { top:17.125rem;left:17.625rem;width:30.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0e3e9335fc5aaf8b6365e3e801f4c1e { top:38.375rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfe8f92889bf89e98d263db7b988778a { top:59.625rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #a305b1c6db190b93f63d4e3021eabc83 { top:5.5rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0fe21513bcd2b605fd9801589fabf5 { top:1.875rem;left:1.25rem;width:45rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51b848ce22ca19bf1d49ad255b9d7b7 { top:39.4375rem;left:10.9375rem;width:36.8125rem;height:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdc85fc0b06b04c53cf05dbe492e6a7d { top:60.5625rem;left:26.5rem;width:21.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8LBgsbVchshQAN9R7Mz2Sarsk1EgSVf { top:70.5rem;left:14.59375rem;width:14.5rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJll9dq3vehty2czrXQ6kOltMtBXcPPU { display:block; }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZqQFNPv5Juf6W0SMcH3k41ZaWTvISwS { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgX0Bb2QvhrrWVnqNdUGK1bUvlXMfbmp { display:block; }
 }@media only screen and (max-width: 763px) { #T40gc78ohPpnZgRJUT19MMNLNebyzyZc { display:block; }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a81bbd5e910352009cd7596160562738 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff2b76ea70eab06aa19f7c1ec3a73ca5 { top:45rem;left:16.5rem;width:31.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka24131f2207759e5da24d5b08e56db1 { top:50.75rem;left:27.9375rem;width:19.8125rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7b757c443b941f6dac686e546dab103 { top:46rem;left:29.061462402344rem;width:12.25rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6bf3aafc2b76a233c0e80314b439b35 { top:44.9375rem;left:0rem;width:33.75rem;height:12.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2bb3570b0da0c25a80fba25314c6427 { top:35.5rem;left:28.625rem;width:19.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x793c7d8436ee7858a420824e6bf360d { top:53.4375rem;left:40.375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4965fac2ef3bbe306dc472919d3d63c { top:58.8125rem;left:0rem;width:34.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X56e268039f2d63a18209fa094561209 { top:61.75rem;left:0rem;width:32.9375rem;height:;font-size:1rem;display:block; }#X56e268039f2d63a18209fa094561209 li:before{  }
 }@media only screen and (max-width: 763px) { #qa792d3174a4fd44fa698735a20cfebc { top:62.4375rem;left:16.5rem;width:31.25rem;height:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6e28e24300ef27fbde6b19eaf3b527 { top:18.1875rem;left:3.3739585876465rem;width:2.6875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gca3d64ea2c3a3d4b6c1fb0ce44a5815 { top:81.375rem;left:0rem;width:33.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvUTdGglI0cTnwUulSgcNHKwiMvEyphT { top:73.1875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip4RpPFP3w58rGNeXTZb3uVDeckOJRKa { width:2rem;height:2.0625rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7PmOqLn8Qr5TqOqtEEiMaQF5BT6dKy { display:block; }
 }@media only screen and (max-width: 763px) { #u5abFKT5lFTaquzhApuO7w9ToimSTo4u { top:75.875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm7Elp3OdTIdZOXGF2RCWhTZ6TtF8PMG { width:2rem;height:2rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaVXlifJ0PAw8d469g0If60fw9dXN8Zc { display:block; }
 }@media only screen and (max-width: 763px) { #vgRKMTytWTdEmRtIIPA364FJPdXNkB7F { top:75.625rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3psO3sNp2C46JeoRE8fXm8UFU9nobbH { top:73rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnDsUqKQ70hHkRmbMeUpANyqMbhQvesi { top:78.25rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COg5J9S5zKkZZ7lOGe9olV1hlyqosQ1l { top:78.4375rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDU28ufr4WPRxygNMrGtfckL1DSEhCr0 { width:2rem;height:2rem;top:78.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAvrHww0SsCF3RoXNx34tBAn4JfSpyqI { display:block; }
 }@media only screen and (max-width: 763px) { #zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 { display:block; }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5Gvc3VtDAiqO5IipkfLU2qkJW6ZMEVQ { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMmaFobBN0rK0bUR4P2RMuRnNyoNxOU { display:block; }
 }@media only screen and (max-width: 763px) { #QlAOQp5iLwfdavb2seO33iWwqDUhCHkP { display:block; }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S383ca7b9c6a685c5badee4a1ec43297 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa2c24afad073d2f96b190b5c75ef360 { top:44.9375rem;left:16.5rem;width:31.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7f89f0ad13183e502946b0693650038 { top:50.4375rem;left:27.9375rem;width:19.8125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb0908214c3ca0efeec0f5ffaf28f391 { top:46rem;left:29.061462402344rem;width:12.25rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q01a5d84dd5188a23a4f00fa99a7d7a4 { top:44.9375rem;left:0rem;width:36.375rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5334f827343053048c4a4428c0bd9e { top:53.4375rem;left:40.375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6fb3fc56cc4928e52d30813cce5fa13 { top:69.5rem;left:0rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8684ee79b66781dd039889de56a98e3 { top:10rem;left:38.702087402344rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n549d57e52c13a1e19b24585e65e2bbe { top:69.5rem;left:12.9375rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve1b61c00e77079c3f3ff22773c2ecf8 { top:69.5rem;left:25.875rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJrmkbIWzSHfV5X8eonymTWDTUEr0JWX { top:59.3125rem;left:31.6875rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkhZD1AiNeakUn6cVKv2Lro8ThfRduBt { width:2rem;height:2.0625rem;top:59.0625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEGO4IWFDy3X82vLJgUUTVMtqdkDeFc { display:block; }
 }@media only screen and (max-width: 763px) { #LPvcV5Ikit6XciEtRt3ciMMB1OnDDhiw { top:62rem;left:31.6875rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEc1bNCy0onhVUepGszyeM7444CWdf4c { width:2rem;height:2rem;top:61.75rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUmlATMfAJ6Gck6cZz5d4Eix8bw4C1U2 { display:block; }
 }@media only screen and (max-width: 763px) { #HBc19KWTgGilGFHBWG4DgD4qTNdiI8rS { top:61.75rem;left:35rem;width:11.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpg3TpZTgWUTunLGv0UIlKnWM4o6hXI1 { top:59.125rem;left:35rem;width:11.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzHmc9WDEzM1RkBQW1CI19mtTzoJ9B3J { top:64.375rem;left:30.3125rem;width:17.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoF14IZeR9DWZ47J9sgRsdqNgDuZzPPw { top:64.5625rem;left:31.6875rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GizwZ0N4UQdkrxF1uhfGoMIy1mQvtfAS { width:2rem;height:2rem;top:64.3125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdZhx18MXsbRNk8tVHpohaBqDiNkICLK { display:block; }
 }@media only screen and (max-width: 763px) { #mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 { display:block; }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOGkzQqU07aqcluN3IqO9z42ycC3vsRH { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQnU4ThDGn3IfbHKDbXHrZi79rwG4Ho { display:block; }
 }@media only screen and (max-width: 763px) { #VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX { display:block; }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cd70b9e6ea8108994f428ec6ad55264c { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #i39da98176eadb441e81cc82262d0ab1 { top:45rem;left:16.5rem;width:31.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfc81697e8fe3607103975a48145b7db { top:50.4375rem;left:27.9375rem;width:19.8125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc19a3d6976d0c653cd6ef45ae9b37f1 { top:46rem;left:29.061462402344rem;width:12.25rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q33e634c7a6342debc2dbf9aa1b6550c { top:44.9375rem;left:0rem;width:34.875rem;height:12.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sff8e2aff9d6a5332171aa90295d4a03 { top:36rem;left:28.625rem;width:19.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc94eb52328b92e3e013bd4b747988db { top:53.4375rem;left:40.375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g30ec72f28d01c2f49e5e77d84f332ae { top:58.5rem;left:0rem;width:33rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbb6598d03502985aad95fe8f8455ad7 { top:61.5625rem;left:0rem;width:27.5625rem;height:6.9375rem;font-size:1rem;display:block; }#tbb6598d03502985aad95fe8f8455ad7 li:before{  }
 }@media only screen and (max-width: 763px) { #q676cf5a54297b5669e6b50036ae693a { top:56.875rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #be78db5a9621bef179e2773e8be6b7db { top:81.4375rem;left:0rem;width:15.875rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d662be6038de7f29fa1577af5c70a344 { top:14.9375rem;left:27.069793701172rem;width:2.6875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2e2450d0ca2675fccbac1184f317fa1 { top:92.375rem;left:19.5625rem;width:12.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc70d7fa97c8c6d27b45cd7a4df0a00b { top:92.375rem;left:35.25rem;width:12.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U70c5bda7cc9684a4584877eab1997c2 { top:92.375rem;left:6.25rem;width:12.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6cd58248b8187d1a816dbd52f1eabf { top:92.5rem;left:32.842712402344rem;width:12.25rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c346f2e868e28c585a7fca9141c426ea { top:88.125rem;left:6.75rem;width:11.9375rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNMW2nKOyx9DIDIJs1GzUDtqZxVbH8uw { top:75rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3d0lvG8wpmoEiQ5T7ibiCL5HE2Sg1RR { width:2rem;height:2rem;top:74.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvMruLcJTuA1V8rRU4zx5LUOzhCgPe8E { display:block; }
 }@media only screen and (max-width: 763px) { #KQJ1vr3B1mR5idJBLE8qr08uMUZGVE4I { top:77.5625rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3SewlJwC6WoWn6FAI3yp5vc3bfCHTsG { width:2rem;height:2rem;top:77.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwaiRi7JT11eBWg9Taq2N5RXrzmKq6Js { display:block; }
 }@media only screen and (max-width: 763px) { #aIDS6Xr37wPLHTMiezxyygtqUq3c9rI9 { top:72.3125rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWNw0IQdHCPL6Ts54Fv0r9fifbIzMgo { width:2rem;height:2.0625rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgZQ2JvFQD7rNmlddZDw6ptdk5wskUIw { display:block; }
 }@media only screen and (max-width: 763px) { #fBnr42qrh8MKE4ul2DmOq3hZXAdcbZg3 { top:74.75rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxbCQaUcd9k0apKQipnDJTNKtXXrTSZp { top:72.125rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMM25SvH4RPzSHcBT6rqA3cNLpStiAGv { top:77.375rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP { display:block; }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZO3A3LpGwoEnz5e2Xd2nzauqcofAozf { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #L85OM37XqpWeQLCCfJyKRIMnJDKO01n5 { display:block; }
 }@media only screen and (max-width: 763px) { #JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA { display:block; }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y717e39d7af4757b8eedf1d312c4d836 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4857c3d9076cfaf0af341e214b2c9e8 { top:45rem;left:16.5rem;width:31.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N066c98749dbc4a9d9a403ced1402d84 { top:50.4375rem;left:27rem;width:20.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3e4d41d1b233bb951be54f3eda9bc7e { top:46rem;left:29.061462402344rem;width:12.25rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p384d6ca40523039a2efc61d133e7c1f { top:44.9375rem;left:0rem;width:33.75rem;height:12.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5c4928a1a896ab405a5966ef395a37c { top:53.4375rem;left:40.375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbf43b43549229e19575e72839e3bf36 { top:59.0625rem;left:0rem;width:33.75rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2bac14d4a1e8f417ffad30b754f24f7 { top:63.1875rem;left:0rem;width:31.9375rem;height:;font-size:1rem;display:block; }#c2bac14d4a1e8f417ffad30b754f24f7 li:before{  }
 }@media only screen and (max-width: 763px) { #fcaf6bdbe36f4e46e6a5bcd0671bc216 { top:83.0625rem;left:6.9375rem;width:16.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L543dde15011a49acc070bb9c48e3ea1 { top:83.0625rem;left:0rem;width:16.4375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4a3097b25b6c781180a434214b8507 { top:64.125rem;left:16.5rem;width:31.25rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcd86b0ca935eba171208674c24e9025 { top:15.5rem;left:42.186462402344rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL8lSmH9KdWE8TfCvuBcfg6blKZ0pFmd { top:76.75rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybJQQgnrvoAzyg4NgwFexWTiwQhxXVUz { width:2rem;height:2rem;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmQRTi3DdawkMxmwT8lkZtOonO0VVsBe { display:block; }
 }@media only screen and (max-width: 763px) { #x8GMEMCKBKqDkDET9Ne7PfCIQttTJAlg { top:74.0625rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJpJ0dhfFgTk9TKacTQbNDvbViHWOz9r { width:2rem;height:2.0625rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgmTagzHbaku9XWkq9g6teF2GgwKC0gB { display:block; }
 }@media only screen and (max-width: 763px) { #kqOVTicd92LfSSxyBalhMqH1hZr5aJci { top:76.5rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD994apB8FutTr6PqVP5wIsSMrPq47zU { top:73.875rem;left:0rem;width:7.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHg0zicI5PqHvlm2fmnGrl7uqBonCqEU { top:79.3125rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIt37J0m8R8NM2iFhnuVXSo7wCXlrUrH { width:2rem;height:2rem;top:79.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8LnAnb1A183DcTN8Vy2Ir8CghHQDT3J { display:block; }
 }@media only screen and (max-width: 763px) { #uvFMT2TV3DPnD5oPOr4XLGQk4GVaebVS { top:79.125rem;left:0rem;width:8.875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl { display:block; }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqB8cTO3yV1syqBRNSlRvkVuTEVDyRRX { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #hybFGQwVOIL2Xksa4ImZIhmJLycv0csb { display:block; }
 }@media only screen and (max-width: 763px) { #e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H { display:block; }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ead08634ce58f3286131510ac7cdcc6d { top:3.125rem;left:0rem;width:47.75rem;height:27.777853881279rem;display:block; }
 }@media only screen and (max-width: 763px) { #l42807cafb666c5fdbda85d959429d21 { top:45rem;left:16.5rem;width:31.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ae303614e2090c04301b8ab38f256b { top:50.4375rem;left:26.4375rem;width:21.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J98d6eb2ac4ac355b1be42e8d7e942b2 { top:46rem;left:29.061462402344rem;width:12.25rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb153088637065687b50b160f292cfeb { top:44.9375rem;left:0rem;width:34.375rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c362e6762e5ee0dd1e98d8a0dd75473e { top:53.4375rem;left:40.375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1af16fc23734a1bcf67ecd744e24e21 { top:57.8125rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V123592777b9be269c565de269ad48a3 { top:60rem;left:0rem;width:33.75rem;height:;font-size:1rem;display:block; }#V123592777b9be269c565de269ad48a3 li:before{  }
 }@media only screen and (max-width: 763px) { #a67ab042c77a7a7b857709bb8b28a8bf { top:12.3125rem;left:41.195831298828rem;width:2.6875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5d84793d541edae8a06404ad5104ab6 { top:61.25rem;left:16.5rem;width:31.25rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v096fd63d1f9ea9a36f06261e7557fc0 { top:79.75rem;left:0rem;width:33.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PEKLq7f5wqEwVwWacLCX5xRbSkOoPX { width:2rem;height:2.0625rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDWXXOruMirHpJPFBlmfe1Tp0k09qBoE { display:block; }
 }@media only screen and (max-width: 763px) { #GpZKt7huiW0c7Ip550JgcN6I1T5Zc6kk { width:2rem;height:2rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4bzVmRm97pTJid8Nhg2U4yAEpTZHlw { display:block; }
 }@media only screen and (max-width: 763px) { #TKvTOHi8WWHELeZHJXTAS3UKtf4r4nk7 { top:70.625rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tZGrCokWDmSJ4u9x6Ebbu73um5OI8R { top:73.3125rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTEZCoSRUyGX8fXfTqb9tFCMrOt5eNv { top:73.0625rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzAqek5MdL0naF4NIO8MyNWoZ1aUZRZZ { top:70.4375rem;left:0rem;width:7.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixt7vKER4C0vZHHNzbi9Nld2692LxPZn { top:75.875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moyc73DnRfeOfEaNSxBNK8h0aL8igsry { width:2rem;height:2rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSIcDLd1QEQRcec5ZZCxsFO41vqPSwua { display:block; }
 }@media only screen and (max-width: 763px) { #w4i9GiemkaFJgbIFsL3qVssMdGR6oRtP { top:75.6875rem;left:0rem;width:17.875rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { display:block; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtUMv48O4Vxm19yoiHAfllI5hItrtAM0 { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Mm9k9EhwnZm7rJHIBW9wqdBEN1H4OO { display:block; }
 }@media only screen and (max-width: 763px) { #F6gBy24421MCVwk3J4gse9xaLAZJfxD9 { display:block; }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0014cee5375ae7b6aaca5a7053bee25 { top:7.25rem;left:0rem;width:45rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ref3feebff34fb316329828a8f1d14e5 { top:5.3125rem;left:0rem;width:4.875rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld9cf49a5032e986dc9c2fda8e4d9279 { top:1.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeff2118e91ec902b13c28fb59888caa { top:5.625rem;left:17.4375rem;width:30.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7561bb240f21d964f9867c902792a5 { top:7.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K24f85b84955e15c4232e6cbffd7ea0a { top:10.75rem;left:0rem;width:45rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W465945ca9ff053894730271ebc623cd { top:11.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeedf35390438d6461d192c57378bb67 { top:14.3125rem;left:0rem;width:45rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50ba4af01c47b6fb7e51185ac6409fb { top:14.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8344b4d027a86b33a14dc035e1ad41 { top:18.125rem;left:0rem;width:28.625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd823ecbcbb407835940043044ebbfcd { top:18.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7fc1ba2723d9d105b400066a2633631 { top:21.8125rem;left:0rem;width:45rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cf3a003aae4413e5576b5a77506cd0 { top:22.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te84399f1bd6f1f955216accb005196f { top:29rem;left:0rem;width:25.6875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1e9bd82be8938186c9275c2c9c2b431 { top:29.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b844533a2287a24abc72cae6a93ee43b { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2b166f6760c893673b6b3e183d46fee { top:25.5625rem;left:0rem;width:30rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb43aaa4b48e07a0df3f2f9f4e053f6e { top:0rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { display:block; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBuwePmFI0Xi8WdtR7MkQFekebUexVRf { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0twqcf6ciRLO3rAqqDlBLcHgVNtihSp { display:block; }
 }@media only screen and (max-width: 763px) { #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { display:block; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { top:14.5625rem;left:0rem;width:15.875rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { top:4.5rem;left:18.8125rem;width:8.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { top:2.3125rem;left:0rem;width:26.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klh0OXCQIDIdCggdIZgSfb16lDZxy0Qn { top:4.5rem;left:28.875rem;width:8.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG0rZZI2V958MkldNMbNFqKfWDawcuBM { top:4.5rem;left:38.125rem;width:8.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSHG8AgeyVap72bNhhyzBpDUVsdDPl8O { top:12.0625rem;left:18.8125rem;width:8.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRMlZhLO2h4oECeeKGoFRy63QFQR0Myq { top:12.0625rem;left:28.875rem;width:8.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAJwI8RCoIPkBqn9wcwIhqvVBcysEBya { top:12.0625rem;left:38.125rem;width:8.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htvd2DUalxlGdzPXfpilJmTI0hBI6q0T { top:4.5rem;left:39.125rem;width:8.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIf6gwh8eQn49b0gu9St3tUDethobCyy { top:12.0625rem;left:39.125rem;width:8.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a62fef9bdb12b0071e60948f646279b3.widget-smartsection { display:block; } #a62fef9bdb12b0071e60948f646279b3.widget-smartsection *:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="text"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="email"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="tel"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection textarea:focus-visible { outline: none; } #MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { display:block; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJIkr3O3iaQsiur78Fee5harAVnAT5rK { top:1.5rem;left:11.187286376953rem;width:25.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/add19bd5-8b4e-49c7-affb-acb0b476d635/SchuellerGlobal_LandingpageBilddaten_Background.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.7); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.7); }#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMTAhkDzBPRCOO6HLdb9Vyg2TkTOB8C2 { width:11.5625rem;height:3.4375rem;top:11.110416412354rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJZTeQtsDKTT618WaTkF60X6Hf0LCImT { display:block; }
 }@media only screen and (max-width: 763px) { #pPn6ru6CmDt2R9WkEXT6WQgCmM13mtaN { width:18.4375rem;height:8.5625rem;top:1.375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { display:none; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK { display:block; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK { background-color: transparent; background-image: none; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container > .video-iframe-container { display: none; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row > .video-iframe-container { display: none; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .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); }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK { border-width: 0; border-radius: 0; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container { width:20rem;height:55.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dee82c7e-155e-4720-b6f4-eff85760b223/20250711StarkeKuecheAktion0084.crop_2131x3658_2998,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container.adaptive-delivery-prevent-bg, #G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container.lazyload, #G3FFJDgqa9O5eHAsRXJ78yVpcPUr0OoK > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #S6cd8c0429c4dc85d292bb0c26f3f2be { width:19.875rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc19038b6d72067557f7774584aabcd2 { width:16.25rem;height:14.5rem;top:40.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwGU9f2fSPxqaAg1egPAhswINaXdftW1 { width:18.625rem;height:3.25rem;top:12.0625rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvAL1K7yV3V1RsxwKvN0EJed1o8BCB8S { width:20rem;height:4.75rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFe7QaGo7nZylAz3xBUSaTqWZaiJAPJb { width:14.4375rem;height:5.6875rem;top:48rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg { display:block; }#SkAxtsNyndKhHHuw1GwK7K2mnDlf7UXg > .row .container { width:20rem;height:96.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9622a9c103cc2dbbe543f4b49520e37 { width:18.75rem;height:2.03125rem;top:1.875rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncd2e11a22696bf23dfe59991b9f4176 { width:18.75rem;height:26.775rem;top:5.185417175293rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q432e6416d53238feb162cfea24b1105 { width:18.6875rem;height:30.1875rem;top:33.532291412354rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cea274c76375dc282a21f154d29e9d { width:13.875rem;height:4.75rem;top:66rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9tw3GncyzTSbLXDeQpUa4t5WUvCViPL { width:18.75rem;height:5.2rem;top:73.4375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWvxEZ2htTAlrFbmLlzNaNbJVDFCKrIT { width:18.75rem;height:14.175rem;top:80.324996948244rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm { display:block; }#T7FvqyUZd3gbUQTuAFc2fJkftcnV8NIm > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F568d4735984c756a3add1b6cbde54ae { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbabefca4fddac0d6c1f6a00eefa541a { width:18.75rem;height:11.025rem;top:13.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eca400fd9a35e05b43cd43dca95d639c { width:18.5rem;height:16.5rem;top:25.890625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad0980bfb005bf8972a36e59beb36046 { width:20rem;height:28.9375rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1d8799400268c7ca651ff4db14b54f6 { width:20rem;height:14.5rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff7815733b35f3c0d068b46139cb2188 { width:17.4375rem;height:7rem;top:70.265625rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99a52812ab327c277ea6444c32307e4 { width:2.25rem;height:1.25rem;top:1.7239570617676rem;left:15.015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh3EGzVNueMH80yBACibFpe62gVNKvaz { width:6.6875rem;height:1.8375rem;top:44.375rem;left:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmAPQCN7LJP24HFW3HpyxQ1pXhndCN5z { width:2.6875rem;height:1.5rem;top:44.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBPuJBDZ4yf0i9X8V0UTPTZDyqnGUog { width:6.9375rem;height:1.8375rem;top:46.9375rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS4myDA0SPcl2677lTy2ApLnfWbWCEQA { width:2.6875rem;height:1.5rem;top:47.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIM5zB7OUw7gUZdU0kezs6TVETAuWuB { width:2rem;height:2rem;top:44.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzaFOzxzNJoi6iwIW60M7REWO1sEzQE { display:block; }
 }@media only screen and (max-width: 763px) { #lQCfsybymvp6W8OIz1w7DTZ64HkvT3QK { width:2rem;height:2rem;top:46.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgMibB7fdCl8sEgyJmS7wr0Wx7lIzfzI { display:block; }
 }@media only screen and (max-width: 763px) { #vfrlUI81kyliUNLnuI0OJUeI7wwI3JGh { width:6.0625rem;height:1.8375rem;top:49.756248474121rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLcgcSdi9FgafizSXo0RUJlwTUXm332o { width:2.6875rem;height:1.5rem;top:49.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE7yO3B8S8c9tV6HDKSSHyJqtBn19wpB { width:2rem;height:2rem;top:49.625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJqpoC6eHK7MX2NUy8CmRFSLcrDVmrHu { display:block; }
 }@media only screen and (max-width: 763px) { #rTtrrNcMRetczdlgU8EsVheOXqqhg8Am { display:block; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am { background-color: transparent; background-image: none; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row .container > .video-iframe-container { display: none; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row > .video-iframe-container { display: none; }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .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); }#rTtrrNcMRetczdlgU8EsVheOXqqhg8Am > .row .container { width:20rem;height:45.9375rem;background-color:#212121;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3ef7b32e8bf4669f4e407660ac3a1d7 { width:15.1875rem;height:5.2rem;top:1.3114585876465rem;left:2.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #df54e7f3eab17e5e40eb4f45505dc175 { width:20rem;height:11.25rem;top:7.69687461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfcf3a3c7125b102b1312659fa48ec7e { width:20rem;height:11.25rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7792ffd28f3feee9d2b741215a41c9c { width:20rem;height:11.25rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #df3de3e5202f940d80360dd85a0f29ea { width:20rem;height:5.85rem;top:10.396873474121rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2f6052202f9b4b7cc8b3e310d878311 { width:20rem;height:8.775rem;top:20.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd52bce1b6120a874f28df4b5c926bb1 { width:20rem;height:5.85rem;top:34.137500762939rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riv924gsr5QRpcuwqJ3UGGDfgtfZM52z { display:block; }#riv924gsr5QRpcuwqJ3UGGDfgtfZM52z > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWym32Z3orRTnCfSn77kATTL4qoomnl9 { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiWOshEpKeTaHt6F9sJmJ21bbznqvW3V { display:block; }
 }@media only screen and (max-width: 763px) { #C7i8KdugsgN879T7xkumaogvvH0T5cS2 { display:block; }#C7i8KdugsgN879T7xkumaogvvH0T5cS2 > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d04ff49cde91bce44c23efa0d7ba6742 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U09f5b6d5a7a0824778b27f71b0b3505 { width:20rem;height:7.125rem;top:11.623916625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcf5c5fd72099d9e996abff8c5d51353 { width:10.686875rem;height:2.63854375rem;top:14.436416625976rem;left:1.2500000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c44796e69e98a09bd74474f6ed499306 { width:16.5625rem;height:1.54375rem;top:12.873962402344rem;left:1.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R59b03b06fa0087f91f13822925ced8d { width:18.75rem;height:9.45rem;top:19.999565124512rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed1089c9dee50f1d756211fbb4a1384a { width:7.561875rem;height:1.462675rem;top:15.624565124512rem;left:11.812066137791rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f7de310e18a938f35546ee0525dd57a2 { width:9.0625rem;height:9.0625rem;top:89.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6800e231f49216013af829683edf863 { width:9.0625rem;height:9.0625rem;top:89.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v41878c53cf76edffde93da55adc6a33 { width:18.75rem;height:3.15rem;top:32.936462402344rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K17aecd016729abe79450da966d02b82 { width:18.75rem;height:10.7375rem;top:36.709381103516rem;left:0.625rem;font-size:1rem;display:block; }#K17aecd016729abe79450da966d02b82 li:before{  }
 }@media only screen and (max-width: 763px) { #Bca9561f24e46ae3eb1e68b813aa2e84 { width:18.75rem;height:28.25rem;top:60.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0461aa97443499b411d02cd58da9f0 { width:2.25rem;height:1.25rem;top:1.6239585876465rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTKH6fXrXaJWIcZ7d4ce3AtbvFTOq65 { width:2.6875rem;height:1.5rem;top:50.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1AiQmhRi2RwudpP0ev8ST9qQuS1hRf { width:2rem;height:2.0625rem;top:50.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtraaBa9LrdouxRKzrhFaZLNQbl5xbZW { display:block; }
 }@media only screen and (max-width: 763px) { #lvAUDyKTTqQlBKXhD0upDI9FEKqyCLiK { width:11.5rem;height:1.8375rem;top:52.8125rem;left:7.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANnPWE4PKd7vv1pZH8zHfNFZ7ZfivLZ { width:11.75rem;height:1.8375rem;top:50.125rem;left:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ4PkTTrDB72tVB744tcLTqg96kso9G0 { width:2.6875rem;height:1.5rem;top:53rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRm2nArAxsgtyH73anfmKUomqrzinoSc { width:2rem;height:2rem;top:52.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaPEDnd0gE1V0e3hxl8BNFkOUM4QRgqF { display:block; }
 }@media only screen and (max-width: 763px) { #vC6X4g6q2kScwTt2pCBsBh3OnT4NvMNo { width:7.5rem;height:1.8375rem;top:55.4375rem;left:7.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twzbymy0kELh3UsIzArq9OoslfGwFOMc { width:2.6875rem;height:1.5rem;top:55.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4hScRxZ9ULUc7K23Slt1KmpvHU1kHV { width:2rem;height:2rem;top:55.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmar8P4NI4TU6aJifPMyZJyhkE7ryuo4 { display:block; }
 }@media only screen and (max-width: 763px) { #sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF { display:block; }#sDyLRHv2nuOgmcq9RuPL0PdXDtdfVvfF > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDGpelRCr7D1cNohoqf90NPg2kNKdE3E { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZfqpwIfODqwQ3skLtbe96gJTGZtiTTT { display:block; }
 }@media only screen and (max-width: 763px) { #PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd { display:block; }#PVDyepQ6hUq0GVetp1C9AN5F5xPmIkHd > .row .container { width:20rem;height:184.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8dbd75a112e3b535e5015ba6183d202 { width:20rem;height:24.0625rem;top:7.9989585876462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b15feb16f0ab5e00a391cc03f9bcb640 { width:20rem;height:0.186631875rem;top:7.8120651245119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ee4fe4999797ba3d160395a588ac12 { width:18.75rem;height:22.05rem;top:41.930206298828rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2c775884b6240105d2b0f4edb6973cc { width:20rem;height:16.875rem;top:143.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8acc855d3e58a33ab8bb41bb1df955 { width:14.25rem;height:4.875rem;top:154.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ef1e7760368bb00847b6530b3ddc5a { width:18.75rem;height:12.3125rem;top:67.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1e7cdbf2cd3c558892f8b9752e1c73e { width:18.75rem;height:12.375rem;top:80.25rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e2e2f8e01f6195638947f4bd7054d4b4 { width:18.75rem;height:28.375rem;top:101.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d150e15a88f3e468b91a902999c0d19d { width:18.75rem;height:12.375rem;top:130.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e356e1b57815985c2a6fe4e3b58836 { width:18.75rem;height:5.3625rem;top:145.1875rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8f22f886d44f06959bee78816984527 { width:17.5rem;height:15.625rem;top:91.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7a6567a3be7980c7d79b3c2a7ca8812 { width:17.5rem;height:5.5625rem;top:1.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip7rJ7BodSzPedpou0KThu2f1OorbrX0 { width:14.8125rem;height:5.6rem;top:33.125rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxpAilXMApaFCTibmiVQr9uuzHZoQp7u { width:20rem;height:7.5625rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhFyqPfQIKOvdcRdTDWU5Ii8F57PotU { width:16.5rem;height:17.325rem;top:163.03643798828rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkHo4us46cS7dtSSyQIcNy3vZ1DUeWx1 { width:2.75rem;height:1.5rem;top:113.48645782471rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHWOCHikmtIeRFhJZAvqFHIAaz9QS2Vx { width:2.75rem;height:1.5rem;top:82.236457824706rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S { display:block; }#wN7XhVNG079S3CTIZWmHfFPCai3a0Z7S > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bvm1x4afsTQ7ayrG8gnNhCDixv0v7mCL { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6pOptn8EfX1HHwzADPMeeLFTSTcZWI { display:block; }
 }@media only screen and (max-width: 763px) { #OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB { display:block; }#OcTuAO6anVaFmJHZg0UvRPbAOatpsqXB > .row .container { width:20rem;height:119.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3ac46e3f2e0ace18c26fe17c375d0b6 { width:20rem;height:13.25rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd288fff83aacfba15898e4958927d64 { width:20rem;height:13.125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0e3e9335fc5aaf8b6365e3e801f4c1e { width:20rem;height:20rem;top:71.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfe8f92889bf89e98d263db7b988778a { width:18.75rem;height:18.75rem;top:92.25rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #a305b1c6db190b93f63d4e3021eabc83 { width:18.75rem;height:4.0625rem;top:8.7977437973025rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0fe21513bcd2b605fd9801589fabf5 { width:16.0625rem;height:6.3rem;top:1.25rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51b848ce22ca19bf1d49ad255b9d7b7 { width:18.75rem;height:26.775rem;top:42.122917175293rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdc85fc0b06b04c53cf05dbe492e6a7d { width:13.8125rem;height:12.3125rem;top:82.811458587644rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8LBgsbVchshQAN9R7Mz2Sarsk1EgSVf { width:14.5rem;height:6.3rem;top:111.9375rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJll9dq3vehty2czrXQ6kOltMtBXcPPU { display:block; }#MJll9dq3vehty2czrXQ6kOltMtBXcPPU > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZqQFNPv5Juf6W0SMcH3k41ZaWTvISwS { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgX0Bb2QvhrrWVnqNdUGK1bUvlXMfbmp { display:block; }
 }@media only screen and (max-width: 763px) { #T40gc78ohPpnZgRJUT19MMNLNebyzyZc { display:block; }#T40gc78ohPpnZgRJUT19MMNLNebyzyZc > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a81bbd5e910352009cd7596160562738 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff2b76ea70eab06aa19f7c1ec3a73ca5 { width:20rem;height:7.125rem;top:11.623908996582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka24131f2207759e5da24d5b08e56db1 { width:10.686875rem;height:2.6rem;top:14.436408996582rem;left:1.2500000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7b757c443b941f6dac686e546dab103 { width:15.2495625rem;height:1.54375rem;top:12.873908996582rem;left:1.2500000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6bf3aafc2b76a233c0e80314b439b35 { width:18.0625rem;height:14.175rem;top:19.995826721191rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2bb3570b0da0c25a80fba25314c6427 { width:18.5rem;height:16.5rem;top:62.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x793c7d8436ee7858a420824e6bf360d { width:7.561875rem;height:1.462675rem;top:15.624565124512rem;left:11.812066137791rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q4965fac2ef3bbe306dc472919d3d63c { width:18.75rem;height:3.15rem;top:36.931251525879rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X56e268039f2d63a18209fa094561209 { width:15.5620625rem;height:10.7375rem;top:40.704166412354rem;left:0.625rem;font-size:1rem;display:block; }#X56e268039f2d63a18209fa094561209 li:before{  }
 }@media only screen and (max-width: 763px) { #qa792d3174a4fd44fa698735a20cfebc { width:18.75rem;height:26.25rem;top:73.99999809265rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6e28e24300ef27fbde6b19eaf3b527 { width:2.25rem;height:1.25rem;top:4.0614547729492rem;left:2.9020833969116rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gca3d64ea2c3a3d4b6c1fb0ce44a5815 { width:18.75rem;height:14.8145625rem;top:100.87499809265rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvUTdGglI0cTnwUulSgcNHKwiMvEyphT { width:2.6875rem;height:1.5rem;top:54.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip4RpPFP3w58rGNeXTZb3uVDeckOJRKa { width:2rem;height:2.0625rem;top:54.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7PmOqLn8Qr5TqOqtEEiMaQF5BT6dKy { display:block; }
 }@media only screen and (max-width: 763px) { #u5abFKT5lFTaquzhApuO7w9ToimSTo4u { width:2.6875rem;height:1.5rem;top:57.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm7Elp3OdTIdZOXGF2RCWhTZ6TtF8PMG { width:2rem;height:2rem;top:56.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaVXlifJ0PAw8d469g0If60fw9dXN8Zc { display:block; }
 }@media only screen and (max-width: 763px) { #vgRKMTytWTdEmRtIIPA364FJPdXNkB7F { width:9.25rem;height:1.8375rem;top:56.875rem;left:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3psO3sNp2C46JeoRE8fXm8UFU9nobbH { width:9.1875rem;height:1.8375rem;top:54.3125rem;left:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnDsUqKQ70hHkRmbMeUpANyqMbhQvesi { width:7.5rem;height:1.8375rem;top:59.5rem;left:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COg5J9S5zKkZZ7lOGe9olV1hlyqosQ1l { width:2.6875rem;height:1.5rem;top:59.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDU28ufr4WPRxygNMrGtfckL1DSEhCr0 { width:2rem;height:2rem;top:59.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAvrHww0SsCF3RoXNx34tBAn4JfSpyqI { display:block; }
 }@media only screen and (max-width: 763px) { #zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 { display:block; }#zu0PnQsvul5BKsmERr0iNKWLqg88RUT0 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5Gvc3VtDAiqO5IipkfLU2qkJW6ZMEVQ { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMmaFobBN0rK0bUR4P2RMuRnNyoNxOU { display:block; }
 }@media only screen and (max-width: 763px) { #QlAOQp5iLwfdavb2seO33iWwqDUhCHkP { display:block; }#QlAOQp5iLwfdavb2seO33iWwqDUhCHkP > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S383ca7b9c6a685c5badee4a1ec43297 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa2c24afad073d2f96b190b5c75ef360 { width:20rem;height:7.125rem;top:11.62434387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7f89f0ad13183e502946b0693650038 { width:10.686875rem;height:2.6rem;top:14.43684387207rem;left:1.2500000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vb0908214c3ca0efeec0f5ffaf28f391 { width:15.2495625rem;height:1.54375rem;top:12.87434387207rem;left:1.2500000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q01a5d84dd5188a23a4f00fa99a7d7a4 { width:18.75rem;height:15.75rem;top:19.996738433838rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5334f827343053048c4a4428c0bd9e { width:7.561875rem;height:1.462675rem;top:15.625rem;left:11.812066137791rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d6fb3fc56cc4928e52d30813cce5fa13 { width:18.75rem;height:18.75rem;top:48.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8684ee79b66781dd039889de56a98e3 { width:2.25rem;height:1.25rem;top:2.0604124069214rem;left:3.3104162216186rem;display:block; }
 }@media only screen and (max-width: 763px) { #n549d57e52c13a1e19b24585e65e2bbe { width:18.75rem;height:18.75rem;top:67.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve1b61c00e77079c3f3ff22773c2ecf8 { width:18.75rem;height:18.75rem;top:87.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJrmkbIWzSHfV5X8eonymTWDTUEr0JWX { width:2.6875rem;height:1.5rem;top:39.000001907349rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkhZD1AiNeakUn6cVKv2Lro8ThfRduBt { width:2rem;height:2.0625rem;top:38.687501907349rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEGO4IWFDy3X82vLJgUUTVMtqdkDeFc { display:block; }
 }@media only screen and (max-width: 763px) { #LPvcV5Ikit6XciEtRt3ciMMB1OnDDhiw { width:2.6875rem;height:1.5rem;top:41.625001907349rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEc1bNCy0onhVUepGszyeM7444CWdf4c { width:2rem;height:2rem;top:41.375001907349rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUmlATMfAJ6Gck6cZz5d4Eix8bw4C1U2 { display:block; }
 }@media only screen and (max-width: 763px) { #HBc19KWTgGilGFHBWG4DgD4qTNdiI8rS { width:8.5625rem;height:1.8375rem;top:41.437501907349rem;left:7.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpg3TpZTgWUTunLGv0UIlKnWM4o6hXI1 { width:8.8125rem;height:1.8375rem;top:38.812501907349rem;left:7.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzHmc9WDEzM1RkBQW1CI19mtTzoJ9B3J { width:9rem;height:1.8375rem;top:44.000001907349rem;left:7.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoF14IZeR9DWZ47J9sgRsdqNgDuZzPPw { width:2.6875rem;height:1.5rem;top:44.250001907349rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GizwZ0N4UQdkrxF1uhfGoMIy1mQvtfAS { width:2rem;height:2rem;top:44.000001907349rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdZhx18MXsbRNk8tVHpohaBqDiNkICLK { display:block; }
 }@media only screen and (max-width: 763px) { #mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 { display:block; }#mEV0XbRBJBab3pB7nD9Qke2TLgLnA8U9 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOGkzQqU07aqcluN3IqO9z42ycC3vsRH { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQnU4ThDGn3IfbHKDbXHrZi79rwG4Ho { display:block; }
 }@media only screen and (max-width: 763px) { #VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX { display:block; }#VVDTSJSTVlZV0JuERE8DWPDKXuvvudlX > .row .container { width:20rem;height:144.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cd70b9e6ea8108994f428ec6ad55264c { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i39da98176eadb441e81cc82262d0ab1 { width:20rem;height:7.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfc81697e8fe3607103975a48145b7db { width:10.686875rem;height:2.6rem;top:14.4375rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hc19a3d6976d0c653cd6ef45ae9b37f1 { width:15.2495625rem;height:1.54375rem;top:12.875rem;left:1.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q33e634c7a6342debc2dbf9aa1b6550c { width:18.75rem;height:14.175rem;top:19.997831344604rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sff8e2aff9d6a5332171aa90295d4a03 { width:18.5rem;height:16.5rem;top:65.280208587644rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc94eb52328b92e3e013bd4b747988db { width:7.561875rem;height:1.462675rem;top:15.625rem;left:11.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g30ec72f28d01c2f49e5e77d84f332ae { width:18.75rem;height:3.15rem;top:38.5rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbb6598d03502985aad95fe8f8455ad7 { width:15.5620625rem;height:10.425rem;top:42.25rem;left:0.75rem;font-size:1rem;display:block; }#tbb6598d03502985aad95fe8f8455ad7 li:before{  }
 }@media only screen and (max-width: 763px) { #q676cf5a54297b5669e6b50036ae693a { width:18.75rem;height:18.75rem;top:78.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be78db5a9621bef179e2773e8be6b7db { width:18.75rem;height:24.875rem;top:97.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d662be6038de7f29fa1577af5c70a344 { width:2.25rem;height:1.25rem;top:2.8729133605957rem;left:9.8114585876462rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #I2e2450d0ca2675fccbac1184f317fa1 { width:9.0625rem;height:7.5rem;top:128.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc70d7fa97c8c6d27b45cd7a4df0a00b { width:9.0625rem;height:7.4375rem;top:136.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U70c5bda7cc9684a4584877eab1997c2 { width:9.0625rem;height:7.5rem;top:128.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6cd58248b8187d1a816dbd52f1eabf { width:9.0625rem;height:7.4375rem;top:136.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c346f2e868e28c585a7fca9141c426ea { width:11.9375rem;height:3.15rem;top:124.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNMW2nKOyx9DIDIJs1GzUDtqZxVbH8uw { width:2.6875rem;height:1.5rem;top:59.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3d0lvG8wpmoEiQ5T7ibiCL5HE2Sg1RR { width:2rem;height:2rem;top:59.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvMruLcJTuA1V8rRU4zx5LUOzhCgPe8E { display:block; }
 }@media only screen and (max-width: 763px) { #KQJ1vr3B1mR5idJBLE8qr08uMUZGVE4I { width:2.6875rem;height:1.5rem;top:62.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3SewlJwC6WoWn6FAI3yp5vc3bfCHTsG { width:2rem;height:2rem;top:61.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwaiRi7JT11eBWg9Taq2N5RXrzmKq6Js { display:block; }
 }@media only screen and (max-width: 763px) { #aIDS6Xr37wPLHTMiezxyygtqUq3c9rI9 { width:2.6875rem;height:1.5rem;top:56.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWNw0IQdHCPL6Ts54Fv0r9fifbIzMgo { width:2rem;height:2.0625rem;top:56.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgZQ2JvFQD7rNmlddZDw6ptdk5wskUIw { display:block; }
 }@media only screen and (max-width: 763px) { #fBnr42qrh8MKE4ul2DmOq3hZXAdcbZg3 { width:11.5rem;height:1.8375rem;top:59.25rem;left:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxbCQaUcd9k0apKQipnDJTNKtXXrTSZp { width:11.75rem;height:1.8375rem;top:56.625rem;left:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMM25SvH4RPzSHcBT6rqA3cNLpStiAGv { width:9.4375rem;height:2.975rem;top:61.3125rem;left:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP { display:block; }#gfbzwg3MWZtp0Q5NQyneJT6S1rnGbPDP > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZO3A3LpGwoEnz5e2Xd2nzauqcofAozf { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L85OM37XqpWeQLCCfJyKRIMnJDKO01n5 { display:block; }
 }@media only screen and (max-width: 763px) { #JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA { display:block; }#JhKWzgKq1E73JHkDaLuySDHL4ZiwwpsA > .row .container { width:20rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y717e39d7af4757b8eedf1d312c4d836 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4857c3d9076cfaf0af341e214b2c9e8 { width:20rem;height:7.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N066c98749dbc4a9d9a403ced1402d84 { width:10.686875rem;height:2.6rem;top:14.4375rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G3e4d41d1b233bb951be54f3eda9bc7e { width:15.2495625rem;height:1.54375rem;top:12.875rem;left:1.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p384d6ca40523039a2efc61d133e7c1f { width:18.375rem;height:14.175rem;top:19.997924804688rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5c4928a1a896ab405a5966ef395a37c { width:7.561875rem;height:1.462675rem;top:15.625rem;left:11.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mbf43b43549229e19575e72839e3bf36 { width:18.75rem;height:3.15rem;top:38.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2bac14d4a1e8f417ffad30b754f24f7 { width:15.5625rem;height:10.7375rem;top:44.25rem;left:0.71875rem;font-size:1rem;display:block; }#c2bac14d4a1e8f417ffad30b754f24f7 li:before{  }
 }@media only screen and (max-width: 763px) { #fcaf6bdbe36f4e46e6a5bcd0671bc216 { width:18.75rem;height:20.3125rem;top:66.528125762938rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L543dde15011a49acc070bb9c48e3ea1 { width:9.0625rem;height:9.8125rem;top:87.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4a3097b25b6c781180a434214b8507 { width:9.0625rem;height:9.8125rem;top:87.4375rem;left:10.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fcd86b0ca935eba171208674c24e9025 { width:2.25rem;height:1.25rem;top:3.7197914123535rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL8lSmH9KdWE8TfCvuBcfg6blKZ0pFmd { width:2.6875rem;height:1.5rem;top:60.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybJQQgnrvoAzyg4NgwFexWTiwQhxXVUz { width:2rem;height:2rem;top:60.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmQRTi3DdawkMxmwT8lkZtOonO0VVsBe { display:block; }
 }@media only screen and (max-width: 763px) { #x8GMEMCKBKqDkDET9Ne7PfCIQttTJAlg { width:2.6875rem;height:1.5rem;top:58rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJpJ0dhfFgTk9TKacTQbNDvbViHWOz9r { width:2rem;height:2.0625rem;top:57.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgmTagzHbaku9XWkq9g6teF2GgwKC0gB { display:block; }
 }@media only screen and (max-width: 763px) { #kqOVTicd92LfSSxyBalhMqH1hZr5aJci { width:8.3125rem;height:1.8375rem;top:60.5rem;left:8.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD994apB8FutTr6PqVP5wIsSMrPq47zU { width:7.375rem;height:1.8375rem;top:57.8125rem;left:8.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHg0zicI5PqHvlm2fmnGrl7uqBonCqEU { width:2.6875rem;height:1.5rem;top:63.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIt37J0m8R8NM2iFhnuVXSo7wCXlrUrH { width:2rem;height:2rem;top:63.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8LnAnb1A183DcTN8Vy2Ir8CghHQDT3J { display:block; }
 }@media only screen and (max-width: 763px) { #uvFMT2TV3DPnD5oPOr4XLGQk4GVaebVS { width:8.875rem;height:1.8375rem;top:63.1875rem;left:8.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl { display:block; }#IzmHbVv26GMuzQ7KkT9y4Hhx0li29VKl > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqB8cTO3yV1syqBRNSlRvkVuTEVDyRRX { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hybFGQwVOIL2Xksa4ImZIhmJLycv0csb { display:block; }
 }@media only screen and (max-width: 763px) { #e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H { display:block; }#e5GqAB8lcOKoCRC4n2qLhezQViwUAG1H > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ead08634ce58f3286131510ac7cdcc6d { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l42807cafb666c5fdbda85d959429d21 { width:20rem;height:7.125rem;top:11.561828613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ae303614e2090c04301b8ab38f256b { width:10.686875rem;height:2.6rem;top:14.374328613281rem;left:1.2500000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J98d6eb2ac4ac355b1be42e8d7e942b2 { width:15.2495625rem;height:1.54375rem;top:12.811828613281rem;left:1.2500000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sb153088637065687b50b160f292cfeb { width:18.75rem;height:11.025rem;top:19.934965133667rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c362e6762e5ee0dd1e98d8a0dd75473e { width:7.561875rem;height:1.462675rem;top:15.5625rem;left:11.812066137791rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f1af16fc23734a1bcf67ecd744e24e21 { width:18.75rem;height:1.575rem;top:35.353734016419rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V123592777b9be269c565de269ad48a3 { width:15.5620625rem;height:12.1375rem;top:39.126519203186rem;left:0.625rem;font-size:1rem;display:block; }#V123592777b9be269c565de269ad48a3 li:before{  }
 }@media only screen and (max-width: 763px) { #a67ab042c77a7a7b857709bb8b28a8bf { width:2.25rem;height:1.25rem;top:2.3093748092651rem;left:14.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #D5d84793d541edae8a06404ad5104ab6 { width:20rem;height:26.0801875rem;top:77.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v096fd63d1f9ea9a36f06261e7557fc0 { width:20rem;height:13.221875rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PEKLq7f5wqEwVwWacLCX5xRbSkOoPX { width:2rem;height:2.0625rem;top:54.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDWXXOruMirHpJPFBlmfe1Tp0k09qBoE { display:block; }
 }@media only screen and (max-width: 763px) { #GpZKt7huiW0c7Ip550JgcN6I1T5Zc6kk { width:2rem;height:2rem;top:56.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4bzVmRm97pTJid8Nhg2U4yAEpTZHlw { display:block; }
 }@media only screen and (max-width: 763px) { #TKvTOHi8WWHELeZHJXTAS3UKtf4r4nk7 { width:2.6875rem;height:1.5rem;top:54.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tZGrCokWDmSJ4u9x6Ebbu73um5OI8R { width:2.6875rem;height:1.5rem;top:57rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTEZCoSRUyGX8fXfTqb9tFCMrOt5eNv { width:11.5rem;height:1.8375rem;top:56.75rem;left:7.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzAqek5MdL0naF4NIO8MyNWoZ1aUZRZZ { width:7.375rem;height:1.8375rem;top:54.1875rem;left:7.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixt7vKER4C0vZHHNzbi9Nld2692LxPZn { width:2.6875rem;height:1.5rem;top:59.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moyc73DnRfeOfEaNSxBNK8h0aL8igsry { width:2rem;height:2rem;top:59.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSIcDLd1QEQRcec5ZZCxsFO41vqPSwua { display:block; }
 }@media only screen and (max-width: 763px) { #w4i9GiemkaFJgbIFsL3qVssMdGR6oRtP { width:9.4375rem;height:2.975rem;top:58.812530517578rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { display:block; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtUMv48O4Vxm19yoiHAfllI5hItrtAM0 { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Mm9k9EhwnZm7rJHIBW9wqdBEN1H4OO { display:block; }
 }@media only screen and (max-width: 763px) { #F6gBy24421MCVwk3J4gse9xaLAZJfxD9 { display:block; }#F6gBy24421MCVwk3J4gse9xaLAZJfxD9 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0014cee5375ae7b6aaca5a7053bee25 { width:15rem;height:1.35rem;top:25.315612792969rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ref3feebff34fb316329828a8f1d14e5 { width:4.875rem;height:35rem;top:10.4980625rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ld9cf49a5032e986dc9c2fda8e4d9279 { width:20rem;height:4rem;top:1.1566295623779rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeff2118e91ec902b13c28fb59888caa { width:20rem;height:17.8125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7561bb240f21d964f9867c902792a5 { width:1.875rem;height:1.875rem;top:25.316650390625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K24f85b84955e15c4232e6cbffd7ea0a { width:15rem;height:1.35rem;top:28.75rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W465945ca9ff053894730271ebc623cd { width:1.875rem;height:1.875rem;top:28.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeedf35390438d6461d192c57378bb67 { width:15rem;height:2.7rem;top:32.3125rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50ba4af01c47b6fb7e51185ac6409fb { width:1.875rem;height:1.875rem;top:32.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8344b4d027a86b33a14dc035e1ad41 { width:15rem;height:2.7rem;top:36.25rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd823ecbcbb407835940043044ebbfcd { width:1.875rem;height:1.875rem;top:36.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7fc1ba2723d9d105b400066a2633631 { width:15rem;height:2.7rem;top:40.1875rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cf3a003aae4413e5576b5a77506cd0 { width:1.875rem;height:1.875rem;top:40.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te84399f1bd6f1f955216accb005196f { width:15rem;height:1.35rem;top:47.625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1e9bd82be8938186c9275c2c9c2b431 { width:1.875rem;height:1.875rem;top:47.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b844533a2287a24abc72cae6a93ee43b { width:1.875rem;height:1.875rem;top:44.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2b166f6760c893673b6b3e183d46fee { width:15rem;height:1.35rem;top:44.125rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb43aaa4b48e07a0df3f2f9f4e053f6e { width:20rem;height:6.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { display:block; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBuwePmFI0Xi8WdtR7MkQFekebUexVRf { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0twqcf6ciRLO3rAqqDlBLcHgVNtihSp { display:block; }
 }@media only screen and (max-width: 763px) { #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { display:block; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { background-color: transparent; background-image: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container > .video-iframe-container { display: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row > .video-iframe-container { display: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .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); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container { width:20rem;height:57.375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { width:17.5rem;height:1.125rem;top:10.75rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { width:17.5rem;height:3.9375rem;top:14.5625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { width:19.9375rem;height:9.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klh0OXCQIDIdCggdIZgSfb16lDZxy0Qn { width:8.625rem;height:3.9375rem;top:19.75rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZG0rZZI2V958MkldNMbNFqKfWDawcuBM { width:8.625rem;height:3.9375rem;top:24.9375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSHG8AgeyVap72bNhhyzBpDUVsdDPl8O { width:8.625rem;height:3.9375rem;top:35.3125rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRMlZhLO2h4oECeeKGoFRy63QFQR0Myq { width:8.625rem;height:3.9375rem;top:40.5rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAJwI8RCoIPkBqn9wcwIhqvVBcysEBya { width:8.625rem;height:3.9375rem;top:45.6875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htvd2DUalxlGdzPXfpilJmTI0hBI6q0T { width:8.625rem;height:3.9375rem;top:30.125rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIf6gwh8eQn49b0gu9St3tUDethobCyy { width:8.625rem;height:3.9375rem;top:50.875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a62fef9bdb12b0071e60948f646279b3.widget-smartsection { display:block; } #a62fef9bdb12b0071e60948f646279b3.widget-smartsection *:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="text"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="email"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection input[type="tel"]:focus-visible, #a62fef9bdb12b0071e60948f646279b3.widget-smartsection textarea:focus-visible { outline: none; } #MWoP41IIvcgOre2lJA6uKmpM89Mhp32W > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { display:block; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { background-color: transparent; background-image: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container > .video-iframe-container { display: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row > .video-iframe-container { display: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .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); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container { width:20rem;height:2.8125rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJIkr3O3iaQsiur78Fee5harAVnAT5rK { width:18.3125rem;height:1.3125rem;top:0.75rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }