.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a3b5e70-1631-4e32-b5df-8ea4bc42a356/Unbenannt1.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(144,144,144,0.46); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(144,144,144,0.46); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv { background-color: transparent; background-image: none; }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .row .container > .video-iframe-container { display: none; }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .row > .video-iframe-container { display: none; }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .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); }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv { border-width: 0; border-radius: 0; }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .row .container > .video-iframe-container {  }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .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:3.8125rem;width:60rem;position:relative;display:block; }#gRLV9qZBv2hUCz88TmKNA0GTesBlG3sp { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81214375rem;width:3.81214375rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#JpdCT0DQefElzH8a4Pzm9H8BvbEP6BqI { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.625rem;left:40.3125rem;display:block; }
#sJv3HbfA3zVZrsNMseuUnbn1GlVl2cuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upc4TLgmPH5Lu4EtvkCUlpTFUI0rBpCp { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.625rem;left:26.3125rem;display:block; }
#SqfnIPZMqB2w3D3x2pqBPCR3gTQk6NZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCOClNianJ59II0cNyWBHuBtzi6NA3pK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.625rem;left:33.25rem;display:block; }
#KqoTdURkn8stdaEN7zkZQ4QAwqPvrrdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeZI7vBfxsHZeh3FXRirr1XQyba29kt0 { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:18.75rem;top:0.40447440743446rem;left:0rem;overflow:hidden;display:block; }
#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW { position:relative;z-index:auto;display:block; }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW { background-color: transparent; background-image: none; }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .row .container > .video-iframe-container { display: none; }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .row > .video-iframe-container { display: none; }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .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); }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW { border-width: 0; border-radius: 0; }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .row .container > .video-iframe-container {  }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .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:67.625rem;width:60rem;position:relative;display:block; }#Q7nM2f0UA98TSb1sTUZRwdUvgOpSk7ay { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IuyaUM0SrzAE6TKQvbaOW1Ci2HSclZZg { color:#ffffff;display:block;width:54.5614375rem;position:absolute;font-family:helvetica;font-size:10.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.69);top:27rem;left:3rem;height:13.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nzg3aJfFWmeAP4z8x9W5k6DXN3eQGKXa { color:#ffffff;display:block;width:54.5614375rem;position:absolute;font-family:helvetica;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.5rem #ffffff;top:38.3125rem;left:4.6875rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w { position:relative;display:block; }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w { background-color: transparent; background-image: none; }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .row .container > .video-iframe-container { display: none; }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .row > .video-iframe-container { display: none; }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .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); }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w { border-width: 0; border-radius: 0; }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .row .container > .video-iframe-container {  }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .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:12.5rem;width:60rem;position:relative;display:block; }#iN3Sb7FCnQICc1T1y2ezgLPAJXhpq80e { color:#ffffff;display:block;width:54.5605625rem;position:absolute;font-family:helvetica;font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.69);top:2.1875rem;left:2.71875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ui35uKhGtSqbH2WX2llahL3CBaga6uko { position:relative;display:block; }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko { background-color: transparent; background-image: none; }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .row .container > .video-iframe-container { display: none; }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .row > .video-iframe-container { display: none; }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .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); }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko { border-width: 0; border-radius: 0; }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .row .container > .video-iframe-container {  }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .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:86.125rem;width:60rem;position:relative;display:block; }#KPvJOfLxV0bfZCKrT50NB5g0ZIu475cD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.125rem;width:60rem;top:0.00390625rem;left:0rem;overflow:hidden;display:block; }
#JOBalP5aiOGdo8AOieL5mdCWyRiqqKgu { position:absolute;display:block;z-index:15146;height:1.8125rem;width:6.375rem;top:44.37890625rem;left:0rem;display:block; }
#pTwr0avKKtPerqnDEWQFzZSfoCxqiGQW { position:absolute;display:block;z-index:15138;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:16.5rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#AIsNqsFCOQxNgocK20M6eTNgJGIJBVwf { position:absolute;display:block;z-index:15142;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.25rem;width:24.875rem;top:48rem;left:33.348966691079rem;overflow:hidden;display:block; }
#x8lh17mVFNN5vttE3shaUTZto69sqtVW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:29.375rem;top:62.4375rem;left:1.78125rem;overflow:hidden;display:block; }
#XZxcMyukTLOAw0NJST7J91htZarbw4Fr { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:41.874137878418rem;left:51.937065124512rem;overflow:hidden;display:block; }
#hyibXGH9cTHFoZiuJMQuhibcb7QSPdPC { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:41.874137878418rem;left:55.90625rem;overflow:hidden;display:block; }
#XzuDRQFdQEaghH2OvvO1yMbFSb0qnO2S { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:50.25rem;left:4.15625rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#VkdlIEvlRD5ybweAr6FT6fuqs0LxHhvB { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:helvetica;font-size:0.625rem;font-weight:400;z-index:15042;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:13.125rem;left:38.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tl9T283vp2uOvTMpci8mltvEDC60t9Lp { color:#000000;display:block;width:11.25rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:400;z-index:15041;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #ffffff;top:14.75rem;left:38.875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS { position:relative;display:block; }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS { background-color: transparent; background-image: none; }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .row .container > .video-iframe-container { display: none; }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .row > .video-iframe-container { display: none; }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .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); }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS { border-width: 0; border-radius: 0; }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .row .container > .video-iframe-container {  }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .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:112.375rem;width:60rem;position:relative;display:block; }#dDrOyuDnW8hxK34yiAX11LS4yFWWVpIf { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:helvetica;font-size:0.75rem;font-weight:400;z-index:15121;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:23.3125rem;left:10.3125rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#L7Q8sG3LTlueRsuO4p9PDn6mcMldAS90 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.625rem;width:60rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#in2zhIohaOTOGwuOHIVlHogg1PgvQARI { position:absolute;display:block;z-index:15120;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:14.9375rem;left:20.4375rem;display:block; }
#VnID383w98DQHJpbM0QNEQJm74Vyv1Ss { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15123;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:15.125rem;left:20.8125rem;height:0.81271875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPcApAhTGGB3mMZ88PZfLTZe71EhBGHz { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:helvetica;font-size:0.625rem;font-weight:400;z-index:15040;line-height:1;letter-spacing:0;top:15rem;left:22.25rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WpTbn67DhTQvRTig81AGd6pTB5sp7Ceh { position:absolute;display:block;z-index:15155;height:1.811525rem;width:6.3730625rem;top:42.7509765625rem;left:0rem;display:block; }
#G4cWvU4z1QMAufI1uA4TWHFAVhO2sKxD { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:108rem;left:50rem;overflow:hidden;display:block; }
#KQ5OMPnxRo0u8eRCRWZgKokqA3cC6VtW { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:108rem;left:54.0625rem;overflow:hidden;display:block; }
#wJ1Eo31pAkBOTOBOAmpNnZAtg0EBhONT { position:absolute;display:block;z-index:15124;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:13rem;left:42.0625rem;display:block; }
#hnDTxu48aKswgTlKRNh3oxLZRbNAL4By { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15127;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:13.1875rem;left:42.4375rem;height:0.81271875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BFpBK3KdA7hVPHqw2kd3P7FOG6XXIthq { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:helvetica;font-size:0.625rem;font-weight:400;z-index:15044;line-height:1;letter-spacing:0;top:13.0625rem;left:43.875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ep1NBBZ0TluCFXO1Tdoibd53Hslw432X { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:400;z-index:15043;line-height:.8;letter-spacing:0;top:15.3125rem;left:43.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y04Bcx0g2R7eKfwB31RmZl3qz5p7S32h { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:28.75rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#ncJmxwlusoaBonyRPDpQcV1hrKGO2zxv { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:22.6875rem;top:47.6787109375rem;left:34.5625rem;overflow:hidden;display:block; }
#xvnh0TZWPMrRKFgCqf0dktgGDpr99zP4 { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4982625rem;width:13.2486875rem;top:3.2476205825806rem;left:45.999351501465rem;overflow:hidden;display:block; }
#xC9VZzrrUFr2z9KdDdFZlLRhTd5uXGyH { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:27.4375rem;top:40.186416625976rem;left:32.125434875488rem;overflow:hidden;display:block; }
#MtwFwv9a3zM3ribTBGNwK287G7SS7Zah { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.5rem;width:55.875rem;top:76.5rem;left:2.25rem;overflow:hidden;display:block; }
#CHKqgmEtpwFBLzcNgoQfuBCVZmKopfVu { position:absolute;display:block;z-index:15149;height:1.81098125rem;width:6.372625rem;top:110.31317901611rem;left:2.2482643127441rem;display:block; }
#M0sMctyV6pkyksRcC2zTGEuCaHLvE5zp { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:108rem;left:46rem;overflow:hidden;display:block; }
#ihtspe1hTPfxRsfmtKoDH4JPoZEGKG74 { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.12456875rem;width:16.5625rem;top:76.499574661256rem;left:2.2493515014649rem;overflow:hidden;display:block; }
#aRT81Hk1JIT5iUIEweJdc8IBds7smvEg { position:absolute;display:block;z-index:15123;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:102.4375rem;left:15.375rem;display:block; }
#fh4B8KsRVpsld2AKDPF2ador0sE39pkv { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15126;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:102.625rem;left:15.75rem;height:0.81271875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kBxlZTJBgRqpvUtXWmHRIc9XXaGxewQh { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15128;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:90.125rem;left:32rem;height:0.81271875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLXwCTWDucIJoVkMhOBFzJBBE0smc1Nk { position:absolute;display:block;z-index:15125;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:89.9375rem;left:31.625rem;display:block; }
#vNzWBumXq4lTbS7GM5hhed7MmhErhn1H { position:absolute;display:block;z-index:15127;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:108rem;left:37.9375rem;display:block; }
#LzwgFNLxwuvSxU7iIDELJ3rtiu9DSnkb { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15130;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:108.1875rem;left:38.3125rem;height:0.81271875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hbQ3FLTeulU2S0MxzQuzn9W64BTH291I { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.8125rem;width:37.5rem;top:46.316581726074rem;left:2.3100147247314rem;overflow:hidden;display:block; }
#xTeOKiKys90OEHBB4cx6frCTOqg1DKOx { position:absolute;display:block;z-index:15035;background-color:rgba(165,142,115,0.42);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5rem;width:25.5625rem;top:37.306467056274rem;left:34.5rem;display:block; }
#lTNyyM3d7uZdWX1XyobG6DoGKgyTXGqM { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15125;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:71.625rem;left:13.25rem;height:0.81271875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B2TvJUwqimMbEFa0u04Ap34bQ4PsWiTR { position:absolute;display:block;z-index:15122;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:71.4375rem;left:12.875rem;display:block; }
#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU { position:relative;display:block; }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU { background-color: transparent; background-image: none; }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .row .container > .video-iframe-container { display: none; }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .row > .video-iframe-container { display: none; }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .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); }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU { border-width: 0; border-radius: 0; }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .row .container > .video-iframe-container {  }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .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:8.5625rem;width:60rem;position:relative;display:block; }#Fmdv7E7RJNdASakUGL1kixQomW8cNrtb { position:absolute;display:block;z-index:15104;background-color:#ced42e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:2.0625rem;left:44.3125rem;display:none; }
#glm5QwWQRLRKsVk2VcZJ2y9CiqSe1Uso { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:helvetica;font-size:1.875rem;font-weight:400;z-index:15107;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;top:2.5625rem;left:45.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mN3NXVrN4w9xkGQHylWXJ3dMox652J06 { z-index:15006;top:2.3125rem;left:13.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#STVDlFU9QGAgVRsMkECWMJ9I7cwn3WGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycLg1ihNNan5lh8FS81ALaAgGmlOyB9t { position:absolute;display:block;z-index:15106;background-color:#ced42e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:1.25rem;left:45.5rem;display:block; }
#LWpAnpRuOMGWGoHdI1AGXJ0ZpQdTMS9g { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:helvetica;font-size:1.875rem;font-weight:400;z-index:15109;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;top:1.5625rem;left:46.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv { position:relative;display:block; }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv { background-color: transparent; background-image: none; }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .row .container > .video-iframe-container { display: none; }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .row > .video-iframe-container { display: none; }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .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); }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv { border-width: 0; border-radius: 0; }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .row .container > .video-iframe-container {  }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .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:12.625rem;width:60rem;position:relative;display:block; }#Tvb3bDZD5o0NKG7yHJM2mEwAXBdu3mVU { color:#ffffff;display:block;width:54.5605625rem;position:absolute;font-family:helvetica;font-size:6.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.69);top:2.25rem;left:2.71875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD { position:relative;display:block; }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD { background-color: transparent; background-image: none; }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .row .container > .video-iframe-container { display: none; }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .row > .video-iframe-container { display: none; }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .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); }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD { border-width: 0; border-radius: 0; }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .row .container > .video-iframe-container {  }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#Brtpqtl3MT2BAKVT28rgyp8Wu7boHVJW { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:helvetica;font-size:0.625rem;font-weight:400;z-index:15044;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:5.125rem;left:10.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IJ2AyEWiUiz3dZ2Um7ZbCARWOkLxdOIl { position:absolute;display:block;z-index:15124;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:5.0625rem;left:8.875rem;display:block; }
#WNPqZRAkVJzh8rluwXp4AQTI2kGsX7PT { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:5.1875rem;left:9.25rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7hoS6NJDmnyltMa9SqfVF0Q8l5wafk1 { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:17.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vsmBb17dqEPP5s51SuHR1LvD4p0oqgrZ { position:absolute;display:block;z-index:15150;height:1.81098125rem;width:6.372625rem;top:38.320732355117rem;left:0rem;display:block; }
#lUdTqaPmTCV81CmGbSXe9qQ5v3d1JAM4 { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15129;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:33.875rem;left:41.0625rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uik8BrtqW4SW3IiEbh5ZoEpdVMaTaMdg { position:absolute;display:block;z-index:15126;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:33.75rem;left:40.6875rem;display:block; }
#Rgz0eJTRxLGmo46Bw6gBB32WrFiwXHJb { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:35.874125rem;left:51.810981750488rem;overflow:hidden;display:block; }
#fqTELFlGgNnRFlN9icTG9ulL1RAESOCm { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:3.75rem;top:31.311403274536rem;left:55.9375rem;overflow:hidden;display:block; }
#D3zpwU6kvlizoG5gu2eXe0crzTT0OH1c { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:35.873035430908rem;left:47.765411376953rem;overflow:hidden;display:block; }
#pP2MuTaBP4VIf80WnPeXx26H7UUZ7enJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.25rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng { position:relative;display:block; }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng { background-color: transparent; background-image: none; }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .row .container > .video-iframe-container { display: none; }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .row > .video-iframe-container { display: none; }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .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); }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng { border-width: 0; border-radius: 0; }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .row .container > .video-iframe-container {  }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .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:12.5625rem;width:60rem;position:relative;display:block; }#dGmU0rPohcDs8RBQ2oheJUetFHzpT2p9 { color:#ffffff;display:block;width:54.5605625rem;position:absolute;font-family:helvetica;font-size:6.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.69);top:2.21875rem;left:2.71875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 { position:relative;display:block; }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 { background-color: transparent; background-image: none; }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .row .container > .video-iframe-container { display: none; }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .row > .video-iframe-container { display: none; }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .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); }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 { border-width: 0; border-radius: 0; }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .row .container > .video-iframe-container {  }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .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:86.4375rem;width:60rem;position:relative;display:block; }#l0tN4bAuCWlWDz4tmXLGr2FO2HTQOIBB { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.875rem;width:36.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Vc5emQKaUwDV1LiKtAioGS2d3xbMvIAl { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15139;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:15.3125rem;left:1.6875rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#huV5aiHKfEmEIQdXLsAdmgwBSoR7adZL { position:absolute;display:block;z-index:15136;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:15.1875rem;left:1.3125rem;display:block; }
#IrU24SE8p5kWW7on03qZxaDzM48hPoT6 { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:helvetica;font-size:0.625rem;font-weight:400;z-index:15056;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #ffffff;top:15.25rem;left:3rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IqmS47Gyx5aWkUppCGUo6HE6k0uxDRmN { position:absolute;display:block;z-index:15159;height:1.80989375rem;width:6.3704375rem;top:46.133884429932rem;left:0rem;display:block; }
#h2BTF9tBd22SlSkucobsHTeU6TrppdJi { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15141;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:37.625rem;left:27.3125rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tLzSeWJr0ROP1K3h9ilxTdstXxPiFva7 { position:absolute;display:block;z-index:15138;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:37.5rem;left:26.9375rem;display:block; }
#tN1SdRgHgtu5wapvfaItLMH2rymqsOXM { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:16.375rem;top:6.5615234375rem;left:35.0615234375rem;overflow:hidden;display:block; }
#niWk4GGT34Tr9IoRdNSqacTqX83atxgM { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:43.747833251953rem;left:32.748046875rem;overflow:hidden;display:block; }
#ClrTWmFtAJ3oC9CEHIBZVVqvgWvSc86u { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.0625rem;width:60rem;top:49.250001907349rem;left:0rem;overflow:hidden;display:block; }
#frl0NBveRM7B9LLbaPcHBVGSBKwlKutS { position:absolute;display:block;z-index:15142;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:51.125rem;left:51.25rem;display:block; }
#r2luNqcwBx393FTu45mOk5v87NdheTys { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:51.25rem;left:51.625rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J1bRsgaiq9y3DRNwNZIw7sPUoGtpIIb1 { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:helvetica;font-size:0.625rem;font-weight:400;z-index:15062;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:51.0625rem;left:52.875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cxoWasnzttxIkPu52z8y4wPawcpxreln { position:absolute;display:block;z-index:15158;height:1.81055rem;width:6.371125rem;top:84.5625rem;left:0rem;display:block; }
#mVKdArvzWPdPDOfM1sVFGWcTDtIA1eA4 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.6875rem;width:21.8119375rem;top:18.184375762939rem;left:38.249998092651rem;overflow:hidden;display:block; }
#VggE63lb9U03oGooG1hODUoFrnu3EHzV { position:absolute;display:block;z-index:15144;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:60.500001907349rem;left:35.062498092651rem;display:block; }
#o0gWpCSXkNq2qVLMFn7Jo5KTVCQu6nmE { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:60.625001907349rem;left:35.437498092651rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kuRkzbZofZt0vl60O9gcXXtIlHJvPMpv { position:absolute;display:block;z-index:15146;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:77.1875038147rem;left:14.1875rem;display:block; }
#n1zOhMCV3AvE467MHkTEnvdA1BWoihdH { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:77.28125rem;left:14.5625rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W9J96abKpZAQz5UpB3HAx1M0E0Tt8KwD { position:absolute;display:block;z-index:15148;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:80.8750038147rem;left:30.499998092651rem;display:block; }
#JgcKnBpF1P3v1ip7SAWkc1LvstT4Xm38 { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15151;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:81.0000038147rem;left:30.874998092651rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CQtTMt72T8mI9QXJTDvMKMcXv7KCI0R0 { position:absolute;display:block;z-index:15150;background-color:#4b2c4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:78.4375038147rem;left:50.687501907349rem;display:block; }
#SFiZp1ulqDlg8zHDuRFBE9svQGfyeaRd { color:#ffffff;display:block;width:2rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15153;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.5);top:78.5625038147rem;left:51.062501907349rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d4Z7Ee71CSZTUt47RicNsWoJBDazKsPQ { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:82.0625rem;left:48.375rem;overflow:hidden;display:block; }
#zBOPuT0IMroKMyKCQrgViQbniG9vL9Br { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:82.0625rem;left:52.375rem;overflow:hidden;display:block; }
#JpVXhTJKgLqLlxkKd3IsXuyv2zm43Fso { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:20.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#W5xObNExSvkoZoI5THoM1gHgdX0hbu65 { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:22.625rem;top:49.25rem;left:0rem;overflow:hidden;display:block; }
#LqvMKWoIIiTfR2nZOaVRSUxSIsdFPQVq { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:3.125rem;top:78.875rem;left:56.5rem;overflow:hidden;display:block; }
#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 { position:relative;display:block; }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 { background-color: transparent; background-image: none; }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .row .container > .video-iframe-container { display: none; }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .row > .video-iframe-container { display: none; }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .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); }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 { border-width: 0; border-radius: 0; }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .row .container > .video-iframe-container {  }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .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:7.625rem;width:60rem;position:relative;display:block; }#tBQqyUSzTvov9VPO6iUUWKesCQuBDMgD { z-index:15006;top:2.09375rem;left:13.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K96INWp2iZqqXBcUniqSVp7L59IuM6nw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukDSKm01Us7z80n3rFk530l6ARBIPQPG { position:absolute;display:block;z-index:15106;background-color:#ced42e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:1.0625rem;left:45.25rem;display:block; }
#F7PAzSaoHxnFJMFdpQUNS58cLh7xxLSu { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:helvetica;font-size:1.875rem;font-weight:400;z-index:15109;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;top:1.4375rem;left:46.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oq3pD1TxUwlOZ2fXEUK6Oulen8QuvMA7 { position:absolute;display:block;z-index:15104;background-color:#ced42e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:2.0625rem;left:44.3125rem;display:none; }
#xJ0H57VggADpRSboHX5lso9kqBPGL8bx { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:helvetica;font-size:1.875rem;font-weight:400;z-index:15107;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;top:2.5625rem;left:45.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 { position:relative;display:block; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 { background-color: transparent; background-image: none; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row .container > .video-iframe-container { display: none; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row > .video-iframe-container { display: none; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .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); }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 { border-width: 0; border-radius: 0; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row .container > .video-iframe-container {  }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .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:30.0625rem;width:60rem;position:relative;display:block; }#QChJTsJC5V78w0X34fxF7tFUywhqV3Xx { color:#000000;display:block;width:8.624rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:10.625rem;left:25rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IuzSKWU8llz5hVQ8tCTbH5lNA8EmUifN { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:2.6875rem;left:25rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpC8dAitBGdhAZ0zd1MfysDD6LVZp6F9 { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:18.375rem;top:2.8125rem;left:3.25rem;overflow:hidden;display:block; }
#wrMlLOeLDDC4saTOS9BRbQgkDEnxra16 { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:17.46803855896rem;left:3.2475128173828rem;overflow:hidden;display:block; }
#wv7ZuZdw2T65z94EUwlhnb8k2whE6OV9 { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:helvetica;font-size:0.6875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:18.125rem;left:7.8125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zmln16lL9qmpTfOTpVuecdTC2sm25E79 { color:#000000;display:block;width:47.625rem;position:absolute;font-family:helvetica;font-size:0.6875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:21.4375rem;left:7.8125rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QG9KPp2hG7GxKWnTqTJUqGmIw41TUdbZ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:2.6875rem;left:39.1875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ROExEsQLnOoEsB6CS02IRdk7JESBaaFk { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:10.625rem;left:39.1875rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V12Gh9XBa1PsJ3KB4tolR2IipiKWoWgv { color:#0b38ae;display:block;width:8.6230625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:6.6875rem;left:3.25rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c28zuBW7Ekn08s2ok2dKEBlOx3sXGZGx { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:11.5rem;left:3.25rem;overflow:hidden;display:block; }
#EnJxJNWAz5TRyib1eqJnkGbDAdndskAp { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:11.5rem;left:6.8125rem;overflow:hidden;display:block; }
#OZbEf6WCbtnftZtiEnSq0gS0xztAHKsL { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:11rem;left:9.9375rem;overflow:hidden;display:block; }
#NmUx7I4gGfgxFAL3twcTrRhSooysewL0 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:8.875rem;left:3.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eCCNGdWwsZvIlnAgwkgoThrazczx1ppv { display:block; }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRLV9qZBv2hUCz88TmKNA0GTesBlG3sp { top:0rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdCT0DQefElzH8a4Pzm9H8BvbEP6BqI { width:6.25rem;height:2.5rem;top:0.625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJv3HbfA3zVZrsNMseuUnbn1GlVl2cuW { display:block; }
 }@media only screen and (max-width: 763px) { #upc4TLgmPH5Lu4EtvkCUlpTFUI0rBpCp { width:6.25rem;height:2.5rem;top:0.625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqfnIPZMqB2w3D3x2pqBPCR3gTQk6NZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #XCOClNianJ59II0cNyWBHuBtzi6NA3pK { width:6.25rem;height:2.5rem;top:0.625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqoTdURkn8stdaEN7zkZQ4QAwqPvrrdA { display:block; }
 }@media only screen and (max-width: 763px) { #eeZI7vBfxsHZeh3FXRirr1XQyba29kt0 { top:0.375rem;left:0rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pucg1bL929pgnEswf6tyo1Zxvk2HK0AW { display:block; }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7nM2f0UA98TSb1sTUZRwdUvgOpSk7ay { top:0rem;left:0rem;width:47.75rem;height:53.917708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuyaUM0SrzAE6TKQvbaOW1Ci2HSclZZg { top:27rem;left:0rem;width:47.75rem;height:13.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzg3aJfFWmeAP4z8x9W5k6DXN3eQGKXa { top:38.3125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smbbFukgU7ctpDXquTrU1kIPVwwc1E7w { display:block; }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iN3Sb7FCnQICc1T1y2ezgLPAJXhpq80e { top:2.1875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui35uKhGtSqbH2WX2llahL3CBaga6uko { display:block; }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPvJOfLxV0bfZCKrT50NB5g0ZIu475cD { top:0rem;left:0rem;width:47.75rem;height:36.7078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOBalP5aiOGdo8AOieL5mdCWyRiqqKgu { top:44.375rem;left:0rem;width:6.375rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTwr0avKKtPerqnDEWQFzZSfoCxqiGQW { top:0.0625rem;left:0rem;width:16.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIsNqsFCOQxNgocK20M6eTNgJGIJBVwf { top:48rem;left:22.875rem;width:24.875rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8lh17mVFNN5vttE3shaUTZto69sqtVW { top:62.4375rem;left:0rem;width:29.375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZxcMyukTLOAw0NJST7J91htZarbw4Fr { top:41.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyibXGH9cTHFoZiuJMQuhibcb7QSPdPC { top:41.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzuDRQFdQEaghH2OvvO1yMbFSb0qnO2S { top:50.25rem;left:0rem;width:23.5625rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkdlIEvlRD5ybweAr6FT6fuqs0LxHhvB { top:13.125rem;left:32.75rem;width:9.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl9T283vp2uOvTMpci8mltvEDC60t9Lp { top:14.75rem;left:32.75rem;width:11.25rem;height:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS { display:block; }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDrOyuDnW8hxK34yiAX11LS4yFWWVpIf { top:4.875rem;left:5.8125rem;width:2.1875rem;height:0.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7Q8sG3LTlueRsuO4p9PDn6mcMldAS90 { top:1.875rem;left:0rem;width:47.75rem;height:33.922395833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2zhIohaOTOGwuOHIVlHogg1PgvQARI { top:14.9375rem;left:14.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnID383w98DQHJpbM0QNEQJm74Vyv1Ss { top:15.125rem;left:14.6875rem;width:0.6875rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPcApAhTGGB3mMZ88PZfLTZe71EhBGHz { top:15rem;left:16.124347686767rem;width:10.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpTbn67DhTQvRTig81AGd6pTB5sp7Ceh { top:42.75rem;left:0rem;width:6.3125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4cWvU4z1QMAufI1uA4TWHFAVhO2sKxD { top:108rem;left:43.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ5OMPnxRo0u8eRCRWZgKokqA3cC6VtW { top:108rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ1Eo31pAkBOTOBOAmpNnZAtg0EBhONT { top:13rem;left:35.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDTxu48aKswgTlKRNh3oxLZRbNAL4By { top:13.1875rem;left:36.3125rem;width:0.6875rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFpBK3KdA7hVPHqw2kd3P7FOG6XXIthq { top:13.0625rem;left:37.75rem;width:7.75rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep1NBBZ0TluCFXO1Tdoibd53Hslw432X { top:15.3125rem;left:36.5rem;width:11.25rem;height:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y04Bcx0g2R7eKfwB31RmZl3qz5p7S32h { top:1.875rem;left:0rem;width:28.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncJmxwlusoaBonyRPDpQcV1hrKGO2zxv { top:47.625rem;left:25.0625rem;width:22.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvnh0TZWPMrRKFgCqf0dktgGDpr99zP4 { top:3.1875rem;left:34.5625rem;width:13.1875rem;height:3.4821061874054rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC9VZzrrUFr2z9KdDdFZlLRhTd5uXGyH { top:40.125rem;left:20.3125rem;width:27.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtwFwv9a3zM3ribTBGNwK287G7SS7Zah { top:76.5rem;left:0rem;width:47.75rem;height:30.337952786997rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHKqgmEtpwFBLzcNgoQfuBCVZmKopfVu { top:110.3125rem;left:0rem;width:6.3125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0sMctyV6pkyksRcC2zTGEuCaHLvE5zp { top:108rem;left:39.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihtspe1hTPfxRsfmtKoDH4JPoZEGKG74 { top:76.4375rem;left:0rem;width:16.5625rem;height:2.12456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRT81Hk1JIT5iUIEweJdc8IBds7smvEg { top:102.4375rem;left:9.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh4B8KsRVpsld2AKDPF2ador0sE39pkv { top:102.625rem;left:9.625rem;width:0.625rem;height:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBxlZTJBgRqpvUtXWmHRIc9XXaGxewQh { top:90.125rem;left:25.875rem;width:1.5625rem;height:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLXwCTWDucIJoVkMhOBFzJBBE0smc1Nk { top:89.9375rem;left:25.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNzWBumXq4lTbS7GM5hhed7MmhErhn1H { top:108rem;left:31.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzwgFNLxwuvSxU7iIDELJ3rtiu9DSnkb { top:108.1875rem;left:32.1875rem;width:1.5625rem;height:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ3FLTeulU2S0MxzQuzn9W64BTH291I { top:46.3125rem;left:0rem;width:37.5rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeOKiKys90OEHBB4cx6frCTOqg1DKOx { top:37.25rem;left:22.1875rem;width:25.5625rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTNyyM3d7uZdWX1XyobG6DoGKgyTXGqM { top:71.625rem;left:7.125rem;width:2.5625rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2TvJUwqimMbEFa0u04Ap34bQ4PsWiTR { top:71.4375rem;left:6.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU { display:block; }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fmdv7E7RJNdASakUGL1kixQomW8cNrtb { top:2.0625rem;left:38.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #glm5QwWQRLRKsVk2VcZJ2y9CiqSe1Uso { top:2.5625rem;left:39.0625rem;width:2.375rem;height:1.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mN3NXVrN4w9xkGQHylWXJ3dMox652J06 { top:2.3125rem;left:7.5625rem;width:33.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVDlFU9QGAgVRsMkECWMJ9I7cwn3WGK { display:block; }
 }@media only screen and (max-width: 763px) { #ycLg1ihNNan5lh8FS81ALaAgGmlOyB9t { top:1.25rem;left:39.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWpAnpRuOMGWGoHdI1AGXJ0ZpQdTMS9g { top:1.5625rem;left:40.25rem;width:2.375rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv { display:block; }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvb3bDZD5o0NKG7yHJM2mEwAXBdu3mVU { top:2.25rem;left:0rem;width:47.75rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szb6kdD6PD81IOAq4WAbN40VxKoF9UZD { display:block; }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Brtpqtl3MT2BAKVT28rgyp8Wu7boHVJW { top:5.125rem;left:4.5625rem;width:9.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ2AyEWiUiz3dZ2Um7ZbCARWOkLxdOIl { top:5.0625rem;left:2.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNPqZRAkVJzh8rluwXp4AQTI2kGsX7PT { top:5.1875rem;left:3.125rem;width:0.6875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7hoS6NJDmnyltMa9SqfVF0Q8l5wafk1 { top:0rem;left:0rem;width:17.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmBb17dqEPP5s51SuHR1LvD4p0oqgrZ { top:38.3125rem;left:0rem;width:6.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUdTqaPmTCV81CmGbSXe9qQ5v3d1JAM4 { top:33.875rem;left:34.9375rem;width:0.6875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uik8BrtqW4SW3IiEbh5ZoEpdVMaTaMdg { top:33.75rem;left:34.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgz0eJTRxLGmo46Bw6gBB32WrFiwXHJb { top:35.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTELFlGgNnRFlN9icTG9ulL1RAESOCm { top:31.25rem;left:44rem;width:3.75rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3zpwU6kvlizoG5gu2eXe0crzTT0OH1c { top:35.8125rem;left:41.640411376953rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP2MuTaBP4VIf80WnPeXx26H7UUZ7enJ { top:0rem;left:0rem;width:47.75rem;height:32.032291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #snaJapu7o8b4Qzc9O9fTeMLETZcrOJng { display:block; }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGmU0rPohcDs8RBQ2oheJUetFHzpT2p9 { top:2.1875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 { display:block; }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0tN4bAuCWlWDz4tmXLGr2FO2HTQOIBB { top:0rem;left:0rem;width:36.75rem;height:47.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc5emQKaUwDV1LiKtAioGS2d3xbMvIAl { top:15.3125rem;left:0rem;width:0.6875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huV5aiHKfEmEIQdXLsAdmgwBSoR7adZL { top:15.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrU24SE8p5kWW7on03qZxaDzM48hPoT6 { top:15.25rem;left:0rem;width:9.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqmS47Gyx5aWkUppCGUo6HE6k0uxDRmN { top:46.125rem;left:0rem;width:6.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BTF9tBd22SlSkucobsHTeU6TrppdJi { top:37.625rem;left:21.1875rem;width:0.6875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzSeWJr0ROP1K3h9ilxTdstXxPiFva7 { top:37.5rem;left:20.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1SdRgHgtu5wapvfaItLMH2rymqsOXM { top:6.5rem;left:28.9365234375rem;width:16.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWk4GGT34Tr9IoRdNSqacTqX83atxgM { top:43.6875rem;left:26.623046875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClrTWmFtAJ3oC9CEHIBZVVqvgWvSc86u { top:49.25rem;left:0rem;width:47.75rem;height:29.495572916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #frl0NBveRM7B9LLbaPcHBVGSBKwlKutS { top:51.125rem;left:45.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2luNqcwBx393FTu45mOk5v87NdheTys { top:51.25rem;left:45.5rem;width:0.6875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1bRsgaiq9y3DRNwNZIw7sPUoGtpIIb1 { top:51.0625rem;left:42.5625rem;width:5.1875rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxoWasnzttxIkPu52z8y4wPawcpxreln { top:84.5625rem;left:0rem;width:6.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVKdArvzWPdPDOfM1sVFGWcTDtIA1eA4 { top:18.125rem;left:26rem;width:21.75rem;height:29.603538240679rem;display:block; }
 }@media only screen and (max-width: 763px) { #VggE63lb9U03oGooG1hODUoFrnu3EHzV { top:60.5rem;left:28.937498092651rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0gWpCSXkNq2qVLMFn7Jo5KTVCQu6nmE { top:60.625rem;left:29.312498092651rem;width:0.625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuRkzbZofZt0vl60O9gcXXtIlHJvPMpv { top:77.1875rem;left:8.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1zOhMCV3AvE467MHkTEnvdA1BWoihdH { top:77.25rem;left:8.4375rem;width:2.5rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9J96abKpZAQz5UpB3HAx1M0E0Tt8KwD { top:80.875rem;left:24.374998092651rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgcKnBpF1P3v1ip7SAWkc1LvstT4Xm38 { top:81rem;left:24.749998092651rem;width:2.1875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQtTMt72T8mI9QXJTDvMKMcXv7KCI0R0 { top:78.4375rem;left:44.562501907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFiZp1ulqDlg8zHDuRFBE9svQGfyeaRd { top:78.5625rem;left:44.937501907349rem;width:2rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Z7Ee71CSZTUt47RicNsWoJBDazKsPQ { top:82.0625rem;left:42.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBOPuT0IMroKMyKCQrgViQbniG9vL9Br { top:82.0625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpVXhTJKgLqLlxkKd3IsXuyv2zm43Fso { top:0rem;left:0rem;width:20.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5xObNExSvkoZoI5THoM1gHgdX0hbu65 { top:49.25rem;left:0rem;width:22.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqvMKWoIIiTfR2nZOaVRSUxSIsdFPQVq { top:78.875rem;left:44.625rem;width:3.125rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 { display:block; }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBQqyUSzTvov9VPO6iUUWKesCQuBDMgD { top:2.0625rem;left:7.3125rem;width:33.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K96INWp2iZqqXBcUniqSVp7L59IuM6nw { display:block; }
 }@media only screen and (max-width: 763px) { #ukDSKm01Us7z80n3rFk530l6ARBIPQPG { top:1.0625rem;left:39.125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7PAzSaoHxnFJMFdpQUNS58cLh7xxLSu { top:1.4375rem;left:40rem;width:2.375rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq3pD1TxUwlOZ2fXEUK6Oulen8QuvMA7 { top:2.0625rem;left:38.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJ0H57VggADpRSboHX5lso9kqBPGL8bx { top:2.5625rem;left:39.0625rem;width:2.375rem;height:1.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 { display:block; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QChJTsJC5V78w0X34fxF7tFUywhqV3Xx { top:10.625rem;left:18.875rem;width:8.5625rem;height:2.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzSKWU8llz5hVQ8tCTbH5lNA8EmUifN { top:2.6875rem;left:18.875rem;width:12.8125rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpC8dAitBGdhAZ0zd1MfysDD6LVZp6F9 { top:2.8125rem;left:0rem;width:18.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrMlLOeLDDC4saTOS9BRbQgkDEnxra16 { top:17.4375rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv7ZuZdw2T65z94EUwlhnb8k2whE6OV9 { top:18.125rem;left:1.0625rem;width:46.6875rem;height:2.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmln16lL9qmpTfOTpVuecdTC2sm25E79 { top:21.4375rem;left:0.125rem;width:47.625rem;height:5.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG9KPp2hG7GxKWnTqTJUqGmIw41TUdbZ { top:2.6875rem;left:32.9375rem;width:14.8125rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROExEsQLnOoEsB6CS02IRdk7JESBaaFk { top:10.625rem;left:33.0625rem;width:9.8125rem;height:2.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V12Gh9XBa1PsJ3KB4tolR2IipiKWoWgv { top:6.6875rem;left:0rem;width:8.5625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28zuBW7Ekn08s2ok2dKEBlOx3sXGZGx { top:11.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnJxJNWAz5TRyib1eqJnkGbDAdndskAp { top:11.5rem;left:0.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZbEf6WCbtnftZtiEnSq0gS0xztAHKsL { top:11rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmUx7I4gGfgxFAL3twcTrRhSooysewL0 { top:8.875rem;left:0rem;width:15.8125rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eCCNGdWwsZvIlnAgwkgoThrazczx1ppv { position:relative;z-index:auto;display:block; }#eCCNGdWwsZvIlnAgwkgoThrazczx1ppv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRLV9qZBv2hUCz88TmKNA0GTesBlG3sp { width:3.625rem;height:3.625rem;top:0rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdCT0DQefElzH8a4Pzm9H8BvbEP6BqI { width:4.375rem;height:1.875rem;top:2.49982213974rem;left:10.311789095402rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJv3HbfA3zVZrsNMseuUnbn1GlVl2cuW { display:block; }
 }@media only screen and (max-width: 763px) { #upc4TLgmPH5Lu4EtvkCUlpTFUI0rBpCp { width:4.375rem;height:1.875rem;top:2.49982213974rem;left:0.49999994039536rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqfnIPZMqB2w3D3x2pqBPCR3gTQk6NZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #XCOClNianJ59II0cNyWBHuBtzi6NA3pK { width:4.375rem;height:1.875rem;top:2.49982213974rem;left:5.4369669556617rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqoTdURkn8stdaEN7zkZQ4QAwqPvrrdA { display:block; }
 }@media only screen and (max-width: 763px) { #eeZI7vBfxsHZeh3FXRirr1XQyba29kt0 { width:14.6875rem;height:2.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pucg1bL929pgnEswf6tyo1Zxvk2HK0AW { position:relative;z-index:auto;display:block; }#pucg1bL929pgnEswf6tyo1Zxvk2HK0AW > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7nM2f0UA98TSb1sTUZRwdUvgOpSk7ay { width:20rem;height:22.583333333333rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuyaUM0SrzAE6TKQvbaOW1Ci2HSclZZg { width:20rem;height:4.875rem;top:7.20703125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzg3aJfFWmeAP4z8x9W5k6DXN3eQGKXa { width:17.8125rem;height:2.43608125rem;top:11.39453125rem;left:0.96875rem;font-size:0.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #smbbFukgU7ctpDXquTrU1kIPVwwc1E7w { display:block; }#smbbFukgU7ctpDXquTrU1kIPVwwc1E7w > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iN3Sb7FCnQICc1T1y2ezgLPAJXhpq80e { width:20rem;height:2.5996125rem;top:1.82421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui35uKhGtSqbH2WX2llahL3CBaga6uko { display:block; }#Ui35uKhGtSqbH2WX2llahL3CBaga6uko > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPvJOfLxV0bfZCKrT50NB5g0ZIu475cD { width:20rem;height:15.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOBalP5aiOGdo8AOieL5mdCWyRiqqKgu { width:6.375rem;height:1.8125rem;top:15.1875rem;left:0rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #pTwr0avKKtPerqnDEWQFzZSfoCxqiGQW { width:16.5rem;height:1.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AIsNqsFCOQxNgocK20M6eTNgJGIJBVwf { width:6.25rem;height:8.75rem;top:32.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8lh17mVFNN5vttE3shaUTZto69sqtVW { width:13.25rem;height:8.75rem;top:32.09375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZxcMyukTLOAw0NJST7J91htZarbw4Fr { width:2.1875rem;height:2.1875rem;top:17.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyibXGH9cTHFoZiuJMQuhibcb7QSPdPC { width:2.1875rem;height:2.1875rem;top:17.375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzuDRQFdQEaghH2OvvO1yMbFSb0qnO2S { width:15.5625rem;height:9.7443125rem;top:20.75rem;left:2.21875rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #VkdlIEvlRD5ybweAr6FT6fuqs0LxHhvB { width:9.5625rem;height:auto;top:13.125rem;left:5.1875rem;font-size:0.625rem;line-height:.9;z-index:14947;display:none; }
 }@media only screen and (max-width: 763px) { #Tl9T283vp2uOvTMpci8mltvEDC60t9Lp { width:11.25rem;height:auto;top:14.75rem;left:4.375rem;font-size:2rem;line-height:.9;z-index:14944;display:none; }
 }@media only screen and (max-width: 763px) { #yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS { display:block; }#yI3zzvGnN9E7EyMd9Sbeidb4cHcL7pvS > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDrOyuDnW8hxK34yiAX11LS4yFWWVpIf { width:2.1875rem;height:0;top:3.4375rem;left:11rem;font-size:0.625rem;line-height:.9;z-index:14943;display:none; }
 }@media only screen and (max-width: 763px) { #L7Q8sG3LTlueRsuO4p9PDn6mcMldAS90 { width:20rem;height:14.208rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2zhIohaOTOGwuOHIVlHogg1PgvQARI { width:1.25rem;height:1.25rem;top:4.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnID383w98DQHJpbM0QNEQJm74Vyv1Ss { width:0.6875rem;height:0.7313375rem;top:4.8125rem;left:2.0625rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #oPcApAhTGGB3mMZ88PZfLTZe71EhBGHz { width:10.0625rem;height:auto;top:15rem;left:4.9375rem;font-size:0.625rem;line-height:.9;z-index:14947;display:none; }
 }@media only screen and (max-width: 763px) { #WpTbn67DhTQvRTig81AGd6pTB5sp7Ceh { width:6.3125rem;height:1.75rem;top:14.1435546875rem;left:0rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #G4cWvU4z1QMAufI1uA4TWHFAVhO2sKxD { width:2.1875rem;height:2.1875rem;top:55.18359375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ5OMPnxRo0u8eRCRWZgKokqA3cC6VtW { width:2.1875rem;height:2.1875rem;top:55.18359375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ1Eo31pAkBOTOBOAmpNnZAtg0EBhONT { width:1.25rem;height:1.25rem;top:6.5rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDTxu48aKswgTlKRNh3oxLZRbNAL4By { width:0.6875rem;height:0.7313375rem;top:6.6875rem;left:11.25rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #BFpBK3KdA7hVPHqw2kd3P7FOG6XXIthq { width:7.75rem;height:auto;top:13.0625rem;left:6.125rem;font-size:0.625rem;line-height:.9;z-index:14947;display:none; }
 }@media only screen and (max-width: 763px) { #ep1NBBZ0TluCFXO1Tdoibd53Hslw432X { width:11.25rem;height:auto;top:15.3125rem;left:4.375rem;font-size:2rem;line-height:.9;z-index:14944;display:none; }
 }@media only screen and (max-width: 763px) { #y04Bcx0g2R7eKfwB31RmZl3qz5p7S32h { width:17.5rem;height:1.25rem;top:0.419921875rem;left:0rem;overflow:hidden;z-index:14938;display:block; }
 }@media only screen and (max-width: 763px) { #ncJmxwlusoaBonyRPDpQcV1hrKGO2zxv { width:20rem;height:3.85644375rem;top:33.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvnh0TZWPMrRKFgCqf0dktgGDpr99zP4 { width:9rem;height:2.3125rem;top:2.287109375rem;left:10.877917042078rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC9VZzrrUFr2z9KdDdFZlLRhTd5uXGyH { width:20rem;height:2.625rem;top:16.1435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtwFwv9a3zM3ribTBGNwK287G7SS7Zah { width:20rem;height:12.7060625rem;top:42.2275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHKqgmEtpwFBLzcNgoQfuBCVZmKopfVu { width:6.3125rem;height:1.75rem;top:53.24609375rem;left:0rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #M0sMctyV6pkyksRcC2zTGEuCaHLvE5zp { width:2.1875rem;height:2.1875rem;top:55.18359375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihtspe1hTPfxRsfmtKoDH4JPoZEGKG74 { width:12.125rem;height:1.4375rem;top:40.8525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRT81Hk1JIT5iUIEweJdc8IBds7smvEg { width:1.25rem;height:1.25rem;top:50.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh4B8KsRVpsld2AKDPF2ador0sE39pkv { width:0.625rem;height:0.73064375rem;top:51rem;left:0.875rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #kBxlZTJBgRqpvUtXWmHRIc9XXaGxewQh { width:1.5625rem;height:0.7313375rem;top:46.4375rem;left:10.875rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #eLXwCTWDucIJoVkMhOBFzJBBE0smc1Nk { width:1.25rem;height:1.25rem;top:46.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNzWBumXq4lTbS7GM5hhed7MmhErhn1H { width:1.25rem;height:1.25rem;top:53.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzwgFNLxwuvSxU7iIDELJ3rtiu9DSnkb { width:1.5625rem;height:0.7313375rem;top:53.875rem;left:12.375rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ3FLTeulU2S0MxzQuzn9W64BTH291I { width:18.5625rem;height:13.75rem;top:20.39453125rem;left:0rem;z-index:14940;display:block; }
 }@media only screen and (max-width: 763px) { #xTeOKiKys90OEHBB4cx6frCTOqg1DKOx { width:20rem;height:21.125rem;top:26.8525390625rem;left:0rem;z-index:14939;display:block; }
 }@media only screen and (max-width: 763px) { #lTNyyM3d7uZdWX1XyobG6DoGKgyTXGqM { width:2.56185rem;height:0.73064375rem;top:31.4375rem;left:3.8125rem;font-size:0.8125rem;line-height:.9;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #B2TvJUwqimMbEFa0u04Ap34bQ4PsWiTR { width:1.25rem;height:1.25rem;top:31.25rem;left:3.4375rem;z-index:14942;display:block; }
 }@media only screen and (max-width: 763px) { #suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU { display:block; }#suHOxBVT2nUPhPd9nRJkbVvvhG2THfAU > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fmdv7E7RJNdASakUGL1kixQomW8cNrtb { width:1.8125rem;height:1.8125rem;top:1.3125rem;left:17.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #glm5QwWQRLRKsVk2VcZJ2y9CiqSe1Uso { width:1rem;height:1.6875rem;top:1.375rem;left:18.125rem;font-size:1.875rem;line-height:.9;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mN3NXVrN4w9xkGQHylWXJ3dMox652J06 { top:2.25rem;left:1.5rem;width:17.1875rem;height:3.4375rem;font-size:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #STVDlFU9QGAgVRsMkECWMJ9I7cwn3WGK { display:block; }
 }@media only screen and (max-width: 763px) { #ycLg1ihNNan5lh8FS81ALaAgGmlOyB9t { width:2.375rem;height:2.375rem;top:5.9375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWpAnpRuOMGWGoHdI1AGXJ0ZpQdTMS9g { width:2.375rem;height:0;top:6.4375rem;left:9.6875rem;font-size:1.875rem;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv { display:block; }#WmNMkBGbgAWS7dA28OPPdeDV2IuAJpkv > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvb3bDZD5o0NKG7yHJM2mEwAXBdu3mVU { width:20rem;height:2.5996125rem;top:1.8240013122559rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #szb6kdD6PD81IOAq4WAbN40VxKoF9UZD { display:block; }#szb6kdD6PD81IOAq4WAbN40VxKoF9UZD > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Brtpqtl3MT2BAKVT28rgyp8Wu7boHVJW { width:9.5625rem;height:auto;top:5.125rem;left:5.1875rem;font-size:0.625rem;line-height:.9;z-index:14947;display:none; }
 }@media only screen and (max-width: 763px) { #IJ2AyEWiUiz3dZ2Um7ZbCARWOkLxdOIl { width:1.25rem;height:1.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNPqZRAkVJzh8rluwXp4AQTI2kGsX7PT { width:0.6875rem;height:0.84375rem;top:3.25rem;left:0.375rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #g7hoS6NJDmnyltMa9SqfVF0Q8l5wafk1 { width:15.625rem;height:1.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmBb17dqEPP5s51SuHR1LvD4p0oqgrZ { width:6.3125rem;height:1.75rem;top:13.4375rem;left:0rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #lUdTqaPmTCV81CmGbSXe9qQ5v3d1JAM4 { width:0.6875rem;height:0.84375rem;top:11.8125rem;left:9.1875rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #uik8BrtqW4SW3IiEbh5ZoEpdVMaTaMdg { width:1.25rem;height:1.25rem;top:11.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgz0eJTRxLGmo46Bw6gBB32WrFiwXHJb { width:2.1875rem;height:2.1875rem;top:16.25rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTELFlGgNnRFlN9icTG9ulL1RAESOCm { width:2.3125rem;height:4.75rem;top:13.6875rem;left:14.389077524039rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D3zpwU6kvlizoG5gu2eXe0crzTT0OH1c { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP2MuTaBP4VIf80WnPeXx26H7UUZ7enJ { width:20rem;height:13.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snaJapu7o8b4Qzc9O9fTeMLETZcrOJng { display:block; }#snaJapu7o8b4Qzc9O9fTeMLETZcrOJng > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGmU0rPohcDs8RBQ2oheJUetFHzpT2p9 { width:20rem;height:2.5996125rem;top:1.82421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 { display:block; }#D6B7dOfSK52mDefpsVeDCBqPTTZoXBH2 > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0tN4bAuCWlWDz4tmXLGr2FO2HTQOIBB { width:20rem;height:26.0536875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc5emQKaUwDV1LiKtAioGS2d3xbMvIAl { width:0.6875rem;height:0.84375rem;top:11.3125rem;left:0.375rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #huV5aiHKfEmEIQdXLsAdmgwBSoR7adZL { width:1.25rem;height:1.25rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrU24SE8p5kWW7on03qZxaDzM48hPoT6 { width:9.5625rem;height:auto;top:15.25rem;left:5.1875rem;font-size:0.625rem;line-height:.9;z-index:14947;display:none; }
 }@media only screen and (max-width: 763px) { #IqmS47Gyx5aWkUppCGUo6HE6k0uxDRmN { width:6.3125rem;height:1.75rem;top:25.865234375rem;left:0rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #h2BTF9tBd22SlSkucobsHTeU6TrppdJi { width:0.6875rem;height:0.84375rem;top:22.4375rem;left:15.25rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #tLzSeWJr0ROP1K3h9ilxTdstXxPiFva7 { width:1.25rem;height:1.25rem;top:22.3125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1SdRgHgtu5wapvfaItLMH2rymqsOXM { width:10.125rem;height:5.6875rem;top:29.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWk4GGT34Tr9IoRdNSqacTqX83atxgM { width:2.1875rem;height:2.1875rem;top:28.1005859375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClrTWmFtAJ3oC9CEHIBZVVqvgWvSc86u { width:20rem;height:12.3535rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frl0NBveRM7B9LLbaPcHBVGSBKwlKutS { width:1.25rem;height:1.25rem;top:50.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2luNqcwBx393FTu45mOk5v87NdheTys { width:0.6875rem;height:0.84375rem;top:51rem;left:17.625rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #J1bRsgaiq9y3DRNwNZIw7sPUoGtpIIb1 { width:5.1875rem;height:auto;top:51.0625rem;left:7.375rem;font-size:0.625rem;line-height:.9;z-index:14947;display:none; }
 }@media only screen and (max-width: 763px) { #cxoWasnzttxIkPu52z8y4wPawcpxreln { width:6.3125rem;height:1.75rem;top:60.9150390625rem;left:0rem;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #mVKdArvzWPdPDOfM1sVFGWcTDtIA1eA4 { width:13.5rem;height:18.5625rem;top:28.75rem;left:0.0062269372693891rem;z-index:14946;display:block; }
 }@media only screen and (max-width: 763px) { #VggE63lb9U03oGooG1hODUoFrnu3EHzV { width:1.25rem;height:1.25rem;top:52.8125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0gWpCSXkNq2qVLMFn7Jo5KTVCQu6nmE { width:0.625rem;height:0.84375rem;top:52.9375rem;left:12.5rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #kuRkzbZofZt0vl60O9gcXXtIlHJvPMpv { width:1.25rem;height:1.25rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1zOhMCV3AvE467MHkTEnvdA1BWoihdH { width:2.5rem;height:0.84375rem;top:56.75rem;left:0.375rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #W9J96abKpZAQz5UpB3HAx1M0E0Tt8KwD { width:1.25rem;height:1.25rem;top:60.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgcKnBpF1P3v1ip7SAWkc1LvstT4Xm38 { width:2.1875rem;height:0.84375rem;top:60.5625rem;left:8.25rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #CQtTMt72T8mI9QXJTDvMKMcXv7KCI0R0 { width:1.25rem;height:1.25rem;top:59rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFiZp1ulqDlg8zHDuRFBE9svQGfyeaRd { width:2rem;height:0.84375rem;top:59.125rem;left:17.5625rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #d4Z7Ee71CSZTUt47RicNsWoJBDazKsPQ { width:2.1875rem;height:2.1875rem;top:63.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBOPuT0IMroKMyKCQrgViQbniG9vL9Br { width:2.1875rem;height:2.1875rem;top:63.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpVXhTJKgLqLlxkKd3IsXuyv2zm43Fso { width:17.125rem;height:1.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5xObNExSvkoZoI5THoM1gHgdX0hbu65 { width:18.6875rem;height:1.4375rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqvMKWoIIiTfR2nZOaVRSUxSIsdFPQVq { width:2.0625rem;height:4.8125rem;top:60.5625rem;left:17.4375rem;overflow:hidden;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 { display:block; }#k3Le6BiGcSpACU4kiaZUZVz6A8SVENo6 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBQqyUSzTvov9VPO6iUUWKesCQuBDMgD { top:3.0625rem;left:1.40625rem;width:17.1875rem;height:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K96INWp2iZqqXBcUniqSVp7L59IuM6nw { display:block; }
 }@media only screen and (max-width: 763px) { #ukDSKm01Us7z80n3rFk530l6ARBIPQPG { width:2.375rem;height:2.375rem;top:5.9375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7PAzSaoHxnFJMFdpQUNS58cLh7xxLSu { width:2.375rem;height:0;top:6.4375rem;left:9.6875rem;font-size:1.875rem;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #oq3pD1TxUwlOZ2fXEUK6Oulen8QuvMA7 { width:1.8125rem;height:1.8125rem;top:2.125rem;left:17.4375rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0H57VggADpRSboHX5lso9kqBPGL8bx { width:1rem;height:1.6875rem;top:2.25rem;left:18.0625rem;font-size:1.875rem;line-height:.9;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 { display:block; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 { background-color: transparent; background-image: none; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row .container > .video-iframe-container { display: none; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row > .video-iframe-container { display: none; }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .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); }#GvhKlHibT4rGq2SnhnifhDk0noLQ4ow4 > .row .container { width:20rem;height:67.5rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QChJTsJC5V78w0X34fxF7tFUywhqV3Xx { width:12.6873125rem;height:3.37446875rem;top:13.560901880264rem;left:1.3121448159218rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzSKWU8llz5hVQ8tCTbH5lNA8EmUifN { width:13.9994375rem;height:6.7489375rem;top:5.5619671344757rem;left:1.3121448159218rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpC8dAitBGdhAZ0zd1MfysDD6LVZp6F9 { width:20rem;height:2.999825rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wrMlLOeLDDC4saTOS9BRbQgkDEnxra16 { width:3.312325rem;height:3.312325rem;top:46.937167167664rem;left:1.3121448159218rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wv7ZuZdw2T65z94EUwlhnb8k2whE6OV9 { width:17.3123125rem;height:4.2214125rem;top:51.25rem;left:1.3125rem;font-size:0.5625rem;line-height:1.5;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zmln16lL9qmpTfOTpVuecdTC2sm25E79 { width:17.3123125rem;height:10.131375rem;top:56.4375rem;left:1.3125rem;font-size:0.5625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QG9KPp2hG7GxKWnTqTJUqGmIw41TUdbZ { width:14.8118125rem;height:7.3082375rem;top:19.815340280533rem;left:1.3121448159218rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROExEsQLnOoEsB6CS02IRdk7JESBaaFk { width:16.312125rem;height:3.37446875rem;top:28.37269115448rem;left:1.3121448159218rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V12Gh9XBa1PsJ3KB4tolR2IipiKWoWgv { width:8.5618125rem;height:1.124825rem;top:34.866840362549rem;left:1.3121448159218rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28zuBW7Ekn08s2ok2dKEBlOx3sXGZGx { width:2.1875rem;height:2.1875rem;top:41.093749046326rem;left:1.3121448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnJxJNWAz5TRyib1eqJnkGbDAdndskAp { width:2.1875rem;height:2.1875rem;top:41.093749046326rem;left:4.6866121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZbEf6WCbtnftZtiEnSq0gS0xztAHKsL { width:3.125rem;height:3.125rem;top:40.624999046326rem;left:7.6548295617106rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmUx7I4gGfgxFAL3twcTrRhSooysewL0 { width:15.8123125rem;height:1.875rem;top:37.679343223572rem;left:1.3121448159218rem;font-size:0.625rem;display:block; }
 }