.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; }#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; }
#yzECNuv8Leanv1NISO7kPB0cToWcov91 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:11.625rem;top:0.5rem;left:3.09375rem;overflow:hidden;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; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 { position:relative;display:block; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 { background-color: transparent; background-image: none; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .row .container > .video-iframe-container { display: none; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .row > .video-iframe-container { display: none; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .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); }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 { border-width: 0; border-radius: 0; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .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; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .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; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .row .container.adaptive-delivery-prevent-bg, #iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .row .container.lazyload, #iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .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:25.6875rem;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:28.875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.40625rem;left:3.125rem;height:7.875rem;font-style:normal;display:block; }
#PWlagQkOcoWPaqPmM6MeAy6Nn8GRV8oT { 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:10.5625rem;width:12.5625rem;top:1.0625rem;left:32rem;overflow:hidden;display:block; }
#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR { position:relative;display:block; }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR { background-color: transparent; background-image: none; }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .row .container > .video-iframe-container { display: none; }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .row > .video-iframe-container { display: none; }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .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); }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR { border-width: 0; border-radius: 0; }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .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; }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .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; }
#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu { position:relative;display:block; }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu { background-color: transparent; background-image: none; }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .row .container > .video-iframe-container { display: none; }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .row > .video-iframe-container { display: none; }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .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); }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu { border-width: 0; border-radius: 0; }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .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; }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .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; }
#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa { position:relative;display:block; }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa { background-color: transparent; background-image: none; }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .row .container > .video-iframe-container { display: none; }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .row > .video-iframe-container { display: none; }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .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); }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa { border-width: 0; border-radius: 0; }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .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; }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .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; }
#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 { position:relative;display:block; }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 { background-color: transparent; background-image: none; }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .row .container > .video-iframe-container { display: none; }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .row > .video-iframe-container { display: none; }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .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); }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 { border-width: 0; border-radius: 0; }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .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; }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .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; }
#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz { position:relative;display:block; }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz { background-color: transparent; background-image: none; }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .row .container > .video-iframe-container { display: none; }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .row > .video-iframe-container { display: none; }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .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); }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz { border-width: 0; border-radius: 0; }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .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; }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .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; }
#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS { position:relative;display:block; }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS { background-color: transparent; background-image: none; }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .row .container > .video-iframe-container { display: none; }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .row > .video-iframe-container { display: none; }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .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); }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS { border-width: 0; border-radius: 0; }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .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; }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .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; }
#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP { position:relative;display:block; }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP { background-color: transparent; background-image: none; }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .row .container > .video-iframe-container { display: none; }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .row > .video-iframe-container { display: none; }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .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); }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP { border-width: 0; border-radius: 0; }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .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; }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .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:69rem;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; }#ZemzNeyM5amvhpRpI6hGDHrLnabtHTKv { 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:36.1875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#PFAPTmJH46U1Sqh8vL5ZqogMefxloLtC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:41.1875rem;left:3.125rem;height:14.16796875rem;display:block; }
#iq3KwRdeJmm9UGLq8uF72zzQzFdfVFOW { 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:21.25rem;width:33.75rem;top:41.1875rem;left:38.1875rem;overflow:hidden;display:block; }
#h9Csuon6hxDf2T1xeRDrJufgC0TJHAs8 { 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:10.125rem;width:32.3125rem;top:55.35546875rem;left:3.125rem;overflow:hidden;display:block; }
#dkRX54oKpLmKv5HRyZEpoOMrR6yTQrbs { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15007;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:26.25rem;display:block; }
#DHh91SpqbrnWdrihKTTTOB2UwcWPsSKb { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.75rem;left:26.25rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Uvv9HerHSQ11ihJuFzfZISPaZwhGca21 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15009;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.75rem;left:58.25rem;display:block; }
#JgBsTkrcLWzy4C4hLWwaFLPaG7bcT0Lc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:45.875rem;left:58.25rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Af4qamvKoSDKfOBU924RQGfX4Nli80eK { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:10.75rem;left:15rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKz9wTJEPAh1Dso17KpEbU8dtBRgT3c6 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:14.375rem;display:block; }
#CqWePP4QHNycHGoX1QBwkJES5AsSo9Z2 { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15044;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:14.375rem;display:block; }
#DLsJBlp913iSC6WqUbczBVawq5pLWN4V { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:8.3125rem;left:15rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oh4wwns5zMKko8JWmw5rRnr5kGMyXC0V { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1;letter-spacing:0;top:9.75rem;left:15rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5hK4Fx8pBuPhGOyU5tExNN6spaiKIRN { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:13.3125rem;left:15rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHcPOGdOVVuxns0m7M1iTINdq5R2bKdw { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.1875rem;left:60.6875rem;display:block; }
#yLGZH7mvc4dX59XXSoh0TK0ZaTHqma5s { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:41.5625rem;left:61.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tq3BVx6RU49CTbXHMzn1wpzCTQV0LDGi { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15020;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.6875rem;left:60.6875rem;display:block; }
#EhA7prakELzS61JwV9LpF4bb8ytMnz8T { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15052;line-height:1;letter-spacing:0;top:43rem;left:61.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuTxaEquVxtyUTv7QAvWh6mgfTdvTApm { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:44rem;left:61.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxcUlyq3dzE1Rf9kGUpempZyJ8kXucpx { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:46.5625rem;left:61.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ { position:relative;display:block; }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ { background-color: transparent; background-image: none; }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .row .container > .video-iframe-container { display: none; }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .row > .video-iframe-container { display: none; }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .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); }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ { border-width: 0; border-radius: 0; }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .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; }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .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:63rem;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; }#leHlbLKTPNT646LQIS4JpwVciTfhZhlg { 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:43.6875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#x9FQOKl0fpfclbrUI432suJih0iFILC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:48.25rem;left:20rem;height:11.01953125rem;display:block; }
#el5ZaSngDRvXB3PLH4J2fVdQH7Qllr5U { 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:8.3125rem;width:15rem;top:48.25rem;left:3.125rem;overflow:hidden;display:block; }
#KpktPLVVsUwQIqpWQ074zggf6suPvcSN { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:57.1875rem;left:3.125rem;height:2.798825rem;display:block; }
#HenROOlBtd3GHGrFVzSR8PJgnobT0A3N { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15011;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:40.6875rem;display:block; }
#k0ZPtvQGxTe4W43Z3eAKGuNTo7t0NBGL { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.875rem;left:40.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#sGE0oqf0dU0c9ThzPsC496ugvbxLLPAo { 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.75rem;width:28.375rem;top:41.9375rem;left:44.84375rem;overflow:hidden;display:block; }
#QefC9MX3A8BsAbdeQuKhXTVxwVfpNEPS { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15056;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:43.125rem;display:block; }
#V9m6r4JlOGF1e0GBIrh6Tb40z2iqvV4q { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:8.5625rem;left:43.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C33Tp2G9utcPtJtpgQ9FJ47JgzMSIMSA { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:43.125rem;display:block; }
#TqnXq2CZmu4bHNP090VO2cCPiKVv1im7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1;letter-spacing:0;top:10rem;left:43.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ceAXRWnLfgm6WDzGecBruxn96X9gfnsm { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:11rem;left:43.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwTursF4wcTG6lNFLRKwrEkHNrcDgXtC { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:13.5625rem;left:43.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd { position:relative;display:block; }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd { background-color: transparent; background-image: none; }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .row .container > .video-iframe-container { display: none; }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .row > .video-iframe-container { display: none; }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .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); }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd { border-width: 0; border-radius: 0; }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .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; }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .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:59.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; }#RHtormRhhLxh8aADRiBXe2xxgBa3AQDC { 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:36.1875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#THbGoH81kD4CJcSQkABD0TeHUOXLDm6X { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:41.1875rem;left:51.9375rem;height:12.59371875rem;display:block; }
#xsuNuOPTIee8uZo8UyrmauE7vOLTCisr { 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:14.875rem;width:22.5rem;top:41.1875rem;left:3.125rem;overflow:hidden;display:block; }
#IMBslfNUr6NGGsT3F8euzb60WAIFuhbn { 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:14.875rem;width:22.3125rem;top:41.1875rem;left:27.5rem;overflow:hidden;display:block; }
#hZuhxlbIPQsGbcQVEuKnwQuk2h3xfm5U { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15013;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:36.5625rem;display:block; }
#HWUqxihNa0eLPQz4kdfp0gZNFk3e4QaX { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:9.5625rem;left:36.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c1GP6d2yCIRzb1XPIxPQPs3ivFekTWTV { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15062;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:39.0625rem;display:block; }
#GCnWeMzkpPL8TNvVcUEqbZBIOURB68Kf { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:5.375rem;left:39.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1x1uXBik3wl8U50ruOFTz59QN9EH368 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:39.0625rem;display:block; }
#PWAvagq09Jn9raU1kd5Bti7uZXcpKmM9 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1;letter-spacing:0;top:6.8125rem;left:39.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzezLbMLRXzpHeQK5GgTiJ99y1X75vGl { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:7.8125rem;left:39.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuzNvEs5AHeaRpSGUNrS6Fsow5LTBIlS { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:10.375rem;left:39.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT { position:relative;display:block; }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT { background-color: transparent; background-image: none; }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .row .container > .video-iframe-container { display: none; }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .row > .video-iframe-container { display: none; }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .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); }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT { border-width: 0; border-radius: 0; }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .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; }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .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; }#W1ty3fGuJNkmJc1JJbhvXag3myLHci4b { 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; }
#kVHPM0xXxMbKqcu4BdiFL2aiaN0BGdpL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP { position:relative;display:block; }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP { background-color: transparent; background-image: none; }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .row .container > .video-iframe-container { display: none; }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .row > .video-iframe-container { display: none; }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .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); }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP { border-width: 0; border-radius: 0; }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .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; }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .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:91.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; }#zD67Kv2KzItW31reyHzlwATGAL7H6W5C { position:absolute;display:block;z-index:14998;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:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#Diarn0SgbhQ71NVZ8a6i1nKQu34ecXiu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.125rem;height:6.296875rem;display:block; }
#WKThNZRTZeLMVeRkR8TORQQIEaP4lKR5 { 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:28.375rem;width:47.5rem;top:59.375rem;left:3.125rem;overflow:hidden;display:block; }
#Awb6Wlgf5rDQJzswLC4VthwU9iqpsgQc { 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:11.125rem;width:20rem;top:73.1875rem;left:51.6875rem;overflow:hidden;display:block; }
#RsJQNR4yrBwimcCC18xU5fizApBQfFbx { 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:10.125rem;width:32.3125rem;top:46.109375rem;left:38.1875rem;overflow:hidden;display:block; }
#HfE4mkA5QG8Bi3ML60Qz6l05rNoTwqnU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:85.0625rem;left:51.6875rem;height:2.798825rem;display:block; }
#OQcs8h3UF91dpQxU0TzWUzJCU15Xz9Nf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:61.875rem;left:51.9375rem;height:9.44534375rem;display:block; }
#hgg9y1pz1mIkcpUnRc7wTW7ICNhiegB5 { 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:11.3125rem;width:6.25rem;top:5.5rem;left:42.6875rem;overflow:hidden;display:block; }
#SOgWV6yL4sF23PcRiyS7foqhBc4VTzW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.8125rem;left:49.5625rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#pi9mXTaf9kSylN0OP5MwfMVBL0WMKtgd { box-sizing:content-box;height:20rem;width:68.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffbf', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffbf', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:3.125rem;display:block; }
#kz1A0exB2ZRl0z86wCqeho9aNyfBpNvM { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:54.125rem;display:block; }
#wJOkKeDR55QuSXb9SueXQso4TNgJCTXi { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:16.9375rem;left:54.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#PHaJPSMWEM4KSbxt0c1oi7JIGFJ3VmnC { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15017;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.8125rem;left:35.0625rem;display:block; }
#WO1C4TvKxvBDpu3hyv6khOogMnKcn3d1 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:77.9375rem;left:35.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#JlNyngdz6E3gTKryyRI7D0mzTvclexs4 { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15068;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:56.6875rem;display:block; }
#D6tdgI8x9Wf6gN0RXeTTM0zTEAE3SJNT { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15069;line-height:1;letter-spacing:0;top:17.1875rem;left:57.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrwU4UuCMSFaI48bTn1I7nNh3lZGkiQQ { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:56.6875rem;display:block; }
#Hi8PkyBMgHap6Jo2XVbKMP1pZOHxSzr8 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15070;line-height:1;letter-spacing:0;top:18.625rem;left:57.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGOIuamDhRcNGuTWiAaTNraRET4bfaNx { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:19.625rem;left:57.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnvLX6buXRfvEGVUUbHcMWyG5MSfsM3x { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15071;line-height:1;letter-spacing:0;top:22.125rem;left:57.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EE3T1uTfVlR8OCxws3oCfoH9aVXunDkQ { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15074;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.875rem;left:37.5rem;display:block; }
#FSMi5hmpC4iHytnkT9DM3EMV99l3l1ET { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15075;line-height:1;letter-spacing:0;top:78.25rem;left:38.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPw69V2zFQaHgST85KcRXKeJH85gPcdt { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15044;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.375rem;left:37.5rem;display:block; }
#XgeaRP5FzK1Zev8kKRHd8WAtEf6DH3HB { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15076;line-height:1;letter-spacing:0;top:79.6875rem;left:38.1875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wI4kU7OvK3ynecF3ZatMS4H3MXZu4VnQ { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:80.625rem;left:37.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AteQTN0Z1zlX42uIp9vfIVIrtmHTTVfU { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;top:83.25rem;left:38.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 { position:relative;display:block; }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 { background-color: transparent; background-image: none; }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .row .container > .video-iframe-container { display: none; }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .row > .video-iframe-container { display: none; }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .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); }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 { border-width: 0; border-radius: 0; }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .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; }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .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:114.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; }#L7Q5rQl0QLmz8Ts8JNOawP5PsMdvK2JT { position:absolute;display:block;z-index:14998;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.1875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#yKpTX23fKcySeTQvZghZdXkHCfcXglw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:46.1875rem;left:3.125rem;height:6.296875rem;display:block; }
#LhW6l3gaDEhbczgcVxPzZyXKtW3RhpwK { 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:42.4375rem;width:47.5rem;top:55.609375rem;left:3.125rem;overflow:hidden;display:block; }
#zXB07vPUMwiVTtxWmiJGbaO7lUXIOgTT { 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:36.3125rem;width:18.75rem;top:61.796875rem;left:53.125rem;overflow:hidden;display:block; }
#d44ltak4wea9uEa58brgF9dXKnF4Nayc { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:99.921875rem;left:3.125rem;height:11.01953125rem;display:block; }
#IB9XEBMhKJWuCDAJd8DfGyOe2r6Xg2tQ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15019;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:39.375rem;display:block; }
#lo4ARqlPgbSdzwJyWb2z2kbtphGQgWHb { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:15.3125rem;left:39.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#THlSzb4Fd0E1ylR7LUD32MMdrHFyarCc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15021;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90rem;left:17.875rem;display:block; }
#sxmLvpIJnzn4uqOsMklfDA1Jp254uDKd { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:90.125rem;left:17.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#FyP9594z5ZuN1vF5O82NXbsXqWaqg5Os { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15023;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.9375rem;left:53.125rem;display:block; }
#mwOtqOoxvEzKAikSXWM7T0FhQsnHtNsW { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:100.0625rem;left:53.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#y0rIVafQru1ZRlaB3NT6TeX075ZChHwU { 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.75rem;width:28.375rem;top:39.5625rem;left:43.5625rem;overflow:hidden;display:block; }
#uFVq8KcxFZCNQ8qCl9GtNOuU0mgFCDaH { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:41.875rem;display:block; }
#OLxUJnU7KHv8ep4goXsbiJ94Hm80U27g { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:16rem;left:42.5rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fB8ZxrH7IpZk0pZTb3T8k09HARP03Pxq { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:13.375rem;left:42.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMGiE6AT8Se3oD2W7a5ZQwDdwLvL1SFZ { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15082;line-height:1;letter-spacing:0;top:12.4375rem;left:42.5625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eR2bFnMvkmEaq5gf4AZtsL46M2OHxOSX { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15080;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:41.875rem;display:block; }
#XB0uvot36EDvRXS6EH8AwCkdcp59K2JM { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15081;line-height:1;letter-spacing:0;top:11rem;left:42.5rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFG34ECTO5yZneR3rkIXCpwxwmShVCp0 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15056;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:91.5rem;left:6.0625rem;display:block; }
#J7QeJclTRLiScG6N4m1tRXokQFJD91gA { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15089;line-height:1;letter-spacing:0;top:95.375rem;left:6.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwk56iF9Vw8cNhpfzhIPOpDBLOogywTa { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:92.75rem;left:6.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJG55cnmEtBn3Tg1fdcCATybrN9gcllJ { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15088;line-height:1;letter-spacing:0;top:91.8125rem;left:6.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkPoKqdFowLt8ZCv9mGONOcaeQtslsIh { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15086;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90rem;left:6.0625rem;display:block; }
#bx5qW5Fx8c5yd9mmzTIBSH1qQKHxn9Th { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15087;line-height:1;letter-spacing:0;top:90.375rem;left:6.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VCoulnfDrouAPFng2wagneXbk9X60RMZ { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15062;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:101.4375rem;left:55.625rem;display:block; }
#PwkiNC5kGzf6PQ639bDnAo93qrmuiMsJ { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15095;line-height:1;letter-spacing:0;top:105.3125rem;left:56.25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmFuJJFAS9z37bMATHFEFZ936HMoTJEp { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:102.6875rem;left:55.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwZQ6IaOX5wTwi2PUo9fKsKG1zy0sh5Z { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15094;line-height:1;letter-spacing:0;top:101.75rem;left:56.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enTcfHpAIulGODhLXmbByUxL7X3TgV8K { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15092;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.9375rem;left:55.625rem;display:block; }
#RmRyPxdHdL1AxsHMtQ26nqzDaRtnvMJ8 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15093;line-height:1;letter-spacing:0;top:100.3125rem;left:56.25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNZgvpp1ez1qcn6POtNarh868QAVrcFT { position:relative;display:block; }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT { background-color: transparent; background-image: none; }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .row .container > .video-iframe-container { display: none; }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .row > .video-iframe-container { display: none; }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .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); }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT { border-width: 0; border-radius: 0; }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .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; }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .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; }#l5FkRkp7w0X9SbEveo6n8D7gC7qdU0zr { 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; }
#FF4NpgopX6Tv2Z7LgHGqc2MQH4TFPNWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q { position:relative;display:block; }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q { background-color: transparent; background-image: none; }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .row .container > .video-iframe-container { display: none; }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .row > .video-iframe-container { display: none; }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .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); }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q { border-width: 0; border-radius: 0; }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .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; }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .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:103.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; }#eiz19NWhyqT4alEzcAzvaXluRBT6Rxd1 { position:absolute;display:block;z-index:14998;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:68.75rem;top:43.6875rem;left:3.125rem;overflow:hidden;display:block; }
#ae8nh6RGJP07ENfeUCSTsO9Uq9KhgqrU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:88.0625rem;left:3.125rem;height:12.59375rem;display:block; }
#VA8rIdNcSssfd2lONENomSXCBbU3ugNb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:23.6133125rem;display:block; }
#vhpfHdxSSIDVJRIWGi9T9TMsRGZW91SL { position:absolute;display:block;z-index:14999;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:47.5rem;top:3.125rem;left:24.4375rem;overflow:hidden;display:block; }
#qamGkLLHlQTV59PTSBlV7Hw3rOe6TI21 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:88.0625rem;left:27.5rem;height:11.01953125rem;display:block; }
#o1aDTPFUVNyTIbJvA4J0Fdo5Du2aUiP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:88.0625rem;left:51.9375rem;height:7.87109375rem;display:block; }
#EKLpOOBfV3x5pBLn5OEo9xKXShlTKJrO { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15025;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:59.4375rem;display:block; }
#CICI5rT3I6xQ1fr8BL5HkD4c3kZJMV0L { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:10.5rem;left:59.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#w4lV8TBuJypJBzFWtsc49R1rMLEpyFLz { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:30.875rem;display:block; }
#BsyOQWLTLnl9thoWikANqWPLCMnT4pUH { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:12.9375rem;left:30.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#bpDoJvnuU0P7C9AfKNLfPlswLClfH2wn { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15029;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.25rem;left:36.5625rem;display:block; }
#CTk3GxXtwlBWehVEpvaMGIWN7VEOiCVN { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:68.375rem;left:36.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#vSS8fi9Otn22DgwG5ZTkAuZpzEhe066G { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:62.625rem;display:block; }
#HNqTSatDw6tvudd45I6tTibwGiPhqb63 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:54.3125rem;left:62.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#wt7n04pzfc9s3SPEqzFpmkGc4LI212Rp { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:16.5625rem;display:block; }
#oFyeMOAJ6xJPAB4qt9T3E6zvOhIce9EF { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:54.3125rem;left:16.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Hh1bFcUIG5dW1hIKetT0LXC0Hxkx3Wtq { position:absolute;display:block;z-index:15014;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.0625rem;width:28.375rem;top:33.0625rem;left:12.5625rem;overflow:hidden;display:block; }
#ETQC9STLXMTz74DWJdzAdLzlW78L9U3h { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:30.875rem;display:block; }
#nrTc1HcaAl6HeEzD9vS3VJlF2KUOn7DF { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:8.8125rem;left:32.75rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JAU3w5Z9c0kUxl4ZvUT66penmQVWtBrm { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:9.712890625rem;left:31.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#sqGLUwTlK7kp8McRhkBcngqb0K9LvOB1 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:8.8125rem;left:62.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guKz2peHZDcU368ScrkTdoJS1F6oQwxt { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15034;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:61.9375rem;display:block; }
#R1rDPZKk8ptZhetcTTgwkQ71yBPTrC6V { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:12.4375rem;left:61.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fE0LvcFUFbGWuCbLAEvCQyAA0wUP3Ino { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15068;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.625rem;left:3.125rem;display:block; }
#KIVy2eDEds36HoWPM3DsMDWPkvwARy14 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15101;line-height:1;letter-spacing:0;top:39.5rem;left:3.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWMCSwG8orNwTsJ4sbw55vE8yxg21lRa { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:36.875rem;left:3.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLpiLr6mOO9Mr10n6TuyuVH5uU627Alz { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15100;line-height:1;letter-spacing:0;top:35.9375rem;left:3.8125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUVqdUvRgGioFqIlZlNvWkfOIIktQETr { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15098;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.125rem;left:3.125rem;display:block; }
#le3mwGTDTLJTpU03frTFh26FO2ssScP4 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15099;line-height:1;letter-spacing:0;top:34.5rem;left:3.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCPlqPMV5TkvolgIndktdUwI1Cl4vPwq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:30.375rem;left:3.125rem;height:3.1484375rem;display:block; }
#tyDSkAnsScsrRgZa0V6yrDil9d0NDTKD { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15074;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.125rem;left:4.75rem;display:block; }
#lM6xQyvECNAVSVWocWcvlqfNKwhsQtid { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15107;line-height:1;letter-spacing:0;top:55rem;left:5.375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoizFATusFPEOnpwN8GkHDQFq5Cl9wUt { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15078;line-height:1;letter-spacing:0;top:52.375rem;left:4.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VoJFM2icgpbzg0zX10lIElQrrxgLF9Nf { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15106;line-height:1;letter-spacing:0;top:51.4375rem;left:5.4375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mEcSp6oUlWfHN3pwmezCzb8eNtxn8JRg { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.625rem;left:4.75rem;display:block; }
#zVcs87PgtAqfkFQ2crIPEVvpmvFwxS35 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15105;line-height:1;letter-spacing:0;top:50rem;left:5.375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 { position:relative;display:block; }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 { background-color: transparent; background-image: none; }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .row .container > .video-iframe-container { display: none; }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .row > .video-iframe-container { display: none; }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .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); }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 { border-width: 0; border-radius: 0; }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .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; }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .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:115.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; }#OAMKIxdXT78Gm15K0Av9JxQ396UIvG8b { 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:30rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#WepElEQx1br0786TTlAMXROwotHcXRe6 { 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:18.875rem;width:17.5rem;top:15.716796875rem;left:56.625rem;overflow:hidden;display:block; }
#fbOZZ6y2txw1C1Qix5rIWPEhqWkuTdAv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:35rem;left:38.1875rem;height:23.61328125rem;display:block; }
#mI1y4xRQUZEGWV5qW2Mz4Jz1fET9kcV6 { 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:22.4375rem;width:33.75rem;top:36.2373046875rem;left:3.125rem;overflow:hidden;display:block; }
#egPc4beTHOSWG3hQQ9ST44KvOKCCgy0U { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.125rem;left:52rem;height:12.59371875rem;display:block; }
#enMDHBfJtH56eDcglhQExcAh0LEOA997 { 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:44.875rem;width:47.375rem;top:61.7373046875rem;left:24.4375rem;overflow:hidden;display:block; }
#flNtJZ4G2POhnA06oCubP5QZV3S0KqBa { 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:10.125rem;width:32.3125rem;top:102.5rem;left:3.125rem;overflow:hidden;display:block; }
#kOVTSaJqXpUdq9B1rEmJDp7TXykPB9c1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:61.75rem;left:3.125rem;height:9.44534375rem;display:block; }
#NKDhkktx48qRROQb1OlnmfybZ5fs4Pcu { position:absolute;display:block;z-index:15009;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:6.25rem;width:6.25rem;top:72.4375rem;left:3.125rem;overflow:hidden;display:block; }
#IAFiCCEInDTD37c831m3lO1vNfFk2NIE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:72.75rem;left:10.0625rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#sGsG1BJUZMGJuZtzqDT7MPnPzsxhMdFO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:80.0625rem;left:3.125rem;height:9.44534375rem;display:block; }
#aIHW7W9xTqJsrvfMc0E5rNDyGDeaxNwD { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:7.5625rem;display:block; }
#T7Q7PpkA6TEy2tl5mTUAkPSVEzwTx6dB { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:27.6875rem;left:7.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#qQfOJ2TABId7Ie0B68S0JswZOZik4oiq { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15037;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.875rem;left:59.875rem;display:block; }
#VkASFmheLWyZMmFs266yBIPIivW00EG6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:26rem;left:59.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#n4GQoXAmMftsio55NdKmWziwCrzx2kEk { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15039;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:44.0625rem;display:block; }
#sbMIK3yUbPez1IdypBieZssIrXcp8CNJ { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:25.875rem;left:44.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#DrQKSFFQJKzMBxudodRiaViQ2Z0TWCvy { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15041;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:19.0625rem;display:block; }
#EG3Ut3LfanOQ9oRfB02UlSzdUUFu7IRl { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:54.875rem;left:19.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#KlsDsNTDeZX83towAxoaXw6D6ZlqHsIT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15043;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:37rem;display:block; }
#U02lRJJETVA44Tw6mF7Csl2ZiW8NtJ8b { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:7.9375rem;left:37rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#OxpBL2DWFuTm3Cv9bXrIgNSbAdz80g5V { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15045;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5625rem;left:44.75rem;display:block; }
#teOyzgp5u9X1SqvZJ90o4LeTOZ0mKzRX { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:69.6875rem;left:44.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#bkiVG3V4TLPD5vxMqzIHhiHWe5NQGJ5c { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15047;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.8125rem;left:47.1875rem;display:block; }
#NfDxRXO9nboSGlKr0m4rVdfkBBLbtait { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:96rem;left:47.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#k9DT7kdbCqPD4DV8Tuh4Jbt6phpXu1xZ { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:24.375rem;left:50.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZdmDsr5puRlITR7L17bN29TTCtBzz55 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15036;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:49.3125rem;display:block; }
#i0tuG1P5Bmic0b8QocQsymy9TnqNrkhN { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:55.6875rem;left:22.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnUCJzyITaC3bfZ7nnyXVIHNLkkxiNBl { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:21.5625rem;display:block; }
#M0t92ows2x0Rr4HkUFDRtJUGBq6GRtSG { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.625rem;left:44.75rem;display:block; }
#nsVXZZeoCR6s4SukqOLDaLwZWAyJDsEA { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:65.5625rem;left:44.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nD6PMTCX1FZPueXOfenas0O9oCHcAqef { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15035;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.75rem;left:49.6875rem;display:block; }
#XN0NkNIK7ITIOd5uKs90pIGK0TH3dwLq { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:97.5625rem;left:49.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#HCFJrygoTcSJ2qQvi6Q16TviM42S8ScX { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:96.6875rem;left:51.5625rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E0mvRpLVw2EpFGFnvMQtxL9t4pR5ZFoI { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15080;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:39.4375rem;display:block; }
#L0p3q8N5xSlaJGg4HAy36oXAMIZarL5F { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15110;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:39.4375rem;display:block; }
#EfcRCJBMwp44sRznVDTW7L21zPXPWbN4 { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15084;line-height:1;letter-spacing:0;top:5.875rem;left:39.625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAVJ5MgyxUm00ST71KOiw7PLyUxss9pW { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15112;line-height:1;letter-spacing:0;top:4.9375rem;left:40.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HomOWpT4OesZ2WKMcIAxLdTQF7crzuMF { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15111;line-height:1;letter-spacing:0;top:3.5rem;left:40.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTWB6vwP5XzQGlT5oxw5UgogAC3Lnr8v { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15113;line-height:1;letter-spacing:0;top:8.5rem;left:40.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qK1wVolMiS1PpWLv6vM2t83LnlBytp9Z { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15086;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96.5625rem;left:3.125rem;display:block; }
#w5wS5DV3nGAdrUVoQVfBuhJRFZHfGcGa { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15116;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.0625rem;left:3.125rem;display:block; }
#mgQJVJDKTy78ch5BT50ghnEF8gug8VQL { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;top:97.8125rem;left:3.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdTTsRCBw01Q9VuaDT7PJ2u1XxEnUHpS { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15118;line-height:1;letter-spacing:0;top:96.875rem;left:3.8125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkJdNg41Hq49Ld2hKgziLBhmSTzxDo3d { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15117;line-height:1;letter-spacing:0;top:95.4375rem;left:3.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkmp1pIVkOkrBWDHi7DONxr3k7mZxrZb { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15119;line-height:1;letter-spacing:0;top:100.4375rem;left:3.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFWMJUUy4ipuErGETQP36FainyHd2Q21 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:91.375rem;left:3.125rem;height:3.1484375rem;display:block; }
#IsW6GpF0tur1oqukFeenanyae1yKkGvV { position:relative;display:block; }#IsW6GpF0tur1oqukFeenanyae1yKkGvV { background-color: transparent; background-image: none; }#IsW6GpF0tur1oqukFeenanyae1yKkGvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .row .container > .video-iframe-container { display: none; }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .row > .video-iframe-container { display: none; }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .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); }#IsW6GpF0tur1oqukFeenanyae1yKkGvV { border-width: 0; border-radius: 0; }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .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; }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .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; }#GDaef08JtQrJXEVZRwtfS9GNy60Us66i { 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; }
#PUPe3Oqg5HqopaedyV0PVg9Ek9urFQEg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 { position:relative;display:block; }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 { background-color: transparent; background-image: none; }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .row .container > .video-iframe-container { display: none; }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .row > .video-iframe-container { display: none; }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .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); }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 { border-width: 0; border-radius: 0; }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .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; }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .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:68.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k9NXsPyPkUz4tsPJBIpr6kph4lKxrdKO { position:absolute;display:block;z-index:14998;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:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#pCJfOBowIfVmOMpDV5hg59cs8kiFJ1pP { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:54.875rem;left:3.125rem;height:11.01953125rem;display:block; }
#E2Q2zz2MzXHHNQINIZAFsVTlZ5Aklyu3 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15049;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:42.875rem;display:block; }
#eNUi1T9xxAynNJPVsHFvvJ3d11OP3uOK { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:16.6875rem;left:42.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#a8A3uob6oulxeEUU1zDi0xSBGa5fza8b { position:absolute;display:block;z-index:15015;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.75rem;width:28.375rem;top:48.1875rem;left:43.5625rem;overflow:hidden;display:block; }
#tbi37C1F0tGxET9aTsr7RM6ATC9XGlUm { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15092;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:45.375rem;display:block; }
#dUwWgG7gPqS8A6ovceTT4VLlHZHcDkA9 { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15122;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:45.375rem;display:block; }
#Kq16ZbdKxTo2ZWBGshGsT0JVhHPsAbOW { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15096;line-height:1;letter-spacing:0;top:19.3125rem;left:45.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WLEonDcpr5RB23lu6SNT6DQDK2gcgmqA { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15124;line-height:1;letter-spacing:0;top:18.375rem;left:46.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpbcQndNHZ3UZvpDJHEMVxN56ypFU2CS { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15123;line-height:1;letter-spacing:0;top:16.9375rem;left:46rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFrL3672cGOn0TOQGgepm2KxzlvvFRy9 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15125;line-height:1;letter-spacing:0;top:21.9375rem;left:46rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i { position:relative;display:block; }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i { background-color: transparent; background-image: none; }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .row .container > .video-iframe-container { display: none; }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .row > .video-iframe-container { display: none; }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .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); }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i { border-width: 0; border-radius: 0; }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .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; }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .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:112.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; }#cHzayR4LezyzzwW5zIyMT6UTMS0G6JXO { position:absolute;display:block;z-index:14998;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:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#aJTKTDKIUMPerxLSvTT4LMgNQz25Bxc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.125rem;height:14.168rem;display:block; }
#wyJEgfkpVGlCelg5fa4btnzgkN8b9N7v { 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.75rem;width:47.5rem;top:67.25rem;left:3.125rem;overflow:hidden;display:block; }
#F8xoToScW4i5D9yTCpC7NxWASF0zI0Q1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:67.25rem;left:51.9375rem;height:36.20709375rem;display:block; }
#z4QpaqENaDO2yMEbpmKgCM6AqyFM0DkO { position:absolute;display:block;z-index:15008;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:10.125rem;width:32.3125rem;top:98.6875rem;left:19.75rem;overflow:hidden;display:block; }
#ANzJNfRPi4hlb4MvhwLV8KlA2bzua9St { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15051;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:32.5rem;display:block; }
#Lg7a5UERaDGVEvbvRngILxT0Ir9FJyw6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:5rem;left:32.5rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#dReA44AA4fwc7PEvE1CF9L0PFcD43TyB { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15053;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:66.875rem;display:block; }
#rQaWM4FMZNPkMM3cF1Eg1k0qdd1iKqbh { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:35.0625rem;left:66.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#NGLBABnSGLex1emy7UrePZ8o6cpuTIif { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15055;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:39.75rem;display:block; }
#EaPAv04MTueI1zvR8cDncUMw64XRUHg7 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:36.9375rem;left:39.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#pcu4RqQTQfNcZ97DhVmL5yh5VAJ4Bom2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.625rem;left:30.6875rem;display:block; }
#kylCmCcp4w8769EzvrQRXvssTBMphq2a { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:70.75rem;left:30.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#w56FrbQCpTNGdI93Rsrr6odsM59kaMG6 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15098;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.375rem;left:35rem;display:block; }
#TyrgeTTRbACPxHoNiZc0y6yLJRG1wLfk { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15128;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:35rem;display:block; }
#opF4cZrfdMf39mTVAzgvb6C8ZWEI6awe { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15102;line-height:1;letter-spacing:0;top:7.625rem;left:35.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tvm8yvUNn3PMyIXXOfUu9nkAfJHaC2QT { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15130;line-height:1;letter-spacing:0;top:6.6875rem;left:35.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzM25mz3aIwssnQl4VWQUO5M6l1n4TwI { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15129;line-height:1;letter-spacing:0;top:5.25rem;left:35.625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwBWcNdpxEcBhNQPnU3K2c9DDBELvc6f { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15131;line-height:1;letter-spacing:0;top:10.25rem;left:35.625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tx5lTCiBfGer1LmKWco3JMUM8qQoU1W4 { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:11.6875rem;left:35rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZlQC8vE4aCcbVsoH9qVa5TvAbb3ETgbu { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15134;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:42.25rem;display:block; }
#DmdC1lzZx1isVZteefGwTgMLWUxOqyp1 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15135;line-height:1;letter-spacing:0;top:37.1875rem;left:42.875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#goCauUXphuxtgpSM4L6WJ5CozMldvRIr { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.3125rem;left:42.25rem;display:block; }
#LnltJ6qaLE2vlWyGTZyJUqiMTwI5naDS { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15136;line-height:1;letter-spacing:0;top:38.625rem;left:42.9375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B5ssIUfTDddEISTwbgmfHsTNAsaUTi3c { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15108;line-height:1;letter-spacing:0;top:39.5625rem;left:42.4375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hd2qTaHyWdF3KtuwloqUZAqRhmy8zeG0 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15137;line-height:1;letter-spacing:0;top:42.1875rem;left:42.875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTckwzauUM1XQvFXeGeR5LVNBA463f6e { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15140;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.625rem;left:33.125rem;display:block; }
#BoIqEwWErxdqlh4JyrKTF5xupF8sq2N3 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15141;line-height:1;letter-spacing:0;top:71rem;left:33.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIO4h8HGhDbSuQyAuaZTqVZopG6dRP5i { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15110;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.125rem;left:33.125rem;display:block; }
#r6mTJoHIDVLphpDoX3RqXP2v1awriqxl { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15142;line-height:1;letter-spacing:0;top:72.4375rem;left:33.8125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZKCgsZqGaRgMsgWtkS7nDmW4UsmJ4yD { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15114;line-height:1;letter-spacing:0;top:73.375rem;left:33.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXNxpnnM0LqVvkebvSs8Z3ovf50cxos7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15143;line-height:1;letter-spacing:0;top:76rem;left:33.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog { position:relative;display:block; }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog { background-color: transparent; background-image: none; }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .row .container > .video-iframe-container { display: none; }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .row > .video-iframe-container { display: none; }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .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); }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog { border-width: 0; border-radius: 0; }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .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; }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .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; }#xDOHB3ZADCwAVFHLZRnda2wQEeVg2BJN { 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; }
#HztfM4hLGTMVrfb6oChPfeQAK8msTpyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc { position:relative;display:block; }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc { background-color: transparent; background-image: none; }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .row .container > .video-iframe-container { display: none; }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .row > .video-iframe-container { display: none; }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .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); }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc { border-width: 0; border-radius: 0; }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .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; }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .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:108.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rv6hsZShmKPMgEbrqqdE5tKul8oq9K4m { position:absolute;display:block;z-index:14998;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:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#cG4n8eOvK053WhRXFSNxqmQBgLmDluiM { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:54.875rem;left:3.125rem;height:25.18746875rem;display:block; }
#XVTqi10Jv114rbNKeWPBNrl7XiwFOTeJ { 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:28.0625rem;width:47.5rem;top:80.671875rem;left:3.125rem;overflow:hidden;display:block; }
#VPwJr1NPELAunzAg7U1APu1e7qeWLme2 { 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:18.75rem;width:25.875rem;top:68.484375rem;left:46rem;overflow:hidden;display:block; }
#cGQXEioRf4pmV53meKn3xQLJQmyKIsqm { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:89.109375rem;left:51.9375rem;height:7.87109375rem;display:block; }
#tfux1g8gK5zOxxUgxzQFWtW6MSWme1av { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15059;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43rem;left:21.9375rem;display:block; }
#mkQIn8ATf6wPTTlC1gJHXU85RR4vyMMc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:43.125rem;left:21.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#uST6vfl4rPUT9wHoWcveFF61oKoXB6B7 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.6875rem;left:29rem;display:block; }
#HStufiwZnSvN9UO9hZfDDhkR6K4KDfpg { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:80.8125rem;left:29rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#oH670bar6J8vrxDEI2XQpdnmNVBJW0pf { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15063;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.25rem;left:67rem;display:block; }
#fWD54tCQer26tBVMTrDzQbvuP756sUTc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:67.375rem;left:67rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#oh4ZedLSMyXdQn7rVRnlB0L39Hyfp9Ht { position:absolute;display:block;z-index:15016;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.75rem;width:28.375rem;top:48.25rem;left:43.5625rem;overflow:hidden;display:block; }
#VcCJuX0vO2FPRUllU7X8clZrs3ny3pG6 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:49.75rem;left:24.4375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2PxUyiVHzK2UhWEslJo70Kf6cKtKcVu { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15040;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.6875rem;left:31.5rem;display:block; }
#bNALoJyyXLcEG2davqTH1aIVpfR9pdpA { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:81.625rem;left:32.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFO2xampOZDgN9RpGoXamsse2mySga9r { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15146;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43rem;left:24.4375rem;display:block; }
#enlcxI9TmU2IMLipWDaCRTXmNwam5914 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15147;line-height:1;letter-spacing:0;top:43.375rem;left:25.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGEvIQqVTpxR2HdlpIiNBAsM1xEnyS3P { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15116;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.5rem;left:24.4375rem;display:block; }
#kndVpSVSLGnN210nHH8WtpliDPpg4gr4 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:44.8125rem;left:25.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2hbTxGX5E323rRNsonO5tTT7Liaw85u { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15120;line-height:1;letter-spacing:0;top:45.75rem;left:24.625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vB2FZ2g49KQENK5PLckA9G7npoeNmT26 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15149;line-height:1;letter-spacing:0;top:48.375rem;left:25.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 { position:relative;display:block; }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 { background-color: transparent; background-image: none; }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .row .container > .video-iframe-container { display: none; }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .row > .video-iframe-container { display: none; }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .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); }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 { border-width: 0; border-radius: 0; }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .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; }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .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:105.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dLQwOtBLnNobIeh19rKtrkLRQqKiwU4X { position:absolute;display:block;z-index:14998;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:43.6875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#IDFq8nfsqBU3Mu58foLyrU4RJMq7v2kq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:48.6875rem;left:3.125rem;height:7.87109375rem;display:block; }
#n6aNBkw6WtBGBolFgOgK7tnZVycF9IhN { 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:43.125rem;width:68.75rem;top:59.6875rem;left:3.125rem;overflow:hidden;display:block; }
#RifhzJbVmxNksezgWJ1EvHM79kwpTysZ { 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:10.125rem;width:32.3125rem;top:43.859375rem;left:38.1875rem;overflow:hidden;display:block; }
#iCuNFPHTfou7i1APGTqOdNzuvzOEmI56 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:61.6875rem;left:32.8125rem;height:5.625rem;display:block; }
#HEBh90M3vlS6tE30CnHFrlR3pcA7STIc { box-sizing:content-box;height:43.125rem;width:32.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.6875rem;left:39.5rem;display:block; }
#JqI2pASSgMW4RF3Kdi3GTLS7ugsWpBX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:71.0625rem;left:42.625rem;height:4.72265625rem;text-align:left;text-align-last:left;display:block; }
#uW9xrnV7XhMALxUyFobJGzwiO7QdftyH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:77.0625rem;left:49.9375rem;height:6.296875rem;text-align:left;text-align-last:left;display:block; }
#o1BrVwXCq1wNRhoef7JwbLPDTRIqPp1r { 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:4.4375rem;width:20rem;top:96.5625rem;left:50.0625rem;overflow:hidden;display:block; }
#DiUhC6pzHCv3TWaUiS9FfiiZBcIIgn5C { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15065;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:22.4375rem;display:block; }
#TAJlmitzqLxAoI0ZX5vTty4uJ8c7uLGW { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:10.4375rem;left:22.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#UOqmu6lZTbWCnVCUkUNtBX417TPQ10wa { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15067;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.0625rem;left:26.75rem;display:block; }
#DhUqGVXqq4Xxhe74sZ5x8qTVTaQoIdzP { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:66.1875rem;left:26.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#bTvGhm5HnbO9eQsGHePgXXuC6E7cfIGh { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:91.0625rem;left:8.1875rem;display:block; }
#wmnMTpcGyaAZfkTGIAFBU4HA55tFpmh2 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:91.1875rem;left:8.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#FUQ1TKeoT3AaF8ehpQxkq9ArvLMPw7Om { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15042;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.25rem;left:59.9375rem;display:block; }
#UsOIPHZvGAqGQo5rMk6P6BLDAWtlLnCZ { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:90.1875rem;left:60.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2przVT9XUaRpQTKd5IehU9O8AXw8U2I { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:93.75rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCCzkCTwiGoZnuH8xGdduncI4HC3ySuF { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.9375rem;left:59.9375rem;display:block; }
#Bw5gxUUvWXEWu5UVILku38b6utsN7Du2 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:85.1875rem;left:60.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ionA6N18AW619oPAZQNqDUCkPHx4Bsvv { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:86.4375rem;left:60.6875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h1RlVyTbzErl5kKpsbldy3taOTHe5XMT { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:89.25rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQWScIRErZwWtr0r81Uq7Rx66hc1ISNg { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:92.375rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n2TZWNtQUNs3HreqkAwRaRdhnOsMcEbz { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15152;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:10.625rem;display:block; }
#AAMURqt3gsKdNTUmXmZs7HeVUqzckZCr { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15153;line-height:1;letter-spacing:0;top:10.6875rem;left:11.25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKV9JEAWdCHk9Cm11E8dQuyQ1JAJycTi { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15122;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:10.625rem;display:block; }
#UlXTXQQadGq3LXHNsL49If8TFEwVRus5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15154;line-height:1;letter-spacing:0;top:12.125rem;left:11.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#seNQSBXFqhr9cwcOpTb1mS03qTXTpbtF { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15126;line-height:1;letter-spacing:0;top:13.0625rem;left:10.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTcAT9OLWkuFEP8iVhV6Zqk03VMw1601 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15155;line-height:1;letter-spacing:0;top:15.6875rem;left:11.25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMFfO5nQy0fWLfe4PxZnd0ozHCO08F5n { box-sizing:content-box;height:4.375rem;width:10.0625rem;position:absolute;display:block;z-index:15044;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.9375rem;left:4.375rem;display:block; }
#ebS0T4n2U1TERXizX8TkRq7C8s0apbRM { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:61.4375rem;left:5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VKX0tfxWwBLS1fVoKGfMHrqF0d0np7Ny { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:62.8125rem;left:5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI { position:relative;display:block; }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI { background-color: transparent; background-image: none; }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .row .container > .video-iframe-container { display: none; }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .row > .video-iframe-container { display: none; }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .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); }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI { border-width: 0; border-radius: 0; }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .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; }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .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; }#Qg2pycd11KuTUxSx6m9nxr9vWph8930y { 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; }
#S1D668AEdqqnNMlWzDt3uLW2lwA0Pea9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 { position:relative;display:block; }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 { background-color: transparent; background-image: none; }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .row .container > .video-iframe-container { display: none; }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .row > .video-iframe-container { display: none; }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .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); }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 { border-width: 0; border-radius: 0; }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .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; }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .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:76.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TlpXcZ8n3WZ2HCdtnVm2VSCxhDOVIDnb { position:absolute;display:block;z-index:14998;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:32.25rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#tPzrKl4BULaiDkM3Ae4zOTaem0h89FxQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:37.25rem;left:3.125rem;height:7.87109375rem;display:block; }
#BFFcqa6vn4u7aD6TeuBGFnBfE3qVHgCR { position:absolute;display:block;z-index:14999;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.5rem;width:20rem;top:3.125rem;left:51.875rem;overflow:hidden;display:block; }
#mQ297isb0DwBFJqXnXICP4nipxx5rImy { 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:15.5rem;width:20rem;top:19.875rem;left:51.9375rem;overflow:hidden;display:block; }
#TGXhvFgAL8bXbqq49k8TW5tRzXZlcv7R { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:48.24609375rem;left:3.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pI4FO5vuBOWPLBKaQtSnMfDQqTfhMSza { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15071;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:34.875rem;display:block; }
#zhGZQr4PWctRhiUc8HtsGLWhN6It2LLz { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:28.8125rem;left:34.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#uRVM221lSP52tamwbKwVPvOpya8Ay2x9 { 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.875rem;width:18.75rem;top:56.125rem;left:11.25rem;overflow:hidden;display:block; }
#s2aSpuZtbCQon4CGdFIt1R9LTavqKifh { 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:16.75rem;width:19.75rem;top:55.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#fXtpFGV7BLA25uvSmAD4Lb6RNb7luOy4 { 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:17.9375rem;width:21.125rem;top:54.0625rem;left:42.625rem;overflow:hidden;display:block; }
#lWJIFMZOug2Z36CJ1CuRTafit2F5zif3 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:29.625rem;left:37.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zddrPTRLFE1V7u9aJsNnwkeaTXTmpNdN { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:37.375rem;display:block; }
#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe { position:relative;display:block; }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe { background-color: transparent; background-image: none; }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .row .container > .video-iframe-container { display: none; }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .row > .video-iframe-container { display: none; }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .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); }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe { border-width: 0; border-radius: 0; }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .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; }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .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; }#BirqixfrgrnTqD63ds1toDplTxySkK3B { 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; }
#nSInCvKdDgNBhsoXnGXsUuuoHGnTT6yM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N { position:relative;display:block; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N { background-color: transparent; background-image: none; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container > .video-iframe-container { display: none; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row > .video-iframe-container { display: none; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .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); }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N { border-width: 0; border-radius: 0; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .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; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .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; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .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:12.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; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container.adaptive-delivery-prevent-bg, #ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container.lazyload, #ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container.lazyloading { background-image: none; }#inTsGeV3vuk8fgZHHArU2h6XxLKfT1Jo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;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:60.9375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#elEntLfFiR6uQIairT9tQnXMqTqeqqg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;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.4375rem;left:33.1875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K7x125Wxwe5GBnGCETGA1oC5Xtv7N2mf { 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:45.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ABiTxPtklitSiDONTfCFn8l7JoTqo08h { 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:8.6875rem;width:22.375rem;top:1.78125rem;left:4.8125rem;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: #922354; }#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: #922354; }#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) { #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) { #yzECNuv8Leanv1NISO7kPB0cToWcov91 { top:0.5rem;left:0rem;width:11.625rem;height:4.5625rem;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) { #iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 { display:block; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .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:25.6875rem;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.375rem;left:0rem;width:28.875rem;height:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWlagQkOcoWPaqPmM6MeAy6Nn8GRV8oT { top:1.0625rem;left:18.375rem;width:12.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqDL5qM4DBeNzC2gmqLisaffmV25g9gR { display:block; }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .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) { #oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu { display:block; }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .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) { #KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa { display:block; }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .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) { #GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 { display:block; }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .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) { #xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz { display:block; }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .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) { #rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS { display:block; }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .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) { #vz89wq2FgxqU7slaI6G5IJsczVAxdPxP { display:block; }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemzNeyM5amvhpRpI6hGDHrLnabtHTKv { top:3.125rem;left:0rem;width:47.75rem;height:25.133863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFAPTmJH46U1Sqh8vL5ZqogMefxloLtC { top:41.1875rem;left:0rem;width:33.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq3KwRdeJmm9UGLq8uF72zzQzFdfVFOW { top:41.1875rem;left:14rem;width:33.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Csuon6hxDf2T1xeRDrJufgC0TJHAs8 { top:55.3125rem;left:0rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkRX54oKpLmKv5HRyZEpoOMrR6yTQrbs { top:12.625rem;left:12.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHh91SpqbrnWdrihKTTTOB2UwcWPsSKb { top:12.75rem;left:12.625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvv9HerHSQ11ihJuFzfZISPaZwhGca21 { top:45.75rem;left:44.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgBsTkrcLWzy4C4hLWwaFLPaG7bcT0Lc { top:45.875rem;left:44.625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af4qamvKoSDKfOBU924RQGfX4Nli80eK { top:10.75rem;left:1.375rem;width:10rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKz9wTJEPAh1Dso17KpEbU8dtBRgT3c6 { top:9.4375rem;left:0.75rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqWePP4QHNycHGoX1QBwkJES5AsSo9Z2 { top:7.9375rem;left:0.75rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLsJBlp913iSC6WqUbczBVawq5pLWN4V { top:8.3125rem;left:1.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4wwns5zMKko8JWmw5rRnr5kGMyXC0V { top:9.75rem;left:1.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5hK4Fx8pBuPhGOyU5tExNN6spaiKIRN { top:13.3125rem;left:1.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHcPOGdOVVuxns0m7M1iTINdq5R2bKdw { top:41.1875rem;left:36.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLGZH7mvc4dX59XXSoh0TK0ZaTHqma5s { top:41.5625rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq3BVx6RU49CTbXHMzn1wpzCTQV0LDGi { top:42.6875rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhA7prakELzS61JwV9LpF4bb8ytMnz8T { top:43rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuTxaEquVxtyUTv7QAvWh6mgfTdvTApm { top:44rem;left:37.75rem;width:10rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxcUlyq3dzE1Rf9kGUpempZyJ8kXucpx { top:46.5625rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ { display:block; }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leHlbLKTPNT646LQIS4JpwVciTfhZhlg { top:3.125rem;left:0rem;width:47.75rem;height:30.342954545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9FQOKl0fpfclbrUI432suJih0iFILC3 { top:48.25rem;left:6.375rem;width:22.5rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #el5ZaSngDRvXB3PLH4J2fVdQH7Qllr5U { top:48.25rem;left:0rem;width:15rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpktPLVVsUwQIqpWQ074zggf6suPvcSN { top:57.1875rem;left:0rem;width:15rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HenROOlBtd3GHGrFVzSR8PJgnobT0A3N { top:12.75rem;left:27.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZPtvQGxTe4W43Z3eAKGuNTo7t0NBGL { top:12.875rem;left:27.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGE0oqf0dU0c9ThzPsC496ugvbxLLPAo { top:41.9375rem;left:18.6875rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QefC9MX3A8BsAbdeQuKhXTVxwVfpNEPS { top:8.1875rem;left:29.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9m6r4JlOGF1e0GBIrh6Tb40z2iqvV4q { top:8.5625rem;left:30.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C33Tp2G9utcPtJtpgQ9FJ47JgzMSIMSA { top:9.6875rem;left:29.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqnXq2CZmu4bHNP090VO2cCPiKVv1im7 { top:10rem;left:30.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceAXRWnLfgm6WDzGecBruxn96X9gfnsm { top:11rem;left:30.125rem;width:10rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTursF4wcTG6lNFLRKwrEkHNrcDgXtC { top:13.5625rem;left:30.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd { display:block; }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHtormRhhLxh8aADRiBXe2xxgBa3AQDC { top:3.125rem;left:0rem;width:47.75rem;height:25.133863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #THbGoH81kD4CJcSQkABD0TeHUOXLDm6X { top:41.1875rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsuNuOPTIee8uZo8UyrmauE7vOLTCisr { top:41.1875rem;left:0rem;width:22.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBslfNUr6NGGsT3F8euzb60WAIFuhbn { top:41.1875rem;left:13.875rem;width:22.3125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZuhxlbIPQsGbcQVEuKnwQuk2h3xfm5U { top:9.4375rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWUqxihNa0eLPQz4kdfp0gZNFk3e4QaX { top:9.5625rem;left:22.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1GP6d2yCIRzb1XPIxPQPs3ivFekTWTV { top:5rem;left:25.4375rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCnWeMzkpPL8TNvVcUEqbZBIOURB68Kf { top:5.375rem;left:26.0625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1x1uXBik3wl8U50ruOFTz59QN9EH368 { top:6.5rem;left:25.4375rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAvagq09Jn9raU1kd5Bti7uZXcpKmM9 { top:6.8125rem;left:26.0625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzezLbMLRXzpHeQK5GgTiJ99y1X75vGl { top:7.8125rem;left:25.625rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuzNvEs5AHeaRpSGUNrS6Fsow5LTBIlS { top:10.375rem;left:26.0625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT { display:block; }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1ty3fGuJNkmJc1JJbhvXag3myLHci4b { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHPM0xXxMbKqcu4BdiFL2aiaN0BGdpL { display:block; }
 }@media only screen and (max-width: 763px) { #gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP { display:block; }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zD67Kv2KzItW31reyHzlwATGAL7H6W5C { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diarn0SgbhQ71NVZ8a6i1nKQu34ecXiu { top:49.9375rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKThNZRTZeLMVeRkR8TORQQIEaP4lKR5 { top:59.375rem;left:0rem;width:47.5rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awb6Wlgf5rDQJzswLC4VthwU9iqpsgQc { top:73.1875rem;left:27.75rem;width:20rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJQNR4yrBwimcCC18xU5fizApBQfFbx { top:46.0625rem;left:14rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfE4mkA5QG8Bi3ML60Qz6l05rNoTwqnU { top:85.0625rem;left:27.5rem;width:20.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQcs8h3UF91dpQxU0TzWUzJCU15Xz9Nf { top:61.875rem;left:27.75rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgg9y1pz1mIkcpUnRc7wTW7ICNhiegB5 { top:5.5rem;left:29.0625rem;width:6.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOgWV6yL4sF23PcRiyS7foqhBc4VTzW7 { top:5.8125rem;left:31.6875rem;width:16.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi9mXTaf9kSylN0OP5MwfMVBL0WMKtgd { top:3.125rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz1A0exB2ZRl0z86wCqeho9aNyfBpNvM { top:16.8125rem;left:40.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJOkKeDR55QuSXb9SueXQso4TNgJCTXi { top:16.9375rem;left:40.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaJPSMWEM4KSbxt0c1oi7JIGFJ3VmnC { top:77.8125rem;left:21.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO1C4TvKxvBDpu3hyv6khOogMnKcn3d1 { top:77.9375rem;left:21.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlNyngdz6E3gTKryyRI7D0mzTvclexs4 { top:16.8125rem;left:36.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6tdgI8x9Wf6gN0RXeTTM0zTEAE3SJNT { top:17.1875rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrwU4UuCMSFaI48bTn1I7nNh3lZGkiQQ { top:18.3125rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi8PkyBMgHap6Jo2XVbKMP1pZOHxSzr8 { top:18.625rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGOIuamDhRcNGuTWiAaTNraRET4bfaNx { top:19.625rem;left:37.75rem;width:10rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnvLX6buXRfvEGVUUbHcMWyG5MSfsM3x { top:22.125rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE3T1uTfVlR8OCxws3oCfoH9aVXunDkQ { top:77.875rem;left:23.875rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSMi5hmpC4iHytnkT9DM3EMV99l3l1ET { top:78.25rem;left:24.5rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPw69V2zFQaHgST85KcRXKeJH85gPcdt { top:79.375rem;left:23.875rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgeaRP5FzK1Zev8kKRHd8WAtEf6DH3HB { top:79.6875rem;left:24.5625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4kU7OvK3ynecF3ZatMS4H3MXZu4VnQ { top:80.625rem;left:24.0625rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AteQTN0Z1zlX42uIp9vfIVIrtmHTTVfU { top:83.25rem;left:24.5rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 { display:block; }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7Q5rQl0QLmz8Ts8JNOawP5PsMdvK2JT { top:3.125rem;left:0rem;width:47.75rem;height:28.606590909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKpTX23fKcySeTQvZghZdXkHCfcXglw4 { top:46.1875rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhW6l3gaDEhbczgcVxPzZyXKtW3RhpwK { top:55.5625rem;left:0rem;width:47.5rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXB07vPUMwiVTtxWmiJGbaO7lUXIOgTT { top:61.75rem;left:29rem;width:18.75rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d44ltak4wea9uEa58brgF9dXKnF4Nayc { top:99.875rem;left:0rem;width:47.5rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9XEBMhKJWuCDAJd8DfGyOe2r6Xg2tQ { top:15.1875rem;left:25.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo4ARqlPgbSdzwJyWb2z2kbtphGQgWHb { top:15.3125rem;left:25.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlSzb4Fd0E1ylR7LUD32MMdrHFyarCc { top:90rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxmLvpIJnzn4uqOsMklfDA1Jp254uDKd { top:90.125rem;left:4.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyP9594z5ZuN1vF5O82NXbsXqWaqg5Os { top:99.9375rem;left:39.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOtqOoxvEzKAikSXWM7T0FhQsnHtNsW { top:100.0625rem;left:39.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0rIVafQru1ZRlaB3NT6TeX075ZChHwU { top:39.5625rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFVq8KcxFZCNQ8qCl9GtNOuU0mgFCDaH { top:12.125rem;left:28.25rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLxUJnU7KHv8ep4goXsbiJ94Hm80U27g { top:16rem;left:28.875rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB8ZxrH7IpZk0pZTb3T8k09HARP03Pxq { top:13.375rem;left:28.4375rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMGiE6AT8Se3oD2W7a5ZQwDdwLvL1SFZ { top:12.4375rem;left:28.9375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR2bFnMvkmEaq5gf4AZtsL46M2OHxOSX { top:10.625rem;left:28.25rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB0uvot36EDvRXS6EH8AwCkdcp59K2JM { top:11rem;left:28.875rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFG34ECTO5yZneR3rkIXCpwxwmShVCp0 { top:91.5rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7QeJclTRLiScG6N4m1tRXokQFJD91gA { top:95.375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwk56iF9Vw8cNhpfzhIPOpDBLOogywTa { top:92.75rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJG55cnmEtBn3Tg1fdcCATybrN9gcllJ { top:91.8125rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkPoKqdFowLt8ZCv9mGONOcaeQtslsIh { top:90rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx5qW5Fx8c5yd9mmzTIBSH1qQKHxn9Th { top:90.375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCoulnfDrouAPFng2wagneXbk9X60RMZ { top:101.4375rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkiNC5kGzf6PQ639bDnAo93qrmuiMsJ { top:105.3125rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmFuJJFAS9z37bMATHFEFZ936HMoTJEp { top:102.6875rem;left:36.875rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZQ6IaOX5wTwi2PUo9fKsKG1zy0sh5Z { top:101.75rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enTcfHpAIulGODhLXmbByUxL7X3TgV8K { top:99.9375rem;left:36.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmRyPxdHdL1AxsHMtQ26nqzDaRtnvMJ8 { top:100.3125rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNZgvpp1ez1qcn6POtNarh868QAVrcFT { display:block; }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5FkRkp7w0X9SbEveo6n8D7gC7qdU0zr { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF4NpgopX6Tv2Z7LgHGqc2MQH4TFPNWI { display:block; }
 }@media only screen and (max-width: 763px) { #VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q { display:block; }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiz19NWhyqT4alEzcAzvaXluRBT6Rxd1 { top:43.6875rem;left:0rem;width:47.75rem;height:29.518181818182rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8nh6RGJP07ENfeUCSTsO9Uq9KhgqrU { top:88.0625rem;left:0rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA8rIdNcSssfd2lONENomSXCBbU3ugNb { top:3.125rem;left:0rem;width:20rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhpfHdxSSIDVJRIWGi9T9TMsRGZW91SL { top:3.125rem;left:0.25rem;width:47.5rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qamGkLLHlQTV59PTSBlV7Hw3rOe6TI21 { top:88.0625rem;left:13.875rem;width:20rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1aDTPFUVNyTIbJvA4J0Fdo5Du2aUiP7 { top:88.0625rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKLpOOBfV3x5pBLn5OEo9xKXShlTKJrO { top:10.375rem;left:45.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CICI5rT3I6xQ1fr8BL5HkD4c3kZJMV0L { top:10.5rem;left:45.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4lV8TBuJypJBzFWtsc49R1rMLEpyFLz { top:12.8125rem;left:17.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsyOQWLTLnl9thoWikANqWPLCMnT4pUH { top:12.9375rem;left:17.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpDoJvnuU0P7C9AfKNLfPlswLClfH2wn { top:68.25rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTk3GxXtwlBWehVEpvaMGIWN7VEOiCVN { top:68.375rem;left:22.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSS8fi9Otn22DgwG5ZTkAuZpzEhe066G { top:54.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqTSatDw6tvudd45I6tTibwGiPhqb63 { top:54.3125rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt7n04pzfc9s3SPEqzFpmkGc4LI212Rp { top:54.1875rem;left:2.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFyeMOAJ6xJPAB4qt9T3E6zvOhIce9EF { top:54.3125rem;left:2.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh1bFcUIG5dW1hIKetT0LXC0Hxkx3Wtq { top:33.0625rem;left:0rem;width:28.375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQC9STLXMTz74DWJdzAdLzlW78L9U3h { top:7.875rem;left:17.25rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrTc1HcaAl6HeEzD9vS3VJlF2KUOn7DF { top:8.8125rem;left:19.125rem;width:7.5rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAU3w5Z9c0kUxl4ZvUT66penmQVWtBrm { top:9.6875rem;left:17.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqGLUwTlK7kp8McRhkBcngqb0K9LvOB1 { top:8.8125rem;left:39.1875rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKz2peHZDcU368ScrkTdoJS1F6oQwxt { top:7.875rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1rDPZKk8ptZhetcTTgwkQ71yBPTrC6V { top:12.4375rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0LvcFUFbGWuCbLAEvCQyAA0wUP3Ino { top:35.625rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIVy2eDEds36HoWPM3DsMDWPkvwARy14 { top:39.5rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWMCSwG8orNwTsJ4sbw55vE8yxg21lRa { top:36.875rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLpiLr6mOO9Mr10n6TuyuVH5uU627Alz { top:35.9375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUVqdUvRgGioFqIlZlNvWkfOIIktQETr { top:34.125rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #le3mwGTDTLJTpU03frTFh26FO2ssScP4 { top:34.5rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCPlqPMV5TkvolgIndktdUwI1Cl4vPwq { top:30.375rem;left:0rem;width:11.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyDSkAnsScsrRgZa0V6yrDil9d0NDTKD { top:51.125rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM6xQyvECNAVSVWocWcvlqfNKwhsQtid { top:55rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoizFATusFPEOnpwN8GkHDQFq5Cl9wUt { top:52.375rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoJFM2icgpbzg0zX10lIElQrrxgLF9Nf { top:51.4375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEcSp6oUlWfHN3pwmezCzb8eNtxn8JRg { top:49.625rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVcs87PgtAqfkFQ2crIPEVvpmvFwxS35 { top:50rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 { display:block; }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAMKIxdXT78Gm15K0Av9JxQ396UIvG8b { top:3.125rem;left:0rem;width:47.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WepElEQx1br0786TTlAMXROwotHcXRe6 { top:15.6875rem;left:30.25rem;width:17.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOZZ6y2txw1C1Qix5rIWPEhqWkuTdAv { top:35rem;left:14rem;width:33.75rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI1y4xRQUZEGWV5qW2Mz4Jz1fET9kcV6 { top:36.1875rem;left:0rem;width:33.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPc4beTHOSWG3hQQ9ST44KvOKCCgy0U { top:3.125rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enMDHBfJtH56eDcglhQExcAh0LEOA997 { top:61.6875rem;left:0.25rem;width:47.375rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flNtJZ4G2POhnA06oCubP5QZV3S0KqBa { top:102.5rem;left:0rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOVTSaJqXpUdq9B1rEmJDp7TXykPB9c1 { top:61.75rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKDhkktx48qRROQb1OlnmfybZ5fs4Pcu { top:72.4375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAFiCCEInDTD37c831m3lO1vNfFk2NIE { top:72.75rem;left:0rem;width:13.125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGsG1BJUZMGJuZtzqDT7MPnPzsxhMdFO { top:80.0625rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIHW7W9xTqJsrvfMc0E5rNDyGDeaxNwD { top:27.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Q7PpkA6TEy2tl5mTUAkPSVEzwTx6dB { top:27.6875rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQfOJ2TABId7Ie0B68S0JswZOZik4oiq { top:25.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkASFmheLWyZMmFs266yBIPIivW00EG6 { top:26rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4GQoXAmMftsio55NdKmWziwCrzx2kEk { top:25.75rem;left:30.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbMIK3yUbPez1IdypBieZssIrXcp8CNJ { top:25.875rem;left:30.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrQKSFFQJKzMBxudodRiaViQ2Z0TWCvy { top:54.75rem;left:5.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG3Ut3LfanOQ9oRfB02UlSzdUUFu7IRl { top:54.875rem;left:5.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsDsNTDeZX83towAxoaXw6D6ZlqHsIT { top:7.8125rem;left:23.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U02lRJJETVA44Tw6mF7Csl2ZiW8NtJ8b { top:7.9375rem;left:23.375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxpBL2DWFuTm3Cv9bXrIgNSbAdz80g5V { top:69.5625rem;left:31.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teOyzgp5u9X1SqvZJ90o4LeTOZ0mKzRX { top:69.6875rem;left:31.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkiVG3V4TLPD5vxMqzIHhiHWe5NQGJ5c { top:95.8125rem;left:33.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfDxRXO9nboSGlKr0m4rVdfkBBLbtait { top:96rem;left:33.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DT7kdbCqPD4DV8Tuh4Jbt6phpXu1xZ { top:24.375rem;left:36.4375rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZdmDsr5puRlITR7L17bN29TTCtBzz55 { top:23.4375rem;left:35.6875rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0tuG1P5Bmic0b8QocQsymy9TnqNrkhN { top:55.6875rem;left:8.6875rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnUCJzyITaC3bfZ7nnyXVIHNLkkxiNBl { top:54.75rem;left:7.9375rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0t92ows2x0Rr4HkUFDRtJUGBq6GRtSG { top:64.625rem;left:31.125rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsVXZZeoCR6s4SukqOLDaLwZWAyJDsEA { top:65.5625rem;left:31.3125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6PMTCX1FZPueXOfenas0O9oCHcAqef { top:95.75rem;left:36.0625rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN0NkNIK7ITIOd5uKs90pIGK0TH3dwLq { top:97.5625rem;left:36.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCFJrygoTcSJ2qQvi6Q16TviM42S8ScX { top:96.6875rem;left:37.9375rem;width:7.6875rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0mvRpLVw2EpFGFnvMQtxL9t4pR5ZFoI { top:4.625rem;left:25.8125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0p3q8N5xSlaJGg4HAy36oXAMIZarL5F { top:3.125rem;left:25.8125rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfcRCJBMwp44sRznVDTW7L21zPXPWbN4 { top:5.875rem;left:26rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAVJ5MgyxUm00ST71KOiw7PLyUxss9pW { top:4.9375rem;left:26.5rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HomOWpT4OesZ2WKMcIAxLdTQF7crzuMF { top:3.5rem;left:26.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWB6vwP5XzQGlT5oxw5UgogAC3Lnr8v { top:8.5rem;left:26.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK1wVolMiS1PpWLv6vM2t83LnlBytp9Z { top:96.5625rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wS5DV3nGAdrUVoQVfBuhJRFZHfGcGa { top:95.0625rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgQJVJDKTy78ch5BT50ghnEF8gug8VQL { top:97.8125rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTTsRCBw01Q9VuaDT7PJ2u1XxEnUHpS { top:96.875rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkJdNg41Hq49Ld2hKgziLBhmSTzxDo3d { top:95.4375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkmp1pIVkOkrBWDHi7DONxr3k7mZxrZb { top:100.4375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFWMJUUy4ipuErGETQP36FainyHd2Q21 { top:91.375rem;left:0rem;width:11.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsW6GpF0tur1oqukFeenanyae1yKkGvV { display:block; }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDaef08JtQrJXEVZRwtfS9GNy60Us66i { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUPe3Oqg5HqopaedyV0PVg9Ek9urFQEg { display:block; }
 }@media only screen and (max-width: 763px) { #Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 { display:block; }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9NXsPyPkUz4tsPJBIpr6kph4lKxrdKO { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCJfOBowIfVmOMpDV5hg59cs8kiFJ1pP { top:54.875rem;left:0rem;width:33.75rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Q2zz2MzXHHNQINIZAFsVTlZ5Aklyu3 { top:16.5625rem;left:29.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNUi1T9xxAynNJPVsHFvvJ3d11OP3uOK { top:16.6875rem;left:29.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8A3uob6oulxeEUU1zDi0xSBGa5fza8b { top:48.1875rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbi37C1F0tGxET9aTsr7RM6ATC9XGlUm { top:18.0625rem;left:31.75rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwWgG7gPqS8A6ovceTT4VLlHZHcDkA9 { top:16.5625rem;left:31.75rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq16ZbdKxTo2ZWBGshGsT0JVhHPsAbOW { top:19.3125rem;left:31.9375rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLEonDcpr5RB23lu6SNT6DQDK2gcgmqA { top:18.375rem;left:32.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpbcQndNHZ3UZvpDJHEMVxN56ypFU2CS { top:16.9375rem;left:32.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrL3672cGOn0TOQGgepm2KxzlvvFRy9 { top:21.9375rem;left:32.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZRKBTbBd1TD9IBTWR22kD11FDULIo0i { display:block; }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHzayR4LezyzzwW5zIyMT6UTMS0G6JXO { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTKTDKIUMPerxLSvTT4LMgNQz25Bxc2 { top:49.9375rem;left:0rem;width:47.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyJEgfkpVGlCelg5fa4btnzgkN8b9N7v { top:67.25rem;left:0rem;width:47.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8xoToScW4i5D9yTCpC7NxWASF0zI0Q1 { top:67.25rem;left:27.75rem;width:20rem;height:36.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4QpaqENaDO2yMEbpmKgCM6AqyFM0DkO { top:98.6875rem;left:6.125rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANzJNfRPi4hlb4MvhwLV8KlA2bzua9St { top:4.875rem;left:18.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg7a5UERaDGVEvbvRngILxT0Ir9FJyw6 { top:5rem;left:18.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dReA44AA4fwc7PEvE1CF9L0PFcD43TyB { top:34.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQaWM4FMZNPkMM3cF1Eg1k0qdd1iKqbh { top:35.0625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGLBABnSGLex1emy7UrePZ8o6cpuTIif { top:36.8125rem;left:26.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaPAv04MTueI1zvR8cDncUMw64XRUHg7 { top:36.9375rem;left:26.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcu4RqQTQfNcZ97DhVmL5yh5VAJ4Bom2 { top:70.625rem;left:17.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kylCmCcp4w8769EzvrQRXvssTBMphq2a { top:70.75rem;left:17.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w56FrbQCpTNGdI93Rsrr6odsM59kaMG6 { top:6.375rem;left:21.375rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrgeTTRbACPxHoNiZc0y6yLJRG1wLfk { top:4.875rem;left:21.375rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opF4cZrfdMf39mTVAzgvb6C8ZWEI6awe { top:7.625rem;left:21.5625rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvm8yvUNn3PMyIXXOfUu9nkAfJHaC2QT { top:6.6875rem;left:22.0625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzM25mz3aIwssnQl4VWQUO5M6l1n4TwI { top:5.25rem;left:22rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwBWcNdpxEcBhNQPnU3K2c9DDBELvc6f { top:10.25rem;left:22rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx5lTCiBfGer1LmKWco3JMUM8qQoU1W4 { top:11.6875rem;left:21.375rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQC8vE4aCcbVsoH9qVa5TvAbb3ETgbu { top:36.8125rem;left:28.625rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmdC1lzZx1isVZteefGwTgMLWUxOqyp1 { top:37.1875rem;left:29.25rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goCauUXphuxtgpSM4L6WJ5CozMldvRIr { top:38.3125rem;left:28.625rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnltJ6qaLE2vlWyGTZyJUqiMTwI5naDS { top:38.625rem;left:29.3125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ssIUfTDddEISTwbgmfHsTNAsaUTi3c { top:39.5625rem;left:28.8125rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd2qTaHyWdF3KtuwloqUZAqRhmy8zeG0 { top:42.1875rem;left:29.25rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTckwzauUM1XQvFXeGeR5LVNBA463f6e { top:70.625rem;left:19.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoIqEwWErxdqlh4JyrKTF5xupF8sq2N3 { top:71rem;left:20.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIO4h8HGhDbSuQyAuaZTqVZopG6dRP5i { top:72.125rem;left:19.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mTJoHIDVLphpDoX3RqXP2v1awriqxl { top:72.4375rem;left:20.1875rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZKCgsZqGaRgMsgWtkS7nDmW4UsmJ4yD { top:73.375rem;left:19.6875rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXNxpnnM0LqVvkebvSs8Z3ovf50cxos7 { top:76rem;left:20.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uasMdZgHtZ6znpC45XzO1KGNLHTDMxog { display:block; }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDOHB3ZADCwAVFHLZRnda2wQEeVg2BJN { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HztfM4hLGTMVrfb6oChPfeQAK8msTpyl { display:block; }
 }@media only screen and (max-width: 763px) { #TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc { display:block; }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rv6hsZShmKPMgEbrqqdE5tKul8oq9K4m { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4n8eOvK053WhRXFSNxqmQBgLmDluiM { top:54.875rem;left:0rem;width:33.75rem;height:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVTqi10Jv114rbNKeWPBNrl7XiwFOTeJ { top:80.625rem;left:0rem;width:47.5rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPwJr1NPELAunzAg7U1APu1e7qeWLme2 { top:68.4375rem;left:21.875rem;width:25.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGQXEioRf4pmV53meKn3xQLJQmyKIsqm { top:89.0625rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfux1g8gK5zOxxUgxzQFWtW6MSWme1av { top:43rem;left:8.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkQIn8ATf6wPTTlC1gJHXU85RR4vyMMc { top:43.125rem;left:8.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST6vfl4rPUT9wHoWcveFF61oKoXB6B7 { top:80.6875rem;left:15.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HStufiwZnSvN9UO9hZfDDhkR6K4KDfpg { top:80.8125rem;left:15.375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH670bar6J8vrxDEI2XQpdnmNVBJW0pf { top:67.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWD54tCQer26tBVMTrDzQbvuP756sUTc { top:67.375rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh4ZedLSMyXdQn7rVRnlB0L39Hyfp9Ht { top:48.25rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcCJuX0vO2FPRUllU7X8clZrs3ny3pG6 { top:49.75rem;left:10.8125rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2PxUyiVHzK2UhWEslJo70Kf6cKtKcVu { top:80.6875rem;left:17.875rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNALoJyyXLcEG2davqTH1aIVpfR9pdpA { top:81.625rem;left:18.625rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFO2xampOZDgN9RpGoXamsse2mySga9r { top:43rem;left:10.8125rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enlcxI9TmU2IMLipWDaCRTXmNwam5914 { top:43.375rem;left:11.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGEvIQqVTpxR2HdlpIiNBAsM1xEnyS3P { top:44.5rem;left:10.8125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kndVpSVSLGnN210nHH8WtpliDPpg4gr4 { top:44.8125rem;left:11.5rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2hbTxGX5E323rRNsonO5tTT7Liaw85u { top:45.75rem;left:11rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB2FZ2g49KQENK5PLckA9G7npoeNmT26 { top:48.375rem;left:11.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 { display:block; }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLQwOtBLnNobIeh19rKtrkLRQqKiwU4X { top:3.125rem;left:0rem;width:47.75rem;height:30.342954545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFq8nfsqBU3Mu58foLyrU4RJMq7v2kq { top:48.6875rem;left:0rem;width:33.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6aNBkw6WtBGBolFgOgK7tnZVycF9IhN { top:59.6875rem;left:0rem;width:47.75rem;height:29.952272727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifhzJbVmxNksezgWJ1EvHM79kwpTysZ { top:43.8125rem;left:14rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCuNFPHTfou7i1APGTqOdNzuvzOEmI56 { top:61.6875rem;left:19.1875rem;width:17.9375rem;height:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEBh90M3vlS6tE30CnHFrlR3pcA7STIc { top:59.6875rem;left:15.3125rem;width:32.4375rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqI2pASSgMW4RF3Kdi3GTLS7ugsWpBX0 { top:71.0625rem;left:20.5rem;width:27.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW9xrnV7XhMALxUyFobJGzwiO7QdftyH { top:77.0625rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BrVwXCq1wNRhoef7JwbLPDTRIqPp1r { top:96.5625rem;left:27.75rem;width:20rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiUhC6pzHCv3TWaUiS9FfiiZBcIIgn5C { top:10.3125rem;left:8.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJlmitzqLxAoI0ZX5vTty4uJ8c7uLGW { top:10.4375rem;left:8.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOqmu6lZTbWCnVCUkUNtBX417TPQ10wa { top:66.0625rem;left:13.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhUqGVXqq4Xxhe74sZ5x8qTVTaQoIdzP { top:66.1875rem;left:13.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTvGhm5HnbO9eQsGHePgXXuC6E7cfIGh { top:91.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmnMTpcGyaAZfkTGIAFBU4HA55tFpmh2 { top:91.1875rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUQ1TKeoT3AaF8ehpQxkq9ArvLMPw7Om { top:89.25rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsOIPHZvGAqGQo5rMk6P6BLDAWtlLnCZ { top:90.1875rem;left:39.1875rem;width:8.5625rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2przVT9XUaRpQTKd5IehU9O8AXw8U2I { top:93.75rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCCzkCTwiGoZnuH8xGdduncI4HC3ySuF { top:84.9375rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5gxUUvWXEWu5UVILku38b6utsN7Du2 { top:85.1875rem;left:39.1875rem;width:8.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ionA6N18AW619oPAZQNqDUCkPHx4Bsvv { top:86.4375rem;left:39.1875rem;width:8.5625rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1RlVyTbzErl5kKpsbldy3taOTHe5XMT { top:89.25rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQWScIRErZwWtr0r81Uq7Rx66hc1ISNg { top:92.375rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2TZWNtQUNs3HreqkAwRaRdhnOsMcEbz { top:10.3125rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMURqt3gsKdNTUmXmZs7HeVUqzckZCr { top:10.6875rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKV9JEAWdCHk9Cm11E8dQuyQ1JAJycTi { top:11.8125rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlXTXQQadGq3LXHNsL49If8TFEwVRus5 { top:12.125rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seNQSBXFqhr9cwcOpTb1mS03qTXTpbtF { top:13.0625rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcAT9OLWkuFEP8iVhV6Zqk03VMw1601 { top:15.6875rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMFfO5nQy0fWLfe4PxZnd0ozHCO08F5n { top:60.9375rem;left:0rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebS0T4n2U1TERXizX8TkRq7C8s0apbRM { top:61.4375rem;left:0rem;width:7.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKX0tfxWwBLS1fVoKGfMHrqF0d0np7Ny { top:62.8125rem;left:0rem;width:8.875rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI { display:block; }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg2pycd11KuTUxSx6m9nxr9vWph8930y { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1D668AEdqqnNMlWzDt3uLW2lwA0Pea9 { display:block; }
 }@media only screen and (max-width: 763px) { #alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 { display:block; }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlpXcZ8n3WZ2HCdtnVm2VSCxhDOVIDnb { top:3.125rem;left:0rem;width:47.5rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzrKl4BULaiDkM3Ae4zOTaem0h89FxQ { top:37.25rem;left:0rem;width:47.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFFcqa6vn4u7aD6TeuBGFnBfE3qVHgCR { top:3.125rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ297isb0DwBFJqXnXICP4nipxx5rImy { top:19.875rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXhvFgAL8bXbqq49k8TW5tRzXZlcv7R { top:48.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI4FO5vuBOWPLBKaQtSnMfDQqTfhMSza { top:28.6875rem;left:21.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGZQr4PWctRhiUc8HtsGLWhN6It2LLz { top:28.8125rem;left:21.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRVM221lSP52tamwbKwVPvOpya8Ay2x9 { top:56.125rem;left:0rem;width:18.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2aSpuZtbCQon4CGdFIt1R9LTavqKifh { top:55.1875rem;left:13.5625rem;width:19.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXtpFGV7BLA25uvSmAD4Lb6RNb7luOy4 { top:54.0625rem;left:26.625rem;width:21.125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJIFMZOug2Z36CJ1CuRTafit2F5zif3 { top:29.625rem;left:23.9375rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zddrPTRLFE1V7u9aJsNnwkeaTXTmpNdN { top:28.6875rem;left:23.75rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTtRPmHoTrPCWbCdRO7230odAwgs0WJe { display:block; }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BirqixfrgrnTqD63ds1toDplTxySkK3B { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSInCvKdDgNBhsoXnGXsUuuoHGnTT6yM { display:block; }
 }@media only screen and (max-width: 763px) { #ulnpzws03OPJTNx5VtTPHC57hXXeRq6N { display:block; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inTsGeV3vuk8fgZHHArU2h6XxLKfT1Jo { top:4.4375rem;left:37.6875rem;width:10.0625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elEntLfFiR6uQIairT9tQnXMqTqeqqg0 { top:4.4375rem;left:19.5625rem;width:10.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7x125Wxwe5GBnGCETGA1oC5Xtv7N2mf { top:4.4375rem;left:32rem;width:12.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABiTxPtklitSiDONTfCFn8l7JoTqo08h { top:1.75rem;left:0rem;width:22.375rem;height:8.6875rem;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:12.625rem;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) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:7.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block; }
 }@media only screen and (max-width: 763px) { #yzECNuv8Leanv1NISO7kPB0cToWcov91 { width:11.625rem;height:4.5625rem;top:1.125rem;left:4.1875rem;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) { #iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 { display:block; }#iwyBoaix2NDTfvLQAEJy1BtDUC7cL0S8 > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { width:13.5625rem;height:10.4375rem;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:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { width:17.25rem;height:6.0625rem;top:26.19921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { width:17.5rem;height:9.597625rem;top:1.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWlagQkOcoWPaqPmM6MeAy6Nn8GRV8oT { width:15rem;height:12.5625rem;top:12.13671875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqDL5qM4DBeNzC2gmqLisaffmV25g9gR { display:block; }#lqDL5qM4DBeNzC2gmqLisaffmV25g9gR > .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) { #oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu { display:block; }#oGWG9BvcsoTLhbNbOEN0FiZhyFggQ4pu > .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) { #KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa { display:block; }#KEnA4uSADtVfUb1gQXWb7ovb5E2MQTIa > .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) { #GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 { display:block; }#GBQ26zz5iy0h8lNWCt59p5tb8tRNLiT5 > .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) { #xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz { display:block; }#xkTaZrzIyiEzfp6G1wuedK5g5oolCmbz > .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) { #rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS { display:block; }#rXx3IQgeVmf8Bb5KxCi6IuJpdDrWKdIS > .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) { #vz89wq2FgxqU7slaI6G5IJsczVAxdPxP { display:block; }#vz89wq2FgxqU7slaI6G5IJsczVAxdPxP > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemzNeyM5amvhpRpI6hGDHrLnabtHTKv { width:20rem;height:10.526375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFAPTmJH46U1Sqh8vL5ZqogMefxloLtC { width:17.5rem;height:22.03909375rem;top:44.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq3KwRdeJmm9UGLq8uF72zzQzFdfVFOW { width:20rem;height:12.5918125rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Csuon6hxDf2T1xeRDrJufgC0TJHAs8 { width:16.6875rem;height:5.25rem;top:17.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkRX54oKpLmKv5HRyZEpoOMrR6yTQrbs { width:1.875rem;height:1.875rem;top:7.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHh91SpqbrnWdrihKTTTOB2UwcWPsSKb { width:1.875rem;height:1.57421875rem;top:7.375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvv9HerHSQ11ihJuFzfZISPaZwhGca21 { width:1.875rem;height:1.875rem;top:34.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgBsTkrcLWzy4C4hLWwaFLPaG7bcT0Lc { width:1.875rem;height:1.57421875rem;top:34.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af4qamvKoSDKfOBU924RQGfX4Nli80eK { width:10rem;height:2rem;top:12.75rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKz9wTJEPAh1Dso17KpEbU8dtBRgT3c6 { width:11.25rem;height:5rem;top:11.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqWePP4QHNycHGoX1QBwkJES5AsSo9Z2 { width:11.25rem;height:1.5625rem;top:9.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLsJBlp913iSC6WqUbczBVawq5pLWN4V { width:10rem;height:0.875rem;top:10rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4wwns5zMKko8JWmw5rRnr5kGMyXC0V { width:10rem;height:0.875rem;top:11.5625rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5hK4Fx8pBuPhGOyU5tExNN6spaiKIRN { width:10rem;height:0.875rem;top:15.125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHcPOGdOVVuxns0m7M1iTINdq5R2bKdw { width:11.25rem;height:1.5625rem;top:36.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLGZH7mvc4dX59XXSoh0TK0ZaTHqma5s { width:10rem;height:0.875rem;top:36.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq3BVx6RU49CTbXHMzn1wpzCTQV0LDGi { width:11.25rem;height:5rem;top:38rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhA7prakELzS61JwV9LpF4bb8ytMnz8T { width:10rem;height:0.875rem;top:38.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuTxaEquVxtyUTv7QAvWh6mgfTdvTApm { width:10rem;height:2rem;top:39.5rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxcUlyq3dzE1Rf9kGUpempZyJ8kXucpx { width:10rem;height:0.875rem;top:41.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ { display:block; }#Rh4kUbQye1lcmnhWrMlMQtS43pMOBXXJ > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leHlbLKTPNT646LQIS4JpwVciTfhZhlg { width:20rem;height:12.709rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9FQOKl0fpfclbrUI432suJih0iFILC3 { width:17.5rem;height:14.16796875rem;top:19.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #el5ZaSngDRvXB3PLH4J2fVdQH7Qllr5U { width:17.5rem;height:9.6875rem;top:34.98046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpktPLVVsUwQIqpWQ074zggf6suPvcSN { width:17.5rem;height:2.798825rem;top:45.29296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HenROOlBtd3GHGrFVzSR8PJgnobT0A3N { width:1.875rem;height:1.875rem;top:9.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZPtvQGxTe4W43Z3eAKGuNTo7t0NBGL { width:1.875rem;height:1.57421875rem;top:9.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGE0oqf0dU0c9ThzPsC496ugvbxLLPAo { width:17.5rem;height:11.5625rem;top:49.3408203125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QefC9MX3A8BsAbdeQuKhXTVxwVfpNEPS { width:11.25rem;height:1.5625rem;top:11.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9m6r4JlOGF1e0GBIrh6Tb40z2iqvV4q { width:10rem;height:0.875rem;top:12.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C33Tp2G9utcPtJtpgQ9FJ47JgzMSIMSA { width:11.25rem;height:5rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqnXq2CZmu4bHNP090VO2cCPiKVv1im7 { width:10rem;height:0.875rem;top:13.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceAXRWnLfgm6WDzGecBruxn96X9gfnsm { width:10rem;height:2rem;top:14.8125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTursF4wcTG6lNFLRKwrEkHNrcDgXtC { width:10rem;height:0.875rem;top:17.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd { display:block; }#qiOxDEcp3TFwfykeJtqH8MFuBFX7KRqd > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHtormRhhLxh8aADRiBXe2xxgBa3AQDC { width:20rem;height:10.526375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THbGoH81kD4CJcSQkABD0TeHUOXLDm6X { width:17.5rem;height:14.16796875rem;top:17.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsuNuOPTIee8uZo8UyrmauE7vOLTCisr { width:17.5rem;height:11.5625rem;top:32.73046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBslfNUr6NGGsT3F8euzb60WAIFuhbn { width:17.5rem;height:11.625rem;top:45.54296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZuhxlbIPQsGbcQVEuKnwQuk2h3xfm5U { width:1.875rem;height:1.875rem;top:7.125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWUqxihNa0eLPQz4kdfp0gZNFk3e4QaX { width:1.875rem;height:1.57421875rem;top:7.25rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1GP6d2yCIRzb1XPIxPQPs3ivFekTWTV { width:11.25rem;height:1.5625rem;top:9.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCnWeMzkpPL8TNvVcUEqbZBIOURB68Kf { width:10rem;height:0.875rem;top:9.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1x1uXBik3wl8U50ruOFTz59QN9EH368 { width:11.25rem;height:5rem;top:11.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAvagq09Jn9raU1kd5Bti7uZXcpKmM9 { width:10rem;height:0.875rem;top:11.3125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzezLbMLRXzpHeQK5GgTiJ99y1X75vGl { width:10.875rem;height:2rem;top:12.5625rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuzNvEs5AHeaRpSGUNrS6Fsow5LTBIlS { width:10rem;height:0.875rem;top:14.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT { display:block; }#mgcTuBHOyiGwHzz7i8xvNoIQ1TkTcHZT > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1ty3fGuJNkmJc1JJbhvXag3myLHci4b { 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) { #kVHPM0xXxMbKqcu4BdiFL2aiaN0BGdpL { display:block; }
 }@media only screen and (max-width: 763px) { #gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP { display:block; }#gUXZVgHTKstZiVIRrqwMC76wdPAvMBVP > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zD67Kv2KzItW31reyHzlwATGAL7H6W5C { width:20rem;height:13.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diarn0SgbhQ71NVZ8a6i1nKQu34ecXiu { width:17.5rem;height:11.01953125rem;top:26.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKThNZRTZeLMVeRkR8TORQQIEaP4lKR5 { width:20rem;height:11.9375rem;top:45.1435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awb6Wlgf5rDQJzswLC4VthwU9iqpsgQc { width:17.5rem;height:9.6875rem;top:74.5703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJQNR4yrBwimcCC18xU5fizApBQfFbx { width:16.6875rem;height:5.25rem;top:38.6435546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfE4mkA5QG8Bi3ML60Qz6l05rNoTwqnU { width:17.5rem;height:2.798825rem;top:84.8828125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQcs8h3UF91dpQxU0TzWUzJCU15Xz9Nf { width:17.5rem;height:9.44534375rem;top:63.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgg9y1pz1mIkcpUnRc7wTW7ICNhiegB5 { width:4.6875rem;height:8.4375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOgWV6yL4sF23PcRiyS7foqhBc4VTzW7 { width:12.5rem;height:4.19921875rem;top:1.5625rem;left:6.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pi9mXTaf9kSylN0OP5MwfMVBL0WMKtgd { width:20rem;height:4.8125rem;top:6.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kz1A0exB2ZRl0z86wCqeho9aNyfBpNvM { width:1.875rem;height:1.875rem;top:16.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJOkKeDR55QuSXb9SueXQso4TNgJCTXi { width:1.875rem;height:1.57421875rem;top:16.3125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaJPSMWEM4KSbxt0c1oi7JIGFJ3VmnC { width:1.875rem;height:1.875rem;top:53.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO1C4TvKxvBDpu3hyv6khOogMnKcn3d1 { width:1.875rem;height:1.57421875rem;top:53.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlNyngdz6E3gTKryyRI7D0mzTvclexs4 { width:11.25rem;height:1.5625rem;top:18.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6tdgI8x9Wf6gN0RXeTTM0zTEAE3SJNT { width:10rem;height:0.875rem;top:19rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrwU4UuCMSFaI48bTn1I7nNh3lZGkiQQ { width:11.25rem;height:5rem;top:20.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi8PkyBMgHap6Jo2XVbKMP1pZOHxSzr8 { width:10rem;height:0.875rem;top:20.4375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGOIuamDhRcNGuTWiAaTNraRET4bfaNx { width:10rem;height:2rem;top:21.625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnvLX6buXRfvEGVUUbHcMWyG5MSfsM3x { width:10rem;height:0.875rem;top:23.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE3T1uTfVlR8OCxws3oCfoH9aVXunDkQ { width:11.25rem;height:1.5625rem;top:56.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSMi5hmpC4iHytnkT9DM3EMV99l3l1ET { width:10rem;height:0.875rem;top:56.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPw69V2zFQaHgST85KcRXKeJH85gPcdt { width:11.25rem;height:5rem;top:57.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgeaRP5FzK1Zev8kKRHd8WAtEf6DH3HB { width:10rem;height:0.875rem;top:57.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4kU7OvK3ynecF3ZatMS4H3MXZu4VnQ { width:10.875rem;height:2rem;top:59.125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AteQTN0Z1zlX42uIp9vfIVIrtmHTTVfU { width:10rem;height:0.875rem;top:61.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 { display:block; }#cM9QNTNyrnOxdFX4R7SHuL24Jsxbe1p4 > .row .container { width:20rem;height:123.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7Q5rQl0QLmz8Ts8JNOawP5PsMdvK2JT { width:20rem;height:11.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKpTX23fKcySeTQvZghZdXkHCfcXglw4 { width:17.5rem;height:9.44534375rem;top:18.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhW6l3gaDEhbczgcVxPzZyXKtW3RhpwK { width:20rem;height:17.8125rem;top:39.5703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXB07vPUMwiVTtxWmiJGbaO7lUXIOgTT { width:13.75rem;height:26.5625rem;top:88.4248046875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d44ltak4wea9uEa58brgF9dXKnF4Nayc { width:17.5rem;height:23.61328125rem;top:64.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9XEBMhKJWuCDAJd8DfGyOe2r6Xg2tQ { width:1.875rem;height:1.875rem;top:8.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo4ARqlPgbSdzwJyWb2z2kbtphGQgWHb { width:1.875rem;height:1.57421875rem;top:8.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlSzb4Fd0E1ylR7LUD32MMdrHFyarCc { width:1.875rem;height:1.875rem;top:54rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxmLvpIJnzn4uqOsMklfDA1Jp254uDKd { width:1.875rem;height:1.57421875rem;top:54.125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyP9594z5ZuN1vF5O82NXbsXqWaqg5Os { width:1.875rem;height:1.875rem;top:112.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOtqOoxvEzKAikSXWM7T0FhQsnHtNsW { width:1.875rem;height:1.57421875rem;top:113.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0rIVafQru1ZRlaB3NT6TeX075ZChHwU { width:17.5rem;height:11.5625rem;top:29.4453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFVq8KcxFZCNQ8qCl9GtNOuU0mgFCDaH { width:11.25rem;height:5rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLxUJnU7KHv8ep4goXsbiJ94Hm80U27g { width:10rem;height:0.875rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB8ZxrH7IpZk0pZTb3T8k09HARP03Pxq { width:10.875rem;height:2rem;top:14rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMGiE6AT8Se3oD2W7a5ZQwDdwLvL1SFZ { width:10rem;height:0.875rem;top:12.8125rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR2bFnMvkmEaq5gf4AZtsL46M2OHxOSX { width:11.25rem;height:1.5625rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB0uvot36EDvRXS6EH8AwCkdcp59K2JM { width:10rem;height:0.875rem;top:11.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFG34ECTO5yZneR3rkIXCpwxwmShVCp0 { width:11.25rem;height:5rem;top:57.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7QeJclTRLiScG6N4m1tRXokQFJD91gA { width:10rem;height:0.875rem;top:61.8125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwk56iF9Vw8cNhpfzhIPOpDBLOogywTa { width:10.875rem;height:2rem;top:59.4375rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJG55cnmEtBn3Tg1fdcCATybrN9gcllJ { width:10rem;height:0.875rem;top:58.1875rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkPoKqdFowLt8ZCv9mGONOcaeQtslsIh { width:11.25rem;height:1.5625rem;top:56.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx5qW5Fx8c5yd9mmzTIBSH1qQKHxn9Th { width:10rem;height:0.875rem;top:56.8125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCoulnfDrouAPFng2wagneXbk9X60RMZ { width:11.25rem;height:5rem;top:116.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkiNC5kGzf6PQ639bDnAo93qrmuiMsJ { width:10rem;height:0.875rem;top:120.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmFuJJFAS9z37bMATHFEFZ936HMoTJEp { width:10.875rem;height:2rem;top:118.375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZQ6IaOX5wTwi2PUo9fKsKG1zy0sh5Z { width:10rem;height:0.875rem;top:117.1875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enTcfHpAIulGODhLXmbByUxL7X3TgV8K { width:11.25rem;height:1.5625rem;top:115.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmRyPxdHdL1AxsHMtQ26nqzDaRtnvMJ8 { width:10rem;height:0.875rem;top:115.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNZgvpp1ez1qcn6POtNarh868QAVrcFT { display:block; }#HNZgvpp1ez1qcn6POtNarh868QAVrcFT > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5FkRkp7w0X9SbEveo6n8D7gC7qdU0zr { 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) { #FF4NpgopX6Tv2Z7LgHGqc2MQH4TFPNWI { display:block; }
 }@media only screen and (max-width: 763px) { #VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q { display:block; }#VGLfzOsGBQ3VqV16qnIxu8TnaTzwCc9q > .row .container { width:20rem;height:134.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiz19NWhyqT4alEzcAzvaXluRBT6Rxd1 { width:20rem;height:12.25rem;top:81rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8nh6RGJP07ENfeUCSTsO9Uq9KhgqrU { width:17.5rem;height:14.168rem;top:94.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA8rIdNcSssfd2lONENomSXCBbU3ugNb { width:17.5rem;height:26.76175rem;top:35.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhpfHdxSSIDVJRIWGi9T9TMsRGZW91SL { width:20rem;height:15.7626875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qamGkLLHlQTV59PTSBlV7Hw3rOe6TI21 { width:17.5rem;height:11.01953125rem;top:109.91796875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1aDTPFUVNyTIbJvA4J0Fdo5Du2aUiP7 { width:17.5rem;height:9.44534375rem;top:122.1865234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKLpOOBfV3x5pBLn5OEo9xKXShlTKJrO { width:1.875rem;height:1.875rem;top:18.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CICI5rT3I6xQ1fr8BL5HkD4c3kZJMV0L { width:1.875rem;height:1.57421875rem;top:18.4375rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4lV8TBuJypJBzFWtsc49R1rMLEpyFLz { width:1.875rem;height:1.875rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsyOQWLTLnl9thoWikANqWPLCMnT4pUH { width:1.875rem;height:1.57421875rem;top:6.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpDoJvnuU0P7C9AfKNLfPlswLClfH2wn { width:1.875rem;height:1.875rem;top:91.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTk3GxXtwlBWehVEpvaMGIWN7VEOiCVN { width:1.875rem;height:1.57421875rem;top:91.1875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSS8fi9Otn22DgwG5ZTkAuZpzEhe066G { width:1.875rem;height:1.875rem;top:82.125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqTSatDw6tvudd45I6tTibwGiPhqb63 { width:1.875rem;height:1.57421875rem;top:82.25rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt7n04pzfc9s3SPEqzFpmkGc4LI212Rp { width:1.875rem;height:1.875rem;top:82.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFyeMOAJ6xJPAB4qt9T3E6zvOhIce9EF { width:1.875rem;height:1.57421875rem;top:82.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh1bFcUIG5dW1hIKetT0LXC0Hxkx3Wtq { width:17.5rem;height:11.125rem;top:63.38671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQC9STLXMTz74DWJdzAdLzlW78L9U3h { width:10rem;height:4.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrTc1HcaAl6HeEzD9vS3VJlF2KUOn7DF { width:7.5rem;height:2.375rem;top:2.25rem;left:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAU3w5Z9c0kUxl4ZvUT66penmQVWtBrm { width:1.875rem;height:1.57421875rem;top:3.0625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqGLUwTlK7kp8McRhkBcngqb0K9LvOB1 { width:8.5625rem;height:2.375rem;top:19.3125rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKz2peHZDcU368ScrkTdoJS1F6oQwxt { width:10rem;height:4.375rem;top:18.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1rDPZKk8ptZhetcTTgwkQ71yBPTrC6V { width:10rem;height:1.2246125rem;top:22.875rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0LvcFUFbGWuCbLAEvCQyAA0wUP3Ino { width:11.25rem;height:5rem;top:29.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIVy2eDEds36HoWPM3DsMDWPkvwARy14 { width:10rem;height:0.875rem;top:33rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWMCSwG8orNwTsJ4sbw55vE8yxg21lRa { width:10.875rem;height:2rem;top:30.625rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLpiLr6mOO9Mr10n6TuyuVH5uU627Alz { width:10rem;height:0.875rem;top:29.4375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUVqdUvRgGioFqIlZlNvWkfOIIktQETr { width:11.25rem;height:1.5625rem;top:27.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #le3mwGTDTLJTpU03frTFh26FO2ssScP4 { width:10rem;height:0.875rem;top:28rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCPlqPMV5TkvolgIndktdUwI1Cl4vPwq { width:11.25rem;height:3.1484375rem;top:23.9375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyDSkAnsScsrRgZa0V6yrDil9d0NDTKD { width:11.25rem;height:5rem;top:77.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM6xQyvECNAVSVWocWcvlqfNKwhsQtid { width:10rem;height:0.875rem;top:81rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoizFATusFPEOnpwN8GkHDQFq5Cl9wUt { width:10.875rem;height:2rem;top:78.625rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoJFM2icgpbzg0zX10lIElQrrxgLF9Nf { width:10rem;height:0.875rem;top:77.4375rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEcSp6oUlWfHN3pwmezCzb8eNtxn8JRg { width:11.25rem;height:1.5625rem;top:75.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVcs87PgtAqfkFQ2crIPEVvpmvFwxS35 { width:10rem;height:0.875rem;top:76rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 { display:block; }#ff8sBiVqkViTkk30LR2QiHL17H2IPLQ2 > .row .container { width:20rem;height:183.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAMKIxdXT78Gm15K0Av9JxQ396UIvG8b { width:20rem;height:12.5625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WepElEQx1br0786TTlAMXROwotHcXRe6 { width:13.75rem;height:14.8125rem;top:32.591796875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOZZ6y2txw1C1Qix5rIWPEhqWkuTdAv { width:17.5rem;height:36.20703125rem;top:53rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI1y4xRQUZEGWV5qW2Mz4Jz1fET9kcV6 { width:17.5rem;height:11.5625rem;top:90.4560546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPc4beTHOSWG3hQQ9ST44KvOKCCgy0U { width:17.5rem;height:12.59371875rem;top:20.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enMDHBfJtH56eDcglhQExcAh0LEOA997 { width:20rem;height:18.9443125rem;top:118.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flNtJZ4G2POhnA06oCubP5QZV3S0KqBa { width:16.6875rem;height:5.25rem;top:107.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOVTSaJqXpUdq9B1rEmJDp7TXykPB9c1 { width:17.5rem;height:9.44534375rem;top:159.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKDhkktx48qRROQb1OlnmfybZ5fs4Pcu { width:2.5625rem;height:2.5625rem;top:142rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAFiCCEInDTD37c831m3lO1vNfFk2NIE { width:11.875rem;height:4.19921875rem;top:142.25rem;left:7.125rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGsG1BJUZMGJuZtzqDT7MPnPzsxhMdFO { width:17.5rem;height:11.01953125rem;top:169.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIHW7W9xTqJsrvfMc0E5rNDyGDeaxNwD { width:1.875rem;height:1.875rem;top:47.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Q7PpkA6TEy2tl5mTUAkPSVEzwTx6dB { width:1.875rem;height:1.57421875rem;top:47.5rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQfOJ2TABId7Ie0B68S0JswZOZik4oiq { width:1.875rem;height:1.875rem;top:16.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkASFmheLWyZMmFs266yBIPIivW00EG6 { width:1.875rem;height:1.57421875rem;top:16.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4GQoXAmMftsio55NdKmWziwCrzx2kEk { width:1.875rem;height:1.875rem;top:15.9375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbMIK3yUbPez1IdypBieZssIrXcp8CNJ { width:1.875rem;height:1.57421875rem;top:16.0625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrQKSFFQJKzMBxudodRiaViQ2Z0TWCvy { width:1.875rem;height:1.875rem;top:101.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG3Ut3LfanOQ9oRfB02UlSzdUUFu7IRl { width:1.875rem;height:1.57421875rem;top:101.5rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsDsNTDeZX83towAxoaXw6D6ZlqHsIT { width:1.875rem;height:1.875rem;top:7.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U02lRJJETVA44Tw6mF7Csl2ZiW8NtJ8b { width:1.875rem;height:1.57421875rem;top:8rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxpBL2DWFuTm3Cv9bXrIgNSbAdz80g5V { width:1.875rem;height:1.875rem;top:119.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teOyzgp5u9X1SqvZJ90o4LeTOZ0mKzRX { width:1.875rem;height:1.57421875rem;top:119.875rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkiVG3V4TLPD5vxMqzIHhiHWe5NQGJ5c { width:1.875rem;height:1.875rem;top:133.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfDxRXO9nboSGlKr0m4rVdfkBBLbtait { width:1.875rem;height:1.57421875rem;top:134.125rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DT7kdbCqPD4DV8Tuh4Jbt6phpXu1xZ { width:8.5625rem;height:2.375rem;top:48.375rem;left:1.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZdmDsr5puRlITR7L17bN29TTCtBzz55 { width:10rem;height:4.375rem;top:47.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0tuG1P5Bmic0b8QocQsymy9TnqNrkhN { width:8.5625rem;height:2.375rem;top:102.375rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnUCJzyITaC3bfZ7nnyXVIHNLkkxiNBl { width:10rem;height:4.375rem;top:101.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0t92ows2x0Rr4HkUFDRtJUGBq6GRtSG { width:10.625rem;height:4.375rem;top:114.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsVXZZeoCR6s4SukqOLDaLwZWAyJDsEA { width:10.3125rem;height:2.375rem;top:115.75rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6PMTCX1FZPueXOfenas0O9oCHcAqef { width:10rem;height:4.375rem;top:136.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN0NkNIK7ITIOd5uKs90pIGK0TH3dwLq { width:1.875rem;height:1.57421875rem;top:138.1875rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCFJrygoTcSJ2qQvi6Q16TviM42S8ScX { width:7.6875rem;height:2.375rem;top:137.3125rem;left:11.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0mvRpLVw2EpFGFnvMQtxL9t4pR5ZFoI { width:11.25rem;height:5rem;top:2.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0p3q8N5xSlaJGg4HAy36oXAMIZarL5F { width:11.25rem;height:1.5625rem;top:0.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfcRCJBMwp44sRznVDTW7L21zPXPWbN4 { width:10.875rem;height:2rem;top:3.75rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAVJ5MgyxUm00ST71KOiw7PLyUxss9pW { width:10rem;height:0.875rem;top:2.5625rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HomOWpT4OesZ2WKMcIAxLdTQF7crzuMF { width:10rem;height:0.875rem;top:1.125rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWB6vwP5XzQGlT5oxw5UgogAC3Lnr8v { width:10rem;height:0.875rem;top:6.125rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK1wVolMiS1PpWLv6vM2t83LnlBytp9Z { width:11.25rem;height:5rem;top:152.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wS5DV3nGAdrUVoQVfBuhJRFZHfGcGa { width:11.25rem;height:1.5625rem;top:151.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgQJVJDKTy78ch5BT50ghnEF8gug8VQL { width:10.875rem;height:2rem;top:154.4375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTTsRCBw01Q9VuaDT7PJ2u1XxEnUHpS { width:10rem;height:0.875rem;top:153.25rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkJdNg41Hq49Ld2hKgziLBhmSTzxDo3d { width:10rem;height:0.875rem;top:151.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkmp1pIVkOkrBWDHi7DONxr3k7mZxrZb { width:10rem;height:0.875rem;top:156.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFWMJUUy4ipuErGETQP36FainyHd2Q21 { width:11.25rem;height:3.1484375rem;top:147.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsW6GpF0tur1oqukFeenanyae1yKkGvV { display:block; }#IsW6GpF0tur1oqukFeenanyae1yKkGvV > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDaef08JtQrJXEVZRwtfS9GNy60Us66i { 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) { #PUPe3Oqg5HqopaedyV0PVg9Ek9urFQEg { display:block; }
 }@media only screen and (max-width: 763px) { #Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 { display:block; }#Zg4eOSJy22eBdhMmnaVOE0Omw1AmCCX5 > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9NXsPyPkUz4tsPJBIpr6kph4lKxrdKO { width:20rem;height:14.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCJfOBowIfVmOMpDV5hg59cs8kiFJ1pP { width:17.5rem;height:18.89059375rem;top:21.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Q2zz2MzXHHNQINIZAFsVTlZ5Aklyu3 { width:1.875rem;height:1.875rem;top:11.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNUi1T9xxAynNJPVsHFvvJ3d11OP3uOK { width:1.875rem;height:1.57421875rem;top:11.625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8A3uob6oulxeEUU1zDi0xSBGa5fza8b { width:17.5rem;height:11.5625rem;top:42.451171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbi37C1F0tGxET9aTsr7RM6ATC9XGlUm { width:11.25rem;height:5rem;top:15.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwWgG7gPqS8A6ovceTT4VLlHZHcDkA9 { width:11.25rem;height:1.5625rem;top:13.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq16ZbdKxTo2ZWBGshGsT0JVhHPsAbOW { width:10.875rem;height:2rem;top:16.9375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLEonDcpr5RB23lu6SNT6DQDK2gcgmqA { width:10rem;height:0.875rem;top:15.75rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpbcQndNHZ3UZvpDJHEMVxN56ypFU2CS { width:10rem;height:0.875rem;top:14.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrL3672cGOn0TOQGgepm2KxzlvvFRy9 { width:10rem;height:0.875rem;top:19.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZRKBTbBd1TD9IBTWR22kD11FDULIo0i { display:block; }#uZRKBTbBd1TD9IBTWR22kD11FDULIo0i > .row .container { width:20rem;height:151.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHzayR4LezyzzwW5zIyMT6UTMS0G6JXO { width:20rem;height:13rem;top:10.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTKTDKIUMPerxLSvTT4LMgNQz25Bxc2 { width:17.5rem;height:50.37503125rem;top:30.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyJEgfkpVGlCelg5fa4btnzgkN8b9N7v { width:20rem;height:14.125rem;top:130.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8xoToScW4i5D9yTCpC7NxWASF0zI0Q1 { width:17.5rem;height:40.92965625rem;top:83rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4QpaqENaDO2yMEbpmKgCM6AqyFM0DkO { width:16.6875rem;height:5.25rem;top:143.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANzJNfRPi4hlb4MvhwLV8KlA2bzua9St { width:1.875rem;height:1.875rem;top:9.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg7a5UERaDGVEvbvRngILxT0Ir9FJyw6 { width:1.875rem;height:1.57421875rem;top:9.5rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dReA44AA4fwc7PEvE1CF9L0PFcD43TyB { width:1.875rem;height:1.875rem;top:20.3125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQaWM4FMZNPkMM3cF1Eg1k0qdd1iKqbh { width:1.875rem;height:1.57421875rem;top:20.4375rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGLBABnSGLex1emy7UrePZ8o6cpuTIif { width:1.875rem;height:1.875rem;top:20.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaPAv04MTueI1zvR8cDncUMw64XRUHg7 { width:1.875rem;height:1.57421875rem;top:20.6875rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcu4RqQTQfNcZ97DhVmL5yh5VAJ4Bom2 { width:1.875rem;height:1.875rem;top:132.3125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kylCmCcp4w8769EzvrQRXvssTBMphq2a { width:1.875rem;height:1.57421875rem;top:132.4375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w56FrbQCpTNGdI93Rsrr6odsM59kaMG6 { width:11.25rem;height:5rem;top:3.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrgeTTRbACPxHoNiZc0y6yLJRG1wLfk { width:11.25rem;height:1.5625rem;top:2.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opF4cZrfdMf39mTVAzgvb6C8ZWEI6awe { width:10.875rem;height:2rem;top:5.25rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvm8yvUNn3PMyIXXOfUu9nkAfJHaC2QT { width:10rem;height:0.875rem;top:4.0625rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzM25mz3aIwssnQl4VWQUO5M6l1n4TwI { width:10rem;height:0.875rem;top:2.625rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwBWcNdpxEcBhNQPnU3K2c9DDBELvc6f { width:10rem;height:0.875rem;top:7.625rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx5lTCiBfGer1LmKWco3JMUM8qQoU1W4 { width:8.8125rem;height:0.8994125rem;top:9.1875rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQC8vE4aCcbVsoH9qVa5TvAbb3ETgbu { width:11.25rem;height:1.5625rem;top:23rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmdC1lzZx1isVZteefGwTgMLWUxOqyp1 { width:10rem;height:0.875rem;top:23.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goCauUXphuxtgpSM4L6WJ5CozMldvRIr { width:11.25rem;height:5rem;top:24.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnltJ6qaLE2vlWyGTZyJUqiMTwI5naDS { width:10rem;height:0.875rem;top:24.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ssIUfTDddEISTwbgmfHsTNAsaUTi3c { width:10.875rem;height:2rem;top:26rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd2qTaHyWdF3KtuwloqUZAqRhmy8zeG0 { width:10rem;height:0.875rem;top:28.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTckwzauUM1XQvFXeGeR5LVNBA463f6e { width:11.25rem;height:1.5625rem;top:125.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoIqEwWErxdqlh4JyrKTF5xupF8sq2N3 { width:10rem;height:0.875rem;top:125.5625rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIO4h8HGhDbSuQyAuaZTqVZopG6dRP5i { width:11.25rem;height:5rem;top:126.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mTJoHIDVLphpDoX3RqXP2v1awriqxl { width:10rem;height:0.875rem;top:126.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZKCgsZqGaRgMsgWtkS7nDmW4UsmJ4yD { width:10.875rem;height:2rem;top:128.1875rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXNxpnnM0LqVvkebvSs8Z3ovf50cxos7 { width:10rem;height:0.875rem;top:130.5rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uasMdZgHtZ6znpC45XzO1KGNLHTDMxog { display:block; }#uasMdZgHtZ6znpC45XzO1KGNLHTDMxog > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDOHB3ZADCwAVFHLZRnda2wQEeVg2BJN { 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) { #HztfM4hLGTMVrfb6oChPfeQAK8msTpyl { display:block; }
 }@media only screen and (max-width: 763px) { #TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc { display:block; }#TazzAJGdAMvJwiaHTtm3cfR6gGDlaqPc > .row .container { width:20rem;height:121.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rv6hsZShmKPMgEbrqqdE5tKul8oq9K4m { width:20rem;height:14.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4n8eOvK053WhRXFSNxqmQBgLmDluiM { width:17.5rem;height:45.65234375rem;top:22.8623046875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVTqi10Jv114rbNKeWPBNrl7XiwFOTeJ { width:17.8125rem;height:10.375rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPwJr1NPELAunzAg7U1APu1e7qeWLme2 { width:13.75rem;height:9.875rem;top:85.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGQXEioRf4pmV53meKn3xQLJQmyKIsqm { width:17.5rem;height:9.44534375rem;top:96.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfux1g8gK5zOxxUgxzQFWtW6MSWme1av { width:1.875rem;height:1.875rem;top:11.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkQIn8ATf6wPTTlC1gJHXU85RR4vyMMc { width:1.875rem;height:1.57421875rem;top:11.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST6vfl4rPUT9wHoWcveFF61oKoXB6B7 { width:1.875rem;height:1.875rem;top:74.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HStufiwZnSvN9UO9hZfDDhkR6K4KDfpg { width:1.875rem;height:1.57421875rem;top:74.875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH670bar6J8vrxDEI2XQpdnmNVBJW0pf { width:1.875rem;height:1.875rem;top:93.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWD54tCQer26tBVMTrDzQbvuP756sUTc { width:1.875rem;height:1.57421875rem;top:93.25rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh4ZedLSMyXdQn7rVRnlB0L39Hyfp9Ht { width:17.5rem;height:11.5625rem;top:107.5078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcCJuX0vO2FPRUllU7X8clZrs3ny3pG6 { width:10rem;height:1.04980625rem;top:20.5625rem;left:1.25rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #t2PxUyiVHzK2UhWEslJo70Kf6cKtKcVu { width:10rem;height:4.375rem;top:69.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNALoJyyXLcEG2davqTH1aIVpfR9pdpA { width:8.5625rem;height:2.375rem;top:70.75rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFO2xampOZDgN9RpGoXamsse2mySga9r { width:11.25rem;height:1.5625rem;top:13.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enlcxI9TmU2IMLipWDaCRTXmNwam5914 { width:10rem;height:0.875rem;top:14.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGEvIQqVTpxR2HdlpIiNBAsM1xEnyS3P { width:11.25rem;height:5rem;top:15.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kndVpSVSLGnN210nHH8WtpliDPpg4gr4 { width:10rem;height:0.875rem;top:15.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2hbTxGX5E323rRNsonO5tTT7Liaw85u { width:10.875rem;height:2rem;top:16.6875rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB2FZ2g49KQENK5PLckA9G7npoeNmT26 { width:10rem;height:0.875rem;top:19.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 { display:block; }#qJ3TlbJ3Ql1iPdBkaGJOZJQpXT2N0ld3 > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLQwOtBLnNobIeh19rKtrkLRQqKiwU4X { width:20rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFq8nfsqBU3Mu58foLyrU4RJMq7v2kq { width:17.5rem;height:14.16796875rem;top:19.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6aNBkw6WtBGBolFgOgK7tnZVycF9IhN { width:20rem;height:12.6875rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifhzJbVmxNksezgWJ1EvHM79kwpTysZ { width:16.6875rem;height:5.25rem;top:35.60546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCuNFPHTfou7i1APGTqOdNzuvzOEmI56 { width:12.6875rem;height:4rem;top:42.75rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HEBh90M3vlS6tE30CnHFrlR3pcA7STIc { width:9.6875rem;height:12.6875rem;top:42.73046875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqI2pASSgMW4RF3Kdi3GTLS7ugsWpBX0 { width:17.5rem;height:7.87109375rem;top:76.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW9xrnV7XhMALxUyFobJGzwiO7QdftyH { width:17.5rem;height:7.871125rem;top:86.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BrVwXCq1wNRhoef7JwbLPDTRIqPp1r { width:18.75rem;height:4rem;top:60.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiUhC6pzHCv3TWaUiS9FfiiZBcIIgn5C { width:1.875rem;height:1.875rem;top:9.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJlmitzqLxAoI0ZX5vTty4uJ8c7uLGW { width:1.875rem;height:1.57421875rem;top:9.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOqmu6lZTbWCnVCUkUNtBX417TPQ10wa { width:1.875rem;height:1.875rem;top:49.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhUqGVXqq4Xxhe74sZ5x8qTVTaQoIdzP { width:1.875rem;height:1.57421875rem;top:49.375rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTvGhm5HnbO9eQsGHePgXXuC6E7cfIGh { width:1.875rem;height:1.875rem;top:57.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmnMTpcGyaAZfkTGIAFBU4HA55tFpmh2 { width:1.875rem;height:1.57421875rem;top:57.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUQ1TKeoT3AaF8ehpQxkq9ArvLMPw7Om { width:8.75rem;height:5rem;top:69.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsOIPHZvGAqGQo5rMk6P6BLDAWtlLnCZ { width:8.75rem;height:2rem;top:70.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2przVT9XUaRpQTKd5IehU9O8AXw8U2I { width:8.75rem;height:1.04980625rem;top:74.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCCzkCTwiGoZnuH8xGdduncI4HC3ySuF { width:8.75rem;height:3.8125rem;top:65.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5gxUUvWXEWu5UVILku38b6utsN7Du2 { width:6.25rem;height:1.25rem;top:65.625rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ionA6N18AW619oPAZQNqDUCkPHx4Bsvv { width:6.25rem;height:2rem;top:66.875rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1RlVyTbzErl5kKpsbldy3taOTHe5XMT { width:8.75rem;height:1.2246125rem;top:69.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQWScIRErZwWtr0r81Uq7Rx66hc1ISNg { width:8.75rem;height:1.2246125rem;top:72.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2TZWNtQUNs3HreqkAwRaRdhnOsMcEbz { width:11.25rem;height:1.5625rem;top:11.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMURqt3gsKdNTUmXmZs7HeVUqzckZCr { width:10rem;height:0.875rem;top:12.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKV9JEAWdCHk9Cm11E8dQuyQ1JAJycTi { width:11.25rem;height:5rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlXTXQQadGq3LXHNsL49If8TFEwVRus5 { width:10rem;height:0.875rem;top:13.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seNQSBXFqhr9cwcOpTb1mS03qTXTpbtF { width:10.875rem;height:2rem;top:14.8125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcAT9OLWkuFEP8iVhV6Zqk03VMw1601 { width:10rem;height:0.875rem;top:17.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMFfO5nQy0fWLfe4PxZnd0ozHCO08F5n { width:8.75rem;height:3.8125rem;top:65.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebS0T4n2U1TERXizX8TkRq7C8s0apbRM { width:7.3125rem;height:1.125rem;top:65.8125rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKX0tfxWwBLS1fVoKGfMHrqF0d0np7Ny { width:7.8125rem;height:1.75rem;top:67rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI { display:block; }#MvD8GtfEv7rk6nS0gXxJktk3TWXf2dJI > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg2pycd11KuTUxSx6m9nxr9vWph8930y { 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) { #S1D668AEdqqnNMlWzDt3uLW2lwA0Pea9 { display:block; }
 }@media only screen and (max-width: 763px) { #alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 { display:block; }#alBC7MxQ2lp82L24yL5BGJNlSmMXGTO2 > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlpXcZ8n3WZ2HCdtnVm2VSCxhDOVIDnb { width:20rem;height:13.4375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzrKl4BULaiDkM3Ae4zOTaem0h89FxQ { width:17.1875rem;height:17.31640625rem;top:19rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFFcqa6vn4u7aD6TeuBGFnBfE3qVHgCR { width:17.5rem;height:13.5625rem;top:37.5654296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ297isb0DwBFJqXnXICP4nipxx5rImy { width:17.5rem;height:13.5625rem;top:52.3779296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXhvFgAL8bXbqq49k8TW5tRzXZlcv7R { width:17.5rem;height:4.19921875rem;top:68.4404296875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI4FO5vuBOWPLBKaQtSnMfDQqTfhMSza { width:1.875rem;height:1.875rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGZQr4PWctRhiUc8HtsGLWhN6It2LLz { width:1.875rem;height:1.57421875rem;top:6.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRVM221lSP52tamwbKwVPvOpya8Ay2x9 { width:10rem;height:8.4375rem;top:73.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2aSpuZtbCQon4CGdFIt1R9LTavqKifh { width:11.25rem;height:9.5rem;top:80.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXtpFGV7BLA25uvSmAD4Lb6RNb7luOy4 { width:11.875rem;height:10.0625rem;top:75.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJIFMZOug2Z36CJ1CuRTafit2F5zif3 { width:10.9375rem;height:2.375rem;top:2.25rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zddrPTRLFE1V7u9aJsNnwkeaTXTmpNdN { width:11.25rem;height:4.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTtRPmHoTrPCWbCdRO7230odAwgs0WJe { display:block; }#fTtRPmHoTrPCWbCdRO7230odAwgs0WJe > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BirqixfrgrnTqD63ds1toDplTxySkK3B { 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) { #nSInCvKdDgNBhsoXnGXsUuuoHGnTT6yM { display:block; }
 }@media only screen and (max-width: 763px) { #ulnpzws03OPJTNx5VtTPHC57hXXeRq6N { display:block; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N { background-color: transparent; background-image: none; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container > .video-iframe-container { display: none; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row > .video-iframe-container { display: none; }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .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); }#ulnpzws03OPJTNx5VtTPHC57hXXeRq6N > .row .container { width:20rem;height:37.75rem;background-color:#f2eeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inTsGeV3vuk8fgZHHArU2h6XxLKfT1Jo { width:17.5rem;height:5.25rem;top:29.125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elEntLfFiR6uQIairT9tQnXMqTqeqqg0 { width:17.5rem;height:6.5625rem;top:11.6875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7x125Wxwe5GBnGCETGA1oC5Xtv7N2mf { width:17.5rem;height:5.25rem;top:20.5rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABiTxPtklitSiDONTfCFn8l7JoTqo08h { width:17.4375rem;height:6.8125rem;top:2.25rem;left:1.28125rem;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:#000000;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; }
 }