.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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/d78cc596-7433-4a3b-b17b-0ea65cc5962d/DZLD_20251120_MehrwertNatura_LandingpageGrafiken_2.jpg");background-position: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.74); }#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.74); }#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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { background-color: transparent; background-image: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { border-width: 0; border-radius: 0; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { background-color:rgba(255,255,255,0.9);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:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#eMc8ZgBFFMoCgSUD53oVKWqC5WPQSg7H { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { background-color:#5d362d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:60.9375rem;display:block; }
#HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;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:rgba(var(--color-tertiary-0),1);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:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb { position:relative;display:block; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb { background-color: transparent; background-image: none; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row .container > .video-iframe-container { display: none; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row > .video-iframe-container { display: none; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .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); }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb { border-width: 0; border-radius: 0; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .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; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/79b8f91c-8a59-4375-86eb-230b924ef61a/DZLD_20251120_MehrwertNatura_LandingpageGrafiken_.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:60rem;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; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row .container.adaptive-delivery-prevent-bg, #GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row .container.lazyload, #GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row .container.lazyloading { background-image: none; }#xa5838ee91f15e5adbfa62bf98ac6afc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:33.3125rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#sda704a27e8e9fc0ff5d551c98e369f6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:43.5625rem;left:3.125rem;overflow:hidden;display:block; }
#f95b7d530ef766d32cbc84959d190b4c { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:20.0625rem;top:41.875rem;left:17.1875rem;overflow:hidden;display:block; }
#S86fc52de7ea4c3df7a4ad1d829c36b7 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:43.4375rem;left:33.8125rem;overflow:hidden;display:block; }
#K3e6f3d01fa636eea876fe950d8cbb50 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:20rem;top:55.1875rem;left:51.875rem;overflow:hidden;display:block; }
#c46ba652198b5f4c3edf40fa3b7de152 { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#000000ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#000000ad' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5rem;left:0rem;display:block; }
#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { position:relative;display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { background-color: transparent; background-image: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container > .video-iframe-container { display: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row > .video-iframe-container { display: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .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); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { border-width: 0; border-radius: 0; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .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; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:24.1875rem;top:1.875rem;left:47.6875rem;overflow:hidden;display:block; }
#IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2.66796875rem;left:3.125rem;height:7.349625rem;font-style:normal;display:block; }
#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM { position:relative;display:block; }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM { background-color: transparent; background-image: none; }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .row .container > .video-iframe-container { display: none; }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .row > .video-iframe-container { display: none; }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .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); }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM { border-width: 0; border-radius: 0; }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .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; }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:148.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; }#Ccb20ef5ea23a1ef5603a08dd9ce6058 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#aa7946abcdf65bc35b37ed0120a73cad { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20rem;top:38.6875rem;left:3.125rem;overflow:hidden;display:block; }
#ab776c8daedfd18bdb51ede685582cc3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:38.6875rem;left:24.375rem;height:14.16796875rem;font-style:normal;display:block; }
#E47e6921b149e5afb6d779bacbf73c49 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:34.66796875rem;left:44.8125rem;overflow:hidden;display:block; }
#f517a548f8768f3a4cc0920a6b30df2a { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:55.29296875rem;left:24.4375rem;height:6.296875rem;font-style:normal;display:block; }
#eecc4770748838cbb290230f5525439e { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:47.5rem;top:67.8125rem;left:24.375rem;overflow:hidden;display:block; }
#lf63ea4245473b82bcf964f9fdba531a { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:78.3583984375rem;left:3.125rem;height:14.16796875rem;font-style:normal;display:block; }
#adf54b1422b4df016835c2c07dfa634f { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:68.6875rem;top:104.625rem;left:3.15625rem;overflow:hidden;display:block; }
#f47b627a8d35a90c4a958c8b4a1e130f { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:139.5rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#icf570be1cb8b57a861a7b829d36d30d { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15009;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:17.0625rem;display:block; }
#h803ee8f3129529b404b44ae41bd164b { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.375rem;left:17.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Ie8f815f776b36f54a47a3f7f05cd348 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15011;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:49.75rem;display:block; }
#ef1902c28ded6f4622203bf2f8d96368 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.5625rem;left:49.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#q6a6eefabd64bd4789f1ca9d3a374576 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15013;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.9375rem;left:55.125rem;display:block; }
#R93c4a9e761d9e1d0e6c1df723576973 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:80.0625rem;left:55.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#a09d362ed1c73aa8fc02927fa5a0eefc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:128.5625rem;left:56.8125rem;display:block; }
#d9f577fd02724eebcb7b7be2bb1f6435 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:128.6875rem;left:56.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Pa54677d231e7602b1bd6f3a4f2888d0 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15027;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:52.25rem;display:block; }
#n65eb5cf9a5157574e5ee7208259a213 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:52.25rem;display:block; }
#e5c2a6b1b4255a596a8067d6074d4118 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:8.375rem;left:52.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e71d18ded23292867c2a86aee1998a45 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:10.5rem;left:52.875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0d8fe5ed84a62e90154c3b3d2ea2514 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:11.6875rem;left:52.875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9974aa4d518de83a694bb79e27c95d5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:13.8125rem;left:52.875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A48842f83cfd96afdb3f4659890776e9 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15033;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.25rem;left:57.625rem;display:block; }
#ae43fb149bb41ca91b33052e1ee51240 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.875rem;left:57.625rem;display:block; }
#fcedc8db814c6eba0d8793844978e2cb { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:74.9375rem;left:58.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kdebbcacb5ed0139760ed2c8fa0a2f0a { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:77.0625rem;left:58.25rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3c5ed8156745fcc44dfdb39939921a1 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:78.25rem;left:58.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2898680ef913d9a1bf08c20b2056f52 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:80.375rem;left:58.25rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bf0dc5e01517e8b783b6a0e0151af4ca { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15039;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:128.5625rem;left:59.3125rem;display:block; }
#e065ca2b4f84c0315dccfb6a859a7974 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:131.1875rem;left:59.3125rem;display:block; }
#fbcfdcfaf5fce00cf067ee983e7ff38a { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:129.25rem;left:59.9375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfb7bd3062dda025e250fbb87443966e { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:131.375rem;left:59.9375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8fb36f057a967a98f69a0ff17f85024 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:132.5625rem;left:59.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0bcd1846c8aaa2640da976333dceeb0 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:134.6875rem;left:59.9375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { position:relative;display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { background-color: transparent; background-image: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container > .video-iframe-container { display: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row > .video-iframe-container { display: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .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); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { border-width: 0; border-radius: 0; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .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; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x { position:relative;display:block; }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x { background-color: transparent; background-image: none; }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .row .container > .video-iframe-container { display: none; }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .row > .video-iframe-container { display: none; }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .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); }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x { border-width: 0; border-radius: 0; }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .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; }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:139.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; }#f6beb7804b3e81d02899ef8bd6dd479c { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:18.5rem;top:41.5rem;left:2.75rem;overflow:hidden;display:block; }
#p41d7fdfa8e4170bd13abb8b4b81e1b8 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#T4d626e430a943741312dac5ca4c08b8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:3.125rem;left:51.875rem;height:14.168rem;font-style:normal;display:block; }
#bb15e6bba8152ca3083434d65b28d968 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:21.25rem;top:18.6875rem;left:51.875rem;overflow:hidden;display:block; }
#Qb8ff1f4a181cd606c6ea93baef70270 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:47.5625rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#v1bb16585257c1df1e720e383bf0a721 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:56.921875rem;left:3.125rem;overflow:hidden;display:block; }
#w563f46c766e8e989ccc69c46093eb1b { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:96.734375rem;left:42.875rem;overflow:hidden;display:block; }
#dbd28997f571f5d774a2a7b0fb2d56d2 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:33.75rem;top:105.609375rem;left:3.125rem;overflow:hidden;display:block; }
#Xe41ab9b61eb72aae89a9ee05be08152 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:96.109375rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#ea2137ba9d2aab2007a3ce3b9940ec08 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:33.75rem;top:116.5rem;left:38.8125rem;overflow:hidden;display:block; }
#K3d9ab63e304e0936cb9e9b0e05130d6 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:130.125rem;left:2.75rem;height:6.296875rem;font-style:normal;display:block; }
#P21fc4088ae7fb27f322cd5b80f7c64a { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15017;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:14.3125rem;display:block; }
#ff15807560d878ca0bc7242805ab4e50 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8.5rem;left:14.3125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#T0b078a278e7639b4d77ef6d5f840c70 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15019;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.1875rem;left:57.4375rem;display:block; }
#Xb4aaa7a3db0b4bdfab4cea464269f8e { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:65.3125rem;left:57.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#w39fe9ad0083c6e9ce2a4e19876bbea2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15021;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.6875rem;left:2.75rem;display:block; }
#be2b24ea3e581345a69f65bd37b641d5 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:123.8125rem;left:2.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ba71ae9143b43eeac70bf3b2d3a9dced { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:6.8125rem;left:17.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cd58dc7a735f90fa83df31ecf7e1f887 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15018;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:16.8125rem;display:block; }
#e96d604dd1603f50fbe8d02da98f425a { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:63.375rem;left:60.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3cd95e3542b7c77a13d1db065e62968 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15020;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62rem;left:59.875rem;display:block; }
#y344a72fc4d4d6a3b59bf76bb74e80ed { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:124.5625rem;left:5.875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd1c7a5068aae6c7497fcbea05a35b31 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15022;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.6875rem;left:5.25rem;display:block; }
#m130c0ede87ac3c46b0cde0c1f9cd3a1 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15021;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.375rem;left:59.875rem;display:block; }
#efb1dc7c13a767f43d5ca4ab4e861a5a { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:60.0625rem;left:60.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N16869e5cf454e976b219c8d763d5ce1 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:62.1875rem;left:60.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8ee658177e7e484164ecfbbd183818e { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:65.5rem;left:60.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { position:relative;display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { background-color: transparent; background-image: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container > .video-iframe-container { display: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row > .video-iframe-container { display: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .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); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { border-width: 0; border-radius: 0; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .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; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv { position:relative;display:block; }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv { background-color: transparent; background-image: none; }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .row .container > .video-iframe-container { display: none; }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .row > .video-iframe-container { display: none; }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .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); }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv { border-width: 0; border-radius: 0; }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .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; }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:180.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; }#e8970e94bf4f30d0e7621d636ad93d7f { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:19.5rem;top:4.8125rem;left:3.125rem;overflow:hidden;display:block; }
#k94f7500ba72a308cd1e5c2548ec02d0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:32.5rem;top:3rem;left:23.75rem;overflow:hidden;display:block; }
#Re81b1369e93f0ec3d79839576dda413 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:15.6875rem;left:24.5rem;height:9.4453125rem;font-style:normal;display:block; }
#B00e30c9264a1b6e1efd402fc2b7610e { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:24.4453125rem;left:44.25rem;overflow:hidden;display:block; }
#ca252a306c88eb1eda1a187ee6041909 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.1875rem;width:68.75rem;top:33.9375rem;left:3.125rem;overflow:hidden;display:block; }
#da09499a64cc295ddf95e37ee2bb0fb9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:87rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#e5976aca2162e1b7617ffc1dd0b2535f { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:87rem;left:38.1875rem;height:6.296875rem;font-style:normal;display:block; }
#b60cf50f9fb46a5101378571246b60af { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:47.5rem;top:96.421875rem;left:3.125rem;overflow:hidden;display:block; }
#Z3873f000e37bb8e4323340cd85f8c99 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:104.05078125rem;left:51.875rem;height:17.316375rem;font-style:normal;display:block; }
#u2df4f2b07ef2e5e5332b26908584e00 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:130.546875rem;left:3.125rem;overflow:hidden;display:block; }
#Ua325755a0dd84d2f5bd4c5793bbc6bd { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:169.859375rem;left:3.125rem;height:7.871125rem;font-style:normal;display:block; }
#Fd4d3366cf8aff3b5d626c0a80a763fd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15023;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:9.1875rem;display:block; }
#af1f8e5efbcf3690fc834585f59e4b3d { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:49.25rem;left:9.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#x93a3e050816399f487d12a134db030c { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15025;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.9375rem;left:66rem;display:block; }
#Sb49ecda6e60dc81e5b166455322ea75 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:75.0625rem;left:66rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Md6f2f4a88f31a515207464e1c94b350 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.75rem;left:36.3125rem;display:block; }
#e4424cc9b13c1f7277fbe6a3690d1709 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:102.875rem;left:36.3125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Hd9af88c2eec7ba9a8c495f6880f8893 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15029;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.6875rem;left:53.5rem;display:block; }
#a65063498f1ec6dfb722cc3ed6350323 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:140.8125rem;left:53.5rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#W1e5a06efcdecb136ae36b180fff07f2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:161.4375rem;left:67.875rem;display:block; }
#cae4ab94d1b77246fff920b265b6afa1 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:161.5625rem;left:67.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#C720aaf7f80f04395fc650dde9f76efa { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.9375rem;left:20.8125rem;display:block; }
#df35c6bc7704f0a83d52d51a30c45f5a { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:165.0625rem;left:20.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#fcaf015d2a20dc3a3ab15c7308a28d59 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:162.3125rem;left:45.1875rem;display:block; }
#M11ac3a0a76436b162025222b065d4d9 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:162.4375rem;left:45.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#S50a22dd314d2d0acab1125ab551384b { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:50rem;left:12.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcdb1d49b83d33c0874aa9beaab2afbe { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15024;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:11.6875rem;display:block; }
#p6c5f04c06e221a27c06d7fc5d766801 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:75.8125rem;left:54.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sce0ba4a790e3a893caf3735f8de8e59 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.9375rem;left:54.1875rem;display:block; }
#ba7f15664779196e0d98044febc0ec59 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.6875rem;left:38.75rem;display:block; }
#Z5d0eec217528dbc864298bcc044b10a { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15027;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.0625rem;left:38.75rem;display:block; }
#d431722efd20e6c59eb72b62d65e32f5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:97.75rem;left:39.375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c01bbad299279666be45bcabca2c4c09 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:99.875rem;left:39.375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7d1849be6959585e5ef5b02777a622b { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:101.0625rem;left:39.375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4a04ceeef07e5f51a8457003600c1e7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:103.1875rem;left:39.375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb39ebb9642bae2a9534cb82fdc1a44c { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:137.625rem;left:56rem;display:block; }
#df716a159cba6c6ef520d90cf97a0f64 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15033;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:135rem;left:56rem;display:block; }
#c8417c3992bb525c3d4df4a2a6bbd8c8 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:135.6875rem;left:56.625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d9b829bee613072723c14cc9e440f254 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:137.8125rem;left:56.625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb58f8121ae8537736b49b0955aca0c5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:139rem;left:56.625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gec40f51f4c279c682205b371dc9a3a6 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:141.125rem;left:56.625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { position:relative;display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { background-color: transparent; background-image: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container > .video-iframe-container { display: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row > .video-iframe-container { display: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .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); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { border-width: 0; border-radius: 0; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .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; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 { position:relative;display:block; }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 { background-color: transparent; background-image: none; }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .row .container > .video-iframe-container { display: none; }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .row > .video-iframe-container { display: none; }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .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); }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 { border-width: 0; border-radius: 0; }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .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; }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:149.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; }#xa653e52863051501760a5b60b544aa5 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:20rem;top:4.8125rem;left:3.125rem;overflow:hidden;display:block; }
#e4452e18590e1f7619205218c235ea00 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:22rem;top:3.8125rem;left:29.5rem;overflow:hidden;display:block; }
#Pca5850cf3b0f416a2a7dcc396f48c94 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:18rem;left:24.5rem;height:7.871125rem;font-style:normal;display:block; }
#Beb9a82a26142154d4c414a7e58d1926 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:47.5rem;top:29.62109375rem;left:24.5rem;overflow:hidden;display:block; }
#b67f7211baff144450f0f60828e20676 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:32.6875rem;left:3.125rem;height:31.484375rem;font-style:normal;display:block; }
#fdad2b7c1bb81e0ccb25c5e5dd2f411d { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.9375rem;width:68.75rem;top:67.24609375rem;left:3.125rem;overflow:hidden;display:block; }
#c9015e7d734140863b598ffa03e6ca4e { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:57.37109375rem;left:33.71875rem;overflow:hidden;display:block; }
#veb6f9ead3204fa4bf9e38c09d3f63ed { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:129.05859375rem;left:3.125rem;height:17.31640625rem;font-style:normal;display:block; }
#B35ece7503ae67e6c8c290c97f3e6bcb { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15037;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:14.1875rem;display:block; }
#Z25df1b42c18e1777f51bad679e0d2a0 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:7.875rem;left:14.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#T830adea0898b30ad275b41b34dd319f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15039;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.8125rem;left:37.375rem;display:block; }
#A823d6bb193e07ace47cf5859e1d3d49 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:45.9375rem;left:37.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Xbbe7bf92f8efeef2ef5a23a68bed30e { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15041;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:62.8125rem;display:block; }
#T7c081843918583486022ad445c7ce67 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:36.5rem;left:62.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#dce4258ef85ab0d28c14e40a546943a4 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15043;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.1875rem;left:20.125rem;display:block; }
#D9d4840db89ac7677968317a913cf320 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:74.3125rem;left:20.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#S1fdc33e6f3107ae0c50e942b197a5ad { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15045;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.125rem;left:57.875rem;display:block; }
#e201690e06ea9be4a031bbc1e9ebbd33 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:79.25rem;left:57.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c264f195d7b0aab1643b0955edd7077b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15047;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.625rem;left:35.9375rem;display:block; }
#Z1a0eac229e75387fcf7561448a5c110 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:105.75rem;left:35.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ef9c3c549a6adecc979bbb2aad805c11 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:75.0625rem;left:23.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rce34e326673933f0f98ebe9c295e471 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15036;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.1875rem;left:22.625rem;display:block; }
#f02638243112fdff5e71dc085e7ca541 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:80rem;left:49.1875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3255900a52f4f373da9b914922383f4 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15038;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.125rem;left:48.5625rem;display:block; }
#r36602f5d1fb0b8f3bd1762e803a8a47 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:16.6875rem;display:block; }
#T32cc12835246d42bd8606df2332edc1 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15039;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:16.6875rem;display:block; }
#n9995e9a1490d6025dc539619d83326d { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:8.4375rem;left:17.3125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d869df2850917f64836da6ec2c1612db { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:10.5625rem;left:17.3125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x466ba43afa9e789a06adf62e0cec56c { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:11.75rem;left:17.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eb9a2f543ce9d01aed9af5bb8a275025 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:13.875rem;left:17.3125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7daa124e7f3264da63e770159d6a313 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15044;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:25.5625rem;display:block; }
#T3cccd010d5e82172b24d711745651d3 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15045;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.125rem;left:25.5625rem;display:block; }
#f27b2650b16b17d86844c897872055b9 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:40.8125rem;left:26.1875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b21f223a873229eb47819243eeb496b5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.4;letter-spacing:0;top:42.9375rem;left:26.1875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m71db8f9a87c2b44d1a3b41c2f3712e4 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:44.125rem;left:26.1875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9fc0a140193b40a5e19275be28d52ec { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15052;line-height:1.4;letter-spacing:0;top:46.25rem;left:26.1875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rf70b25c357aa7795f52d127d0999628 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.5625rem;left:38.4375rem;display:block; }
#Ocbe401f07922f41a2dffbb3547ec53c { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15051;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.9375rem;left:38.4375rem;display:block; }
#s206fa4d2d40c70f4498a3db916cfd09 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:100.625rem;left:39.0625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V234eb5df2c7408932f83444a33ec854 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:102.75rem;left:39.0625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8a553b230bca3caa2afec548f913503 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:103.9375rem;left:39.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9182d8f9661fb8665cb02bcf6ad6b25 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:106.0625rem;left:39.0625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { position:relative;display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { background-color: transparent; background-image: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container > .video-iframe-container { display: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row > .video-iframe-container { display: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .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); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { border-width: 0; border-radius: 0; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .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; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 { position:relative;display:block; }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 { background-color: transparent; background-image: none; }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .row .container > .video-iframe-container { display: none; }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .row > .video-iframe-container { display: none; }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .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); }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 { border-width: 0; border-radius: 0; }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .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; }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:181.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; }#Edc48ee1acf5fb8e7e810634041bffad { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.375rem;width:47.5rem;top:3.125rem;left:24.375rem;overflow:hidden;display:block; }
#I71427a18b8fc9b4c8934f928ce89a76 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:26.76175rem;font-style:normal;display:block; }
#a276835f44f0ca7b2e3193f6cde5bde8 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:68.75rem;top:62.625rem;left:3.125rem;overflow:hidden;display:block; }
#d2ef163a1ff2b063456035b1db542212 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:49.68359375rem;left:2.15625rem;overflow:hidden;display:block; }
#e398c95685cca36d3db05ff00497c12b { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:113.25rem;left:3.125rem;height:22.0390625rem;font-style:normal;display:block; }
#eee5469569dc8c8aacd28b01a38308cd { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:31rem;left:4.375rem;overflow:hidden;display:block; }
#f9ff58dcef88cb8cd7d87afbb1d6ce9c { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:21.875rem;top:113.25rem;left:26.5625rem;overflow:hidden;display:block; }
#f46596a37b98657e392c9fae59ed738d { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:113.25rem;left:50.0625rem;height:18.89065625rem;font-style:normal;display:block; }
#le4ff54eeaa5ac06d3b8d06da25b49bd { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:47.5rem;top:138.4375rem;left:3.125rem;overflow:hidden;display:block; }
#bbf7bf3d98dbbe5199fc33d2cfd40392 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:161.0625rem;left:51.9375rem;overflow:hidden;display:block; }
#f87cead07b364cec29143f351d39d02e { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:138.4375rem;left:51.9375rem;height:20.4667875rem;font-style:normal;display:block; }
#E7feaa7fd824b38c51044c843c9b8a90 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:176rem;left:3.125rem;height:3.1484375rem;font-style:normal;display:block; }
#c9401f0e587bef008d75336fd66785bc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15049;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.4375rem;left:36.5625rem;display:block; }
#ecabda7095de30ad010d5f5881a29f89 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:50.5625rem;left:36.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ib6f43d6a55ac6f99b5b965ddce6071f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15051;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:45rem;display:block; }
#eab0746444ca3e01acbd3a005fe1a11d { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:12.75rem;left:45rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#J2784a43cd70a5216bc5ca558a92270a { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15053;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:10.75rem;display:block; }
#w685730ee85f7baa83d75d75b5605fce { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:31.75rem;left:10.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#bf7c94426953bae8dd42dcb9ce5e5a6d { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15055;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.0625rem;left:51.9375rem;display:block; }
#vf15a2e486b9fe66b67b82cc0e73f201 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:84.1875rem;left:51.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#C765d2083255da0bbd868d42035e4c93 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.8125rem;left:18.6875rem;display:block; }
#a2a120006b302d7997f9f13f40d7bebe { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:102.9375rem;left:18.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#z69b81643787c7e0eda1b5e89396f6e3 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15059;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:104.6875rem;left:41.375rem;display:block; }
#c85435edd4d1f1bd986af7196ca8967b { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:104.8125rem;left:41.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#cd34fae29196570ee9ab8ca4ebae113b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.4375rem;left:5.625rem;display:block; }
#Nb69538be80b578e4a9f6010de579395 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:68.5625rem;left:5.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#r91f8ba4c67a69203a524d91fb886a38 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15063;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:149.125rem;left:38.4375rem;display:block; }
#ceab8dcb0d54ba782409a18c847c9fc7 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:149.25rem;left:38.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#od300097b7528b443a3e1f00ba0932aa { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15065;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:162.3125rem;left:45.625rem;display:block; }
#V7f9258905d400c4029517fe12fda9f3 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:162.4375rem;left:45.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c7c6aa0bb7a0851d51d3f09bfd18f933 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15067;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.4375rem;left:15.125rem;display:block; }
#F74205f8b62dfc20622f0d4b625a65e1 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:166.5625rem;left:15.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#sf756f64ec6555f62407ec26773f3b05 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:171.0625rem;left:65.375rem;display:block; }
#n5104e85f751a18b0e3024ebf528c0fc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:171.1875rem;left:65.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Oa4d71a69e04b81805d887ef1e960fa3 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:11.0625rem;left:48.125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#od5ae63f7f33efb967e1522029a96965 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15042;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:47.5rem;display:block; }
#def42832d8ab4dc4b7efc20204b497cc { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:51.3125rem;left:39.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd3173dbeed9818e9f7bafdb6d03f1e9 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15044;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.4375rem;left:39.0625rem;display:block; }
#Gb80c1c037d7b3fdb13b56f7836b4d9d { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:32.5rem;left:2.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N42ea76f95657fb6e358983e74c483da { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15046;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:1.4375rem;display:block; }
#I9aebe32633c26096acb54519aeba8bf { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:103.6875rem;left:9.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2adaddce6f04b4722190b06b44e17fa { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15050;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.8125rem;left:9.375rem;display:block; }
#heac2c44edc328cc70a37c9784ee44cb { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15056;line-height:1;letter-spacing:0;top:167.3125rem;left:6.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7194fa62b5f53987e4d390fdfb1b52d { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15052;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.4375rem;left:5.8125rem;display:block; }
#Ud745330c3088ab87c501121215d2a60 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15056;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.5rem;left:51.9375rem;display:block; }
#kf135c7de37dfe12a03be6e05cb3ebbe { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15057;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.875rem;left:51.9375rem;display:block; }
#f07edd08491c3dd6dc37a2b8792de613 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:76.5625rem;left:52.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9bf8d2829bac16dc53cfafb0f466ec7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:78.6875rem;left:52.5625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q231919cd47776461373f8fa3d6196a0 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:79.875rem;left:52.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zd385a4120d415ef119aeeebea1c9035 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:82rem;left:52.5625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { position:relative;display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { background-color: transparent; background-image: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container > .video-iframe-container { display: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row > .video-iframe-container { display: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .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); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { border-width: 0; border-radius: 0; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .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; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb { position:relative;display:block; }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb { background-color: transparent; background-image: none; }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .row .container > .video-iframe-container { display: none; }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .row > .video-iframe-container { display: none; }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .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); }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb { border-width: 0; border-radius: 0; }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .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; }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:74.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; }#b8504ece6e853ca6051db038893a0af5 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#x053f4242f4df12244d82abe249d9c05 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:24.5966796875rem;left:51.9375rem;height:12.59375rem;font-style:normal;display:block; }
#head31bb2c9756213f5e9d18ba28d009 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.625rem;top:1.8125rem;left:51.375rem;overflow:hidden;display:block; }
#Gbb0e0cc8711356f3f4638022231c51d { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:54.75rem;left:13.125rem;overflow:hidden;display:block; }
#b0fd7eab47f2f0b3186c4575fcf5eced { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:20.0625rem;top:53.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#Da58a43357f305cb6e3e722da39d7e83 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:54.625rem;left:43.8125rem;overflow:hidden;display:block; }
#L835759243ec8c14909bfa0e6376e42d { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:48.125rem;left:12.40625rem;height:3.67480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sb811832e1a33dc9091b1f646bc61497 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15071;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.3125rem;left:35.375rem;display:block; }
#c87e35d7b1c2356647ab3467fcef0a05 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:36.4375rem;left:35.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ub6857a9e00b39ba72f070cdae879adf { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15062;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.9375rem;left:37.8125rem;display:block; }
#ef4740bd36ca2265dc37c927d0bdfe70 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15063;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.3125rem;left:37.8125rem;display:block; }
#M423435b73970e1865b7d052ceee8eee { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:37rem;left:38.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X835b49ecff5f6ebaa69d8748b8bae04 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.4;letter-spacing:0;top:39.125rem;left:38.4375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a59aeb9f807f59399e6ba5ae2151f7f6 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:40.3125rem;left:38.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K60c7984f6e38b646bd0bdfdeea5303b { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:42.4375rem;left:38.4375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { position:relative;display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { background-color: transparent; background-image: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container > .video-iframe-container { display: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row > .video-iframe-container { display: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .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); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { border-width: 0; border-radius: 0; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .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; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#HgClCPT06CM61is6CTCxX0udkFAN0Ezc { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra { position:relative;display:block; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra { background-color: transparent; background-image: none; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container > .video-iframe-container { display: none; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row > .video-iframe-container { display: none; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra { border-width: 0; border-radius: 0; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .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; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .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; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .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:18.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; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container.adaptive-delivery-prevent-bg, #J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container.lazyload, #J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container.lazyloading { background-image: none; }#eNnswFOD0O33tWOdLhJyfhDopduQrZdy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:4.4375rem;left:54.5625rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6lueDgEb9S9PUQChstFzDqfwP2LAWiq { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:4.4374847412109rem;left:29.5rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M5A9h0cUpToAzVZVD94XT0dTon3l2uCF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:4.4375rem;left:40.4375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FP1uXVboGt1gdUIbRkowUJNdb4NPKsRV { 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:16.375rem;width:16.375rem;top:0.84375rem;left:6.125rem;overflow:hidden;display:block; }
#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { position:relative;display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { background-color: transparent; background-image: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container > .video-iframe-container { display: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row > .video-iframe-container { display: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .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); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { border-width: 0; border-radius: 0; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .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; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .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:4.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; }#mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { color:#000000;display:block;width:68.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:0.84375rem;left:3.4072914123535rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { position:relative;display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { background-color: transparent; background-image: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #585857; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #585857; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { border-width: 0; border-radius: 0; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .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; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .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; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .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; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.adaptive-delivery-prevent-bg, #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.lazyload, #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.lazyloading { background-image: none; }#KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { color:rgba(var(--color-tertiary-0),1);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) { #uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMc8ZgBFFMoCgSUD53oVKWqC5WPQSg7H { top:0rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:1.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { 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) { #GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb { display:block; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { top:3.125rem;left:0rem;width:33.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sda704a27e8e9fc0ff5d551c98e369f6 { top:43.5625rem;left:0rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95b7d530ef766d32cbc84959d190b4c { top:41.875rem;left:3.5625rem;width:20.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fc52de7ea4c3df7a4ad1d829c36b7 { top:43.4375rem;left:20.1875rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e6f3d01fa636eea876fe950d8cbb50 { top:55.1875rem;left:27.75rem;width:20rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46ba652198b5f4c3edf40fa3b7de152 { top:47.5rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidganlrIoGSfRwVuwoRTkyTB1A51g8I { display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { top:1.875rem;left:23.5625rem;width:24.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { top:2.625rem;left:0rem;width:38.9375rem;height:7.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM { display:block; }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ccb20ef5ea23a1ef5603a08dd9ce6058 { top:3.125rem;left:0rem;width:47.75rem;height:22.963409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7946abcdf65bc35b37ed0120a73cad { top:38.6875rem;left:0rem;width:20rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab776c8daedfd18bdb51ede685582cc3 { top:38.6875rem;left:10.75rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E47e6921b149e5afb6d779bacbf73c49 { top:34.625rem;left:17.5625rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f517a548f8768f3a4cc0920a6b30df2a { top:55.25rem;left:0.25rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecc4770748838cbb290230f5525439e { top:67.8125rem;left:0.25rem;width:47.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf63ea4245473b82bcf964f9fdba531a { top:78.3125rem;left:0rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adf54b1422b4df016835c2c07dfa634f { top:104.625rem;left:0rem;width:47.75rem;height:22.940855323021rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47b627a8d35a90c4a958c8b4a1e130f { top:139.5rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icf570be1cb8b57a861a7b829d36d30d { top:15.25rem;left:3.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h803ee8f3129529b404b44ae41bd164b { top:15.375rem;left:3.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie8f815f776b36f54a47a3f7f05cd348 { top:13.4375rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef1902c28ded6f4622203bf2f8d96368 { top:13.5625rem;left:36.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6a6eefabd64bd4789f1ca9d3a374576 { top:79.9375rem;left:41.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93c4a9e761d9e1d0e6c1df723576973 { top:80.0625rem;left:41.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09d362ed1c73aa8fc02927fa5a0eefc { top:128.5625rem;left:43.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9f577fd02724eebcb7b7be2bb1f6435 { top:128.6875rem;left:43.1875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa54677d231e7602b1bd6f3a4f2888d0 { top:7.6875rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n65eb5cf9a5157574e5ee7208259a213 { top:10.3125rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5c2a6b1b4255a596a8067d6074d4118 { top:8.375rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e71d18ded23292867c2a86aee1998a45 { top:10.5rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d8fe5ed84a62e90154c3b3d2ea2514 { top:11.6875rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9974aa4d518de83a694bb79e27c95d5 { top:13.8125rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A48842f83cfd96afdb3f4659890776e9 { top:74.25rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae43fb149bb41ca91b33052e1ee51240 { top:76.875rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcedc8db814c6eba0d8793844978e2cb { top:74.9375rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdebbcacb5ed0139760ed2c8fa0a2f0a { top:77.0625rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3c5ed8156745fcc44dfdb39939921a1 { top:78.25rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2898680ef913d9a1bf08c20b2056f52 { top:80.375rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf0dc5e01517e8b783b6a0e0151af4ca { top:128.5625rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e065ca2b4f84c0315dccfb6a859a7974 { top:131.1875rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbcfdcfaf5fce00cf067ee983e7ff38a { top:129.25rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfb7bd3062dda025e250fbb87443966e { top:131.375rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8fb36f057a967a98f69a0ff17f85024 { top:132.5625rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bcd1846c8aaa2640da976333dceeb0 { top:134.6875rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block; }
 }@media only screen and (max-width: 763px) { #u36ATeeA51KbaTXC6n1OsTPCKhAgir7x { display:block; }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6beb7804b3e81d02899ef8bd6dd479c { top:41.5rem;left:0rem;width:18.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p41d7fdfa8e4170bd13abb8b4b81e1b8 { top:3.125rem;left:0rem;width:47.5rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4d626e430a943741312dac5ca4c08b8 { top:3.125rem;left:27.75rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb15e6bba8152ca3083434d65b28d968 { top:18.6875rem;left:26.5rem;width:21.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8ff1f4a181cd606c6ea93baef70270 { top:47.5625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bb16585257c1df1e720e383bf0a721 { top:56.875rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #w563f46c766e8e989ccc69c46093eb1b { top:96.6875rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbd28997f571f5d774a2a7b0fb2d56d2 { top:105.5625rem;left:0rem;width:33.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe41ab9b61eb72aae89a9ee05be08152 { top:96.0625rem;left:0rem;width:42.5625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea2137ba9d2aab2007a3ce3b9940ec08 { top:116.5rem;left:14rem;width:33.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3d9ab63e304e0936cb9e9b0e05130d6 { top:130.125rem;left:0rem;width:34.4375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21fc4088ae7fb27f322cd5b80f7c64a { top:8.375rem;left:0.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff15807560d878ca0bc7242805ab4e50 { top:8.5rem;left:0.6875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0b078a278e7639b4d77ef6d5f840c70 { top:65.1875rem;left:43.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb4aaa7a3db0b4bdfab4cea464269f8e { top:65.3125rem;left:43.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39fe9ad0083c6e9ce2a4e19876bbea2 { top:123.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #be2b24ea3e581345a69f65bd37b641d5 { top:123.8125rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba71ae9143b43eeac70bf3b2d3a9dced { top:6.8125rem;left:3.8125rem;width:7.5rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd58dc7a735f90fa83df31ecf7e1f887 { top:5.9375rem;left:3.1875rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96d604dd1603f50fbe8d02da98f425a { top:63.375rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3cd95e3542b7c77a13d1db065e62968 { top:62rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y344a72fc4d4d6a3b59bf76bb74e80ed { top:124.5625rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1c7a5068aae6c7497fcbea05a35b31 { top:123.6875rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m130c0ede87ac3c46b0cde0c1f9cd3a1 { top:59.375rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efb1dc7c13a767f43d5ca4ab4e861a5a { top:60.0625rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N16869e5cf454e976b219c8d763d5ce1 { top:62.1875rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8ee658177e7e484164ecfbbd183818e { top:65.5rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urBMsgULxONOz1ANV5AELNBPtwfTnCvv { display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block; }
 }@media only screen and (max-width: 763px) { #tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv { display:block; }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8970e94bf4f30d0e7621d636ad93d7f { top:4.8125rem;left:0rem;width:19.5rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #k94f7500ba72a308cd1e5c2548ec02d0 { top:3rem;left:10.125rem;width:32.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re81b1369e93f0ec3d79839576dda413 { top:15.6875rem;left:0.25rem;width:47.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00e30c9264a1b6e1efd402fc2b7610e { top:24.4375rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca252a306c88eb1eda1a187ee6041909 { top:33.9375rem;left:0rem;width:47.75rem;height:35.552045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #da09499a64cc295ddf95e37ee2bb0fb9 { top:87rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5976aca2162e1b7617ffc1dd0b2535f { top:87rem;left:14rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60cf50f9fb46a5101378571246b60af { top:96.375rem;left:0rem;width:47.5rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3873f000e37bb8e4323340cd85f8c99 { top:104rem;left:27.75rem;width:20rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2df4f2b07ef2e5e5332b26908584e00 { top:130.5rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua325755a0dd84d2f5bd4c5793bbc6bd { top:169.8125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd4d3366cf8aff3b5d626c0a80a763fd { top:49.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af1f8e5efbcf3690fc834585f59e4b3d { top:49.25rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93a3e050816399f487d12a134db030c { top:74.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb49ecda6e60dc81e5b166455322ea75 { top:75.0625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md6f2f4a88f31a515207464e1c94b350 { top:102.75rem;left:22.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4424cc9b13c1f7277fbe6a3690d1709 { top:102.875rem;left:22.6875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd9af88c2eec7ba9a8c495f6880f8893 { top:140.6875rem;left:39.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a65063498f1ec6dfb722cc3ed6350323 { top:140.8125rem;left:39.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1e5a06efcdecb136ae36b180fff07f2 { top:161.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cae4ab94d1b77246fff920b265b6afa1 { top:161.5625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C720aaf7f80f04395fc650dde9f76efa { top:164.9375rem;left:7.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df35c6bc7704f0a83d52d51a30c45f5a { top:165.0625rem;left:7.1875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcaf015d2a20dc3a3ab15c7308a28d59 { top:162.3125rem;left:31.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11ac3a0a76436b162025222b065d4d9 { top:162.4375rem;left:31.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S50a22dd314d2d0acab1125ab551384b { top:50rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcdb1d49b83d33c0874aa9beaab2afbe { top:49.125rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6c5f04c06e221a27c06d7fc5d766801 { top:75.8125rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sce0ba4a790e3a893caf3735f8de8e59 { top:74.9375rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7f15664779196e0d98044febc0ec59 { top:99.6875rem;left:25.125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5d0eec217528dbc864298bcc044b10a { top:97.0625rem;left:25.125rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d431722efd20e6c59eb72b62d65e32f5 { top:97.75rem;left:25.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c01bbad299279666be45bcabca2c4c09 { top:99.875rem;left:25.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7d1849be6959585e5ef5b02777a622b { top:101.0625rem;left:25.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4a04ceeef07e5f51a8457003600c1e7 { top:103.1875rem;left:25.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb39ebb9642bae2a9534cb82fdc1a44c { top:137.625rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #df716a159cba6c6ef520d90cf97a0f64 { top:135rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8417c3992bb525c3d4df4a2a6bbd8c8 { top:135.6875rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9b829bee613072723c14cc9e440f254 { top:137.8125rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb58f8121ae8537736b49b0955aca0c5 { top:139rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gec40f51f4c279c682205b371dc9a3a6 { top:141.125rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block; }
 }@media only screen and (max-width: 763px) { #q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 { display:block; }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa653e52863051501760a5b60b544aa5 { top:4.8125rem;left:0rem;width:20rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4452e18590e1f7619205218c235ea00 { top:3.8125rem;left:15.875rem;width:22rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pca5850cf3b0f416a2a7dcc396f48c94 { top:18rem;left:0.25rem;width:47.5rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beb9a82a26142154d4c414a7e58d1926 { top:29.5625rem;left:0.25rem;width:47.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b67f7211baff144450f0f60828e20676 { top:32.6875rem;left:0rem;width:20rem;height:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdad2b7c1bb81e0ccb25c5e5dd2f411d { top:67.1875rem;left:0rem;width:47.75rem;height:41.629318181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9015e7d734140863b598ffa03e6ca4e { top:57.3125rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veb6f9ead3204fa4bf9e38c09d3f63ed { top:129rem;left:0rem;width:47.75rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B35ece7503ae67e6c8c290c97f3e6bcb { top:7.75rem;left:0.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z25df1b42c18e1777f51bad679e0d2a0 { top:7.875rem;left:0.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T830adea0898b30ad275b41b34dd319f { top:45.8125rem;left:23.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A823d6bb193e07ace47cf5859e1d3d49 { top:45.9375rem;left:23.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbbe7bf92f8efeef2ef5a23a68bed30e { top:36.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7c081843918583486022ad445c7ce67 { top:36.5rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dce4258ef85ab0d28c14e40a546943a4 { top:74.1875rem;left:6.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9d4840db89ac7677968317a913cf320 { top:74.3125rem;left:6.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fdc33e6f3107ae0c50e942b197a5ad { top:79.125rem;left:44.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e201690e06ea9be4a031bbc1e9ebbd33 { top:79.25rem;left:44.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c264f195d7b0aab1643b0955edd7077b { top:105.625rem;left:22.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1a0eac229e75387fcf7561448a5c110 { top:105.75rem;left:22.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9c3c549a6adecc979bbb2aad805c11 { top:75.0625rem;left:9.625rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rce34e326673933f0f98ebe9c295e471 { top:74.1875rem;left:9rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f02638243112fdff5e71dc085e7ca541 { top:80rem;left:35.5625rem;width:7.5rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3255900a52f4f373da9b914922383f4 { top:79.125rem;left:34.9375rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r36602f5d1fb0b8f3bd1762e803a8a47 { top:10.375rem;left:3.0625rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32cc12835246d42bd8606df2332edc1 { top:7.75rem;left:3.0625rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9995e9a1490d6025dc539619d83326d { top:8.4375rem;left:3.6875rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d869df2850917f64836da6ec2c1612db { top:10.5625rem;left:3.6875rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x466ba43afa9e789a06adf62e0cec56c { top:11.75rem;left:3.6875rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9a2f543ce9d01aed9af5bb8a275025 { top:13.875rem;left:3.6875rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7daa124e7f3264da63e770159d6a313 { top:42.75rem;left:11.9375rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cccd010d5e82172b24d711745651d3 { top:40.125rem;left:11.9375rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27b2650b16b17d86844c897872055b9 { top:40.8125rem;left:12.5625rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b21f223a873229eb47819243eeb496b5 { top:42.9375rem;left:12.5625rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m71db8f9a87c2b44d1a3b41c2f3712e4 { top:44.125rem;left:12.5625rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9fc0a140193b40a5e19275be28d52ec { top:46.25rem;left:12.5625rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf70b25c357aa7795f52d127d0999628 { top:102.5625rem;left:24.8125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocbe401f07922f41a2dffbb3547ec53c { top:99.9375rem;left:24.8125rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s206fa4d2d40c70f4498a3db916cfd09 { top:100.625rem;left:25.4375rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V234eb5df2c7408932f83444a33ec854 { top:102.75rem;left:25.4375rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8a553b230bca3caa2afec548f913503 { top:103.9375rem;left:25.4375rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9182d8f9661fb8665cb02bcf6ad6b25 { top:106.0625rem;left:25.4375rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block; }
 }@media only screen and (max-width: 763px) { #v05SXN6c3fnilwGns1ZoGis2EJEQFar8 { display:block; }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edc48ee1acf5fb8e7e810634041bffad { top:3.125rem;left:0.25rem;width:47.5rem;height:56.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71427a18b8fc9b4c8934f928ce89a76 { top:3.125rem;left:0rem;width:20rem;height:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a276835f44f0ca7b2e3193f6cde5bde8 { top:62.625rem;left:0rem;width:47.75rem;height:33.859090909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ef163a1ff2b063456035b1db542212 { top:49.625rem;left:0rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e398c95685cca36d3db05ff00497c12b { top:113.25rem;left:0rem;width:21.875rem;height:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eee5469569dc8c8aacd28b01a38308cd { top:31rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ff58dcef88cb8cd7d87afbb1d6ce9c { top:113.25rem;left:12.9375rem;width:21.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f46596a37b98657e392c9fae59ed738d { top:113.25rem;left:25.875rem;width:21.875rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le4ff54eeaa5ac06d3b8d06da25b49bd { top:138.4375rem;left:0rem;width:47.5rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbf7bf3d98dbbe5199fc33d2cfd40392 { top:161.0625rem;left:27.75rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87cead07b364cec29143f351d39d02e { top:138.4375rem;left:27.75rem;width:20rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7feaa7fd824b38c51044c843c9b8a90 { top:176rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9401f0e587bef008d75336fd66785bc { top:50.4375rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecabda7095de30ad010d5f5881a29f89 { top:50.5625rem;left:22.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib6f43d6a55ac6f99b5b965ddce6071f { top:12.625rem;left:31.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eab0746444ca3e01acbd3a005fe1a11d { top:12.75rem;left:31.375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2784a43cd70a5216bc5ca558a92270a { top:31.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w685730ee85f7baa83d75d75b5605fce { top:31.75rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf7c94426953bae8dd42dcb9ce5e5a6d { top:84.0625rem;left:38.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf15a2e486b9fe66b67b82cc0e73f201 { top:84.1875rem;left:38.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C765d2083255da0bbd868d42035e4c93 { top:102.8125rem;left:5.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2a120006b302d7997f9f13f40d7bebe { top:102.9375rem;left:5.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z69b81643787c7e0eda1b5e89396f6e3 { top:104.6875rem;left:27.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c85435edd4d1f1bd986af7196ca8967b { top:104.8125rem;left:27.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd34fae29196570ee9ab8ca4ebae113b { top:68.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb69538be80b578e4a9f6010de579395 { top:68.5625rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91f8ba4c67a69203a524d91fb886a38 { top:149.125rem;left:24.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceab8dcb0d54ba782409a18c847c9fc7 { top:149.25rem;left:24.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od300097b7528b443a3e1f00ba0932aa { top:162.3125rem;left:32rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7f9258905d400c4029517fe12fda9f3 { top:162.4375rem;left:32rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7c6aa0bb7a0851d51d3f09bfd18f933 { top:166.4375rem;left:1.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74205f8b62dfc20622f0d4b625a65e1 { top:166.5625rem;left:1.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf756f64ec6555f62407ec26773f3b05 { top:171.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5104e85f751a18b0e3024ebf528c0fc { top:171.1875rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4d71a69e04b81805d887ef1e960fa3 { top:11.0625rem;left:34.5rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #od5ae63f7f33efb967e1522029a96965 { top:10.1875rem;left:33.875rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #def42832d8ab4dc4b7efc20204b497cc { top:51.3125rem;left:26.0625rem;width:7.875rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd3173dbeed9818e9f7bafdb6d03f1e9 { top:50.4375rem;left:25.4375rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb80c1c037d7b3fdb13b56f7836b4d9d { top:32.5rem;left:0rem;width:7.5625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42ea76f95657fb6e358983e74c483da { top:31.625rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9aebe32633c26096acb54519aeba8bf { top:103.6875rem;left:0rem;width:7.6875rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2adaddce6f04b4722190b06b44e17fa { top:102.8125rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heac2c44edc328cc70a37c9784ee44cb { top:167.3125rem;left:0rem;width:7.625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7194fa62b5f53987e4d390fdfb1b52d { top:166.4375rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud745330c3088ab87c501121215d2a60 { top:78.5rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf135c7de37dfe12a03be6e05cb3ebbe { top:75.875rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07edd08491c3dd6dc37a2b8792de613 { top:76.5625rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bf8d2829bac16dc53cfafb0f466ec7 { top:78.6875rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q231919cd47776461373f8fa3d6196a0 { top:79.875rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd385a4120d415ef119aeeebea1c9035 { top:82rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block; }
 }@media only screen and (max-width: 763px) { #oHDTeTrE91aAto0ahDvxNZtOg5tWriGb { display:block; }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8504ece6e853ca6051db038893a0af5 { top:3.125rem;left:0rem;width:47.5rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x053f4242f4df12244d82abe249d9c05 { top:24.5625rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #head31bb2c9756213f5e9d18ba28d009 { top:1.8125rem;left:27.75rem;width:19.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbb0e0cc8711356f3f4638022231c51d { top:54.75rem;left:0rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0fd7eab47f2f0b3186c4575fcf5eced { top:53.0625rem;left:13.5625rem;width:20.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da58a43357f305cb6e3e722da39d7e83 { top:54.625rem;left:29.625rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L835759243ec8c14909bfa0e6376e42d { top:48.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb811832e1a33dc9091b1f646bc61497 { top:36.3125rem;left:21.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c87e35d7b1c2356647ab3467fcef0a05 { top:36.4375rem;left:21.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub6857a9e00b39ba72f070cdae879adf { top:38.9375rem;left:24.1875rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef4740bd36ca2265dc37c927d0bdfe70 { top:36.3125rem;left:24.1875rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M423435b73970e1865b7d052ceee8eee { top:37rem;left:24.8125rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X835b49ecff5f6ebaa69d8748b8bae04 { top:39.125rem;left:24.8125rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59aeb9f807f59399e6ba5ae2151f7f6 { top:40.3125rem;left:24.8125rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60c7984f6e38b646bd0bdfdeea5303b { top:42.4375rem;left:24.8125rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgClCPT06CM61is6CTCxX0udkFAN0Ezc { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block; }
 }@media only screen and (max-width: 763px) { #J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra { display:block; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNnswFOD0O33tWOdLhJyfhDopduQrZdy { top:4.4375rem;left:28.625rem;width:19.125rem;height:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6lueDgEb9S9PUQChstFzDqfwP2LAWiq { top:4.375rem;left:15.875rem;width:8.625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5A9h0cUpToAzVZVD94XT0dTon3l2uCF { top:4.4375rem;left:26.8125rem;width:12.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP1uXVboGt1gdUIbRkowUJNdb4NPKsRV { top:0.8125rem;left:0rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { 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;display:block; }
 }@media only screen and (max-width: 763px) { #uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { position:relative;z-index:auto;display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { background-color: transparent; background-image: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { width:20rem;height:16.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMc8ZgBFFMoCgSUD53oVKWqC5WPQSg7H { width:7.5625rem;height:7.4375rem;top:1.0625rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:10.4375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb { display:block; }#GgPy9GdwhmTgqEqAQOLQCIdoDSUI0uyb > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { width:13.5625rem;height:11.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sda704a27e8e9fc0ff5d551c98e369f6 { width:11.25rem;height:9.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95b7d530ef766d32cbc84959d190b4c { width:11.25rem;height:9.5rem;top:18.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fc52de7ea4c3df7a4ad1d829c36b7 { width:11.25rem;height:9.5rem;top:23.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e6f3d01fa636eea876fe950d8cbb50 { width:10rem;height:1.0625rem;top:32.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46ba652198b5f4c3edf40fa3b7de152 { width:20rem;height:12.5rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidganlrIoGSfRwVuwoRTkyTB1A51g8I { display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { width:17.25rem;height:6.0625rem;top:14.32421875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { width:17.5rem;height:11.19925rem;top:1.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM { display:block; }#DJsOmgwCBTPBVNhBJBUIGnQLFMKhzVuM > .row .container { width:20rem;height:161.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ccb20ef5ea23a1ef5603a08dd9ce6058 { width:20rem;height:9.6181818181818rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7946abcdf65bc35b37ed0120a73cad { width:17.5rem;height:22.75rem;top:53.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab776c8daedfd18bdb51ede685582cc3 { width:17.5rem;height:15.74221875rem;top:19.0625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E47e6921b149e5afb6d779bacbf73c49 { width:20rem;height:12.6875rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f517a548f8768f3a4cc0920a6b30df2a { width:17.5rem;height:15.74221875rem;top:36.0546875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecc4770748838cbb290230f5525439e { width:20rem;height:14.183625rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf63ea4245473b82bcf964f9fdba531a { width:17.5rem;height:14.16796875rem;top:106.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adf54b1422b4df016835c2c07dfa634f { width:20rem;height:9.608375rem;top:122.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47b627a8d35a90c4a958c8b4a1e130f { width:17.5rem;height:17.31640625rem;top:141.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icf570be1cb8b57a861a7b829d36d30d { width:1.875rem;height:1.875rem;top:0.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h803ee8f3129529b404b44ae41bd164b { width:1.875rem;height:1.57421875rem;top:1rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie8f815f776b36f54a47a3f7f05cd348 { width:1.875rem;height:1.875rem;top:7.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef1902c28ded6f4622203bf2f8d96368 { width:1.875rem;height:1.57421875rem;top:7.875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6a6eefabd64bd4789f1ca9d3a374576 { width:1.875rem;height:1.875rem;top:95.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93c4a9e761d9e1d0e6c1df723576973 { width:1.875rem;height:1.57421875rem;top:95.25rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09d362ed1c73aa8fc02927fa5a0eefc { width:1.875rem;height:1.875rem;top:130.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9f577fd02724eebcb7b7be2bb1f6435 { width:1.875rem;height:1.57421875rem;top:130.375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa54677d231e7602b1bd6f3a4f2888d0 { width:11.25rem;height:2.6875rem;top:10.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n65eb5cf9a5157574e5ee7208259a213 { width:11.25rem;height:5rem;top:12.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5c2a6b1b4255a596a8067d6074d4118 { width:10rem;height:1.375rem;top:10.875rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e71d18ded23292867c2a86aee1998a45 { width:10rem;height:1.3125rem;top:13rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d8fe5ed84a62e90154c3b3d2ea2514 { width:10rem;height:2rem;top:14.1875rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9974aa4d518de83a694bb79e27c95d5 { width:10rem;height:1.3125rem;top:16.3125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A48842f83cfd96afdb3f4659890776e9 { width:11.25rem;height:2.6875rem;top:97.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae43fb149bb41ca91b33052e1ee51240 { width:11.25rem;height:5rem;top:100.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcedc8db814c6eba0d8793844978e2cb { width:10rem;height:1.375rem;top:98.3125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdebbcacb5ed0139760ed2c8fa0a2f0a { width:10rem;height:1.3125rem;top:100.4375rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3c5ed8156745fcc44dfdb39939921a1 { width:10rem;height:2rem;top:101.625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2898680ef913d9a1bf08c20b2056f52 { width:10rem;height:1.3125rem;top:103.75rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf0dc5e01517e8b783b6a0e0151af4ca { width:11.25rem;height:2.6875rem;top:132.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e065ca2b4f84c0315dccfb6a859a7974 { width:11.25rem;height:5rem;top:135.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbcfdcfaf5fce00cf067ee983e7ff38a { width:10rem;height:1.375rem;top:133.4375rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfb7bd3062dda025e250fbb87443966e { width:10rem;height:1.3125rem;top:135.5625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8fb36f057a967a98f69a0ff17f85024 { width:10rem;height:2rem;top:136.75rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bcd1846c8aaa2640da976333dceeb0 { width:10rem;height:1.3125rem;top:138.875rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block; }
 }@media only screen and (max-width: 763px) { #u36ATeeA51KbaTXC6n1OsTPCKhAgir7x { display:block; }#u36ATeeA51KbaTXC6n1OsTPCKhAgir7x > .row .container { width:20rem;height:169.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6beb7804b3e81d02899ef8bd6dd479c { width:16.1875rem;height:4.75rem;top:1.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p41d7fdfa8e4170bd13abb8b4b81e1b8 { width:20rem;height:17.894736842105rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4d626e430a943741312dac5ca4c08b8 { width:17.5rem;height:17.316375rem;top:67.7685546875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb15e6bba8152ca3083434d65b28d968 { width:11.25rem;height:14.9375rem;top:52.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8ff1f4a181cd606c6ea93baef70270 { width:17.5rem;height:25.1875rem;top:6.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bb16585257c1df1e720e383bf0a721 { width:20rem;height:10.890625rem;top:86.958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w563f46c766e8e989ccc69c46093eb1b { width:20rem;height:12.6875rem;top:120.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbd28997f571f5d774a2a7b0fb2d56d2 { width:17.5rem;height:9rem;top:134.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe41ab9b61eb72aae89a9ee05be08152 { width:17.5rem;height:12.59375rem;top:107.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea2137ba9d2aab2007a3ce3b9940ec08 { width:20rem;height:8.110375rem;top:148.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3d9ab63e304e0936cb9e9b0e05130d6 { width:17.5rem;height:9.44534375rem;top:157.4228515625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21fc4088ae7fb27f322cd5b80f7c64a { width:1.875rem;height:1.875rem;top:52.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff15807560d878ca0bc7242805ab4e50 { width:1.875rem;height:1.57421875rem;top:52.3125rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0b078a278e7639b4d77ef6d5f840c70 { width:1.875rem;height:1.875rem;top:96rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb4aaa7a3db0b4bdfab4cea464269f8e { width:1.875rem;height:1.57421875rem;top:96.125rem;left:17.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39fe9ad0083c6e9ce2a4e19876bbea2 { width:1.875rem;height:1.875rem;top:143.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be2b24ea3e581345a69f65bd37b641d5 { width:1.875rem;height:1.57421875rem;top:143.8125rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba71ae9143b43eeac70bf3b2d3a9dced { width:7.5rem;height:2.375rem;top:53.1875rem;left:1.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd58dc7a735f90fa83df31ecf7e1f887 { width:8.75rem;height:4.375rem;top:52.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96d604dd1603f50fbe8d02da98f425a { width:10rem;height:2rem;top:102.5rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3cd95e3542b7c77a13d1db065e62968 { width:11.25rem;height:5rem;top:101.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y344a72fc4d4d6a3b59bf76bb74e80ed { width:10rem;height:2.375rem;top:144.6875rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1c7a5068aae6c7497fcbea05a35b31 { width:11.25rem;height:4.375rem;top:143.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m130c0ede87ac3c46b0cde0c1f9cd3a1 { width:11.25rem;height:2.6875rem;top:98.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efb1dc7c13a767f43d5ca4ab4e861a5a { width:10rem;height:1.375rem;top:99.1875rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N16869e5cf454e976b219c8d763d5ce1 { width:10rem;height:1.3125rem;top:101.3125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8ee658177e7e484164ecfbbd183818e { width:10rem;height:1.3125rem;top:104.625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urBMsgULxONOz1ANV5AELNBPtwfTnCvv { display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block; }
 }@media only screen and (max-width: 763px) { #tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv { display:block; }#tSgrxLLygw5NkdTEchyI4GkCBh6lkwbv > .row .container { width:20rem;height:205.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8970e94bf4f30d0e7621d636ad93d7f { width:20rem;height:26.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k94f7500ba72a308cd1e5c2548ec02d0 { width:16.75rem;height:5.875rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re81b1369e93f0ec3d79839576dda413 { width:17.5rem;height:25.1875rem;top:30.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00e30c9264a1b6e1efd402fc2b7610e { width:20rem;height:12.6875rem;top:99.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca252a306c88eb1eda1a187ee6041909 { width:20rem;height:14.890625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da09499a64cc295ddf95e37ee2bb0fb9 { width:17.5rem;height:9.4453125rem;top:79rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5976aca2162e1b7617ffc1dd0b2535f { width:17.5rem;height:9.4453125rem;top:89.6953125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60cf50f9fb46a5101378571246b60af { width:20rem;height:13.05175rem;top:110.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3873f000e37bb8e4323340cd85f8c99 { width:17.5rem;height:18.890625rem;top:132.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2df4f2b07ef2e5e5332b26908584e00 { width:20rem;height:10.890625rem;top:159.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua325755a0dd84d2f5bd4c5793bbc6bd { width:17.5rem;height:31.484375rem;top:171.828125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd4d3366cf8aff3b5d626c0a80a763fd { width:1.875rem;height:1.875rem;top:62.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #af1f8e5efbcf3690fc834585f59e4b3d { width:1.875rem;height:1.57421875rem;top:62.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93a3e050816399f487d12a134db030c { width:1.875rem;height:1.875rem;top:70.9375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb49ecda6e60dc81e5b166455322ea75 { width:1.875rem;height:1.57421875rem;top:71.0625rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md6f2f4a88f31a515207464e1c94b350 { width:1.875rem;height:1.875rem;top:121.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4424cc9b13c1f7277fbe6a3690d1709 { width:1.875rem;height:1.57421875rem;top:121.5625rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd9af88c2eec7ba9a8c495f6880f8893 { width:1.875rem;height:1.875rem;top:161.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a65063498f1ec6dfb722cc3ed6350323 { width:1.875rem;height:1.57421875rem;top:161.3125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1e5a06efcdecb136ae36b180fff07f2 { width:1.875rem;height:1.875rem;top:168.6875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cae4ab94d1b77246fff920b265b6afa1 { width:1.875rem;height:1.57421875rem;top:168.8125rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C720aaf7f80f04395fc650dde9f76efa { width:1.875rem;height:1.875rem;top:168.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #df35c6bc7704f0a83d52d51a30c45f5a { width:1.875rem;height:1.57421875rem;top:168.8125rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcaf015d2a20dc3a3ab15c7308a28d59 { width:1.875rem;height:1.875rem;top:168.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11ac3a0a76436b162025222b065d4d9 { width:1.875rem;height:1.57421875rem;top:168.8125rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S50a22dd314d2d0acab1125ab551384b { width:10rem;height:2.375rem;top:58.1875rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcdb1d49b83d33c0874aa9beaab2afbe { width:11.25rem;height:4.375rem;top:57.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6c5f04c06e221a27c06d7fc5d766801 { width:10rem;height:2.375rem;top:74.4375rem;left:9rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sce0ba4a790e3a893caf3735f8de8e59 { width:11.25rem;height:4.375rem;top:73.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7f15664779196e0d98044febc0ec59 { width:11.25rem;height:5rem;top:126.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5d0eec217528dbc864298bcc044b10a { width:11.25rem;height:2.6875rem;top:123.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d431722efd20e6c59eb72b62d65e32f5 { width:10rem;height:1.375rem;top:124.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c01bbad299279666be45bcabca2c4c09 { width:10rem;height:1.3125rem;top:126.75rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7d1849be6959585e5ef5b02777a622b { width:10rem;height:2rem;top:127.9375rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4a04ceeef07e5f51a8457003600c1e7 { width:10rem;height:1.3125rem;top:130.0625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb39ebb9642bae2a9534cb82fdc1a44c { width:11.25rem;height:5rem;top:155.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df716a159cba6c6ef520d90cf97a0f64 { width:11.25rem;height:2.6875rem;top:152.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8417c3992bb525c3d4df4a2a6bbd8c8 { width:10rem;height:1.375rem;top:153.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9b829bee613072723c14cc9e440f254 { width:10rem;height:1.3125rem;top:155.75rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb58f8121ae8537736b49b0955aca0c5 { width:10rem;height:2rem;top:156.9375rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gec40f51f4c279c682205b371dc9a3a6 { width:10rem;height:1.3125rem;top:159.0625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block; }
 }@media only screen and (max-width: 763px) { #q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 { display:block; }#q0eXJZxr7BH8lyA8712Rz9Muu8vUcbI8 > .row .container { width:20rem;height:208.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa653e52863051501760a5b60b544aa5 { width:20rem;height:26.625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4452e18590e1f7619205218c235ea00 { width:17rem;height:8.9375rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pca5850cf3b0f416a2a7dcc396f48c94 { width:17.5rem;height:23.61325rem;top:12.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beb9a82a26142154d4c414a7e58d1926 { width:20rem;height:14.525375rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b67f7211baff144450f0f60828e20676 { width:17.5rem;height:36.2069375rem;top:90.458984375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdad2b7c1bb81e0ccb25c5e5dd2f411d { width:20rem;height:17.4355625rem;top:144.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9015e7d734140863b598ffa03e6ca4e { width:20rem;height:12.6875rem;top:126.6650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veb6f9ead3204fa4bf9e38c09d3f63ed { width:17.5rem;height:34.6328125rem;top:171.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B35ece7503ae67e6c8c290c97f3e6bcb { width:1.875rem;height:1.875rem;top:45.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z25df1b42c18e1777f51bad679e0d2a0 { width:1.875rem;height:1.57421875rem;top:46rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T830adea0898b30ad275b41b34dd319f { width:1.875rem;height:1.875rem;top:79.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A823d6bb193e07ace47cf5859e1d3d49 { width:1.875rem;height:1.57421875rem;top:79.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbbe7bf92f8efeef2ef5a23a68bed30e { width:1.875rem;height:1.875rem;top:70.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7c081843918583486022ad445c7ce67 { width:1.875rem;height:1.57421875rem;top:70.8125rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dce4258ef85ab0d28c14e40a546943a4 { width:1.875rem;height:1.875rem;top:146.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9d4840db89ac7677968317a913cf320 { width:1.875rem;height:1.57421875rem;top:146.4375rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fdc33e6f3107ae0c50e942b197a5ad { width:1.875rem;height:1.875rem;top:144.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e201690e06ea9be4a031bbc1e9ebbd33 { width:1.875rem;height:1.57421875rem;top:144.5625rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c264f195d7b0aab1643b0955edd7077b { width:1.875rem;height:1.875rem;top:160rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1a0eac229e75387fcf7561448a5c110 { width:1.875rem;height:1.57421875rem;top:160.125rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9c3c549a6adecc979bbb2aad805c11 { width:10rem;height:0;top:147.8125rem;left:9.5rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rce34e326673933f0f98ebe9c295e471 { width:11.25rem;height:4.375rem;top:146.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f02638243112fdff5e71dc085e7ca541 { width:7.5rem;height:2.375rem;top:140.5rem;left:11.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3255900a52f4f373da9b914922383f4 { width:8.75rem;height:4.375rem;top:139.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r36602f5d1fb0b8f3bd1762e803a8a47 { width:11.25rem;height:5rem;top:40.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32cc12835246d42bd8606df2332edc1 { width:11.25rem;height:2.6875rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9995e9a1490d6025dc539619d83326d { width:10rem;height:1.375rem;top:38.3125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d869df2850917f64836da6ec2c1612db { width:10rem;height:1.3125rem;top:40.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x466ba43afa9e789a06adf62e0cec56c { width:10rem;height:2rem;top:41.625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9a2f543ce9d01aed9af5bb8a275025 { width:10rem;height:1.3125rem;top:43.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7daa124e7f3264da63e770159d6a313 { width:11.25rem;height:5rem;top:84.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cccd010d5e82172b24d711745651d3 { width:11.25rem;height:2.6875rem;top:81.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27b2650b16b17d86844c897872055b9 { width:10rem;height:1.375rem;top:82.25rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b21f223a873229eb47819243eeb496b5 { width:10rem;height:1.3125rem;top:84.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m71db8f9a87c2b44d1a3b41c2f3712e4 { width:10rem;height:2rem;top:85.5625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9fc0a140193b40a5e19275be28d52ec { width:10rem;height:1.3125rem;top:87.6875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf70b25c357aa7795f52d127d0999628 { width:11.25rem;height:5rem;top:165.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocbe401f07922f41a2dffbb3547ec53c { width:11.25rem;height:2.6875rem;top:162.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s206fa4d2d40c70f4498a3db916cfd09 { width:10rem;height:1.375rem;top:163.1875rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V234eb5df2c7408932f83444a33ec854 { width:10rem;height:1.3125rem;top:165.3125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8a553b230bca3caa2afec548f913503 { width:10rem;height:2rem;top:166.5rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9182d8f9661fb8665cb02bcf6ad6b25 { width:10rem;height:1.3125rem;top:168.625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block; }
 }@media only screen and (max-width: 763px) { #v05SXN6c3fnilwGns1ZoGis2EJEQFar8 { display:block; }#v05SXN6c3fnilwGns1ZoGis2EJEQFar8 > .row .container { width:20rem;height:259.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edc48ee1acf5fb8e7e810634041bffad { width:20rem;height:23.735375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71427a18b8fc9b4c8934f928ce89a76 { width:17.5rem;height:29.9101875rem;top:51.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a276835f44f0ca7b2e3193f6cde5bde8 { width:20rem;height:14.181625rem;top:88.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ef163a1ff2b063456035b1db542212 { width:20rem;height:12.6875rem;top:151.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e398c95685cca36d3db05ff00497c12b { width:17.5rem;height:28.336rem;top:109.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eee5469569dc8c8aacd28b01a38308cd { width:13.4375rem;height:13.4375rem;top:35.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ff58dcef88cb8cd7d87afbb1d6ce9c { width:17.5rem;height:15.4375rem;top:138.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f46596a37b98657e392c9fae59ed738d { width:17.5rem;height:23.61328125rem;top:165.58984375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le4ff54eeaa5ac06d3b8d06da25b49bd { width:20rem;height:15.078125rem;top:191.0771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbf7bf3d98dbbe5199fc33d2cfd40392 { width:17.5rem;height:11.5625rem;top:235.552734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87cead07b364cec29143f351d39d02e { width:17.5rem;height:21.928725rem;top:212.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7feaa7fd824b38c51044c843c9b8a90 { width:17.5rem;height:9.4453125rem;top:248.365234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9401f0e587bef008d75336fd66785bc { width:1.875rem;height:1.875rem;top:25.875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecabda7095de30ad010d5f5881a29f89 { width:1.875rem;height:1.57421875rem;top:26rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib6f43d6a55ac6f99b5b965ddce6071f { width:1.875rem;height:1.875rem;top:6.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eab0746444ca3e01acbd3a005fe1a11d { width:1.875rem;height:1.57421875rem;top:6.375rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2784a43cd70a5216bc5ca558a92270a { width:1.875rem;height:1.875rem;top:36.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w685730ee85f7baa83d75d75b5605fce { width:1.875rem;height:1.57421875rem;top:36.6875rem;left:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf7c94426953bae8dd42dcb9ce5e5a6d { width:1.875rem;height:1.875rem;top:91.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf15a2e486b9fe66b67b82cc0e73f201 { width:1.875rem;height:1.57421875rem;top:91.4375rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C765d2083255da0bbd868d42035e4c93 { width:1.875rem;height:1.875rem;top:101rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2a120006b302d7997f9f13f40d7bebe { width:1.875rem;height:1.57421875rem;top:101.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z69b81643787c7e0eda1b5e89396f6e3 { width:1.875rem;height:1.875rem;top:100.4375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c85435edd4d1f1bd986af7196ca8967b { width:1.875rem;height:1.57421875rem;top:100.5625rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd34fae29196570ee9ab8ca4ebae113b { width:1.875rem;height:1.875rem;top:88.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb69538be80b578e4a9f6010de579395 { width:1.875rem;height:1.57421875rem;top:88.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91f8ba4c67a69203a524d91fb886a38 { width:1.875rem;height:1.875rem;top:192.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceab8dcb0d54ba782409a18c847c9fc7 { width:1.875rem;height:1.57421875rem;top:192.8125rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od300097b7528b443a3e1f00ba0932aa { width:1.875rem;height:1.875rem;top:202.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7f9258905d400c4029517fe12fda9f3 { width:1.875rem;height:1.57421875rem;top:202.5625rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7c6aa0bb7a0851d51d3f09bfd18f933 { width:1.875rem;height:1.875rem;top:204.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74205f8b62dfc20622f0d4b625a65e1 { width:1.875rem;height:1.57421875rem;top:204.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf756f64ec6555f62407ec26773f3b05 { width:1.875rem;height:1.875rem;top:244.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5104e85f751a18b0e3024ebf528c0fc { width:1.875rem;height:1.57421875rem;top:244.1875rem;left:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4d71a69e04b81805d887ef1e960fa3 { width:10rem;height:2.375rem;top:2.25rem;left:8.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #od5ae63f7f33efb967e1522029a96965 { width:11.25rem;height:4.375rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #def42832d8ab4dc4b7efc20204b497cc { width:7.875rem;height:2.375rem;top:29.375rem;left:11.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd3173dbeed9818e9f7bafdb6d03f1e9 { width:8.75rem;height:4.375rem;top:28.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb80c1c037d7b3fdb13b56f7836b4d9d { width:7.5625rem;height:2.375rem;top:35rem;left:1.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42ea76f95657fb6e358983e74c483da { width:8.75rem;height:4.375rem;top:34rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9aebe32633c26096acb54519aeba8bf { width:7.6875rem;height:2.375rem;top:104.5625rem;left:1.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2adaddce6f04b4722190b06b44e17fa { width:8.75rem;height:4.375rem;top:103.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heac2c44edc328cc70a37c9784ee44cb { width:7.625rem;height:2.375rem;top:207.75rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7194fa62b5f53987e4d390fdfb1b52d { width:8.75rem;height:4.375rem;top:206.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud745330c3088ab87c501121215d2a60 { width:11.25rem;height:5rem;top:85.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf135c7de37dfe12a03be6e05cb3ebbe { width:11.25rem;height:2.6875rem;top:83.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07edd08491c3dd6dc37a2b8792de613 { width:10rem;height:1.375rem;top:83.75rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bf8d2829bac16dc53cfafb0f466ec7 { width:10rem;height:1.3125rem;top:85.875rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q231919cd47776461373f8fa3d6196a0 { width:10rem;height:2rem;top:87.0625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd385a4120d415ef119aeeebea1c9035 { width:10rem;height:1.3125rem;top:89.1875rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block; }
 }@media only screen and (max-width: 763px) { #oHDTeTrE91aAto0ahDvxNZtOg5tWriGb { display:block; }#oHDTeTrE91aAto0ahDvxNZtOg5tWriGb > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8504ece6e853ca6051db038893a0af5 { width:20rem;height:17.631578947368rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x053f4242f4df12244d82abe249d9c05 { width:17.5rem;height:12.59375rem;top:39.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #head31bb2c9756213f5e9d18ba28d009 { width:17.25rem;height:13.125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbb0e0cc8711356f3f4638022231c51d { width:11.25rem;height:9.5rem;top:59.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0fd7eab47f2f0b3186c4575fcf5eced { width:11.25rem;height:9.5rem;top:64.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da58a43357f305cb6e3e722da39d7e83 { width:11.25rem;height:9.5rem;top:69rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L835759243ec8c14909bfa0e6376e42d { width:17.5rem;height:4.8984375rem;top:53.96875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb811832e1a33dc9091b1f646bc61497 { width:1.875rem;height:1.875rem;top:28.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c87e35d7b1c2356647ab3467fcef0a05 { width:1.875rem;height:1.57421875rem;top:28.25rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub6857a9e00b39ba72f070cdae879adf { width:11.25rem;height:5rem;top:33.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef4740bd36ca2265dc37c927d0bdfe70 { width:11.25rem;height:2.6875rem;top:30.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M423435b73970e1865b7d052ceee8eee { width:10rem;height:1.375rem;top:31.3125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X835b49ecff5f6ebaa69d8748b8bae04 { width:10rem;height:1.3125rem;top:33.4375rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59aeb9f807f59399e6ba5ae2151f7f6 { width:10rem;height:2rem;top:34.625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60c7984f6e38b646bd0bdfdeea5303b { width:10rem;height:1.3125rem;top:36.75rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgClCPT06CM61is6CTCxX0udkFAN0Ezc { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block; }
 }@media only screen and (max-width: 763px) { #J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra { display:block; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra { background-color: transparent; background-image: none; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container > .video-iframe-container { display: none; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row > .video-iframe-container { display: none; }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .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); }#J6Wnksu6fmWqmwONSmxGmTk3oaKl5Lra > .row .container { width:20rem;height:52.3125rem;background-color:#f2eeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNnswFOD0O33tWOdLhJyfhDopduQrZdy { width:17.5rem;height:14.4375rem;top:34.9375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6lueDgEb9S9PUQChstFzDqfwP2LAWiq { width:17.5rem;height:7.875rem;top:19.3125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5A9h0cUpToAzVZVD94XT0dTon3l2uCF { width:17.5rem;height:5.25rem;top:27.125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FP1uXVboGt1gdUIbRkowUJNdb4NPKsRV { width:14.375rem;height:14.375rem;top:2.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { width:17.5rem;height:11.8125rem;top:1.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { background-color: transparent; background-image: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .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); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { width:20rem;height:2.8125rem;background-color:#585857;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { 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; }
 }