.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/27f33054-fd02-4bf5-9f0e-b575cf1b83aa/SchuellerContur_LandingpageBilddaten_1920x1920_41.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.5); }#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.5); }#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:#bfa586;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:4.125rem;width:24.5625rem;top:1.0625rem;left:2.25rem;overflow:hidden;display:block; }
#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio { position:relative;display:block; }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio { background-color: transparent; background-image: none; }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .row .container > .video-iframe-container { display: none; }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .row > .video-iframe-container { display: none; }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .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); }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio { border-width: 0; border-radius: 0; }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .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; }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .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; }#wy360372ttA3aGxGvieibtgedysOqnDn { position:relative;display:block; }#wy360372ttA3aGxGvieibtgedysOqnDn { background-color: transparent; background-image: none; }#wy360372ttA3aGxGvieibtgedysOqnDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy360372ttA3aGxGvieibtgedysOqnDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy360372ttA3aGxGvieibtgedysOqnDn > .row .container > .video-iframe-container { display: none; }#wy360372ttA3aGxGvieibtgedysOqnDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy360372ttA3aGxGvieibtgedysOqnDn > .row > .video-iframe-container { display: none; }#wy360372ttA3aGxGvieibtgedysOqnDn > .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); }#wy360372ttA3aGxGvieibtgedysOqnDn { border-width: 0; border-radius: 0; }#wy360372ttA3aGxGvieibtgedysOqnDn > .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; }#wy360372ttA3aGxGvieibtgedysOqnDn > .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/9c95378e-068a-4623-9bce-ddd3261ae138/SchuellerContur_LandingpageBilddaten_1200x720_01.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:45rem;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; }#wy360372ttA3aGxGvieibtgedysOqnDn > .row .container.adaptive-delivery-prevent-bg, #wy360372ttA3aGxGvieibtgedysOqnDn > .row .container.lazyload, #wy360372ttA3aGxGvieibtgedysOqnDn > .row .container.lazyloading { background-image: none; }#fe4fca421ed80173369b697f8ab5e4c4 { 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:34.8125rem;width:33.4375rem;top:1.875rem;left:2.1083335876465rem;overflow:hidden;display:block; }
#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 { position:relative;display:block; }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 { background-color: transparent; background-image: none; }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .row .container > .video-iframe-container { display: none; }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .row > .video-iframe-container { display: none; }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .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); }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 { border-width: 0; border-radius: 0; }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .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; }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .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; }#d30068274d6919e2a2ef010d45b689bc { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:9.75rem;font-style:normal;display:block; }
#f65da5591f01687b286f935672ccd396 { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:15.996095180511rem;left:3.1250019073486rem;height:25.725rem;font-style:normal;display:block; }
#Eb866736e5faf8803f70225c62188e3f { 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; }
#ad8e3c97eb2ed7b5de4436425a48ac04 { 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:42.375rem;left:51.875rem;overflow:hidden;display:block; }
#LT5xweoiwTStOMl0nKPqNRyA9nchTUUy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:35.8125rem;width:20rem;top:3.125rem;left:51.875rem;display:block; }
#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz { position:relative;display:block; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz { background-color: transparent; background-image: none; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row .container > .video-iframe-container { display: none; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row > .video-iframe-container { display: none; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .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); }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz { border-width: 0; border-radius: 0; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .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; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .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:62.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; }#c220adfdc120af5c8687ccd76ab6d2a7 { color:#ffffff;display:block;width:67.4375rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.0625rem;left:3.78125rem;height:2.774525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e67355e0b3b3174683249b27dd7ec699 { color:#424445;display:block;width:30rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:40.157291412354rem;left:22.5rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ac1f9af82255451a488c7f57be16235e { color:#ffffff;display:block;width:47.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:54.03125rem;left:13.8125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXpt1ws5IRXLhxQau13ReFbgSTytqDBi { 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:19.375rem;width:21.75rem;top:14.3125rem;left:46.90625rem;overflow:hidden;display:block; }
#qJCuhlGUp2Lc1PDkszVPi2BTZyyaXrxx { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.3994140625rem;left:12.5625rem;height:7.349625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#du3ofaXl6pD66q1cDrnuizyzHxwSc7Cc { 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:17.6875rem;width:37.0625rem;top:19.313541412354rem;left:15.40625rem;overflow:hidden;display:block; }
#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh { position:relative;display:block; }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh { background-color: transparent; background-image: none; }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .row .container > .video-iframe-container { display: none; }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .row > .video-iframe-container { display: none; }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .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); }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh { border-width: 0; border-radius: 0; }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .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; }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .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:117.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; }#T9a86d55ea917504f6f7a9042fedf624 { 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; }
#Lfd0ee7594d75349c31702aa4ba1f9aa { box-sizing:content-box;height:9.375rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:47.5rem;left:40.694793701172rem;box-shadow: none;display:block; }
#s36a3823fd4d0b4ae3b2c31a9f69934a { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.935417175293rem;left:42.686462402344rem;height:4.63125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i373ab32f884416b20899f0c1ef7f055 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.142707824707rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2cf49b94132a4eaf325ef10475c72cf { color:#000000;display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998958587646rem;left:3.125rem;height:14.7rem;font-style:normal;display:block; }
#y549bb35df6672db7dbb2483837be1a4 { 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.447469711304rem;left:55.811634063721rem;overflow:hidden;display:block; }
#rcac8c3608bf8c1810613e44ad8a5e64 { 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.456249237061rem;left:62.498962402344rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z624b9a6e89c91548793386e30690856 { 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:31.25rem;top:71.25rem;left:40.6875rem;overflow:hidden;display:block; }
#d1261441f15232567f7168e6cb474451 { 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.25rem;width:33.75rem;top:85.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#c9bb8094b0b3cd880985c39ccbb66284 { 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.4375rem;width:2.5625rem;top:76.418750762938rem;left:6.0625rem;overflow:hidden;display:block; }
#c8b2d398496563c32c733e432d52ee4e { color:#000000;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:76.25rem;left:9.9375rem;height:1.8375rem;font-style:normal;display:block; }
#b50371fdcd5f7960012b9e5ca6212359 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:61.3125rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#ae61817982448bdf2b69d5fe8e0647b5 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:63.487499237063rem;left:3.125rem;height:10.3875rem;font-style:normal;display:block; }#ae61817982448bdf2b69d5fe8e0647b5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ae61817982448bdf2b69d5fe8e0647b5 li:before{  }
#e669ad4a1603384a62313af393d33136 { 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:17.936458587646rem;left:12.257293701172rem;overflow:hidden;display:block; }
#RP5ssLCnG1sB9C4qoKduJW1oTyxUVd3t { background-color:#bfa586;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:15015;text-align:center;text-align-last:center;top:76.168750762938rem;left:3.125rem;display:block; }
#ZzldtgFq6W13ZsM1aL7pI2O2orXRUxdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPJ0cBN5efiS3UFZw597byqDeSgGVpyR { background-color:#bfa586;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:15016;text-align:center;text-align-last:center;top:78.712499618531rem;left:3.125rem;display:block; }
#KbE14iylaqir8IZbSgx3rkPWoFmXMTXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIiWdFu4Ttv6wD5H0SOfflsSC4oqncTg { background-color:#bfa586;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:15017;text-align:center;text-align-last:center;top:81.337499618531rem;left:3.125rem;display:block; }
#SaF9hBU2U6esBCK7rixAmlnfPgd8T8Ix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkwzGmTzHhXb7IpRF2s9mDeasQhsX1Jd { color:#000000;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:78.793750762938rem;left:9.9375rem;height:1.8375rem;font-style:normal;display:block; }
#Cqd8eagcLvc1kvCXigILPHax6g6WvTCu { color:#000000;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:81.418750762938rem;left:9.9375rem;height:1.8375rem;font-style:normal;display:block; }
#U9rno5NEN91JnXs7TGVTDzltnzixMm5e { 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.375rem;width:2.5625rem;top:79.025001525881rem;left:6.0625rem;overflow:hidden;display:block; }
#S696E4wAyMdXoHZBJVTny44g0zgXMfMz { 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.5rem;width:2.6875rem;top:81.587501525881rem;left:6.0625rem;overflow:hidden;display:block; }
#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { position:relative;display:block; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { background-color: transparent; background-image: none; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container > .video-iframe-container { display: none; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row > .video-iframe-container { display: none; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .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); }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { border-width: 0; border-radius: 0; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .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; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .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; }#RiSN4ta9NZlmUAgsS5NSix72f287NVTM { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#ocbbehnEEFTC6cSqJQPFFcpfNCiX9fSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR { position:relative;display:block; }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR { background-color: transparent; background-image: none; }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .row .container > .video-iframe-container { display: none; }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .row > .video-iframe-container { display: none; }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .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); }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR { border-width: 0; border-radius: 0; }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .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; }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .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:106rem;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; }#D70ff78345997b6b86389c9968ab8f93 { 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; }
#yd051b29bee5c9a309771d95a5484f3f { box-sizing:content-box;height:9.375rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:46.875rem;left:40.694793701172rem;box-shadow: none;display:block; }
#db94f0f5b6b2268a568ffa9638892684 { 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; }
#bd6d613467431ea531376d1c91148fd9 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.517715454101rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H560e9fbd7f1506e51860d28b6311b9d { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:14.7rem;font-style:normal;display:block; }
#ad934c41fc9654925be97f6105611dcd { 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.447469711304rem;left:55.811634063721rem;overflow:hidden;display:block; }
#h831d81823994548be23da2908273196 { 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; }
#Fce80eecce2fd1c87fccf8699a6297bd { 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:71.9375rem;left:40.5625rem;overflow:hidden;display:block; }
#c954bd27ffb1d56b116541d1c72c7031 { 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:26.1875rem;width:33.75rem;top:76.9375rem;left:3.125rem;overflow:hidden;display:block; }
#s3325bcaefdac927c3bf7d21643b0c16 { 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:60.918750762939rem;left:51.530212402344rem;overflow:hidden;display:block; }
#c17f0deb1f0b386b3aa5e817932e7c68 { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:60.75rem;left:54.842712402344rem;height:;font-style:normal;display:block; }
#P66ff1f2b9f56fda1339ca868e6d1405 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:61.875rem;left:3.1875rem;height:1.8375rem;font-style:normal;display:block; }
#I0f1d4f7560ba4cf235458e7a1963fda { color:#000000;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:63.875rem;left:3.125rem;height:8.8125rem;font-style:normal;display:block; }#I0f1d4f7560ba4cf235458e7a1963fda li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I0f1d4f7560ba4cf235458e7a1963fda li:before{  }
#a2d1f9140183a82f9cb822cb2df6d152 { 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:13.811458587646rem;left:3.6885414123535rem;overflow:hidden;display:block; }
#KE1Xv04XvCZ42A02oAxTTZ2KWqNntDXg { background-color:#bfa586;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:15017;text-align:center;text-align-last:center;top:60.6875rem;left:48.905212402344rem;display:block; }
#Tk0p1e5BezxV7vZHNsbe5PGkK5vTAosG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BflOhII7QHoIgci0BmsGqth7vLLzBiNL { background-color:#bfa586;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:15018;text-align:center;text-align-last:center;top:63.337501525881rem;left:48.905212402344rem;display:block; }
#syutmpU9upqgdHd0r51Mzl9wkDtnxboP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ka4bdhOfwzpgf06uE99AOzFHNTfKobP4 { background-color:#bfa586;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:15019;text-align:center;text-align-last:center;top:65.918750762938rem;left:48.905212402344rem;display:block; }
#mMXFsQ1PtR4LOFu7KDGZdD9NrlabEFVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLglFJJJrO2nDzemZP304ZhxfKtDmEzL { 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:63.587501525881rem;left:51.530212402344rem;overflow:hidden;display:block; }
#nGMXO9xdl7Be4TTi1rCSt6gvNZWg40ii { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:63.337501525881rem;left:54.842712402344rem;height:1.8375rem;font-style:normal;display:block; }
#ELX56MJZIc5C9XTdX7dkoTsTsRBH9LQ7 { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:66rem;left:54.842712402344rem;height:1.8375rem;font-style:normal;display:block; }
#VcBlRt98lqUFpw1lT17EbAaZBL6ExHEQ { 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.5rem;width:2.6875rem;top:66.168750762938rem;left:51.530212402344rem;overflow:hidden;display:block; }
#cUWRWvV7biowiTqZRN47SyCHBRutDpXa { position:relative;display:block; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa { background-color: transparent; background-image: none; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container > .video-iframe-container { display: none; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row > .video-iframe-container { display: none; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .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); }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa { border-width: 0; border-radius: 0; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .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; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .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; }#NtaWQ8T5ZadgIZKTbfIUhtiIcfkmW1Vu { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#vJMRVL0nlvPnD2z3TmVrVKMQXdLaA99i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai { position:relative;display:block; }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai { background-color: transparent; background-image: none; }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .row .container > .video-iframe-container { display: none; }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .row > .video-iframe-container { display: none; }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .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); }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai { border-width: 0; border-radius: 0; }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .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; }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .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:84.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; }#qbab0461f44afca38e03dab45a9ac53c { 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.9375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#d2c3d551a2fa510d285d694f0a4d550f { box-sizing:content-box;height:9.375rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:43.6875rem;left:40.632293701172rem;box-shadow: none;display:block; }
#g13f86ba7db784e3993f55c279b54ad3 { 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:47.622917175293rem;left:42.623962402344rem;height:4.63125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d9d3ae3041f6826f7783e35388dc759b { color:#ffffff;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.330207824707rem;left:42.623962402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bd47b66dd4f11332a25d24c2ce060db9 { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:poppins;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; }
#W3d0e8c570ffe49c2d4f2fb46fad3b1b { 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:50.268749237061rem;left:62.436462402344rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X3882738918453acc2de961b0b11a25c { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:56.25rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#n7d8470f566159700ba04a6d87ab4e58 { color:#000000;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:58.4375rem;left:3.125rem;height:10.075rem;font-style:normal;display:block; }#n7d8470f566159700ba04a6d87ab4e58 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n7d8470f566159700ba04a6d87ab4e58 li:before{  }
#e4961445ef6e8594e8cce4b8fd7e0cf1 { 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:22.5rem;width:31.25rem;top:53.6875rem;left:40.632293701172rem;overflow:hidden;display:block; }
#bb45d834cf8db36178abdd6ebce386f2 { 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.623958587646rem;left:54.820831298828rem;overflow:hidden;display:block; }
#TG2hP2tiZTBZFUbQalmPAALzXSiLH0R9 { background-color:#bfa586;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:15026;text-align:center;text-align-last:center;top:69.9375rem;left:5.1875rem;display:block; }
#TmCO4ufMop7mzzmP03NlWV4v0rUHeuvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4yzSwy33oiL80L9yynb5Egrxg8qN0MV { position:absolute;display:block;z-index:15021;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.1875rem;left:7.8125rem;overflow:hidden;display:block; }
#VD8KMHQKaC7lsQz6FWznPcTQHRLuu2GM { background-color:#bfa586;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:15027;text-align:center;text-align-last:center;top:72.625rem;left:5.1875rem;display:block; }
#wyPmZdse3g413JbH3v5oMd6Wc1864hyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8MpE96nMtn3H9ICxo5l0eLL17AWcAai { position:absolute;display:block;z-index:15022;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.875rem;left:7.8125rem;overflow:hidden;display:block; }
#gGvVvOeeQqkt8siKyrp9qv1PXfxAvJGU { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:70rem;left:11.125rem;height:1.8375rem;font-style:normal;display:block; }
#a9yTC0hdqNTeyTGSfe5HBJbC9VTix4Jt { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:72.625rem;left:11.125rem;height:1.8375rem;font-style:normal;display:block; }
#dNZnwkvu4vqPGxgJcgxfbbNpxU2OvZDH { background-color:#bfa586;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:15028;text-align:center;text-align-last:center;top:75.1875rem;left:5.1875rem;display:block; }
#ESge3Wg1BR4HJ5f8xG7tNbJTkzmaMr6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oydqARmOWvwV7JlJiq9pp9FUn70DSP3A { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:75.25rem;left:11.125rem;height:1.8375rem;font-style:normal;display:block; }
#R3AwDcplnhVGMzBqnWZNVvopoe06mXz9 { position:absolute;display:block;z-index:15023;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.4375rem;left:7.8125rem;overflow:hidden;display:block; }
#pADAI7aZfymdO7EXVd34klzyy4HJH4pp { position:relative;display:block; }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp { background-color: transparent; background-image: none; }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .row .container > .video-iframe-container { display: none; }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .row > .video-iframe-container { display: none; }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .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); }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp { border-width: 0; border-radius: 0; }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .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; }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .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; }#Ka1IDIcIQeVLskQx6qCTNNzSpk9AKGyq { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#K3eMMUsBTTsaui7AgkGvQU1T99916RZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC { position:relative;display:block; }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC { background-color: transparent; background-image: none; }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .row .container > .video-iframe-container { display: none; }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .row > .video-iframe-container { display: none; }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .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); }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC { border-width: 0; border-radius: 0; }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .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; }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .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:114.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; }#f99e1c8bef6cf356c80cea07a5c0b0c7 { 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:41.25rem;top:17.125rem;left:6.25rem;overflow:hidden;display:block; }
#fc0a706387f7c2dc63e812a0920c353c { 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:20rem;width:20rem;top:38.375rem;left:27.5rem;overflow:hidden;display:block; }
#g8347aa09cab91dd1bfa4b93bcf2a7b0 { 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:41.25rem;width:20rem;top:17.125rem;left:48.75rem;overflow:hidden;display:block; }
#a05b6caa92984948b78fda8646248ee5 { 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; }
#t1a83b708ddfa02bf730af1e1429b0ac { 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:20rem;width:41.25rem;top:59.625rem;left:27.4375rem;overflow:hidden;display:block; }
#o8a33dc5fc2690884d8955eb9ecb484b { 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; }
#a24ee31d57b9d1baa4f089400beb96c5 { color:#bfa586;display:block;width:67.436875rem;position:absolute;font-family:poppins;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; }
#f546f5c57e742747db73bafeb01107e2 { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;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; }
#ba25b1dd817894bfd6c0eac22007f1e5 { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:81.680774688719rem;left:6.25rem;height:27.5625rem;font-style:normal;display:block; }
#w70924ccd7bf5e6e5b4cf23a7f824fa5 { 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:21.25rem;width:21.25rem;top:83.808599472044rem;left:48.750003814698rem;overflow:hidden;display:block; }
#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { position:relative;display:block; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { background-color: transparent; background-image: none; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container > .video-iframe-container { display: none; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row > .video-iframe-container { display: none; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .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); }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { border-width: 0; border-radius: 0; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .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; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .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; }#GBlBTMZ3TrtcuqZm02ppswGubht1lRkz { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#zEOJinbeefAd2HSzyVaiIWFT2Wqe9Nwi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL { position:relative;display:block; }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL { background-color: transparent; background-image: none; }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .row .container > .video-iframe-container { display: none; }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .row > .video-iframe-container { display: none; }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .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); }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL { border-width: 0; border-radius: 0; }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .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; }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .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:114.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; }#d30fb168b6bb09bbccb486517a2fb2c8 { 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; }
#f0b5ec1776cfd263de25fab4a64df5e5 { box-sizing:content-box;height:9.375rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:46.875rem;left:40.694793701172rem;box-shadow: none;display:block; }
#fcbc51f4c68984efabcf09a85884960d { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.497909545899rem;left:42.686462402344rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7dcea6fc672c905a85177bbaef651ea { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.517707824707rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T28d161c84d9f30c1a366cde9958ba37 { color:#000000;display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998958587646rem;left:3.125rem;height:14.7rem;font-style:normal;display:block; }
#Ba00ed119701302bff2abe8410eb90ae { 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.447469711304rem;left:55.811634063721rem;overflow:hidden;display:block; }
#ae52f8317cbe8dd316b96a617706b40e { 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; }
#Dfe6ff6e360201f63582fda2229828dc { 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:41.8125rem;width:31.25rem;top:67.375rem;left:40.5625rem;overflow:hidden;display:block; }
#o8905b7a282f60368c9d2f40056f885e { color:#000000;display:block;width:27rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:61.0625rem;left:3.125rem;height:3.675rem;font-style:normal;display:block; }
#wb37eaea2566ac57bbbd4c2febfa8f7b { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:65.4375rem;left:3.1875rem;height:8.5rem;font-style:normal;display:block; }#wb37eaea2566ac57bbbd4c2febfa8f7b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wb37eaea2566ac57bbbd4c2febfa8f7b li:before{  }
#bd2df09fddcc3334a275856ab3a7031d { 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:17.748958587646rem;left:38.626041412354rem;overflow:hidden;display:block; }
#cdc26b434917e0881d391fd11942c8ac { 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:25.125rem;width:33.75rem;top:84.112501144406rem;left:3.125rem;overflow:hidden;display:block; }
#q5r66I9gK6SD4JO79NaCVupIEod3Io0H { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:80.6875rem;left:10.8125rem;height:1.8375rem;font-style:normal;display:block; }
#JkAsg86daN8JUXgTXTVIcSqHmXu7viX2 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:78.0625rem;left:10.8125rem;height:1.8375rem;font-style:normal;display:block; }
#XuBEzJwoZPCTvPIJTvIa5atg0KHxhRSD { position:absolute;display:block;z-index:15031;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:78.3125rem;left:7.5rem;overflow:hidden;display:block; }
#LKsQhqqwEbBUsv2ZHpC04wwRZUNGcLRl { position:absolute;display:block;z-index:15032;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:80.875rem;left:7.5rem;overflow:hidden;display:block; }
#R9M6rbshyEko0z6XCy0zLMFT5a3IxTL1 { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:75.4375rem;left:10.8125rem;height:1.8375rem;font-style:normal;display:block; }
#LoKdT6zKNbxDCZMJqAJ7MvCwN5SW5KC3 { position:absolute;display:block;z-index:15030;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.625rem;left:7.5rem;overflow:hidden;display:block; }
#IJD8Zk0nOcw28ra95qNvDcskInCO4Al4 { background-color:#bfa586;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:15035;text-align:center;text-align-last:center;top:75.375rem;left:4.875rem;display:block; }
#sQd7A0XoXnzhhK1dwgTdI8LzGAeRXS7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psOfHULQSTkEnx1bghZnbw33ZL3vkCOX { background-color:#bfa586;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:15036;text-align:center;text-align-last:center;top:78.0625rem;left:4.875rem;display:block; }
#BAtzQNS4CSMMdezBZwApxo7zlJAqblk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#riyzghQpZgJK3v4Mf9aH7BOO6z1trpb8 { background-color:#bfa586;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:15037;text-align:center;text-align-last:center;top:80.625rem;left:4.875rem;display:block; }
#o7ROn8eVa0rDswEhVXB1R5RuLW9DOTO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { position:relative;display:block; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { background-color: transparent; background-image: none; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container > .video-iframe-container { display: none; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row > .video-iframe-container { display: none; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .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); }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { border-width: 0; border-radius: 0; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .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; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .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; }#m4Tm6dNFTtiiz5KJdpHFQfpgm9AURWTO { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#uvqhpEDx1V8IaIS3CsyQreWiJyP9rTF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS { position:relative;display:block; }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS { background-color: transparent; background-image: none; }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .row .container > .video-iframe-container { display: none; }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .row > .video-iframe-container { display: none; }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .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); }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS { border-width: 0; border-radius: 0; }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .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; }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .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:109.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; }#c26edd46d43fad651d1736cb72bc6f8c { 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; }
#J23f56947c2dbd06bca8ab1486b2e903 { box-sizing:content-box;height:9.375rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:46.875rem;left:40.694793701172rem;box-shadow: none;display:block; }
#L3a0687b61a40343dae02f9189c4f57f { color:#ffffff;display:block;width:22.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.497924804688rem;left:42.686462402344rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V7f2247b078e6730cad143beb7b81039 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.517700195312rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eb870743cbc4936be882ce21c67e093f { color:#000000;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:12.8625rem;font-style:normal;display:block; }
#f449861cafdf47c7771979eb2ad17bcf { 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; }
#e467e7d2fe5e8a547ced17241bb91821 { color:#000000;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:59.515625rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#idc268cedbd812168c8585d2bef78c60 { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:62.120819091797rem;left:3.125rem;height:8.8125rem;font-style:normal;display:block; }#idc268cedbd812168c8585d2bef78c60 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#idc268cedbd812168c8585d2bef78c60 li:before{  }
#Mf3f1be58f8b1569ae4f9c59940f842d { 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:29.875rem;width:22.4375rem;top:73.96875rem;left:3.125rem;overflow:hidden;display:block; }
#c9bc13b2f4d1cc79566341f7c0a3e86f { 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:11.25rem;left:8.6947917938231rem;overflow:hidden;display:block; }
#addc06428dcf10f4402d0a66fb0286f0 { 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:29.9375rem;width:22.4375rem;top:73.9375rem;left:26.28125rem;overflow:hidden;display:block; }
#n40b73bc785aae692bcb6f02717457bc { 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:29.875rem;width:22.375rem;top:73.96875rem;left:49.569793701172rem;overflow:hidden;display:block; }
#clbItVTAyIhMzcQNrlhIDNPdTbwME65Z { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:69.0625rem;left:49.75rem;height:1.8375rem;font-style:normal;display:block; }
#tQEB0cqvx1TCoNCorTtMD19tXTsnJ55y { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:66.4375rem;left:49.75rem;height:1.8375rem;font-style:normal;display:block; }
#hZGOogumi2vW5NTRL1oKBwu19XlVpJM6 { position:absolute;display:block;z-index:15040;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:66.6875rem;left:46.4375rem;overflow:hidden;display:block; }
#VG4lEhm1JXzULTHmLJ1ozZwOQ32EXp5U { position:absolute;display:block;z-index:15041;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:69.25rem;left:46.4375rem;overflow:hidden;display:block; }
#FTXToc5W0OfXbNmKVXpWNETBI3OQh7h2 { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:63.8125rem;left:49.75rem;height:1.8375rem;font-style:normal;display:block; }
#JrPT9s8Hsw2vp0pJEgvL3eM6OEGuykz5 { position:absolute;display:block;z-index:15039;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:64rem;left:46.4375rem;overflow:hidden;display:block; }
#WmlDwpz5HqKP9gPEhqk4ohqdUTRTwcO8 { background-color:#bfa586;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:15044;text-align:center;text-align-last:center;top:63.75rem;left:43.8125rem;display:block; }
#KSp0FHJTJVRrTIhisFBWOZNswltDOG6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7bs6WvovGnD2NUVxPErUII79UpZkkAJ { background-color:#bfa586;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:15045;text-align:center;text-align-last:center;top:66.4375rem;left:43.8125rem;display:block; }
#S7qWznTLlXxe79F3T6XLCJWfxbhAsqoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3WUTkItbi8tD7OdyNNVhbbGCM1BiaDD { background-color:#bfa586;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:15046;text-align:center;text-align-last:center;top:69rem;left:43.8125rem;display:block; }
#UgyNq5I5IeHnAtTl3oAvuT4WR5WLn8uf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { position:relative;display:block; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { background-color: transparent; background-image: none; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container > .video-iframe-container { display: none; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row > .video-iframe-container { display: none; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .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); }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { border-width: 0; border-radius: 0; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .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; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .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; }#fGJzxSbWvvtbEqkePbhuGlXvztOeUT53 { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#cH868tkDT92t47lmkVPovFmuMy1qfQtX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ { position:relative;display:block; }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ { background-color: transparent; background-image: none; }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .row .container > .video-iframe-container { display: none; }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .row > .video-iframe-container { display: none; }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .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); }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ { border-width: 0; border-radius: 0; }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .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; }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .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:121.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sbae35c8de60327a37bdaede66fc5237 { 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; }
#a4c4ead09bd2d96a6531047a74e6dd33 { box-sizing:content-box;height:9.375rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:46.875rem;left:40.694793701172rem;box-shadow: none;display:block; }
#L42ef2804b37edf3d6bb871c8c69d8d2 { 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; }
#ccc1a79556ab7a6405c633adeb718ef7 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.517707824707rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u3a7b8fa6fb30d649829cb0104065972 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998915672303rem;left:3.1250019073486rem;height:14.7rem;font-style:normal;display:block; }
#ca502418f09a1f8cf0e459f7756ef60b { 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; }
#k28ec82a57330d32bba75c00d9282860 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:61.25rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#a304a65ac2182424c4fdaf7270726793 { color:#000000;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:63.514583587644rem;left:3.125rem;height:10.075rem;font-style:normal;display:block; }#a304a65ac2182424c4fdaf7270726793 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a304a65ac2182424c4fdaf7270726793 li:before{  }
#D57299fbeb7d842713a5b0b28f515ccb { 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:28.75rem;width:33.75rem;top:87.25rem;left:3.1875rem;overflow:hidden;display:block; }
#ef0a88f98b8370314d5e27b35dcfb430 { 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:48rem;width:31.25rem;top:67.9375rem;left:40.75rem;overflow:hidden;display:block; }
#yf179eb30fff329a3b63ecc45a575659 { 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:13.935416221619rem;left:45.561462402344rem;overflow:hidden;display:block; }
#FXTAhbrZLVH9pvv8oMvOJQIZVTJm4Pfi { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:81.875rem;left:10.9375rem;height:1.8375rem;font-style:normal;display:block; }
#KzGIx0wMcu2X78l00VbsKT1Hz084XzCB { color:#000000;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:79.25rem;left:10.9375rem;height:1.8375rem;font-style:normal;display:block; }
#AvdRmyyAq6fg2AcaD74hdXfn80qVXI9r { position:absolute;display:block;z-index:15049;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.5rem;left:7.625rem;overflow:hidden;display:block; }
#ICXfb4I3kIchnxqzhkIwOlJrDTxF6odT { position:absolute;display:block;z-index:15050;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:82.0625rem;left:7.625rem;overflow:hidden;display:block; }
#Kzuc9Ee3HTgKC6UME9GGJElhxlBQlsoI { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:76.625rem;left:10.9375rem;height:1.8375rem;font-style:normal;display:block; }
#xbkr7RdZW4UNBP1KrJNIN7TTbrnCFoyE { position:absolute;display:block;z-index:15048;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.8125rem;left:7.625rem;overflow:hidden;display:block; }
#waxgVa1LN6o47pxUIWSrpkMBxaHQTkbT { background-color:#bfa586;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:15053;text-align:center;text-align-last:center;top:76.5625rem;left:5rem;display:block; }
#tC1SRpbm8ftl6Vzod1hS850xqGZDCiXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fK62UqGuccd2sgN2TrTXrqRETtRtWu4f { background-color:#bfa586;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:15054;text-align:center;text-align-last:center;top:79.25rem;left:5rem;display:block; }
#FDx5ReSmJe5lBMpzTWoAqBtN1roorAAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uxdf9AghspCfN5fbo2P4RgvD631TTQ8k { background-color:#bfa586;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:15055;text-align:center;text-align-last:center;top:81.8125rem;left:5rem;display:block; }
#sXng8tTTFCmGsGvEQ4CQANRzasQSFALP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { position:relative;display:block; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { background-color: transparent; background-image: none; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container > .video-iframe-container { display: none; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row > .video-iframe-container { display: none; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .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); }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { border-width: 0; border-radius: 0; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .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; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .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; }#qO1A2OECnkd4UoV41ZLSDP24TufIZ5fW { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#XSflDBVZRJT7u2Inn2hs0S6mlmLh1ezw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o { position:relative;display:block; }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o { background-color: transparent; background-image: none; }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .row .container > .video-iframe-container { display: none; }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .row > .video-iframe-container { display: none; }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .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); }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o { border-width: 0; border-radius: 0; }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .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; }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .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.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U11e84977962426072e447be4e2fe79b { 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; }
#H752060b1684746953036e2df1db69bf { box-sizing:content-box;height:9.375rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:46.875rem;left:40.694793701172rem;box-shadow: none;display:block; }
#e814e082366c8ffd38c2079e873e144b { 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; }
#c6e8bc7cb27f7661bf92b6a4d1f37d03 { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.517700195312rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5c00791bc4e29161e70e3f9e99b47db { color:#000000;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:14.7rem;font-style:normal;display:block; }
#c746920daa1e7912d268f2c0b0d31903 { 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; }
#T8228c6296da95de9a38f331d68d386e { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:60.625rem;left:3.1875rem;height:1.8375rem;font-style:normal;display:block; }
#haeca9132da65c2f2fdbf59e4afa4c14 { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:62.8125rem;left:3.125rem;height:8.8125rem;font-style:normal;display:block; }#haeca9132da65c2f2fdbf59e4afa4c14 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#haeca9132da65c2f2fdbf59e4afa4c14 li:before{  }
#rb941d370283c4ebe56207d83d33c82b { 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:11.686458587646rem;left:17.820831298828rem;overflow:hidden;display:block; }
#d7fd615e75a27384dba5ac3f510e01b8 { 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.625rem;width:31.25rem;top:65.5625rem;left:40.694793701172rem;overflow:hidden;display:block; }
#O5d0397c3db892f62885e6c47fc2e60c { 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:23.4375rem;width:33.75rem;top:82.6875rem;left:3.125rem;overflow:hidden;display:block; }
#SszNXqOyQ4sUltZWJG1STwsozNeOQLgJ { background-color:#bfa586;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:15044;text-align:center;text-align-last:center;top:73.4375rem;left:4.75rem;display:block; }
#xAy8GphcE0DU5b6RzfJQVmoxns1gIlW8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oxziQJAbBpCMwuEvBhAcqTpu5V47AtA4 { position:absolute;display:block;z-index:15040;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.375rem;left:7.375rem;overflow:hidden;display:block; }
#rxS7A2V3I95DcEcA7WtizxHnd3m8DZIt { position:absolute;display:block;z-index:15039;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.6875rem;left:7.375rem;overflow:hidden;display:block; }
#VvD9VRMkndbFMGyIDMNZsApk6SvGnyEp { background-color:#bfa586;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:15045;text-align:center;text-align-last:center;top:76.125rem;left:4.75rem;display:block; }
#Gyi35Cba79u49zKZyW6ydGTEN0g3ldKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GR63zesHFPfDpMk4JMpZxsk3oDU5rokT { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:76.125rem;left:10.6875rem;height:1.8375rem;font-style:normal;display:block; }
#un0hGmxxkWEiIoylRUWlAuTgfJv3m9ts { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:73.5rem;left:10.6875rem;height:1.8375rem;font-style:normal;display:block; }
#kT9sfCgd17Etwb9wDGO0BkaberJFSvCi { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:78.75rem;left:10.6875rem;height:1.8375rem;font-style:normal;display:block; }
#B8GEzWLFhTdE8GeDKRNRUvzNoTVorxe4 { position:absolute;display:block;z-index:15041;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:78.9375rem;left:7.375rem;overflow:hidden;display:block; }
#UiqgVqDyBoRXPfrP6W2TWzuZp64wTDm2 { background-color:#bfa586;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:15046;text-align:center;text-align-last:center;top:78.6875rem;left:4.75rem;display:block; }
#DrnnMxPLTEWUVAPKTH3xwpULdNVwiS41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:#bfa586;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:poppins;font-size:1.0625rem;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; }
#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 { position:relative;display:block; }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 { background-color: transparent; background-image: none; }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .row .container > .video-iframe-container { display: none; }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .row > .video-iframe-container { display: none; }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .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); }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 { border-width: 0; border-radius: 0; }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .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; }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .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:124.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; }#m2db982d63476537ce95d99ce32a5502 { 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; }
#a05a1f7e6c7961ae6e6819b371f263ea { box-sizing:content-box;height:9.375rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:46.875rem;left:40.694793701172rem;box-shadow: none;display:block; }
#Ka8c11d6e9b302d774bb0fd96ebdb392 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.497909545899rem;left:42.686462402344rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f2425d6a291c3dc6af76ee5f52c4c0a7 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.517700195312rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d78343a26da265113e00f59c552cbcea { color:#000000;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:14.7rem;font-style:normal;display:block; }
#b1cf0d0956ae297926da3f19c0ee9f3f { 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:17rem;width:19.0625rem;top:36.447469711304rem;left:55.811634063721rem;overflow:hidden;display:block; }
#d82543732bcb592345fd8dbf63a96b0b { 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; }
#lde26d0990ba2389b49eae597f7cff0d { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:62.5rem;left:3.1875rem;height:1.8375rem;font-style:normal;display:block; }
#Qea88978d676be8be4b6386f8c1e80b1 { color:#000000;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:64.6875rem;left:3.125rem;height:16.3625rem;font-style:normal;display:block; }#Qea88978d676be8be4b6386f8c1e80b1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qea88978d676be8be4b6386f8c1e80b1 li:before{  }
#Db80637362134d3cf9a6cef3db40c27f { 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:3.6864585876465rem;left:64.686462402344rem;overflow:hidden;display:block; }
#T6c166c44357ce9acb2ea5516a8eeed1 { 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:20.3125rem;width:31.25rem;top:64.6875rem;left:40.6875rem;overflow:hidden;display:block; }
#B911d569a85c9a7631256425173b735c { 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:23.4375rem;width:33.75rem;top:98.5rem;left:3.125rem;overflow:hidden;display:block; }
#e1233956d73496d16b58e98eaf6dd918 { 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:27.873958587646rem;left:18.813541412354rem;overflow:hidden;display:block; }
#D3fb85ccf0b17b183b1489d59fcf2663 { 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:36.25rem;width:31.25rem;top:85.625rem;left:40.6875rem;overflow:hidden;display:block; }
#eOcIDLdMTTOdrLceR74LUeR0zAAtH2Bf { position:absolute;display:block;z-index:15040;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:86.1875rem;left:7.25rem;overflow:hidden;display:block; }
#k6pQJ53WgTAucoUdXXmuZV4n6KX4SArr { position:absolute;display:block;z-index:15039;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:83.5rem;left:7.25rem;overflow:hidden;display:block; }
#ke0V7eiHVBLmIuTeJ1SUPqcHk4iZ6hLI { background-color:#bfa586;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:15044;text-align:center;text-align-last:center;top:83.25rem;left:4.625rem;display:block; }
#xecOzttqJ6FLTVxTQaLJTmE0bAmDTr4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGhywb3ywbtTifgRMWI5vOyHb07GEigu { background-color:#bfa586;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:15045;text-align:center;text-align-last:center;top:85.9375rem;left:4.625rem;display:block; }
#ELkNA56WMLvOTteTz5h7MT0KTPc44tCi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhCZAgM9QN1Il6fGCeHIyFSm6MX1gU3N { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:88.5625rem;left:10.5625rem;height:1.8375rem;font-style:normal;display:block; }
#ZkrmrPvF98qpy5THs73vruLJP0G6Qms5 { color:#000000;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:85.9375rem;left:10.5625rem;height:1.8375rem;font-style:normal;display:block; }
#lHCrtLGNS5smg4kumN2FrCOLK9quslq5 { position:absolute;display:block;z-index:15041;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:88.75rem;left:7.25rem;overflow:hidden;display:block; }
#sooVMGDs0H55D9As1Qm10KJw3OxBCeVb { color:#000000;display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:83.3125rem;left:10.5625rem;height:1.8375rem;font-style:normal;display:block; }
#lOfrdgS10JsWXKC4VmCzgmnhaCMm5CMv { background-color:#bfa586;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:15046;text-align:center;text-align-last:center;top:88.5rem;left:4.625rem;display:block; }
#TolsnxzpyF16ygis9x51GGzQPMR5zlqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tc73CXmNVTvrZe0GzVF8KnAtMm4pX4d0 { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:91.1875rem;left:10.5625rem;height:1.8375rem;font-style:normal;display:block; }
#G6rfTt77TzqJplRw1pToMbN06Cb95aMG { position:absolute;display:block;z-index:15044;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:91.375rem;left:7.25rem;overflow:hidden;display:block; }
#sGSZT15Du1B3LouChTgaWAb2nRxg1gLX { background-color:#bfa586;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:15049;text-align:center;text-align-last:center;top:91.125rem;left:4.625rem;display:block; }
#XliUWnXe4eadSOPekXcqp4TWorVKAICF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZT7s4TWHMP6IMvp9nXtCn1dzWZbO7hg { color:#000000;display:block;width:9.4364375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:93.8125rem;left:10.5625rem;height:1.8375rem;font-style:normal;display:block; }
#LgUF3UqOrOKO2ZbSMwt2NWoauQdiX53m { position:absolute;display:block;z-index:15047;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:94rem;left:7.25rem;overflow:hidden;display:block; }
#FOVguJkkIPQ2xlymZGKiWr5mnF9KvP1W { background-color:#bfa586;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:15052;text-align:center;text-align-last:center;top:93.75rem;left:4.625rem;display:block; }
#a1hFcQ3oLAlvB6ZhGT6TFA8LKCpUqhQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { position:relative;display:block; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { background-color: transparent; background-image: none; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container > .video-iframe-container { display: none; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row > .video-iframe-container { display: none; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .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); }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { border-width: 0; border-radius: 0; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .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; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .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; }#Q61vstJ0MMfXUZI46caCykGxkXJO5TSf { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#rB4DncWMVWCJeQGxByVSVIxdasXgVe7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg { position:relative;display:block; }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg { background-color: transparent; background-image: none; }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .row .container > .video-iframe-container { display: none; }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .row > .video-iframe-container { display: none; }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .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); }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg { border-width: 0; border-radius: 0; }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .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; }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .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:88.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; }#Q0a0678cad4196f34e83b8349e84485c { 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; }
#c1506060ece344ed9a4606b668007888 { box-sizing:content-box;height:8.8125rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#bfa586;background-image:none;top:45rem;left:40.694793701172rem;box-shadow: none;display:block; }
#Q47ef3c06295502ba5c911c639adcff9 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48.060409545899rem;left:42.686462402344rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q36aeaf277c379bfbd78f7bfbf916165 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.017715454101rem;left:42.686462402344rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y5e31f4f3914b1977b333f3917fad4e4 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998962402344rem;left:3.125rem;height:3.675rem;font-style:normal;display:block; }
#dc090bc9c12c74f404c501b0e8ce38aa { 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:17rem;width:19.0625rem;top:34.581249237061rem;left:55.9375rem;overflow:hidden;display:block; }
#N7fd8f2b8f8b8fe5d6c9de8fe23d457f { 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:51.018753051757rem;left:62.498962402344rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ebb93a4635b9859afa8e2fc80ae54908 { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:50.4375rem;left:3.125rem;height:22.05rem;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; }
#abe804d6c0f0687c4ee4559aafd388ff { 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:28.75rem;width:31.25rem;top:54.4375rem;left:40.694793701172rem;overflow:hidden;display:block; }
#g91ad108f6aafcf1d5de2ee16b5baf32 { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:84.081249237062rem;left:39.9375rem;height:1.225rem;font-style:normal;display:block; }
#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f { position:relative;display:block; }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f { background-color: transparent; background-image: none; }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .row .container > .video-iframe-container { display: none; }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .row > .video-iframe-container { display: none; }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .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); }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f { border-width: 0; border-radius: 0; }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .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; }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .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; }#aG7llaVnPiKGpLTSbmTZ0hrKGAkKlJnp { background-color:#bfa586;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:poppins;font-size:1.0625rem;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; }
#u7Xg03LTirowriAGHGhdmNWO8ZZa7CnX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro { position:relative;display:block; }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro { background-color: transparent; background-image: none; }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .row .container > .video-iframe-container { display: none; }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .row > .video-iframe-container { display: none; }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .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); }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro { border-width: 0; border-radius: 0; }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .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; }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .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:40.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; }#b45c17660b7c7d146ea60a42030fc395 { color:#162918;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:4.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.3729162216186rem;left:3.125rem;height:13.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2XcEmuO1TePGm9RXRaNCTO77ESlBWSg { 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:19.3125rem;width:21.6875rem;top:13.09375rem;left:24.20171901528rem;overflow:hidden;display:block; }
#RuTHIuun9ZazPcxMPUse3okRX3heEL1v { color:#000000;display:block;width:32.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:28.181251525879rem;left:3.125rem;height:9.45rem;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; }
#LBLZ35RJEEuvtKEveIO39CTahowNhlLT { 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:37.625rem;width:32.375rem;top:1.5rem;left:38.462890625rem;overflow:hidden;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:#bfa586;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:poppins;font-size:1.0625rem;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:13.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.adaptive-delivery-prevent-bg, #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.lazyload, #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.lazyloading { background-image: none; }#Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:3.875rem;left:54.25rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { color:#000000;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:3.875rem;left:32.625rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lg1yJT50TQdTpDTJPcHpETo2kxMEIBv6 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:3.875rem;left:42.0625rem;height:5.625rem;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:4.625rem;width:27.5625rem;top:3.9375rem;left:3.125rem;overflow:hidden;display:block; }
#c8782e574f68e83110218e3302fb4cb6.widget-smartsection { position:relative;display:block; } #c8782e574f68e83110218e3302fb4cb6.widget-smartsection *:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="text"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="email"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="tel"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection textarea:focus-visible { outline: none; } #KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw { background-color: transparent; background-image: none; }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .row .container > .video-iframe-container { display: none; }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .row > .video-iframe-container { display: none; }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .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); }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw { border-width: 0; border-radius: 0; }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .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; }#KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .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:"open sans";font-size:1.0625rem;font-weight:300;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:1.0625rem;left:0rem;width:24.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio { display:block; }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wy360372ttA3aGxGvieibtgedysOqnDn { display:block; }#wy360372ttA3aGxGvieibtgedysOqnDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe4fca421ed80173369b697f8ab5e4c4 { top:1.875rem;left:0rem;width:33.4375rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 { display:block; }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d30068274d6919e2a2ef010d45b689bc { top:3.125rem;left:0rem;width:45rem;height:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65da5591f01687b286f935672ccd396 { top:15.9375rem;left:0rem;width:45rem;height:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb866736e5faf8803f70225c62188e3f { top:3.125rem;left:27.75rem;width:20rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad8e3c97eb2ed7b5de4436425a48ac04 { top:42.375rem;left:27.75rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT5xweoiwTStOMl0nKPqNRyA9nchTUUy { top:3.125rem;left:27.75rem;width:20rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znHDqe5RCTBcbDylD4z7WkgutTNJdFyz { display:block; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c220adfdc120af5c8687ccd76ab6d2a7 { top:3.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e67355e0b3b3174683249b27dd7ec699 { top:40.125rem;left:8.875rem;width:30rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1f9af82255451a488c7f57be16235e { top:54rem;left:0.1875rem;width:47.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpt1ws5IRXLhxQau13ReFbgSTytqDBi { top:14.3125rem;left:26rem;width:21.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJCuhlGUp2Lc1PDkszVPi2BTZyyaXrxx { top:6.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #du3ofaXl6pD66q1cDrnuizyzHxwSc7Cc { top:19.3125rem;left:1.78125rem;width:37.0625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh { display:block; }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9a86d55ea917504f6f7a9042fedf624 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfd0ee7594d75349c31702aa4ba1f9aa { top:47.5rem;left:16.5rem;width:31.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s36a3823fd4d0b4ae3b2c31a9f69934a { top:50.875rem;left:26.3125rem;width:21.4375rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i373ab32f884416b20899f0c1ef7f055 { top:49.125rem;left:29.061462402344rem;width:16rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2cf49b94132a4eaf325ef10475c72cf { top:44.9375rem;left:0rem;width:34.25rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y549bb35df6672db7dbb2483837be1a4 { top:36.4375rem;left:28.5625rem;width:19.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcac8c3608bf8c1810613e44ad8a5e64 { top:53.4375rem;left:40.4375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z624b9a6e89c91548793386e30690856 { top:71.25rem;left:16.5rem;width:31.25rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1261441f15232567f7168e6cb474451 { top:85.6875rem;left:0rem;width:33.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bb8094b0b3cd880985c39ccbb66284 { top:76.375rem;left:0rem;width:2.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8b2d398496563c32c733e432d52ee4e { top:76.25rem;left:0rem;width:10.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50371fdcd5f7960012b9e5ca6212359 { top:61.3125rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae61817982448bdf2b69d5fe8e0647b5 { top:63.4375rem;left:0rem;width:33.75rem;height:10.375rem;font-size:1rem;display:block; }#ae61817982448bdf2b69d5fe8e0647b5 li:before{  }
 }@media only screen and (max-width: 763px) { #e669ad4a1603384a62313af393d33136 { top:17.875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP5ssLCnG1sB9C4qoKduJW1oTyxUVd3t { width:2rem;height:2rem;top:76.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzldtgFq6W13ZsM1aL7pI2O2orXRUxdF { display:block; }
 }@media only screen and (max-width: 763px) { #RPJ0cBN5efiS3UFZw597byqDeSgGVpyR { width:2rem;height:2rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbE14iylaqir8IZbSgx3rkPWoFmXMTXA { display:block; }
 }@media only screen and (max-width: 763px) { #xIiWdFu4Ttv6wD5H0SOfflsSC4oqncTg { width:2rem;height:2rem;top:81.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaF9hBU2U6esBCK7rixAmlnfPgd8T8Ix { display:block; }
 }@media only screen and (max-width: 763px) { #VkwzGmTzHhXb7IpRF2s9mDeasQhsX1Jd { top:78.75rem;left:0rem;width:10.375rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqd8eagcLvc1kvCXigILPHax6g6WvTCu { top:81.375rem;left:0rem;width:10.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rno5NEN91JnXs7TGVTDzltnzixMm5e { top:79rem;left:0rem;width:2.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S696E4wAyMdXoHZBJVTny44g0zgXMfMz { top:81.5625rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { display:block; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiSN4ta9NZlmUAgsS5NSix72f287NVTM { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbbehnEEFTC6cSqJQPFFcpfNCiX9fSX { display:block; }
 }@media only screen and (max-width: 763px) { #I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR { display:block; }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D70ff78345997b6b86389c9968ab8f93 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd051b29bee5c9a309771d95a5484f3f { top:46.875rem;left:16.5rem;width:31.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #db94f0f5b6b2268a568ffa9638892684 { 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) { #bd6d613467431ea531376d1c91148fd9 { top:48.5rem;left:29.061462402344rem;width:16.6875rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H560e9fbd7f1506e51860d28b6311b9d { top:44.9375rem;left:0rem;width:32.625rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad934c41fc9654925be97f6105611dcd { top:36.4375rem;left:28.5625rem;width:19.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h831d81823994548be23da2908273196 { 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) { #Fce80eecce2fd1c87fccf8699a6297bd { top:71.9375rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c954bd27ffb1d56b116541d1c72c7031 { top:76.9375rem;left:0rem;width:33.75rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3325bcaefdac927c3bf7d21643b0c16 { top:60.875rem;left:37.905212402344rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c17f0deb1f0b386b3aa5e817932e7c68 { top:60.75rem;left:38.375rem;width:9.375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P66ff1f2b9f56fda1339ca868e6d1405 { top:61.875rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0f1d4f7560ba4cf235458e7a1963fda { top:63.875rem;left:0rem;width:35.375rem;height:8.8125rem;font-size:1rem;display:block; }#I0f1d4f7560ba4cf235458e7a1963fda li:before{  }
 }@media only screen and (max-width: 763px) { #a2d1f9140183a82f9cb822cb2df6d152 { top:13.75rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE1Xv04XvCZ42A02oAxTTZ2KWqNntDXg { width:2rem;height:2rem;top:60.6875rem;left:35.280212402344rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0p1e5BezxV7vZHNsbe5PGkK5vTAosG { display:block; }
 }@media only screen and (max-width: 763px) { #BflOhII7QHoIgci0BmsGqth7vLLzBiNL { width:2rem;height:2rem;top:63.3125rem;left:35.280212402344rem;display:block; }
 }@media only screen and (max-width: 763px) { #syutmpU9upqgdHd0r51Mzl9wkDtnxboP { display:block; }
 }@media only screen and (max-width: 763px) { #Ka4bdhOfwzpgf06uE99AOzFHNTfKobP4 { width:2rem;height:2rem;top:65.875rem;left:35.280212402344rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMXFsQ1PtR4LOFu7KDGZdD9NrlabEFVM { display:block; }
 }@media only screen and (max-width: 763px) { #fLglFJJJrO2nDzemZP304ZhxfKtDmEzL { top:63.5625rem;left:37.905212402344rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGMXO9xdl7Be4TTi1rCSt6gvNZWg40ii { top:63.3125rem;left:38.375rem;width:9.375rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELX56MJZIc5C9XTdX7dkoTsTsRBH9LQ7 { top:66rem;left:38.375rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcBlRt98lqUFpw1lT17EbAaZBL6ExHEQ { top:66.125rem;left:37.905212402344rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUWRWvV7biowiTqZRN47SyCHBRutDpXa { display:block; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtaWQ8T5ZadgIZKTbfIUhtiIcfkmW1Vu { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJMRVL0nlvPnD2z3TmVrVKMQXdLaA99i { display:block; }
 }@media only screen and (max-width: 763px) { #TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai { display:block; }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbab0461f44afca38e03dab45a9ac53c { top:3.125rem;left:0rem;width:47.75rem;height:27.738409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2c3d551a2fa510d285d694f0a4d550f { top:43.6875rem;left:16.5rem;width:31.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13f86ba7db784e3993f55c279b54ad3 { top:47.5625rem;left:27.9375rem;width:19.8125rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9d3ae3041f6826f7783e35388dc759b { top:45.3125rem;left:28.998962402344rem;width:16rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd47b66dd4f11332a25d24c2ce060db9 { top:44.9375rem;left:0rem;width:34.6875rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3d0e8c570ffe49c2d4f2fb46fad3b1b { top:50.25rem;left:40.4375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3882738918453acc2de961b0b11a25c { top:56.25rem;left:0rem;width:34.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7d8470f566159700ba04a6d87ab4e58 { top:58.4375rem;left:0rem;width:33.125rem;height:10.0625rem;font-size:1rem;display:block; }#n7d8470f566159700ba04a6d87ab4e58 li:before{  }
 }@media only screen and (max-width: 763px) { #e4961445ef6e8594e8cce4b8fd7e0cf1 { top:53.6875rem;left:16.5rem;width:31.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb45d834cf8db36178abdd6ebce386f2 { top:14.5625rem;left:41.195831298828rem;width:2.6875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG2hP2tiZTBZFUbQalmPAALzXSiLH0R9 { width:2rem;height:2rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmCO4ufMop7mzzmP03NlWV4v0rUHeuvI { display:block; }
 }@media only screen and (max-width: 763px) { #g4yzSwy33oiL80L9yynb5Egrxg8qN0MV { top:70.1875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD8KMHQKaC7lsQz6FWznPcTQHRLuu2GM { width:2rem;height:2rem;top:72.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyPmZdse3g413JbH3v5oMd6Wc1864hyp { display:block; }
 }@media only screen and (max-width: 763px) { #D8MpE96nMtn3H9ICxo5l0eLL17AWcAai { top:72.875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvVvOeeQqkt8siKyrp9qv1PXfxAvJGU { top:70rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9yTC0hdqNTeyTGSfe5HBJbC9VTix4Jt { top:72.625rem;left:0rem;width:19.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNZnwkvu4vqPGxgJcgxfbbNpxU2OvZDH { width:2rem;height:2rem;top:75.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESge3Wg1BR4HJ5f8xG7tNbJTkzmaMr6L { display:block; }
 }@media only screen and (max-width: 763px) { #oydqARmOWvwV7JlJiq9pp9FUn70DSP3A { top:75.25rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3AwDcplnhVGMzBqnWZNVvopoe06mXz9 { top:75.4375rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADAI7aZfymdO7EXVd34klzyy4HJH4pp { display:block; }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ka1IDIcIQeVLskQx6qCTNNzSpk9AKGyq { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3eMMUsBTTsaui7AgkGvQU1T99916RZa { display:block; }
 }@media only screen and (max-width: 763px) { #u0i7gTUTbE8doR2TiDfgLzcfNosFKquC { display:block; }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f99e1c8bef6cf356c80cea07a5c0b0c7 { top:17.125rem;left:0rem;width:41.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc0a706387f7c2dc63e812a0920c353c { top:38.375rem;left:13.875rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8347aa09cab91dd1bfa4b93bcf2a7b0 { top:17.125rem;left:27.75rem;width:20rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a05b6caa92984948b78fda8646248ee5 { top:38.375rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1a83b708ddfa02bf730af1e1429b0ac { top:59.625rem;left:6.5rem;width:41.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8a33dc5fc2690884d8955eb9ecb484b { top:59.625rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24ee31d57b9d1baa4f089400beb96c5 { top:5.5rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f546f5c57e742747db73bafeb01107e2 { top:1.875rem;left:1.25rem;width:45rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba25b1dd817894bfd6c0eac22007f1e5 { top:81.625rem;left:0rem;width:41.25rem;height:27.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w70924ccd7bf5e6e5b4cf23a7f824fa5 { top:83.75rem;left:24.4375rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { display:block; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBlBTMZ3TrtcuqZm02ppswGubht1lRkz { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEOJinbeefAd2HSzyVaiIWFT2Wqe9Nwi { display:block; }
 }@media only screen and (max-width: 763px) { #lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL { display:block; }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d30fb168b6bb09bbccb486517a2fb2c8 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0b5ec1776cfd263de25fab4a64df5e5 { top:46.875rem;left:16.5rem;width:31.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcbc51f4c68984efabcf09a85884960d { top:50.4375rem;left:26.0625rem;width:21.6875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7dcea6fc672c905a85177bbaef651ea { top:48.5rem;left:29.061462402344rem;width:15.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28d161c84d9f30c1a366cde9958ba37 { top:44.9375rem;left:0rem;width:34.25rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba00ed119701302bff2abe8410eb90ae { top:36.4375rem;left:28.5625rem;width:19.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae52f8317cbe8dd316b96a617706b40e { 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) { #Dfe6ff6e360201f63582fda2229828dc { top:67.375rem;left:16.5rem;width:31.25rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8905b7a282f60368c9d2f40056f885e { top:61.0625rem;left:0rem;width:27rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb37eaea2566ac57bbbd4c2febfa8f7b { top:65.4375rem;left:0rem;width:33.6875rem;height:8.5rem;font-size:1rem;display:block; }#wb37eaea2566ac57bbbd4c2febfa8f7b li:before{  }
 }@media only screen and (max-width: 763px) { #bd2df09fddcc3334a275856ab3a7031d { top:17.6875rem;left:25.001041412354rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdc26b434917e0881d391fd11942c8ac { top:84.0625rem;left:0rem;width:33.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5r66I9gK6SD4JO79NaCVupIEod3Io0H { top:80.6875rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkAsg86daN8JUXgTXTVIcSqHmXu7viX2 { top:78.0625rem;left:0rem;width:19.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuBEzJwoZPCTvPIJTvIa5atg0KHxhRSD { top:78.3125rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKsQhqqwEbBUsv2ZHpC04wwRZUNGcLRl { top:80.875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9M6rbshyEko0z6XCy0zLMFT5a3IxTL1 { top:75.4375rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoKdT6zKNbxDCZMJqAJ7MvCwN5SW5KC3 { top:75.625rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJD8Zk0nOcw28ra95qNvDcskInCO4Al4 { width:2rem;height:2rem;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQd7A0XoXnzhhK1dwgTdI8LzGAeRXS7c { display:block; }
 }@media only screen and (max-width: 763px) { #psOfHULQSTkEnx1bghZnbw33ZL3vkCOX { width:2rem;height:2rem;top:78.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAtzQNS4CSMMdezBZwApxo7zlJAqblk3 { display:block; }
 }@media only screen and (max-width: 763px) { #riyzghQpZgJK3v4Mf9aH7BOO6z1trpb8 { width:2rem;height:2rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ROn8eVa0rDswEhVXB1R5RuLW9DOTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { display:block; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4Tm6dNFTtiiz5KJdpHFQfpgm9AURWTO { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvqhpEDx1V8IaIS3CsyQreWiJyP9rTF2 { display:block; }
 }@media only screen and (max-width: 763px) { #JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS { display:block; }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c26edd46d43fad651d1736cb72bc6f8c { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23f56947c2dbd06bca8ab1486b2e903 { top:46.875rem;left:16.5rem;width:31.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3a0687b61a40343dae02f9189c4f57f { top:50.4375rem;left:25rem;width:22.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7f2247b078e6730cad143beb7b81039 { top:48.5rem;left:29.061462402344rem;width:16.0625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb870743cbc4936be882ce21c67e093f { top:44.9375rem;left:0rem;width:34.875rem;height:12.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f449861cafdf47c7771979eb2ad17bcf { 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) { #e467e7d2fe5e8a547ced17241bb91821 { top:59.5rem;left:0rem;width:33rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idc268cedbd812168c8585d2bef78c60 { top:62.0625rem;left:0rem;width:36.8125rem;height:;font-size:1rem;display:block; }#idc268cedbd812168c8585d2bef78c60 li:before{  }
 }@media only screen and (max-width: 763px) { #Mf3f1be58f8b1569ae4f9c59940f842d { top:73.9375rem;left:0rem;width:22.4375rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bc13b2f4d1cc79566341f7c0a3e86f { top:11.25rem;left:0rem;width:2.6875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #addc06428dcf10f4402d0a66fb0286f0 { top:73.9375rem;left:12.65625rem;width:22.4375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n40b73bc785aae692bcb6f02717457bc { top:73.9375rem;left:25.375rem;width:22.375rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clbItVTAyIhMzcQNrlhIDNPdTbwME65Z { top:69.0625rem;left:30.25rem;width:17.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQEB0cqvx1TCoNCorTtMD19tXTsnJ55y { top:66.4375rem;left:28.6875rem;width:19.0625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZGOogumi2vW5NTRL1oKBwu19XlVpJM6 { top:66.6875rem;left:32.8125rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4lEhm1JXzULTHmLJ1ozZwOQ32EXp5U { top:69.25rem;left:32.8125rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTXToc5W0OfXbNmKVXpWNETBI3OQh7h2 { top:63.8125rem;left:36.125rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrPT9s8Hsw2vp0pJEgvL3eM6OEGuykz5 { top:64rem;left:32.8125rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmlDwpz5HqKP9gPEhqk4ohqdUTRTwcO8 { width:2rem;height:2rem;top:63.75rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSp0FHJTJVRrTIhisFBWOZNswltDOG6c { display:block; }
 }@media only screen and (max-width: 763px) { #L7bs6WvovGnD2NUVxPErUII79UpZkkAJ { width:2rem;height:2rem;top:66.4375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7qWznTLlXxe79F3T6XLCJWfxbhAsqoB { display:block; }
 }@media only screen and (max-width: 763px) { #Q3WUTkItbi8tD7OdyNNVhbbGCM1BiaDD { width:2rem;height:2rem;top:69rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyNq5I5IeHnAtTl3oAvuT4WR5WLn8uf { display:block; }
 }@media only screen and (max-width: 763px) { #TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { display:block; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGJzxSbWvvtbEqkePbhuGlXvztOeUT53 { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH868tkDT92t47lmkVPovFmuMy1qfQtX { display:block; }
 }@media only screen and (max-width: 763px) { #eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ { display:block; }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sbae35c8de60327a37bdaede66fc5237 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c4ead09bd2d96a6531047a74e6dd33 { top:46.875rem;left:16.5rem;width:31.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L42ef2804b37edf3d6bb871c8c69d8d2 { top:50.4375rem;left:27rem;width:20.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccc1a79556ab7a6405c633adeb718ef7 { top:48.5rem;left:29.061462402344rem;width:15.4375rem;height:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3a7b8fa6fb30d649829cb0104065972 { top:44.9375rem;left:0rem;width:33.75rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca502418f09a1f8cf0e459f7756ef60b { 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) { #k28ec82a57330d32bba75c00d9282860 { top:61.25rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a304a65ac2182424c4fdaf7270726793 { top:63.5rem;left:0rem;width:33.5rem;height:10.0625rem;font-size:1rem;display:block; }#a304a65ac2182424c4fdaf7270726793 li:before{  }
 }@media only screen and (max-width: 763px) { #D57299fbeb7d842713a5b0b28f515ccb { top:87.25rem;left:0rem;width:33.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef0a88f98b8370314d5e27b35dcfb430 { top:67.9375rem;left:16.5rem;width:31.25rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf179eb30fff329a3b63ecc45a575659 { top:13.875rem;left:31.936462402344rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTAhbrZLVH9pvv8oMvOJQIZVTJm4Pfi { top:81.875rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzGIx0wMcu2X78l00VbsKT1Hz084XzCB { top:79.25rem;left:0rem;width:17.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvdRmyyAq6fg2AcaD74hdXfn80qVXI9r { top:79.5rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICXfb4I3kIchnxqzhkIwOlJrDTxF6odT { top:82.0625rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzuc9Ee3HTgKC6UME9GGJElhxlBQlsoI { top:76.625rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbkr7RdZW4UNBP1KrJNIN7TTbrnCFoyE { top:76.8125rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #waxgVa1LN6o47pxUIWSrpkMBxaHQTkbT { width:2rem;height:2rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC1SRpbm8ftl6Vzod1hS850xqGZDCiXJ { display:block; }
 }@media only screen and (max-width: 763px) { #fK62UqGuccd2sgN2TrTXrqRETtRtWu4f { width:2rem;height:2rem;top:79.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDx5ReSmJe5lBMpzTWoAqBtN1roorAAg { display:block; }
 }@media only screen and (max-width: 763px) { #Uxdf9AghspCfN5fbo2P4RgvD631TTQ8k { width:2rem;height:2rem;top:81.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXng8tTTFCmGsGvEQ4CQANRzasQSFALP { display:block; }
 }@media only screen and (max-width: 763px) { #EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { display:block; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qO1A2OECnkd4UoV41ZLSDP24TufIZ5fW { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSflDBVZRJT7u2Inn2hs0S6mlmLh1ezw { display:block; }
 }@media only screen and (max-width: 763px) { #KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o { display:block; }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U11e84977962426072e447be4e2fe79b { top:3.125rem;left:0rem;width:47.75rem;height:27.777853881279rem;display:block; }
 }@media only screen and (max-width: 763px) { #H752060b1684746953036e2df1db69bf { top:46.875rem;left:16.5rem;width:31.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e814e082366c8ffd38c2079e873e144b { 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) { #c6e8bc7cb27f7661bf92b6a4d1f37d03 { top:48.5rem;left:29.061462402344rem;width:15.875rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5c00791bc4e29161e70e3f9e99b47db { top:44.9375rem;left:0rem;width:34.375rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c746920daa1e7912d268f2c0b0d31903 { 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) { #T8228c6296da95de9a38f331d68d386e { top:60.625rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haeca9132da65c2f2fdbf59e4afa4c14 { top:62.8125rem;left:0rem;width:34.5625rem;height:;font-size:1rem;display:block; }#haeca9132da65c2f2fdbf59e4afa4c14 li:before{  }
 }@media only screen and (max-width: 763px) { #rb941d370283c4ebe56207d83d33c82b { top:11.625rem;left:4.1958312988281rem;width:2.6875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7fd615e75a27384dba5ac3f510e01b8 { top:65.5625rem;left:16.5rem;width:31.25rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5d0397c3db892f62885e6c47fc2e60c { top:82.6875rem;left:0rem;width:33.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SszNXqOyQ4sUltZWJG1STwsozNeOQLgJ { width:2rem;height:2rem;top:73.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAy8GphcE0DU5b6RzfJQVmoxns1gIlW8 { display:block; }
 }@media only screen and (max-width: 763px) { #oxziQJAbBpCMwuEvBhAcqTpu5V47AtA4 { top:76.375rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxS7A2V3I95DcEcA7WtizxHnd3m8DZIt { top:73.6875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvD9VRMkndbFMGyIDMNZsApk6SvGnyEp { width:2rem;height:2rem;top:76.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyi35Cba79u49zKZyW6ydGTEN0g3ldKC { display:block; }
 }@media only screen and (max-width: 763px) { #GR63zesHFPfDpMk4JMpZxsk3oDU5rokT { top:76.125rem;left:0rem;width:19.0625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #un0hGmxxkWEiIoylRUWlAuTgfJv3m9ts { top:73.5rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT9sfCgd17Etwb9wDGO0BkaberJFSvCi { top:78.75rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8GEzWLFhTdE8GeDKRNRUvzNoTVorxe4 { top:78.9375rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiqgVqDyBoRXPfrP6W2TWzuZp64wTDm2 { width:2rem;height:2rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrnnMxPLTEWUVAPKTH3xwpULdNVwiS41 { 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) { #Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 { display:block; }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2db982d63476537ce95d99ce32a5502 { top:3.125rem;left:0rem;width:47.75rem;height:27.777853881279rem;display:block; }
 }@media only screen and (max-width: 763px) { #a05a1f7e6c7961ae6e6819b371f263ea { top:46.875rem;left:16.5rem;width:31.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka8c11d6e9b302d774bb0fd96ebdb392 { top:50.4375rem;left:25.0625rem;width:22.6875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2425d6a291c3dc6af76ee5f52c4c0a7 { top:48.5rem;left:29.061462402344rem;width:16.875rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d78343a26da265113e00f59c552cbcea { top:44.9375rem;left:0rem;width:34.375rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1cf0d0956ae297926da3f19c0ee9f3f { top:36.4375rem;left:28.5625rem;width:19.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #d82543732bcb592345fd8dbf63a96b0b { 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) { #lde26d0990ba2389b49eae597f7cff0d { top:62.5rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qea88978d676be8be4b6386f8c1e80b1 { top:64.6875rem;left:0rem;width:35.25rem;height:;font-size:1rem;display:block; }#Qea88978d676be8be4b6386f8c1e80b1 li:before{  }
 }@media only screen and (max-width: 763px) { #Db80637362134d3cf9a6cef3db40c27f { top:3.625rem;left:44.8125rem;width:2.6875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6c166c44357ce9acb2ea5516a8eeed1 { top:64.6875rem;left:16.5rem;width:31.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B911d569a85c9a7631256425173b735c { top:98.5rem;left:0rem;width:33.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1233956d73496d16b58e98eaf6dd918 { top:27.8125rem;left:5.1885414123535rem;width:2.6875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3fb85ccf0b17b183b1489d59fcf2663 { top:85.625rem;left:16.5rem;width:31.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOcIDLdMTTOdrLceR74LUeR0zAAtH2Bf { top:86.1875rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6pQJ53WgTAucoUdXXmuZV4n6KX4SArr { top:83.5rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke0V7eiHVBLmIuTeJ1SUPqcHk4iZ6hLI { width:2rem;height:2rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecOzttqJ6FLTVxTQaLJTmE0bAmDTr4B { display:block; }
 }@media only screen and (max-width: 763px) { #aGhywb3ywbtTifgRMWI5vOyHb07GEigu { width:2rem;height:2rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELkNA56WMLvOTteTz5h7MT0KTPc44tCi { display:block; }
 }@media only screen and (max-width: 763px) { #rhCZAgM9QN1Il6fGCeHIyFSm6MX1gU3N { top:88.5625rem;left:0rem;width:12.0625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkrmrPvF98qpy5THs73vruLJP0G6Qms5 { top:85.9375rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCrtLGNS5smg4kumN2FrCOLK9quslq5 { top:88.75rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sooVMGDs0H55D9As1Qm10KJw3OxBCeVb { top:83.3125rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfrdgS10JsWXKC4VmCzgmnhaCMm5CMv { width:2rem;height:2rem;top:88.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TolsnxzpyF16ygis9x51GGzQPMR5zlqA { display:block; }
 }@media only screen and (max-width: 763px) { #tc73CXmNVTvrZe0GzVF8KnAtMm4pX4d0 { top:91.1875rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6rfTt77TzqJplRw1pToMbN06Cb95aMG { top:91.375rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSZT15Du1B3LouChTgaWAb2nRxg1gLX { width:2rem;height:2rem;top:91.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XliUWnXe4eadSOPekXcqp4TWorVKAICF { display:block; }
 }@media only screen and (max-width: 763px) { #TZT7s4TWHMP6IMvp9nXtCn1dzWZbO7hg { top:93.8125rem;left:0rem;width:9.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgUF3UqOrOKO2ZbSMwt2NWoauQdiX53m { top:94rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVguJkkIPQ2xlymZGKiWr5mnF9KvP1W { width:2rem;height:2rem;top:93.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1hFcQ3oLAlvB6ZhGT6TFA8LKCpUqhQl { display:block; }
 }@media only screen and (max-width: 763px) { #XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { display:block; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q61vstJ0MMfXUZI46caCykGxkXJO5TSf { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4DncWMVWCJeQGxByVSVIxdasXgVe7R { display:block; }
 }@media only screen and (max-width: 763px) { #Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg { display:block; }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0a0678cad4196f34e83b8349e84485c { top:3.125rem;left:0rem;width:47.75rem;height:27.777853881279rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1506060ece344ed9a4606b668007888 { top:45rem;left:16.5rem;width:31.25rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q47ef3c06295502ba5c911c639adcff9 { top:48rem;left:25.0625rem;width:22.6875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q36aeaf277c379bfbd78f7bfbf916165 { top:46rem;left:29.061462402344rem;width:13.75rem;height:0;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5e31f4f3914b1977b333f3917fad4e4 { top:44.9375rem;left:0rem;width:34.375rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc090bc9c12c74f404c501b0e8ce38aa { top:34.5625rem;left:28.6875rem;width:19.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fd8f2b8f8b8fe5d6c9de8fe23d457f { top:51rem;left:40.4375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebb93a4635b9859afa8e2fc80ae54908 { top:50.4375rem;left:0rem;width:35.4375rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abe804d6c0f0687c4ee4559aafd388ff { top:54.4375rem;left:16.5rem;width:31.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g91ad108f6aafcf1d5de2ee16b5baf32 { top:84.0625rem;left:15.6875rem;width:32.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgI55sIFzSO2AOAlBur7mRT5SorAyM5f { display:block; }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG7llaVnPiKGpLTSbmTZ0hrKGAkKlJnp { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Xg03LTirowriAGHGhdmNWO8ZZa7CnX { display:block; }
 }@media only screen and (max-width: 763px) { #WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro { display:block; }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b45c17660b7c7d146ea60a42030fc395 { top:3.3125rem;left:0rem;width:30.6875rem;height:13.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XcEmuO1TePGm9RXRaNCTO77ESlBWSg { top:13.0625rem;left:10.57671901528rem;width:21.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuTHIuun9ZazPcxMPUse3okRX3heEL1v { top:28.125rem;left:0rem;width:32.125rem;height:9.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBLZ35RJEEuvtKEveIO39CTahowNhlLT { top:1.5rem;left:15.375rem;width:32.375rem;height:37.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:3.875rem;left:27.6875rem;width:18.9375rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { top:3.875rem;left:19rem;width:8.375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg1yJT50TQdTpDTJPcHpETo2kxMEIBv6 { top:3.875rem;left:28.4375rem;width:11.4375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { top:3.9375rem;left:0rem;width:27.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8782e574f68e83110218e3302fb4cb6.widget-smartsection { display:block; } #c8782e574f68e83110218e3302fb4cb6.widget-smartsection *:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="text"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="email"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="tel"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection textarea:focus-visible { outline: none; } #KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .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:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMTAhkDzBPRCOO6HLdb9Vyg2TkTOB8C2 { width:11.5625rem;height:3.4375rem;top:6.23589375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJZTeQtsDKTT618WaTkF60X6Hf0LCImT { display:block; }
 }@media only screen and (max-width: 763px) { #pPn6ru6CmDt2R9WkEXT6WQgCmM13mtaN { width:17.625rem;height:3.0625rem;top:1.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio { display:none; }#cwOU8ub7HLCfqN69wHSo0yKbF3FWZLio > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wy360372ttA3aGxGvieibtgedysOqnDn { display:block; }#wy360372ttA3aGxGvieibtgedysOqnDn { background-color: transparent; background-image: none; }#wy360372ttA3aGxGvieibtgedysOqnDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy360372ttA3aGxGvieibtgedysOqnDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy360372ttA3aGxGvieibtgedysOqnDn > .row .container > .video-iframe-container { display: none; }#wy360372ttA3aGxGvieibtgedysOqnDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy360372ttA3aGxGvieibtgedysOqnDn > .row > .video-iframe-container { display: none; }#wy360372ttA3aGxGvieibtgedysOqnDn > .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); }#wy360372ttA3aGxGvieibtgedysOqnDn { border-width: 0; border-radius: 0; }#wy360372ttA3aGxGvieibtgedysOqnDn > .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; }#wy360372ttA3aGxGvieibtgedysOqnDn > .row .container { width:20rem;height:43.5625rem;background-color:#19191a;background-image:url("https://images.assets-landingi.com/uc/0bf67986-81fa-4dfa-8129-356b29c53f54/SchuellerContur_LandingpageBilddaten_1200x720_01.crop_351x648_423,0.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#wy360372ttA3aGxGvieibtgedysOqnDn > .row .container.adaptive-delivery-prevent-bg, #wy360372ttA3aGxGvieibtgedysOqnDn > .row .container.lazyload, #wy360372ttA3aGxGvieibtgedysOqnDn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #fe4fca421ed80173369b697f8ab5e4c4 { width:19.5rem;height:20.3125rem;top:0.625rem;left:0.27015364188162rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 { display:block; }#pO9bxCeQ00n2GgqaTEBKrPfQ1iu5n1G6 > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d30068274d6919e2a2ef010d45b689bc { width:18.75rem;height:4.0625rem;top:1.875rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65da5591f01687b286f935672ccd396 { width:18.75rem;height:42.525rem;top:7.1853275299075rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb866736e5faf8803f70225c62188e3f { width:18.6875rem;height:29.9375rem;top:50.953125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad8e3c97eb2ed7b5de4436425a48ac04 { width:13.875rem;height:4.75rem;top:88.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT5xweoiwTStOMl0nKPqNRyA9nchTUUy { width:20rem;height:35.8125rem;top:50.953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znHDqe5RCTBcbDylD4z7WkgutTNJdFyz { display:block; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz { background-color: transparent; background-image: none; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row .container > .video-iframe-container { display: none; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row > .video-iframe-container { display: none; }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .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); }#znHDqe5RCTBcbDylD4z7WkgutTNJdFyz > .row .container { width:20rem;height:68.8125rem;background-color:#212121;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c220adfdc120af5c8687ccd76ab6d2a7 { width:20rem;height:3.15rem;top:2.0615234375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e67355e0b3b3174683249b27dd7ec699 { width:18.75rem;height:13.1625rem;top:45.652099609375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1f9af82255451a488c7f57be16235e { width:18.75rem;height:6.5625rem;top:60.748046875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpt1ws5IRXLhxQau13ReFbgSTytqDBi { width:20rem;height:17.8125rem;top:27.54062461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJCuhlGUp2Lc1PDkszVPi2BTZyyaXrxx { width:20rem;height:9.6rem;top:6.7099609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #du3ofaXl6pD66q1cDrnuizyzHxwSc7Cc { width:20rem;height:9.7041875rem;top:17.461458206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh { display:block; }#M6LcDkZGolsUTJTUvJUs2p9bRZ8eZEfh > .row .container { width:20rem;height:126.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9a86d55ea917504f6f7a9042fedf624 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfd0ee7594d75349c31702aa4ba1f9aa { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s36a3823fd4d0b4ae3b2c31a9f69934a { width:12.0625rem;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) { #i373ab32f884416b20899f0c1ef7f055 { 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) { #c2cf49b94132a4eaf325ef10475c72cf { width:18.3125rem;height:22.05rem;top:20.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y549bb35df6672db7dbb2483837be1a4 { width:18.4375rem;height:16.4375rem;top:73.328125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcac8c3608bf8c1810613e44ad8a5e64 { width:7.561875rem;height:1.4625rem;top:15.625rem;left:12.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z624b9a6e89c91548793386e30690856 { width:20rem;height:24.875rem;top:101.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1261441f15232567f7168e6cb474451 { width:18.75rem;height:13.4375rem;top:87.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bb8094b0b3cd880985c39ccbb66284 { width:2.625rem;height:1.4375rem;top:64.716667175294rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8b2d398496563c32c733e432d52ee4e { width:9.9375rem;height:1.8375rem;top:64.516666412356rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50371fdcd5f7960012b9e5ca6212359 { width:18.75rem;height:3.15rem;top:43.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae61817982448bdf2b69d5fe8e0647b5 { width:17.4375rem;height:13.5375rem;top:48.375rem;left:1.0625rem;font-size:1rem;display:block; }#ae61817982448bdf2b69d5fe8e0647b5 li:before{  }
 }@media only screen and (max-width: 763px) { #e669ad4a1603384a62313af393d33136 { width:2.1875rem;height:1.25rem;top:3.8489570617676rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP5ssLCnG1sB9C4qoKduJW1oTyxUVd3t { width:2rem;height:2rem;top:64.435417175294rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzldtgFq6W13ZsM1aL7pI2O2orXRUxdF { display:block; }
 }@media only screen and (max-width: 763px) { #RPJ0cBN5efiS3UFZw597byqDeSgGVpyR { width:2rem;height:2rem;top:67.060417175294rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbE14iylaqir8IZbSgx3rkPWoFmXMTXA { display:block; }
 }@media only screen and (max-width: 763px) { #xIiWdFu4Ttv6wD5H0SOfflsSC4oqncTg { width:2rem;height:2rem;top:69.685417175294rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaF9hBU2U6esBCK7rixAmlnfPgd8T8Ix { display:block; }
 }@media only screen and (max-width: 763px) { #VkwzGmTzHhXb7IpRF2s9mDeasQhsX1Jd { width:10.375rem;height:1.6625rem;top:67.141666412356rem;left:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqd8eagcLvc1kvCXigILPHax6g6WvTCu { width:10.375rem;height:1.8375rem;top:69.766666412356rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rno5NEN91JnXs7TGVTDzltnzixMm5e { width:2.5625rem;height:1.375rem;top:67.372917175294rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S696E4wAyMdXoHZBJVTny44g0zgXMfMz { width:2.6875rem;height:1.5rem;top:69.935417175294rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { display:block; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiSN4ta9NZlmUAgsS5NSix72f287NVTM { width:18.75rem;height:3.125rem;top:3.1250228881836rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbbehnEEFTC6cSqJQPFFcpfNCiX9fSX { display:block; }
 }@media only screen and (max-width: 763px) { #I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR { display:block; }#I4609maIGtw7P6p8AcgQbSxe2b8Dm4eR > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D70ff78345997b6b86389c9968ab8f93 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd051b29bee5c9a309771d95a5484f3f { width:20rem;height:7.125rem;top:11.623916625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #db94f0f5b6b2268a568ffa9638892684 { width:10.686875rem;height:2.6rem;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) { #bd6d613467431ea531376d1c91148fd9 { 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) { #H560e9fbd7f1506e51860d28b6311b9d { width:18.875rem;height:20.475rem;top:20rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad934c41fc9654925be97f6105611dcd { width:18.5rem;height:16.5rem;top:66.274999618531rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h831d81823994548be23da2908273196 { 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) { #Fce80eecce2fd1c87fccf8699a6297bd { width:18.75rem;height:18.75rem;top:79.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c954bd27ffb1d56b116541d1c72c7031 { width:20rem;height:15.4375rem;top:98.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3325bcaefdac927c3bf7d21643b0c16 { width:2.5625rem;height:1.375rem;top:58.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c17f0deb1f0b386b3aa5e817932e7c68 { width:11.75rem;height:1.8375rem;top:58.143749237061rem;left:7.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P66ff1f2b9f56fda1339ca868e6d1405 { width:18.75rem;height:3.15rem;top:41.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0f1d4f7560ba4cf235458e7a1963fda { width:19.0625rem;height:10.7375rem;top:45.4375rem;left:0.625rem;font-size:1rem;display:block; }#I0f1d4f7560ba4cf235458e7a1963fda li:before{  }
 }@media only screen and (max-width: 763px) { #a2d1f9140183a82f9cb822cb2df6d152 { width:2.25rem;height:1.25rem;top:2.6864585876465rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE1Xv04XvCZ42A02oAxTTZ2KWqNntDXg { width:2rem;height:2rem;top:58.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0p1e5BezxV7vZHNsbe5PGkK5vTAosG { display:block; }
 }@media only screen and (max-width: 763px) { #BflOhII7QHoIgci0BmsGqth7vLLzBiNL { width:2rem;height:2rem;top:60.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syutmpU9upqgdHd0r51Mzl9wkDtnxboP { display:block; }
 }@media only screen and (max-width: 763px) { #Ka4bdhOfwzpgf06uE99AOzFHNTfKobP4 { width:2rem;height:2rem;top:63.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMXFsQ1PtR4LOFu7KDGZdD9NrlabEFVM { display:block; }
 }@media only screen and (max-width: 763px) { #fLglFJJJrO2nDzemZP304ZhxfKtDmEzL { width:2.6875rem;height:1.5rem;top:60.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGMXO9xdl7Be4TTi1rCSt6gvNZWg40ii { width:12.0625rem;height:1.6625rem;top:60.856250762939rem;left:7.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELX56MJZIc5C9XTdX7dkoTsTsRBH9LQ7 { width:9.375rem;height:1.8375rem;top:63.393749237063rem;left:7.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcBlRt98lqUFpw1lT17EbAaZBL6ExHEQ { width:2.6875rem;height:1.5rem;top:63.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUWRWvV7biowiTqZRN47SyCHBRutDpXa { display:block; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtaWQ8T5ZadgIZKTbfIUhtiIcfkmW1Vu { width:18.75rem;height:3.125rem;top:3.1239137649536rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJMRVL0nlvPnD2z3TmVrVKMQXdLaA99i { display:block; }
 }@media only screen and (max-width: 763px) { #TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai { display:block; }#TVTNmZZriZZPh2vGg6lQEhp1aH61Rmai > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbab0461f44afca38e03dab45a9ac53c { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2c3d551a2fa510d285d694f0a4d550f { width:20rem;height:7.125rem;top:11.623908996582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13f86ba7db784e3993f55c279b54ad3 { 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) { #d9d3ae3041f6826f7783e35388dc759b { 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) { #bd47b66dd4f11332a25d24c2ce060db9 { width:18.0625rem;height:12.6rem;top:20.058319091797rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3d0e8c570ffe49c2d4f2fb46fad3b1b { 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) { #X3882738918453acc2de961b0b11a25c { width:17.6875rem;height:3.15rem;top:33.681243896484rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7d8470f566159700ba04a6d87ab4e58 { width:19.1875rem;height:10.425rem;top:37.454162597656rem;left:0.5rem;font-size:1rem;display:block; }#n7d8470f566159700ba04a6d87ab4e58 li:before{  }
 }@media only screen and (max-width: 763px) { #e4961445ef6e8594e8cce4b8fd7e0cf1 { width:18.75rem;height:13.5rem;top:58.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb45d834cf8db36178abdd6ebce386f2 { width:2.25rem;height:1.25rem;top:3.1239585876465rem;left:10.402083396912rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TG2hP2tiZTBZFUbQalmPAALzXSiLH0R9 { width:2rem;height:2rem;top:49.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmCO4ufMop7mzzmP03NlWV4v0rUHeuvI { display:block; }
 }@media only screen and (max-width: 763px) { #g4yzSwy33oiL80L9yynb5Egrxg8qN0MV { width:2.6875rem;height:1.5rem;top:49.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD8KMHQKaC7lsQz6FWznPcTQHRLuu2GM { width:2rem;height:2rem;top:52.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyPmZdse3g413JbH3v5oMd6Wc1864hyp { display:block; }
 }@media only screen and (max-width: 763px) { #D8MpE96nMtn3H9ICxo5l0eLL17AWcAai { width:2.6875rem;height:1.5rem;top:52.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvVvOeeQqkt8siKyrp9qv1PXfxAvJGU { width:9.375rem;height:1.8375rem;top:49.5625rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9yTC0hdqNTeyTGSfe5HBJbC9VTix4Jt { width:13rem;height:1.4rem;top:52.4375rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNZnwkvu4vqPGxgJcgxfbbNpxU2OvZDH { width:2rem;height:2rem;top:54.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESge3Wg1BR4HJ5f8xG7tNbJTkzmaMr6L { display:block; }
 }@media only screen and (max-width: 763px) { #oydqARmOWvwV7JlJiq9pp9FUn70DSP3A { width:9.375rem;height:1.8375rem;top:54.75rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3AwDcplnhVGMzBqnWZNVvopoe06mXz9 { width:2.6875rem;height:1.5rem;top:55rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADAI7aZfymdO7EXVd34klzyy4HJH4pp { display:block; }#pADAI7aZfymdO7EXVd34klzyy4HJH4pp > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ka1IDIcIQeVLskQx6qCTNNzSpk9AKGyq { width:18.75rem;height:3.125rem;top:3.1250019073486rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3eMMUsBTTsaui7AgkGvQU1T99916RZa { display:block; }
 }@media only screen and (max-width: 763px) { #u0i7gTUTbE8doR2TiDfgLzcfNosFKquC { display:block; }#u0i7gTUTbE8doR2TiDfgLzcfNosFKquC > .row .container { width:20rem;height:126.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f99e1c8bef6cf356c80cea07a5c0b0c7 { width:18.75rem;height:9.0625rem;top:16rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc0a706387f7c2dc63e812a0920c353c { width:9.0625rem;height:9.0625rem;top:25.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8347aa09cab91dd1bfa4b93bcf2a7b0 { width:9.0625rem;height:18.625rem;top:25.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a05b6caa92984948b78fda8646248ee5 { width:9.0625rem;height:9.0625rem;top:35.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1a83b708ddfa02bf730af1e1429b0ac { width:18.75rem;height:9.0625rem;top:116.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8a33dc5fc2690884d8955eb9ecb484b { width:18.75rem;height:18.75rem;top:97.0625rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #a24ee31d57b9d1baa4f089400beb96c5 { width:18.75rem;height:6.09375rem;top:8.7977437973025rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f546f5c57e742747db73bafeb01107e2 { width:18.75rem;height:6.3rem;top:1.25rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba25b1dd817894bfd6c0eac22007f1e5 { width:18.75rem;height:45.675rem;top:46.122909545899rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w70924ccd7bf5e6e5b4cf23a7f824fa5 { width:10.9375rem;height:10.875rem;top:91.780212402344rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { display:block; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBlBTMZ3TrtcuqZm02ppswGubht1lRkz { width:18.75rem;height:3.125rem;top:3.1250009536743rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEOJinbeefAd2HSzyVaiIWFT2Wqe9Nwi { display:block; }
 }@media only screen and (max-width: 763px) { #lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL { display:block; }#lWAUA1x6tlroZcWzDwmBf0VFmNEg9mpL > .row .container { width:20rem;height:115.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d30fb168b6bb09bbccb486517a2fb2c8 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0b5ec1776cfd263de25fab4a64df5e5 { width:20rem;height:7.125rem;top:11.62434387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcbc51f4c68984efabcf09a85884960d { width:11.3125rem;height:2.6rem;top:14.436462402344rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x7dcea6fc672c905a85177bbaef651ea { 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) { #T28d161c84d9f30c1a366cde9958ba37 { width:18.75rem;height:18.9rem;top:19.996738433838rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba00ed119701302bff2abe8410eb90ae { width:18.4375rem;height:16.4375rem;top:87.6875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae52f8317cbe8dd316b96a617706b40e { 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) { #Dfe6ff6e360201f63582fda2229828dc { width:18.75rem;height:25.0625rem;top:65.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8905b7a282f60368c9d2f40056f885e { width:18.75rem;height:3.15rem;top:40.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb37eaea2566ac57bbbd4c2febfa8f7b { width:18.5rem;height:10.425rem;top:44.024993896484rem;left:0.5rem;font-size:1rem;display:block; }#wb37eaea2566ac57bbbd4c2febfa8f7b li:before{  }
 }@media only screen and (max-width: 763px) { #bd2df09fddcc3334a275856ab3a7031d { width:2.25rem;height:1.25rem;top:2.6229133605957rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdc26b434917e0881d391fd11942c8ac { width:18.75rem;height:14.0625rem;top:100.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5r66I9gK6SD4JO79NaCVupIEod3Io0H { width:9.375rem;height:1.8375rem;top:61.125rem;left:6.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkAsg86daN8JUXgTXTVIcSqHmXu7viX2 { width:12.625rem;height:2.8rem;top:58.0625rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuBEzJwoZPCTvPIJTvIa5atg0KHxhRSD { width:2.6875rem;height:1.5rem;top:58.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKsQhqqwEbBUsv2ZHpC04wwRZUNGcLRl { width:2.6875rem;height:1.5rem;top:61.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9M6rbshyEko0z6XCy0zLMFT5a3IxTL1 { width:9.375rem;height:1.8375rem;top:56rem;left:6.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoKdT6zKNbxDCZMJqAJ7MvCwN5SW5KC3 { width:2.6875rem;height:1.5rem;top:56.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJD8Zk0nOcw28ra95qNvDcskInCO4Al4 { width:2rem;height:2rem;top:55.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQd7A0XoXnzhhK1dwgTdI8LzGAeRXS7c { display:block; }
 }@media only screen and (max-width: 763px) { #psOfHULQSTkEnx1bghZnbw33ZL3vkCOX { width:2rem;height:2rem;top:58.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAtzQNS4CSMMdezBZwApxo7zlJAqblk3 { display:block; }
 }@media only screen and (max-width: 763px) { #riyzghQpZgJK3v4Mf9aH7BOO6z1trpb8 { width:2rem;height:2rem;top:61.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ROn8eVa0rDswEhVXB1R5RuLW9DOTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { display:block; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4Tm6dNFTtiiz5KJdpHFQfpgm9AURWTO { width:18.75rem;height:3.125rem;top:3.1250019073486rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvqhpEDx1V8IaIS3CsyQreWiJyP9rTF2 { display:block; }
 }@media only screen and (max-width: 763px) { #JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS { display:block; }#JP86e0u7IQP8zo8cp5uiV7yEgxZLBrJS > .row .container { width:20rem;height:148.0166875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c26edd46d43fad651d1736cb72bc6f8c { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23f56947c2dbd06bca8ab1486b2e903 { width:20rem;height:7.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3a0687b61a40343dae02f9189c4f57f { width:12.4375rem;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) { #V7f2247b078e6730cad143beb7b81039 { 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) { #Eb870743cbc4936be882ce21c67e093f { width:18.75rem;height:17.325rem;top:19.997831344604rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f449861cafdf47c7771979eb2ad17bcf { 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) { #e467e7d2fe5e8a547ced17241bb91821 { width:18.75rem;height:3.15rem;top:39.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idc268cedbd812168c8585d2bef78c60 { width:18.9375rem;height:13.5375rem;top:42.8125rem;left:0.625rem;font-size:1rem;display:block; }#idc268cedbd812168c8585d2bef78c60 li:before{  }
 }@media only screen and (max-width: 763px) { #Mf3f1be58f8b1569ae4f9c59940f842d { width:18.75rem;height:25.0625rem;top:68.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bc13b2f4d1cc79566341f7c0a3e86f { width:2.25rem;height:1.25rem;top:2.122917175293rem;left:0.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #addc06428dcf10f4402d0a66fb0286f0 { width:20rem;height:26.6854375rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n40b73bc785aae692bcb6f02717457bc { width:20rem;height:26.7041875rem;top:121.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clbItVTAyIhMzcQNrlhIDNPdTbwME65Z { width:9.75rem;height:2.975rem;top:62.881256103512rem;left:6.8104162216188rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQEB0cqvx1TCoNCorTtMD19tXTsnJ55y { width:13.25rem;height:1.8375rem;top:60.75rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZGOogumi2vW5NTRL1oKBwu19XlVpJM6 { width:2.6875rem;height:1.5rem;top:60.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4lEhm1JXzULTHmLJ1ozZwOQ32EXp5U { width:2.6875rem;height:1.5rem;top:63.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTXToc5W0OfXbNmKVXpWNETBI3OQh7h2 { width:9.375rem;height:1.8375rem;top:58.25rem;left:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrPT9s8Hsw2vp0pJEgvL3eM6OEGuykz5 { width:2.6875rem;height:1.5rem;top:58.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmlDwpz5HqKP9gPEhqk4ohqdUTRTwcO8 { width:2rem;height:2rem;top:58.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSp0FHJTJVRrTIhisFBWOZNswltDOG6c { display:block; }
 }@media only screen and (max-width: 763px) { #L7bs6WvovGnD2NUVxPErUII79UpZkkAJ { width:2rem;height:2rem;top:60.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7qWznTLlXxe79F3T6XLCJWfxbhAsqoB { display:block; }
 }@media only screen and (max-width: 763px) { #Q3WUTkItbi8tD7OdyNNVhbbGCM1BiaDD { width:2rem;height:2rem;top:63.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyNq5I5IeHnAtTl3oAvuT4WR5WLn8uf { display:block; }
 }@media only screen and (max-width: 763px) { #TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { display:block; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGJzxSbWvvtbEqkePbhuGlXvztOeUT53 { 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) { #cH868tkDT92t47lmkVPovFmuMy1qfQtX { display:block; }
 }@media only screen and (max-width: 763px) { #eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ { display:block; }#eQuGp2S6TarfKH1vc4EIPMTpmRIKfsVZ > .row .container { width:20rem;height:111.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sbae35c8de60327a37bdaede66fc5237 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c4ead09bd2d96a6531047a74e6dd33 { width:20rem;height:7.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L42ef2804b37edf3d6bb871c8c69d8d2 { width:11.9375rem;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) { #ccc1a79556ab7a6405c633adeb718ef7 { 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) { #u3a7b8fa6fb30d649829cb0104065972 { width:18.625rem;height:18.9rem;top:19.997917175293rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca502418f09a1f8cf0e459f7756ef60b { 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) { #k28ec82a57330d32bba75c00d9282860 { width:18.75rem;height:3.15rem;top:40.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a304a65ac2182424c4fdaf7270726793 { width:17.625rem;height:11.825rem;top:44.6875rem;left:0.625rem;font-size:1rem;display:block; }#a304a65ac2182424c4fdaf7270726793 li:before{  }
 }@media only screen and (max-width: 763px) { #D57299fbeb7d842713a5b0b28f515ccb { width:18.75rem;height:12.5rem;top:68.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef0a88f98b8370314d5e27b35dcfb430 { width:18.75rem;height:28.8125rem;top:81.625rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yf179eb30fff329a3b63ecc45a575659 { width:2.25rem;height:1.25rem;top:2.6572914123535rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTAhbrZLVH9pvv8oMvOJQIZVTJm4Pfi { width:9.375rem;height:1.8375rem;top:64.375rem;left:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzGIx0wMcu2X78l00VbsKT1Hz084XzCB { width:10.4375rem;height:2.8rem;top:61.4375rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvdRmyyAq6fg2AcaD74hdXfn80qVXI9r { width:2.6875rem;height:1.5rem;top:61.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICXfb4I3kIchnxqzhkIwOlJrDTxF6odT { width:2.6875rem;height:1.5rem;top:64.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzuc9Ee3HTgKC6UME9GGJElhxlBQlsoI { width:9.375rem;height:1.8375rem;top:59.125rem;left:6.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbkr7RdZW4UNBP1KrJNIN7TTbrnCFoyE { width:2.6875rem;height:1.5rem;top:59.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waxgVa1LN6o47pxUIWSrpkMBxaHQTkbT { width:2rem;height:2rem;top:59.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC1SRpbm8ftl6Vzod1hS850xqGZDCiXJ { display:block; }
 }@media only screen and (max-width: 763px) { #fK62UqGuccd2sgN2TrTXrqRETtRtWu4f { width:2rem;height:2rem;top:61.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDx5ReSmJe5lBMpzTWoAqBtN1roorAAg { display:block; }
 }@media only screen and (max-width: 763px) { #Uxdf9AghspCfN5fbo2P4RgvD631TTQ8k { width:2rem;height:2rem;top:64.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXng8tTTFCmGsGvEQ4CQANRzasQSFALP { display:block; }
 }@media only screen and (max-width: 763px) { #EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { display:block; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qO1A2OECnkd4UoV41ZLSDP24TufIZ5fW { 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) { #XSflDBVZRJT7u2Inn2hs0S6mlmLh1ezw { display:block; }
 }@media only screen and (max-width: 763px) { #KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o { display:block; }#KxA2hApW9MnCRdy7tRgKWVmxWOnFQh5o > .row .container { width:20rem;height:104.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U11e84977962426072e447be4e2fe79b { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H752060b1684746953036e2df1db69bf { width:20rem;height:7.125rem;top:11.498962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e814e082366c8ffd38c2079e873e144b { width:12.625rem;height:2.6rem;top:14.311462402344rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c6e8bc7cb27f7661bf92b6a4d1f37d03 { width:15.2495625rem;height:1.54375rem;top:12.748962402344rem;left:1.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z5c00791bc4e29161e70e3f9e99b47db { width:18.75rem;height:17.325rem;top:19.934965133667rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c746920daa1e7912d268f2c0b0d31903 { width:7.561875rem;height:1.4625rem;top:15.5rem;left:11.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T8228c6296da95de9a38f331d68d386e { width:18.75rem;height:3.15rem;top:39.104187011719rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haeca9132da65c2f2fdbf59e4afa4c14 { width:19.1875rem;height:10.7375rem;top:42.876037597656rem;left:0.4375rem;font-size:1rem;display:block; }#haeca9132da65c2f2fdbf59e4afa4c14 li:before{  }
 }@media only screen and (max-width: 763px) { #rb941d370283c4ebe56207d83d33c82b { width:2.25rem;height:1.25rem;top:1.9343757629394rem;left:3.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #d7fd615e75a27384dba5ac3f510e01b8 { width:20rem;height:26rem;top:78.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5d0397c3db892f62885e6c47fc2e60c { width:19rem;height:13.1875rem;top:64.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SszNXqOyQ4sUltZWJG1STwsozNeOQLgJ { width:2rem;height:2rem;top:55.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAy8GphcE0DU5b6RzfJQVmoxns1gIlW8 { display:block; }
 }@media only screen and (max-width: 763px) { #oxziQJAbBpCMwuEvBhAcqTpu5V47AtA4 { width:2.6875rem;height:1.5rem;top:58.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxS7A2V3I95DcEcA7WtizxHnd3m8DZIt { width:2.6875rem;height:1.5rem;top:55.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvD9VRMkndbFMGyIDMNZsApk6SvGnyEp { width:2rem;height:2rem;top:57.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyi35Cba79u49zKZyW6ydGTEN0g3ldKC { display:block; }
 }@media only screen and (max-width: 763px) { #GR63zesHFPfDpMk4JMpZxsk3oDU5rokT { width:7.625rem;height:1.8375rem;top:57.9375rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #un0hGmxxkWEiIoylRUWlAuTgfJv3m9ts { width:9.375rem;height:1.8375rem;top:55.25rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT9sfCgd17Etwb9wDGO0BkaberJFSvCi { width:9.375rem;height:1.8375rem;top:60.4375rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8GEzWLFhTdE8GeDKRNRUvzNoTVorxe4 { width:2.6875rem;height:1.5rem;top:60.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiqgVqDyBoRXPfrP6W2TWzuZp64wTDm2 { width:2rem;height:2rem;top:60.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrnnMxPLTEWUVAPKTH3xwpULdNVwiS41 { 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) { #Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 { display:block; }#Du1EsM6FHEL43ndTkFcS1V9TFoviiH33 > .row .container { width:20rem;height:143.6375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2db982d63476537ce95d99ce32a5502 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a05a1f7e6c7961ae6e6819b371f263ea { width:20rem;height:7.125rem;top:11.561828613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka8c11d6e9b302d774bb0fd96ebdb392 { width:12.0625rem;height:2.6rem;top:14.373958587646rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f2425d6a291c3dc6af76ee5f52c4c0a7 { 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) { #d78343a26da265113e00f59c552cbcea { width:18.75rem;height:18.9rem;top:19.934965133667rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1cf0d0956ae297926da3f19c0ee9f3f { width:18.4375rem;height:16.4375rem;top:106.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d82543732bcb592345fd8dbf63a96b0b { width:7.561875rem;height:1.4625rem;top:15.562503814698rem;left:11.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lde26d0990ba2389b49eae597f7cff0d { width:18.75rem;height:3.15rem;top:40.538541793823rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qea88978d676be8be4b6386f8c1e80b1 { width:18.875rem;height:20.3875rem;top:44.501041412354rem;left:0.5625rem;font-size:1rem;display:block; }#Qea88978d676be8be4b6386f8c1e80b1 li:before{  }
 }@media only screen and (max-width: 763px) { #Db80637362134d3cf9a6cef3db40c27f { width:2.25rem;height:1.25rem;top:1.4343757629394rem;left:12.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #T6c166c44357ce9acb2ea5516a8eeed1 { width:18.75rem;height:12.125rem;top:96rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B911d569a85c9a7631256425173b735c { width:18.75rem;height:13rem;top:82.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1233956d73496d16b58e98eaf6dd918 { width:2.25rem;height:1.1875rem;top:6.6739587783812rem;left:3.3664772727272rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #D3fb85ccf0b17b183b1489d59fcf2663 { width:20rem;height:23.2rem;top:120.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOcIDLdMTTOdrLceR74LUeR0zAAtH2Bf { width:2.6875rem;height:1.5rem;top:70.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6pQJ53WgTAucoUdXXmuZV4n6KX4SArr { width:2.6875rem;height:1.5rem;top:67.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke0V7eiHVBLmIuTeJ1SUPqcHk4iZ6hLI { width:2rem;height:2rem;top:67.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecOzttqJ6FLTVxTQaLJTmE0bAmDTr4B { display:block; }
 }@media only screen and (max-width: 763px) { #aGhywb3ywbtTifgRMWI5vOyHb07GEigu { width:2rem;height:2rem;top:70.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELkNA56WMLvOTteTz5h7MT0KTPc44tCi { display:block; }
 }@media only screen and (max-width: 763px) { #rhCZAgM9QN1Il6fGCeHIyFSm6MX1gU3N { width:12.0625rem;height:1.8375rem;top:72.8125rem;left:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkrmrPvF98qpy5THs73vruLJP0G6Qms5 { width:11.5rem;height:1.8375rem;top:70.1875rem;left:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCrtLGNS5smg4kumN2FrCOLK9quslq5 { width:2.6875rem;height:1.5rem;top:73.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sooVMGDs0H55D9As1Qm10KJw3OxBCeVb { width:11.75rem;height:1.8375rem;top:67.5625rem;left:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfrdgS10JsWXKC4VmCzgmnhaCMm5CMv { width:2rem;height:2rem;top:72.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TolsnxzpyF16ygis9x51GGzQPMR5zlqA { display:block; }
 }@media only screen and (max-width: 763px) { #tc73CXmNVTvrZe0GzVF8KnAtMm4pX4d0 { width:9.375rem;height:1.8375rem;top:75.5rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6rfTt77TzqJplRw1pToMbN06Cb95aMG { width:2.6875rem;height:1.5rem;top:75.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSZT15Du1B3LouChTgaWAb2nRxg1gLX { width:2rem;height:2rem;top:75.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XliUWnXe4eadSOPekXcqp4TWorVKAICF { display:block; }
 }@media only screen and (max-width: 763px) { #TZT7s4TWHMP6IMvp9nXtCn1dzWZbO7hg { width:9.375rem;height:1.8375rem;top:78.125rem;left:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgUF3UqOrOKO2ZbSMwt2NWoauQdiX53m { width:2.6875rem;height:1.5rem;top:78.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVguJkkIPQ2xlymZGKiWr5mnF9KvP1W { width:2rem;height:2rem;top:78rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1hFcQ3oLAlvB6ZhGT6TFA8LKCpUqhQl { display:block; }
 }@media only screen and (max-width: 763px) { #XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { display:block; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q61vstJ0MMfXUZI46caCykGxkXJO5TSf { 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) { #rB4DncWMVWCJeQGxByVSVIxdasXgVe7R { display:block; }
 }@media only screen and (max-width: 763px) { #Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg { display:block; }#Mfr2eVmO4ow6npvuZctR7ewUppN6FAfg > .row .container { width:20rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0a0678cad4196f34e83b8349e84485c { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1506060ece344ed9a4606b668007888 { width:20rem;height:7.125rem;top:11.561828613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q47ef3c06295502ba5c911c639adcff9 { 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) { #q36aeaf277c379bfbd78f7bfbf916165 { 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) { #y5e31f4f3914b1977b333f3917fad4e4 { width:18.1875rem;height:6.3rem;top:19.935409545899rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc090bc9c12c74f404c501b0e8ce38aa { width:18.4375rem;height:16.4375rem;top:67.938541412356rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fd8f2b8f8b8fe5d6c9de8fe23d457f { 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) { #ebb93a4635b9859afa8e2fc80ae54908 { width:18.75rem;height:35rem;top:27.501041412354rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abe804d6c0f0687c4ee4559aafd388ff { width:18.75rem;height:17.25rem;top:80.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g91ad108f6aafcf1d5de2ee16b5baf32 { width:18.75rem;height:2.45rem;top:63.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgI55sIFzSO2AOAlBur7mRT5SorAyM5f { display:block; }#rgI55sIFzSO2AOAlBur7mRT5SorAyM5f > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG7llaVnPiKGpLTSbmTZ0hrKGAkKlJnp { 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) { #u7Xg03LTirowriAGHGhdmNWO8ZZa7CnX { display:block; }
 }@media only screen and (max-width: 763px) { #WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro { display:block; }#WXcq96vgzRmWS0FJmWmwco1TfFpVw7Ro > .row .container { width:20rem;height:47.55625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b45c17660b7c7d146ea60a42030fc395 { width:18.75rem;height:7.875rem;top:2.1562509536743rem;left:0.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XcEmuO1TePGm9RXRaNCTO77ESlBWSg { width:13.75rem;height:12.25rem;top:18.322918891907rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuTHIuun9ZazPcxMPUse3okRX3heEL1v { width:18.75rem;height:9.1rem;top:11.812500953674rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBLZ35RJEEuvtKEveIO39CTahowNhlLT { width:20rem;height:23.243243243243rem;top:24.3125rem;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:36.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { width:17.5rem;height:9.1875rem;top:24.5rem;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:6.5625rem;top:7.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lg1yJT50TQdTpDTJPcHpETo2kxMEIBv6 { width:17.5rem;height:6.5625rem;top:16.0625rem;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:18.625rem;height:3.125rem;top:1.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8782e574f68e83110218e3302fb4cb6.widget-smartsection { display:block; } #c8782e574f68e83110218e3302fb4cb6.widget-smartsection *:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="text"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="email"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection input[type="tel"]:focus-visible, #c8782e574f68e83110218e3302fb4cb6.widget-smartsection textarea:focus-visible { outline: none; } #KMhgDo7nP8ArDbe1kGodLZBX5lwuw6gw > .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:#31312e;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; }
 }